aboutsummaryrefslogtreecommitdiff
path: root/loginutils/passwd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Patch from Tito to remove pwd_to_spwd (which we don't actually need), withRob Landley2006-07-111-14/+7
* - passwd doesnt use salt with md5 passwords; bug #604 thanks tavisoNed Ludd2006-04-211-3/+11
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley2006-03-061-1/+1
* - bzero -> memsetBernhard Reutner-Fischer2006-01-311-16/+17
* declare const for funMike Frysinger2006-01-081-1/+1
* patch from tito: consolidate delay functions as bb_do_delay()Rob Landley2006-01-061-7/+1
* - rename libbb's password helpers as suggested in libbb.hBernhard Reutner-Fischer2005-09-201-1/+1
* Patch from Bernhard Fischer to make a bunch of symbols staticEric Andersen2005-04-161-2/+2
* Only write to shadow file is shadow passwords are enabled. Patch by magicfox ...Glenn L McGrath2004-09-151-5/+4
* Tito writes:Eric Andersen2004-09-021-7/+2
* Do not use getpass(3)Eric Andersen2004-05-011-3/+3
* Set the default password to md5, patch by Joshua JacksonGlenn L McGrath2003-09-041-1/+1
* Major coreutils update.Manuel Novoa III2003-03-191-13/+13
* Patch from Joshua Jackson, make md5 the default hash algorithmGlenn L McGrath2003-02-081-3/+3
* Applied vodz' patches #49 and #50 (with a small correction in runshell.c)Robert Griebl2002-07-191-1/+1
* Fix text alignment, thanks to Sander Klein <s.klein@quicknet.nl>Eric Andersen2002-07-031-6/+4
* Port over the last of the tinylogin appletsEric Andersen2002-06-231-0/+408