summaryrefslogtreecommitdiff
path: root/loginutils/addgroup.c
Commit message (Expand)AuthorAgeFilesLines
* addgroup: mention -S in the help textDenys Vlasenko2014-08-151-2/+2
* adduser,addgroup: introduce and use CONFIG_LAST_IDTito Ragusa2014-01-171-6/+7
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-1/+0
* move help text from include/usage.src.h to debianutils/*.c e2fsprogs/*.c edit...Pere Orga2011-04-031-0/+9
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* *: mass cosmetic removal of extra empty lines. no code changesDenys Vlasenko2010-07-261-1/+0
* add comment about /etc/gshadow, no code changesDenys Vlasenko2009-07-131-1/+16
* flash_lock, flash_unlock: new appletsDenys Vlasenko2009-05-251-1/+1
* adduser/addgroup: make system id range configurable.Denys Vlasenko2009-05-141-4/+8
* adduser/addgroup: support specifying uid/gid, add systemDenis Vlasenko2009-04-221-20/+43
* *: unify concurrent-safe update of /etc/{passwd,group,[g]shadow}Denis Vlasenko2009-04-141-62/+13
* libbb: add xgetgrnam too. ~0 code size changeDenis Vlasenko2008-12-051-3/+1
* libbb: introduce and use xgetpwnam. ~ -150 bytes.Denis Vlasenko2008-12-031-0/+1
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-1/+1
* *: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko2008-06-271-1/+1
* *: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/Denis Vlasenko2008-03-261-1/+1
* adduser/addgroup: check username for invalid charsDenis Vlasenko2008-03-191-0/+3
* *: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param)Denis Vlasenko2008-03-171-4/+4
* appletlib.c: make it actally follow _BB_SUID_ALWAYS rulesDenis Vlasenko2007-10-291-1/+1
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* don't pass argc in getopt32, it's superfluousDenis Vlasenko2007-08-181-1/+1
* addgroup: "disallow addgroup -g num user group"; make -g 0 workDenis Vlasenko2007-07-301-26/+34
* whitespace fixesDenis Vlasenko2007-05-301-2/+2
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* - clean up addgroup, fix adding users to existing groups and make it optional...Bernhard Reutner-Fischer2007-04-051-41/+102
* Do not fail password check if shadow password does not exist -Denis Vlasenko2007-03-131-21/+24
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* attempt to regularize atoi mess.Denis Vlasenko2006-10-081-3/+2
* getopt_ulflags -> getopt32.Denis Vlasenko2006-10-031-2/+2
* whitespace cleanupDenis Vlasenko2006-09-171-1/+1
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley2006-08-031-8/+3
* Rewrite/shrink by tito.Rob Landley2006-04-041-85/+27
* just whitespaceTim Riker2006-01-251-1/+1
* Patch from tito to add argument checking.Glenn L McGrath2004-09-141-2/+2
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-2/+2
* last_patch89 from vodz:Eric Andersen2003-06-201-17/+14
* Major coreutils update.Manuel Novoa III2003-03-191-12/+11
* Fix addgroup so it actually worksEric Andersen2003-01-091-9/+19
* use const group_fileTim Riker2002-12-131-2/+2
* Teach addgroup to add user names to groupsEric Andersen2002-12-121-4/+11
* Patch from Marcel Hamer to fix addgroup argument parsingEric Andersen2002-11-141-16/+9
* Fix silly typo. addgroup was using /etc/shadow for /etc/gshadow.Manuel Novoa III2002-08-061-2/+2
* Fixed two compiler warningsRobert Griebl2002-07-211-2/+2
* Scrub pwd.h and grp.h handling so we don't have to play anyEric Andersen2002-07-031-3/+3
* Port over the last of the tinylogin appletsEric Andersen2002-06-231-6/+3
* Bigger patch for (partial) tinylogin integrationRobert Griebl2002-06-041-0/+168