log toys/pending/useradd.c @ 1776:7bf68329eb3b draft default tip

age author description
Wed, 31 Dec 2014 21:30:59 -0600 Rob Landley Redo option parsing infrastructure so #define FORCE_FLAGS can unzero flag macros for a disabled command (needed when multiple commands share infrastructure with a common set of flags). draft
Fri, 26 Sep 2014 18:49:44 -0500 Rob Landley The only illegal characters in a username are ":" (field separator), "\n" (line separator), and "/" (filename separator). draft
Tue, 16 Sep 2014 07:21:56 -0500 Rob Landley Cleanup pass on useradd. draft
Mon, 18 Aug 2014 19:10:45 -0500 Rob Landley Cleanups on useradd/groupadd/groupdel, and put TOYBOX_UID_SYS and TOYBOX_UID_USR in the top level Config. draft
Tue, 10 Jun 2014 08:29:10 -0500 Isaac Dunham pending/useradd: unbreak build draft
Sat, 31 May 2014 12:33:24 -0500 Rob Landley Introduce xfork() and make commands use it, and make some WEXITSTATUS() use WIFEXITED() and WTERMSIG()+127. draft
Thu, 16 Jan 2014 09:26:50 -0600 Rob Landley Rename xmsprintf() to just xmprintf(). draft
Wed, 16 Oct 2013 20:41:56 -0500 Rob Landley useradd, groupadd, and mkpasswd submitted by Ashwini Sharma. draft