Narrat

Results 28 issues of Narrat

Didn't take a deeper look as of now, but there seems to be changes between 3.11 and 3.12? At least I cannot remember seeing this before, but it's a long...

Two things get in this PR addressed: ## Commit 1: ### slam_tomb(): don't parse process output and rework In https://github.com/dyne/tomb/pull/504 list_processes() got reworked in a way to avoid parsing process...

Cryptsetup is since 1.3.0 capable of setting up a loop device if the device argument is a file. This has the additional benefit that those loop devices will get the...

Some points to possible enhance the tomb testsuite - [ ] Update sharness (https://github.com/felipec/sharness/releases) - [ ] bind test pollutes `$HOME` * remove generated file? * set up a temp...

Somehow this section existed two times in the man page with similar information. _____________________________ Dunno how accurate the comment in regards to `gpg-agent` is (especially the last sentence). But I...

Previously it wasn't possible to use argon2 as KDF function without the tomb tools from extras/kdf-keys being available. To change that behaviour introduce checks on the ARGON2 variable. Additionally add...

The current handling of the KDF functionality is somewhat suboptimal in my opinion. two variables: `KDF` for `pbkdf` & `ARGON2` für argon2 [check and setting both variables](https://github.com/dyne/tomb/blob/master/tomb#L1050) Checks on KDF:...

Hi, GCC seems to have adjusted their handling with `-Wincompatible-pointer-types`. What has been a warning is now an error: ``` src/bimp-manipulations-gui.c: In function ‘bimp_open_editwindow’: src/bimp-manipulations-gui.c:48:14: error: assignment to ‘void (*)(void...