aboutsummaryrefslogtreecommitdiff
path: root/loginutils/adduser.c
AgeCommit message (Expand)Author
2019-07-02libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne
2019-01-12adduser: fix a bug of getpwnam() overwriting shell name, closes 8586Denys Vlasenko
2017-08-08getopt32: remove opt_complementaryDenys Vlasenko
2017-08-08getopt32: remove applet_long_optionsDenys Vlasenko
2017-08-07add/remove-shell,add/deluser,add/delgroup: make them NOEXECDenys Vlasenko
2017-07-21config: deindent all help textsDenys Vlasenko
2017-07-18Update menuconfig items with approximate applet sizesDenys Vlasenko
2017-01-26adduser: help for -G GRP is misleading, fix itDenys Vlasenko
2017-01-10Big cleanup in config help and descriptionDenys Vlasenko
2015-10-19loginutils/*: convert to new-style "one file" appletsDenys Vlasenko
2015-09-21adduser: fix help textDenys Vlasenko
2015-09-21adduser: Add -k /path/to/skelBernhard Reutner-Fischer
2014-01-17adduser,addgroup: introduce and use CONFIG_LAST_IDTito Ragusa
2013-12-20adduser: check whether run with no USERNAME. Closes 6728Denys Vlasenko
2012-10-08adduser: make it accept "adduser USER GROUP" formTito Ragusa
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko
2011-05-21adduser: better logic for choosing addgroup -g/--gidDenys Vlasenko
2011-05-21adduser: prefer to call addgroup --gid, not non-std addgroup -gDenys Vlasenko
2011-05-13adduser: safe username passing to passwd/addgroupDenys Vlasenko
2011-04-03move help text from include/usage.src.h to debianutils/*.c e2fsprogs/*.c edit...Pere Orga
2011-03-08use user's shell instead of hardwired "/bin/sh" (android needs this)Denys Vlasenko
2011-02-27adduser: use better argv passing to addgroupDenys Vlasenko
2011-01-25move utmp.h include to libbb.hDenys Vlasenko
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
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