aboutsummaryrefslogtreecommitdiff
path: root/loginutils/adduser.c
AgeCommit message (Expand)Author
2010-02-06adduser: copy /etc/skel to mew homes. +100 bytesDenys Vlasenko
2010-01-10adduser: create a group for net user tooDenys Vlasenko
2010-01-09adduser: more fixes to "add user to specified group"Denys Vlasenko
2010-01-09adduser: fix a logical inversion which made -G GRP inoperativeTito Ragusa
2009-07-13add comment about /etc/gshadow, no code changesDenys Vlasenko
2009-07-13passwd + /etc/shadow: chage "change time" field tooDenys Vlasenko
2009-05-14adduser/addgroup: make system id range configurable.Denys Vlasenko
2009-04-22adduser/addgroup: support specifying uid/gid, add systemDenis Vlasenko
2009-04-21switch_root: improve behavior on error; improve help textDenis Vlasenko
2009-04-14pointless whitespace/comment fixes, no code changesDenis Vlasenko
2009-04-14*: unify concurrent-safe update of /etc/{passwd,group,[g]shadow}Denis Vlasenko
2009-03-28randomtest fixesDenis Vlasenko
2009-03-09*: move get_sock_lsa and xwrite_str to libbb, use where appropriateDenis Vlasenko
2009-01-12adduser: allow adding to group 0; don't _create_ /etc/shadow,Denis Vlasenko
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko
2008-03-19adduser/addgroup: check username for invalid charsDenis Vlasenko
2008-03-17*: add -Wunused-parameter; fix resulting breakageDenis Vlasenko
2008-02-15adduser: optional support for long options. +110 bytes.Denis Vlasenko
2007-11-04Announce 1.8.0Denis Vlasenko
2007-10-29appletlib.c: make it actally follow _BB_SUID_ALWAYS rulesDenis Vlasenko
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko
2007-10-01'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>.Denis Vlasenko
2007-08-18don't pass argc in getopt32, it's superfluousDenis Vlasenko
2007-08-12trylink: produce even more info about final link stageDenis Vlasenko
2007-07-30addgroup: "disallow addgroup -g num user group"; make -g 0 workDenis Vlasenko
2007-07-14adduser: close /etc/{passwd,shadow} before calling passwd etc.Denis Vlasenko
2007-06-04Audit bb_common_bufsiz usage, add script which looks for misuse.Denis Vlasenko
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko
2007-03-24adduser: don't bomb out if shadow password file doesn't existDenis Vlasenko
2007-03-13Do not fail password check if shadow password does not exist -Denis Vlasenko
2007-03-07clean up accumulated whitespace damageDenis Vlasenko
2007-02-06EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu>Denis Vlasenko
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko
2007-01-29preparatory patch for -Wwrite-strings #3Denis Vlasenko
2007-01-11Trailing whitespace removal over entire treeDenis Vlasenko
2006-12-28bb_xget[pw/gr]nam were horribly misnamed - fixed.Denis Vlasenko
2006-12-26adduser: trivial code movementDenis Vlasenko
2006-11-01mostly style fixesDenis Vlasenko
2006-10-20message string changes, mostly for consistency, also -32 bytes in .rodataDenis Vlasenko
2006-10-14sulogin: add support for $SUSHELL & $sushellDenis Vlasenko
2006-10-03getopt_ulflags -> getopt32.Denis Vlasenko
2006-09-17whitespace cleanupDenis Vlasenko
2006-08-03Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley
2006-07-16Bugfix from Tito to make sure /etc/group gets updated.Rob Landley
2006-04-04Rewrite/shrink by tito.Rob Landley
2006-01-25just whitespaceTim Riker
2006-01-22- add platform.h.Bernhard Reutner-Fischer
2005-11-15Quote the user we pass to addgroup so funky chars are preserved. Fix by drag...Mike Frysinger
2005-09-29change interface to bb_xasprintf() - more perfect for me."Vladimir N. Oleynik"
2005-09-20- rename libbb's password helpers as suggested in libbb.hBernhard Reutner-Fischer