summaryrefslogtreecommitdiff
path: root/loginutils/adduser.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-2/+2
* adduser/addgroup: check username for invalid charsDenis Vlasenko2008-03-191-0/+1
* *: add -Wunused-parameter; fix resulting breakageDenis Vlasenko2008-03-171-1/+1
* adduser: optional support for long options. +110 bytes.Denis Vlasenko2008-02-151-0/+17
* Announce 1.8.01_8_0Denis Vlasenko2007-11-041-2/+2
* appletlib.c: make it actally follow _BB_SUID_ALWAYS rulesDenis Vlasenko2007-10-291-118/+78
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>.Denis Vlasenko2007-10-011-1/+1
* don't pass argc in getopt32, it's superfluousDenis Vlasenko2007-08-181-1/+1
* trylink: produce even more info about final link stageDenis Vlasenko2007-08-121-1/+2
* addgroup: "disallow addgroup -g num user group"; make -g 0 workDenis Vlasenko2007-07-301-2/+2
* adduser: close /etc/{passwd,shadow} before calling passwd etc.Denis Vlasenko2007-07-141-5/+5
* Audit bb_common_bufsiz usage, add script which looks for misuse.Denis Vlasenko2007-06-041-6/+5
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* adduser: don't bomb out if shadow password file doesn't existDenis Vlasenko2007-03-241-10/+14
* Do not fail password check if shadow password does not exist -Denis Vlasenko2007-03-131-17/+18
* clean up accumulated whitespace damageDenis Vlasenko2007-03-071-1/+1
* EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu>Denis Vlasenko2007-02-061-1/+1
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* preparatory patch for -Wwrite-strings #3Denis Vlasenko2007-01-291-2/+2
* Trailing whitespace removal over entire treeDenis Vlasenko2007-01-111-1/+1
* bb_xget[pw/gr]nam were horribly misnamed - fixed.Denis Vlasenko2006-12-281-2/+2
* adduser: trivial code movementDenis Vlasenko2006-12-261-6/+6
* mostly style fixesDenis Vlasenko2006-11-011-1/+1
* message string changes, mostly for consistency, also -32 bytes in .rodataDenis Vlasenko2006-10-201-1/+1
* sulogin: add support for $SUSHELL & $sushellDenis Vlasenko2006-10-141-5/+5
* getopt_ulflags -> getopt32.Denis Vlasenko2006-10-031-2/+2
* whitespace cleanupDenis Vlasenko2006-09-171-3/+3
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley2006-08-031-12/+4
* Bugfix from Tito to make sure /etc/group gets updated.Rob Landley2006-07-161-3/+3
* Rewrite/shrink by tito.Rob Landley2006-04-041-167/+68
* just whitespaceTim Riker2006-01-251-2/+2
* - add platform.h.Bernhard Reutner-Fischer2006-01-221-15/+2
* Quote the user we pass to addgroup so funky chars are preserved. Fix by drag...Mike Frysinger2005-11-151-1/+1
* change interface to bb_xasprintf() - more perfect for me."Vladimir N. Oleynik"2005-09-291-1/+1
* - rename libbb's password helpers as suggested in libbb.hBernhard Reutner-Fischer2005-09-201-1/+1
* Tito writes:Eric Andersen2004-09-021-7/+2
* Bertrand Baudet writes:Eric Andersen2004-08-161-2/+2
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-2/+2
* move all "-/bin/sh" "/bin/sh" and "sh" to libbb/messages.c file as oneGlenn L McGrath2003-09-021-2/+1
* Based on a tinylogin patch from Philip Blundell, add severalEric Andersen2003-06-211-30/+74
* last_patch89 from vodz:Eric Andersen2003-06-201-28/+12
* Major coreutils update.Manuel Novoa III2003-03-191-19/+19
* Apply vodz' last_patch52Eric Andersen2002-09-161-10/+6
* Fix for the totally broken adduser applet (parts/ideas from vodz and tito)Robert Griebl2002-07-161-18/+10
* Port over the last of the tinylogin appletsEric Andersen2002-06-231-52/+4
* Bigger patch for (partial) tinylogin integrationRobert Griebl2002-06-041-0/+352