kumquat-buildroot/system
Yann E. MORIN 029179615e system: remove DES password encoding
DES is long dead, it is insecure as hell, and virtually all known
crypt(3) implementations now all support at least md5.

Besides, the character-space of DES-encoded passwords are a sub-set
of the character-space for a clear-text password, so we can't easily
differentiate between the two. Since we're going to change the root
password prompt to support setting encoded passwords (as well as
clear-text passwords), we can't keep DES or we'd be unable to decide
whether we'd need to encode the password or not.

Remove DES encoding altogether (and add a legacy entry). The default is
still md5, and thus there's no backward-compatibility 'select' to add.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Lorenzo Catucci <lorenzo@sancho.ccd.uniroma2.it>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-04-10 22:28:32 +02:00
..
skeleton system/skeleton: fix the new /var/run symbolic link 2015-02-03 17:09:34 +01:00
Config.in system: remove DES password encoding 2015-04-10 22:28:32 +02:00
device_table_dev.txt
device_table.txt system/permissions: /etc/random-seed must be mode 600 2014-11-25 22:37:43 +01:00
system.mk Allow a single DHCP configuration via the system configuration submenu 2015-02-02 21:42:47 +01:00