Re: installer: proper disk crypto passphrase prompt loop

2023-08-15 Thread Andrew Hewus Fresh
On Tue, Aug 15, 2023 at 09:08:44AM +, Klemens Nanni wrote: > On Wed, Aug 02, 2023 at 11:51:09AM +, Klemens Nanni wrote: > > An alternative approach could be a new bioctl(8)) flag > > -K Keep prompting until new and re-typed passphrases match. > > to repeat the prompt (during inter

Re: [PATCH] Implement ext2 incompat feature 64-bit

2023-08-15 Thread Vladimir 'phcoder' Serbinenko
Did I do something wrong and should send it to another list, CC someone or did I do something stupid? 64-bit incompat feature is enabled on new ext4's by default, at least on Ubuntu Le lun. 3 juil. 2023, 02:49, Vladimir 'phcoder' Serbinenko < phco...@gmail.com> a écrit : > Hello, all attached pat

Re: installer: proper disk crypto passphrase prompt loop

2023-08-15 Thread Klemens Nanni
On Wed, Aug 02, 2023 at 11:51:09AM +, Klemens Nanni wrote: > An alternative approach could be a new bioctl(8)) flag > -K Keep prompting until new and re-typed passphrases match. > to repeat the prompt (during interactive creation only) until match or ^C: > > # ./obj/bioctl -K -

Re: installer: disk crypto: crank KDF rounds to hardware based default

2023-08-15 Thread Klemens Nanni
On Mon, Aug 14, 2023 at 05:47:35PM +, Lucas wrote: > Klemens Nanni wrote: > > @@ -1117,13 +1117,6 @@ bio_changepass(char *dev) > > > > /* Current passphrase. */ > > bio_kdf_derive(&kdfinfo1, &kdfhint, "Old passphrase: ", 0); > > - > > - /* > > -* Unless otherwise specified, kee