summaryrefslogtreecommitdiff
path: root/loginutils/deluser.c
Commit message (Expand)AuthorAgeFilesLines
* loginutils/*: convert to new-style "one file" appletsDenys Vlasenko2015-10-191-1/+25
* deluser: also remove user from /etc/groupDenys Vlasenko2015-03-121-6/+12
* libpwdgrp: use getpwent() instead of getpwent_r()Denys Vlasenko2015-02-071-5/+4
* deluser: implement --remove-homeDenys Vlasenko2015-02-051-2/+20
* move help text from include/usage.src.h to debianutils/*.c e2fsprogs/*.c edit...Pere Orga2011-04-031-0/+12
* deluser: do not warn spuriously when deleting group by deluserTito Ragusa2010-11-081-6/+14
* delgroup: correct the check for users who still use the groupDenys Vlasenko2010-11-071-12/+12
* typo fixDenys Vlasenko2010-11-061-1/+1
* deluser: 2nd attempt at deluser/delgroup size reduction and improvementsTito Ragusa2010-11-061-29/+70
* deluser: use the same licensing template in the header as other files doDenys Vlasenko2010-09-301-1/+1
* deluser: make it simpler, fix inability to delete user from groupHarald Becker2010-09-221-28/+26
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* *: 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