aboutsummaryrefslogtreecommitdiff
path: root/toys/pending/useradd.c
AgeCommit message (Expand)Author
2015-09-11Replace toys.exithelp with help_exit() in lib.Rob Landley
2015-09-08Squish more warnings in pending.Rob Landley
2014-12-31Redo option parsing infrastructure so #define FORCE_FLAGS can unzero flag mac...Rob Landley
2014-09-26The only illegal characters in a username are ":" (field separator), "\n" (li...Rob Landley
2014-09-16Cleanup pass on useradd.Rob Landley
2014-08-18Cleanups on useradd/groupadd/groupdel, and put TOYBOX_UID_SYS and TOYBOX_UID_...Rob Landley
2014-06-10pending/useradd: unbreak buildIsaac Dunham
2014-05-31Introduce xfork() and make commands use it, and make some WEXITSTATUS() use W...Rob Landley
2014-01-16Rename xmsprintf() to just xmprintf().Rob Landley
2013-10-16useradd, groupadd, and mkpasswd submitted by Ashwini Sharma.Rob Landley