adombeck
adombeck
I see that libblockdev supports specifying PBKDF options (`max_memory_kb`, `iterations`, etc.) via the `BDCryptoLUKSExtra` struct in the call to `bd_crypto_luks_format`: https://github.com/storaged-project/libblockdev/blob/291a642f9cebf18334ab2e035a33011d6abbb22a/src/plugins/crypto.c#L929 It would be useful if udisks' `Format` method would...
What's the state of supporting asynchronous method call handling? I saw #15 and read the comments, where you mentioned that you implemented this in 9d8d8c1. But this commit is only...
* Fix bbolt to SQLite migration with users with uppercase letters The migration failed with failed to migrate data: no result matching [email protected] in UserByName if the user name contains...
``` authd (0.5.0) questing; urgency=medium * Use SQLite instead of bbolt * Use lowercase usernames * Fix races in the PAM module. * Do not support device authentication mode in...
* Use ini style code blocks for systemd unit files The plain code blocks had some strange highlighting, like highlighting the "bin" in `ExecStart=/usr/bin/snap run authd-google -vv`. * Use single...
* Fix sudo password prompt not visible When using sudo in the subshells of the command substitutions in the heredoc, the password prompt is not visible, so the command seems...
The `PersistentPreRunE` method did things which should not be done for subcommands like `version`. We don't need to parse the config file to print the authd version, and we definitely...
Currently, when the provider is not reachable when trying to log in with the local password via ssh or sudo, the user is asked for the local password again: ```...
It's currently not made clear that this option is uneffective when the user logs in with ssh with public key authentication. We should note that at least in the [section...
While testing the new `force_provider_authentication` option, I encountered the issue that the broker would consistently fail to connect to the provider after the network connection had been restored: ``` authd-msentraid[25920]:...