Bump to version 1.22.1
[platform/upstream/busybox.git] / loginutils / addgroup.c
2011-06-05 Denys Vlasenko*: remove "Options:" string from help texts
2011-04-02 Pere Orgamove help text from include/usage.src.h to debianutils...
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2010-07-25 Denys Vlasenko*: mass cosmetic removal of extra empty lines. no code...
2009-07-12 Denys Vlasenkoadd comment about /etc/gshadow, no code changes
2009-05-25 Denys Vlasenkoflash_lock, flash_unlock: new applets
2009-05-13 Denys Vlasenkoadduser/addgroup: make system id range configurable.
2009-04-22 Denis Vlasenkoadduser/addgroup: support specifying uid/gid, add system
2009-04-14 Denis Vlasenko*: unify concurrent-safe update of /etc/{passwd,group...
2008-12-05 Denis Vlasenkolibbb: add xgetgrnam too. ~0 code size change
2008-12-03 Denis Vlasenkolibbb: introduce and use xgetpwnam. ~ -150 bytes.
2008-07-05 Denis Vlasenko*: rename ATTRIBUTE_XXX to just XXX.
2008-06-27 Denis Vlasenko*: introduce and use FAST_FUNC: regparm on i386, otherw...
2008-03-26 Denis Vlasenko*: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/
2008-03-19 Denis Vlasenkoadduser/addgroup: check username for invalid chars
2008-03-17 Denis Vlasenko*: shrink: use Vladimir's "o+" specifier instead of...
2007-10-29 Denis Vlasenkoappletlib.c: make it actally follow _BB_SUID_ALWAYS...
2007-10-11 Denis Vlasenkoadd -fvisibility=hidden to CC flags, mark XXX_main...
2007-08-18 Denis Vlasenkodon't pass argc in getopt32, it's superfluous
2007-07-30 Denis Vlasenkoaddgroup: "disallow addgroup -g num user group"; make...
2007-05-30 Denis Vlasenkowhitespace fixes
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-04-05 Bernhard Reutner... - clean up addgroup, fix adding users to existing group...
2007-03-13 Denis VlasenkoDo not fail password check if shadow password does...
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2006-10-08 Denis Vlasenkoattempt to regularize atoi mess.
2006-10-03 Denis Vlasenkogetopt_ulflags -> getopt32.
2006-09-17 Denis Vlasenkowhitespace cleanup
2006-08-03 Rob LandleyRemove bb_ prefixes from xfuncs.c (and a few other...
2006-04-04 Rob LandleyRewrite/shrink by tito.
2006-01-25 Tim Rikerjust whitespace
2004-09-14 Glenn L McGrathPatch from tito to add argument checking.
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2003-06-20 Eric Andersenlast_patch89 from vodz:
2003-03-19 Manuel Novoa III Major coreutils update.
2003-01-09 Eric AndersenFix addgroup so it actually works
2002-12-13 Tim Rikeruse const group_file
2002-12-12 Eric AndersenTeach addgroup to add user names to groups
2002-11-14 Eric AndersenPatch from Marcel Hamer to fix addgroup argument parsing
2002-08-06 Manuel Novoa III Fix silly typo. addgroup was using /etc/shadow for...
2002-07-21 Robert GrieblFixed two compiler warnings
2002-07-03 Eric AndersenScrub pwd.h and grp.h handling so we don't have to...
2002-06-23 Eric AndersenPort over the last of the tinylogin applets
2002-06-04 Robert GrieblBigger patch for (partial) tinylogin integration