summaryrefslogtreecommitdiff
path: root/loginutils/passwd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* don't pass argc in getopt32, it's superfluousDenis Vlasenko2007-08-181-1/+1
* passwd: fix bug: we are trying to update shadow even if user's record is in p...Denis Vlasenko2007-07-271-5/+15
* bb_getpwuid, bb_getgrgid: change order of arguments to more intuitive one;Denis Vlasenko2007-07-271-10/+15
* chpasswd: new applet by Alexander Shishkin <virtuoso@slind.org>Denis Vlasenko2007-07-201-115/+6
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* cryptpw: new applet (a bit less than 3k added)Denis Vlasenko2007-05-081-50/+0
* Do not fail password check if shadow password does not exist -Denis Vlasenko2007-03-131-11/+15
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* preparatory patch for -Wwrite-strings #3Denis Vlasenko2007-01-291-2/+2
* fix for uclibc-without-shadow.h compilationDenis Vlasenko2006-12-301-1/+3
* passwd: add option to check passwords for weaknessDenis Vlasenko2006-12-191-1/+2
* passwd: fix indentationDenis Vlasenko2006-12-121-3/+2
* passwd: added commentDenis Vlasenko2006-12-121-1/+6
* passwd: shrink by ~10 bytes, use PRNG instead of usleep.Denis Vlasenko2006-12-121-17/+10
* passwd: made smaller by ~130 bytes. size can go negativeDenis Vlasenko2006-12-011-56/+50
* passwd: micro-optimizationDenis Vlasenko2006-11-301-4/+4
* passwd: small size optimization. salt generation improvedDenis Vlasenko2006-11-301-22/+28
* passwd: rework:Denis Vlasenko2006-11-301-283/+249
* style cleanup: return(a) -> return a, part 2Denis Vlasenko2006-11-271-3/+3
* getopt_ulflags -> getopt32.Denis Vlasenko2006-10-031-2/+2
* several fixes from openWRT projectDenis Vlasenko2006-09-261-1/+1
* passwd: getopt_ulflags'isationDenis Vlasenko2006-09-231-61/+52
* removed a lot of trailing \n in bb_msg() calls. It is addedDenis Vlasenko2006-09-061-5/+5
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley2006-08-031-14/+2
* Convert setuid/setgid users to xsetuid/xsetgid.Rob Landley2006-07-161-4/+1
* Add one-line GPL boilerplate to numerous (but not all yet) source files."Robert P. J. Day"2006-07-121-0/+4
* 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