From 1ec6e7d4bba242fa2e8ec55b3e39da4130f24719 Mon Sep 17 00:00:00 2001 From: Dmitry Nedospasov Date: Sun, 18 Jul 2010 18:06:39 +0200 Subject: [PATCH] Update password related TODOs Removed one password TODO, added another far less critical one. --- TODO | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/TODO b/TODO index c295803..3ee436f 100644 --- a/TODO +++ b/TODO @@ -12,8 +12,6 @@ Minor bugs to fix and features to add before a 4.2 release - Set Fail in more situations where the script has clearly failed i.e.: lvm exists -* Create "more random" passwords and salts - * Test and support more file system types. Actually this should be pretty simple now that the parameters are @@ -73,13 +71,11 @@ Maybe for a 4.3 or 5.0 release Can't remove open logical volume "acromantula-domu1-disk" this should be a matter of unmounting the mounted volume from /tmp. -* Non-Interactive Password Handling +* Create "more random" passwords and salts - Option to generate passwords (check pwgen, apg, makepasswd, and - gpw which of them are best suited for generating complete - /etc/passwd and /etc/shadow lines). The password should be echo'ed - after installation in a way that can be easily grep'ed into other - scripts. + Currently passwords are using the passwd function of OpenSSL which + at the moment can only generate md5 hashes. The passwords can + still be made quite strong though. * Generic grub support