adombeck
Results
2
issues of
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...