Age | Commit message (Expand) | Author |
2010-08-16 | *: make GNU licensing statement forms more regular | Denys Vlasenko |
2010-01-09 | passwd: do not complain about /etc/shadow needlessly | Denys Vlasenko |
2009-11-13 | *: use "can't" instead of "cannot" | Denys Vlasenko |
2009-11-02 | passwd: do not complain if /etc/shadow is missing | Denys Vlasenko |
2009-04-14 | *: unify concurrent-safe update of /etc/{passwd,group,[g]shadow} | Denis Vlasenko |
2009-03-11 | *: remove LOG_NOWAIT | Denis Vlasenko |
2008-12-03 | libbb: introduce and use xgetpwnam. ~ -150 bytes. | Denis Vlasenko |
2008-12-03 | - add new applet mkpasswd(1) | Bernhard Reutner-Fischer |
2008-12-02 | libbb: password/group function helpers rewritten by Tito: | Denis Vlasenko |
2008-07-21 | - first pass to unify/cleanup uid handling (-236b) | Bernhard Reutner-Fischer |
2008-07-05 | *: rename ATTRIBUTE_XXX to just XXX. | Denis Vlasenko |
2008-06-12 | make pw_encrypt() return malloc'ed string. | Denis Vlasenko |
2008-06-12 | uclibc insists on having 70k static buffer for crypt. | Denis Vlasenko |
2008-03-17 | *: add -Wunused-parameter; fix resulting breakage | Denis Vlasenko |
2008-02-16 | libbb: introduce bb_signals and bb_signals_recursive, | Denis Vlasenko |
2008-01-27 | - fix conflicting decls of syslog related facilitynames and prioritynames tables | Bernhard Reutner-Fischer |
2007-10-29 | appletlib.c: make it actally follow _BB_SUID_ALWAYS rules | Denis Vlasenko |
2007-10-11 | add -fvisibility=hidden to CC flags, mark XXX_main functions | Denis Vlasenko |
2007-08-18 | don't pass argc in getopt32, it's superfluous | Denis Vlasenko |
2007-07-27 | passwd: fix bug: we are trying to update shadow even if user's record is in p... | Denis Vlasenko |
2007-07-27 | bb_getpwuid, bb_getgrgid: change order of arguments to more intuitive one; | Denis Vlasenko |
2007-07-20 | chpasswd: new applet by Alexander Shishkin <virtuoso@slind.org> | Denis Vlasenko |
2007-05-26 | usage.c: remove reference to busybox.h | Denis Vlasenko |
2007-05-08 | cryptpw: new applet (a bit less than 3k added) | Denis Vlasenko |
2007-03-13 | Do not fail password check if shadow password does not exist - | Denis Vlasenko |
2007-02-03 | suppress warnings about easch <applet>_main() having | Denis Vlasenko |
2007-01-29 | preparatory patch for -Wwrite-strings #3 | Denis Vlasenko |
2006-12-30 | fix for uclibc-without-shadow.h compilation | Denis Vlasenko |
2006-12-19 | passwd: add option to check passwords for weakness | Denis Vlasenko |
2006-12-12 | passwd: fix indentation | Denis Vlasenko |
2006-12-12 | passwd: added comment | Denis Vlasenko |
2006-12-12 | passwd: shrink by ~10 bytes, use PRNG instead of usleep. | Denis Vlasenko |
2006-12-01 | passwd: made smaller by ~130 bytes. size can go negative | Denis Vlasenko |
2006-11-30 | passwd: micro-optimization | Denis Vlasenko |
2006-11-30 | passwd: small size optimization. salt generation improved | Denis Vlasenko |
2006-11-30 | passwd: rework: | Denis Vlasenko |
2006-11-27 | style cleanup: return(a) -> return a, part 2 | Denis Vlasenko |
2006-10-03 | getopt_ulflags -> getopt32. | Denis Vlasenko |
2006-09-26 | several fixes from openWRT project | Denis Vlasenko |
2006-09-23 | passwd: getopt_ulflags'isation | Denis Vlasenko |
2006-09-06 | removed a lot of trailing \n in bb_msg() calls. It is added | Denis Vlasenko |
2006-08-03 | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | Rob Landley |
2006-07-16 | Convert setuid/setgid users to xsetuid/xsetgid. | Rob Landley |
2006-07-12 | Add one-line GPL boilerplate to numerous (but not all yet) source files. | "Robert P. J. Day" |
2006-07-11 | Patch from Tito to remove pwd_to_spwd (which we don't actually need), with | Rob Landley |
2006-04-21 | - passwd doesnt use salt with md5 passwords; bug #604 thanks taviso | Ned Ludd |
2006-03-06 | Robert P. Day removed 8 gazillion occurrences of "extern" on function | Rob Landley |
2006-01-31 | - bzero -> memset | Bernhard Reutner-Fischer |
2006-01-08 | declare const for fun | Mike Frysinger |
2006-01-06 | patch from tito: consolidate delay functions as bb_do_delay() | Rob Landley |