*: move get_sock_lsa and xwrite_str to libbb, use where appropriate
[platform/upstream/busybox.git] / loginutils / adduser.c
2009-03-09 Denis Vlasenko*: move get_sock_lsa and xwrite_str to libbb, use where...
2009-01-12 Denis Vlasenkoadduser: allow adding to group 0; don't _create_ /etc...
2008-07-05 Denis Vlasenko*: rename ATTRIBUTE_XXX to just XXX.
2008-03-19 Denis Vlasenkoadduser/addgroup: check username for invalid chars
2008-03-17 Denis Vlasenko*: add -Wunused-parameter; fix resulting breakage
2008-02-15 Denis Vlasenkoadduser: optional support for long options. +110 bytes.
2007-11-04 Denis VlasenkoAnnounce 1.8.0 1_8_0
2007-10-29 Denis Vlasenkoappletlib.c: make it actally follow _BB_SUID_ALWAYS...
2007-10-11 Denis Vlasenkoadd -fvisibility=hidden to CC flags, mark XXX_main...
2007-10-01 Denis Vlasenko'simple' error message functions by Loic Grenie <loic...
2007-08-18 Denis Vlasenkodon't pass argc in getopt32, it's superfluous
2007-08-12 Denis Vlasenkotrylink: produce even more info about final link stage
2007-07-30 Denis Vlasenkoaddgroup: "disallow addgroup -g num user group"; make...
2007-07-14 Denis Vlasenkoadduser: close /etc/{passwd,shadow} before calling...
2007-06-04 Denis VlasenkoAudit bb_common_bufsiz usage, add script which looks...
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-03-24 Denis Vlasenkoadduser: don't bomb out if shadow password file doesn...
2007-03-13 Denis VlasenkoDo not fail password check if shadow password does...
2007-03-07 Denis Vlasenkoclean up accumulated whitespace damage
2007-02-06 Denis VlasenkoEXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo...
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2007-01-29 Denis Vlasenkopreparatory patch for -Wwrite-strings #3
2007-01-11 Denis VlasenkoTrailing whitespace removal over entire tree
2006-12-28 Denis Vlasenkobb_xget[pw/gr]nam were horribly misnamed - fixed.
2006-12-26 Denis Vlasenkoadduser: trivial code movement
2006-11-01 Denis Vlasenkomostly style fixes
2006-10-20 Denis Vlasenkomessage string changes, mostly for consistency, also...
2006-10-14 Denis Vlasenkosulogin: add support for $SUSHELL & $sushell
2006-10-03 Denis Vlasenkogetopt_ulflags -> getopt32.
2006-09-17 Denis Vlasenkowhitespace cleanup
2006-08-03 Rob LandleyRemove bb_ prefixes from xfuncs.c (and a few other...
2006-07-16 Rob LandleyBugfix from Tito to make sure /etc/group gets updated.
2006-04-04 Rob LandleyRewrite/shrink by tito.
2006-01-25 Tim Rikerjust whitespace
2006-01-22 Bernhard Reutner... - add platform.h.
2005-11-15 Mike FrysingerQuote the user we pass to addgroup so funky chars are...
2005-09-29 "Vladimir N. Oleynik"change interface to bb_xasprintf() - more perfect for me.
2005-09-20 Bernhard Reutner... - rename libbb's password helpers as suggested in libbb.h
2004-09-02 Eric AndersenTito writes:
2004-08-16 Eric AndersenBertrand Baudet writes:
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2003-09-02 Glenn L McGrathmove all "-/bin/sh" "/bin/sh" and "sh" to libbb/message...
2003-06-21 Eric AndersenBased on a tinylogin patch from Philip Blundell, add...
2003-06-20 Eric Andersenlast_patch89 from vodz:
2003-03-19 Manuel Novoa III Major coreutils update.
2002-09-16 Eric AndersenApply vodz' last_patch52
2002-07-16 Robert GrieblFix for the totally broken adduser applet (parts/ideas...
2002-06-23 Eric AndersenPort over the last of the tinylogin applets
2002-06-04 Robert GrieblBigger patch for (partial) tinylogin integration