aboutsummaryrefslogtreecommitdiff
path: root/loginutils/deluser.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: unify concurrent-safe update of /etc/{passwd,group,[g]shadow}Denis Vlasenko2009-04-141-101/+32
* *: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko2008-06-271-1/+1
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* whitespace fixesDenis Vlasenko2007-05-301-4/+4
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* deluser: add optional support for removing users from groupsDenis Vlasenko2007-04-151-53/+95
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* - sed -i -e "/\$Id:/d;"Bernhard Reutner-Fischer2007-01-221-1/+0
* Trailing whitespace removal over entire treeDenis Vlasenko2007-01-111-1/+1
* deluser: the same code, but a bit less obfuscated.Denis Vlasenko2006-11-271-15/+16
* deluser: size reduction by 60 bytes.Denis Vlasenko2006-11-271-62/+48
* rename functions to more understandable namesDenis Vlasenko2006-10-261-2/+2
* add open_read_close() and similar stuffDenis Vlasenko2006-10-141-1/+1
* bb_applet_name -> applet_nameDenis Vlasenko2006-10-031-1/+1
* Change license statements (and clean up headers) on some of the files thatRob Landley2006-09-221-6/+1
* Remove pointless "const". Bloatcheck says 0 bytes difference.Rob Landley2006-09-121-1/+2
* use strchr() not index()Mike Frysinger2006-04-161-1/+1
* Patch from Tito to unify deluser and delgroup, and generally shrink code.Rob Landley2006-04-101-37/+69
* decouple delgroup and deluserEric Andersen2003-07-141-119/+8
* Major coreutils update.Manuel Novoa III2003-03-191-19/+19
* Port over the last of the tinylogin appletsEric Andersen2002-06-231-16/+12
* Bigger patch for (partial) tinylogin integrationRobert Griebl2002-06-041-0/+183