| Commit message (Expand) | Author | Age | Files | Lines |
* | appletlib.c: make it actally follow _BB_SUID_ALWAYS rules | Denis Vlasenko | 2007-10-29 | 1 | -13/+14 |
* | add -fvisibility=hidden to CC flags, mark XXX_main functions | Denis Vlasenko | 2007-10-11 | 1 | -1/+1 |
* | don't pass argc in getopt32, it's superfluous | Denis Vlasenko | 2007-08-18 | 1 | -1/+1 |
* | passwd: fix bug: we are trying to update shadow even if user's record is in p... | Denis Vlasenko | 2007-07-27 | 1 | -5/+15 |
* | bb_getpwuid, bb_getgrgid: change order of arguments to more intuitive one; | Denis Vlasenko | 2007-07-27 | 1 | -10/+15 |
* | chpasswd: new applet by Alexander Shishkin <virtuoso@slind.org> | Denis Vlasenko | 2007-07-20 | 1 | -115/+6 |
* | usage.c: remove reference to busybox.h | Denis Vlasenko | 2007-05-26 | 1 | -1/+1 |
* | cryptpw: new applet (a bit less than 3k added) | Denis Vlasenko | 2007-05-08 | 1 | -50/+0 |
* | Do not fail password check if shadow password does not exist - | Denis Vlasenko | 2007-03-13 | 1 | -11/+15 |
* | suppress warnings about easch <applet>_main() having | Denis Vlasenko | 2007-02-03 | 1 | -0/+1 |
* | preparatory patch for -Wwrite-strings #3 | Denis Vlasenko | 2007-01-29 | 1 | -2/+2 |
* | fix for uclibc-without-shadow.h compilation | Denis Vlasenko | 2006-12-30 | 1 | -1/+3 |
* | passwd: add option to check passwords for weakness | Denis Vlasenko | 2006-12-19 | 1 | -1/+2 |
* | passwd: fix indentation | Denis Vlasenko | 2006-12-12 | 1 | -3/+2 |
* | passwd: added comment | Denis Vlasenko | 2006-12-12 | 1 | -1/+6 |
* | passwd: shrink by ~10 bytes, use PRNG instead of usleep. | Denis Vlasenko | 2006-12-12 | 1 | -17/+10 |
* | passwd: made smaller by ~130 bytes. size can go negative | Denis Vlasenko | 2006-12-01 | 1 | -56/+50 |
* | passwd: micro-optimization | Denis Vlasenko | 2006-11-30 | 1 | -4/+4 |
* | passwd: small size optimization. salt generation improved | Denis Vlasenko | 2006-11-30 | 1 | -22/+28 |
* | passwd: rework: | Denis Vlasenko | 2006-11-30 | 1 | -283/+249 |
* | style cleanup: return(a) -> return a, part 2 | Denis Vlasenko | 2006-11-27 | 1 | -3/+3 |
* | getopt_ulflags -> getopt32. | Denis Vlasenko | 2006-10-03 | 1 | -2/+2 |
* | several fixes from openWRT project | Denis Vlasenko | 2006-09-26 | 1 | -1/+1 |
* | passwd: getopt_ulflags'isation | Denis Vlasenko | 2006-09-23 | 1 | -61/+52 |
* | removed a lot of trailing \n in bb_msg() calls. It is added | Denis Vlasenko | 2006-09-06 | 1 | -5/+5 |
* | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | Rob Landley | 2006-08-03 | 1 | -14/+2 |
* | Convert setuid/setgid users to xsetuid/xsetgid. | Rob Landley | 2006-07-16 | 1 | -4/+1 |
* | Add one-line GPL boilerplate to numerous (but not all yet) source files. | "Robert P. J. Day" | 2006-07-12 | 1 | -0/+4 |
* | Patch from Tito to remove pwd_to_spwd (which we don't actually need), with | Rob Landley | 2006-07-11 | 1 | -14/+7 |
* | - passwd doesnt use salt with md5 passwords; bug #604 thanks taviso | Ned Ludd | 2006-04-21 | 1 | -3/+11 |
* | Robert P. Day removed 8 gazillion occurrences of "extern" on function | Rob Landley | 2006-03-06 | 1 | -1/+1 |
* | - bzero -> memset | Bernhard Reutner-Fischer | 2006-01-31 | 1 | -16/+17 |
* | declare const for fun | Mike Frysinger | 2006-01-08 | 1 | -1/+1 |
* | patch from tito: consolidate delay functions as bb_do_delay() | Rob Landley | 2006-01-06 | 1 | -7/+1 |
* | - rename libbb's password helpers as suggested in libbb.h | Bernhard Reutner-Fischer | 2005-09-20 | 1 | -1/+1 |
* | Patch from Bernhard Fischer to make a bunch of symbols static | Eric Andersen | 2005-04-16 | 1 | -2/+2 |
* | Only write to shadow file is shadow passwords are enabled. Patch by magicfox ... | Glenn L McGrath | 2004-09-15 | 1 | -5/+4 |
* | Tito writes: | Eric Andersen | 2004-09-02 | 1 | -7/+2 |
* | Do not use getpass(3) | Eric Andersen | 2004-05-01 | 1 | -3/+3 |
* | Set the default password to md5, patch by Joshua Jackson | Glenn L McGrath | 2003-09-04 | 1 | -1/+1 |
* | Major coreutils update. | Manuel Novoa III | 2003-03-19 | 1 | -13/+13 |
* | Patch from Joshua Jackson, make md5 the default hash algorithm | Glenn L McGrath | 2003-02-08 | 1 | -3/+3 |
* | Applied vodz' patches #49 and #50 (with a small correction in runshell.c) | Robert Griebl | 2002-07-19 | 1 | -1/+1 |
* | Fix text alignment, thanks to Sander Klein <s.klein@quicknet.nl> | Eric Andersen | 2002-07-03 | 1 | -6/+4 |
* | Port over the last of the tinylogin applets | Eric Andersen | 2002-06-23 | 1 | -0/+408 |