| Commit message (Expand) | Author | Age | Files | Lines |
* | loginutils/*: convert to new-style "one file" applets | Denys Vlasenko | 2015-10-19 | 1 | -0/+25 |
* | addgroup: mention -S in the help text | Denys Vlasenko | 2014-08-15 | 1 | -2/+2 |
* | adduser,addgroup: introduce and use CONFIG_LAST_ID | Tito Ragusa | 2014-01-17 | 1 | -6/+7 |
* | *: remove "Options:" string from help texts | Denys Vlasenko | 2011-06-05 | 1 | -1/+0 |
* | move help text from include/usage.src.h to debianutils/*.c e2fsprogs/*.c edit... | Pere Orga | 2011-04-03 | 1 | -0/+9 |
* | *: make GNU licensing statement forms more regular | Denys Vlasenko | 2010-08-16 | 1 | -1/+1 |
* | *: mass cosmetic removal of extra empty lines. no code changes | Denys Vlasenko | 2010-07-26 | 1 | -1/+0 |
* | add comment about /etc/gshadow, no code changes | Denys Vlasenko | 2009-07-13 | 1 | -1/+16 |
* | flash_lock, flash_unlock: new applets | Denys Vlasenko | 2009-05-25 | 1 | -1/+1 |
* | adduser/addgroup: make system id range configurable. | Denys Vlasenko | 2009-05-14 | 1 | -4/+8 |
* | adduser/addgroup: support specifying uid/gid, add system | Denis Vlasenko | 2009-04-22 | 1 | -20/+43 |
* | *: unify concurrent-safe update of /etc/{passwd,group,[g]shadow} | Denis Vlasenko | 2009-04-14 | 1 | -62/+13 |
* | libbb: add xgetgrnam too. ~0 code size change | Denis Vlasenko | 2008-12-05 | 1 | -3/+1 |
* | libbb: introduce and use xgetpwnam. ~ -150 bytes. | Denis Vlasenko | 2008-12-03 | 1 | -0/+1 |
* | *: rename ATTRIBUTE_XXX to just XXX. | Denis Vlasenko | 2008-07-05 | 1 | -1/+1 |
* | *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on | Denis Vlasenko | 2008-06-27 | 1 | -1/+1 |
* | *: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/ | Denis Vlasenko | 2008-03-26 | 1 | -1/+1 |
* | adduser/addgroup: check username for invalid chars | Denis Vlasenko | 2008-03-19 | 1 | -0/+3 |
* | *: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param) | Denis Vlasenko | 2008-03-17 | 1 | -4/+4 |
* | appletlib.c: make it actally follow _BB_SUID_ALWAYS rules | Denis Vlasenko | 2007-10-29 | 1 | -1/+1 |
* | 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 |
* | addgroup: "disallow addgroup -g num user group"; make -g 0 work | Denis Vlasenko | 2007-07-30 | 1 | -26/+34 |
* | whitespace fixes | Denis Vlasenko | 2007-05-30 | 1 | -2/+2 |
* | usage.c: remove reference to busybox.h | Denis Vlasenko | 2007-05-26 | 1 | -1/+1 |
* | - clean up addgroup, fix adding users to existing groups and make it optional... | Bernhard Reutner-Fischer | 2007-04-05 | 1 | -41/+102 |
* | Do not fail password check if shadow password does not exist - | Denis Vlasenko | 2007-03-13 | 1 | -21/+24 |
* | suppress warnings about easch <applet>_main() having | Denis Vlasenko | 2007-02-03 | 1 | -0/+1 |
* | attempt to regularize atoi mess. | Denis Vlasenko | 2006-10-08 | 1 | -3/+2 |
* | getopt_ulflags -> getopt32. | Denis Vlasenko | 2006-10-03 | 1 | -2/+2 |
* | whitespace cleanup | Denis Vlasenko | 2006-09-17 | 1 | -1/+1 |
* | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | Rob Landley | 2006-08-03 | 1 | -8/+3 |
* | Rewrite/shrink by tito. | Rob Landley | 2006-04-04 | 1 | -85/+27 |
* | just whitespace | Tim Riker | 2006-01-25 | 1 | -1/+1 |
* | Patch from tito to add argument checking. | Glenn L McGrath | 2004-09-14 | 1 | -2/+2 |
* | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | 2004-03-15 | 1 | -2/+2 |
* | last_patch89 from vodz: | Eric Andersen | 2003-06-20 | 1 | -17/+14 |
* | Major coreutils update. | Manuel Novoa III | 2003-03-19 | 1 | -12/+11 |
* | Fix addgroup so it actually works | Eric Andersen | 2003-01-09 | 1 | -9/+19 |
* | use const group_file | Tim Riker | 2002-12-13 | 1 | -2/+2 |
* | Teach addgroup to add user names to groups | Eric Andersen | 2002-12-12 | 1 | -4/+11 |
* | Patch from Marcel Hamer to fix addgroup argument parsing | Eric Andersen | 2002-11-14 | 1 | -16/+9 |
* | Fix silly typo. addgroup was using /etc/shadow for /etc/gshadow. | Manuel Novoa III | 2002-08-06 | 1 | -2/+2 |
* | Fixed two compiler warnings | Robert Griebl | 2002-07-21 | 1 | -2/+2 |
* | Scrub pwd.h and grp.h handling so we don't have to play any | Eric Andersen | 2002-07-03 | 1 | -3/+3 |
* | Port over the last of the tinylogin applets | Eric Andersen | 2002-06-23 | 1 | -6/+3 |
* | Bigger patch for (partial) tinylogin integration | Robert Griebl | 2002-06-04 | 1 | -0/+168 |