hush/loginutils
Rob Landley a389651115 Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many bytes
as the old optimization did (actually does slightly better under gcc 4.0), and
simplifies the code.
2006-05-07 20:20:34 +00:00
..
addgroup.c
adduser.c
Config.in
deluser.c use strchr() not index() 2006-04-16 05:54:31 +00:00
getty.c
login.c Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many bytes 2006-05-07 20:20:34 +00:00
Makefile
Makefile.in
passwd.c - passwd doesnt use salt with md5 passwords; bug #604 thanks taviso 2006-04-21 00:40:35 +00:00
su.c
sulogin.c
vlock.c