summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-25merge with busybox 1.26.2Xindong Xu1303-57138/+32187
2016-11-28Code style fixes, no code changesDenys Vlasenko13-28/+32
2015-10-18loginutils/*: convert to new-style "one file" appletsDenys Vlasenko15-278/+290
2014-08-15addgroup: mention -S in the help textDenys Vlasenko1-2/+2
2014-01-17adduser,addgroup: introduce and use CONFIG_LAST_IDTito Ragusa3-21/+27
2011-06-30merged commit between gingerbread and busybox/master 20110630Tanguy Pruvot104-188/+4069
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko198-268/+40
2011-04-02move help text from include/usage.src.h to debianutils/*.c e2fsprogs/*.c edit...Pere Orga26-400/+418
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-07-25*: mass cosmetic removal of extra empty lines. no code changesDenys Vlasenko53-111/+13
2009-07-12add comment about /etc/gshadow, no code changesDenys Vlasenko2-2/+17
2009-05-25flash_lock, flash_unlock: new appletsDenys Vlasenko10-6/+112
2009-05-13adduser/addgroup: make system id range configurable.Denys Vlasenko3-8/+32
2009-04-22adduser/addgroup: support specifying uid/gid, add systemDenis Vlasenko4-42/+112
2009-04-14*: unify concurrent-safe update of /etc/{passwd,group,[g]shadow}Denis Vlasenko8-227/+208
2008-12-05libbb: add xgetgrnam too. ~0 code size changeDenis Vlasenko3-8/+11
2008-12-03libbb: introduce and use xgetpwnam. ~ -150 bytes.Denis Vlasenko8-20/+17
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko228-479/+479
2008-06-27*: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko176-841/+847
2008-03-26*: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/Denis Vlasenko26-44/+48
2008-03-19adduser/addgroup: check username for invalid charsDenis Vlasenko5-1/+22
2008-03-17*: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param)Denis Vlasenko34-209/+172
2007-10-29appletlib.c: make it actally follow _BB_SUID_ALWAYS rulesDenis Vlasenko7-148/+116
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko260-307/+325
2007-08-18don't pass argc in getopt32, it's superfluousDenis Vlasenko143-169/+174
2007-07-30addgroup: "disallow addgroup -g num user group"; make -g 0 workDenis Vlasenko2-28/+36
2007-05-30whitespace fixesDenis Vlasenko29-82/+82
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko251-269/+270
2007-04-05- clean up addgroup, fix adding users to existing groups and make it optional...Bernhard Reutner-Fischer4-43/+114
2007-03-13Do not fail password check if shadow password does not exist -Denis Vlasenko8-78/+120
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko245-25/+268
2006-10-08attempt to regularize atoi mess.Denis Vlasenko98-849/+803
2006-10-03getopt_ulflags -> getopt32.Denis Vlasenko120-327/+322
2006-09-17whitespace cleanupDenis Vlasenko92-218/+218
2006-08-03Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley143-1720/+710
2006-04-04Rewrite/shrink by tito.Rob Landley2-252/+95
2006-01-25just whitespaceTim Riker254-2027/+2027
2004-09-14Patch from tito to add argument checking.Glenn L McGrath1-2/+2
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen374-2053/+2050
2003-06-20last_patch89 from vodz:Eric Andersen19-522/+581
2003-03-19Major coreutils update.Manuel Novoa III 295-5916/+6670
2003-01-09Fix addgroup so it actually worksEric Andersen1-9/+19
2002-12-13use const group_fileTim Riker1-2/+2
2002-12-12Teach addgroup to add user names to groupsEric Andersen1-4/+11
2002-11-14Patch from Marcel Hamer to fix addgroup argument parsingEric Andersen1-16/+9
2002-08-06Fix silly typo. addgroup was using /etc/shadow for /etc/gshadow.Manuel Novoa III 1-2/+2
2002-07-21Fixed two compiler warningsRobert Griebl2-5/+5
2002-07-03Scrub pwd.h and grp.h handling so we don't have to play anyEric Andersen31-42/+42
2002-06-23Port over the last of the tinylogin appletsEric Andersen27-348/+1812
2002-06-04Bigger patch for (partial) tinylogin integrationRobert Griebl30-2/+4123