aboutsummaryrefslogtreecommitdiff
path: root/loginutils/passwd.c
AgeCommit message (Expand)Author
2006-12-19passwd: add option to check passwords for weaknessDenis Vlasenko
2006-12-12passwd: fix indentationDenis Vlasenko
2006-12-12passwd: added commentDenis Vlasenko
2006-12-12passwd: shrink by ~10 bytes, use PRNG instead of usleep.Denis Vlasenko
2006-12-01passwd: made smaller by ~130 bytes. size can go negativeDenis Vlasenko
2006-11-30passwd: micro-optimizationDenis Vlasenko
2006-11-30passwd: small size optimization. salt generation improvedDenis Vlasenko
2006-11-30passwd: rework:Denis Vlasenko
2006-11-27style cleanup: return(a) -> return a, part 2Denis Vlasenko
2006-10-03getopt_ulflags -> getopt32.Denis Vlasenko
2006-09-26several fixes from openWRT projectDenis Vlasenko
2006-09-23passwd: getopt_ulflags'isationDenis Vlasenko
2006-09-06removed a lot of trailing \n in bb_msg() calls. It is addedDenis Vlasenko
2006-08-03Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley
2006-07-16Convert setuid/setgid users to xsetuid/xsetgid.Rob Landley
2006-07-12Add one-line GPL boilerplate to numerous (but not all yet) source files."Robert P. J. Day"
2006-07-11Patch from Tito to remove pwd_to_spwd (which we don't actually need), withRob Landley
2006-04-21- passwd doesnt use salt with md5 passwords; bug #604 thanks tavisoNed Ludd
2006-03-06Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley
2006-01-31- bzero -> memsetBernhard Reutner-Fischer
2006-01-08declare const for funMike Frysinger
2006-01-06patch from tito: consolidate delay functions as bb_do_delay()Rob Landley
2005-09-20- rename libbb's password helpers as suggested in libbb.hBernhard Reutner-Fischer
2005-04-16Patch from Bernhard Fischer to make a bunch of symbols staticEric Andersen
2004-09-15Only write to shadow file is shadow passwords are enabled. Patch by magicfox ...Glenn L McGrath
2004-09-02Tito writes:Eric Andersen
2004-05-01Do not use getpass(3)Eric Andersen
2003-09-04Set the default password to md5, patch by Joshua JacksonGlenn L McGrath
2003-03-19Major coreutils update.Manuel Novoa III
2003-02-08Patch from Joshua Jackson, make md5 the default hash algorithmGlenn L McGrath
2002-07-19Applied vodz' patches #49 and #50 (with a small correction in runshell.c)Robert Griebl
2002-07-03Fix text alignment, thanks to Sander Klein <s.klein@quicknet.nl>Eric Andersen
2002-06-23Port over the last of the tinylogin appletsEric Andersen