summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-25merge with busybox 1.26.2Xindong Xu1303-57138/+32187
2015-10-18loginutils/*: convert to new-style "one file" appletsDenys Vlasenko15-278/+290
2015-03-12deluser: also remove user from /etc/groupDenys Vlasenko2-8/+48
2015-02-07libpwdgrp: use getpwent() instead of getpwent_r()Denys Vlasenko4-43/+53
2015-02-05deluser: implement --remove-homeDenys Vlasenko1-2/+20
2011-06-30merged commit between gingerbread and busybox/master 20110630Tanguy Pruvot104-188/+4069
2011-04-02move help text from include/usage.src.h to debianutils/*.c e2fsprogs/*.c edit...Pere Orga26-400/+418
2010-11-08deluser: do not warn spuriously when deleting group by deluserTito Ragusa1-6/+14
2010-11-07delgroup: correct the check for users who still use the groupDenys Vlasenko1-12/+12
2010-11-06typo fixDenys Vlasenko2-2/+2
2010-11-06deluser: 2nd attempt at deluser/delgroup size reduction and improvementsTito Ragusa1-29/+70
2010-09-30deluser: use the same licensing template in the header as other files doDenys Vlasenko1-1/+1
2010-09-22deluser: make it simpler, fix inability to delete user from groupHarald Becker2-70/+68
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2009-04-14*: unify concurrent-safe update of /etc/{passwd,group,[g]shadow}Denis Vlasenko8-227/+208
2008-06-27*: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko176-841/+847
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko260-307/+325
2007-05-30whitespace fixesDenis Vlasenko29-82/+82
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko251-269/+270
2007-04-15deluser: add optional support for removing users from groupsDenis Vlasenko4-55/+107
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko245-25/+268
2007-01-22- sed -i -e "/\$Id:/d;"Bernhard Reutner-Fischer10-10/+0
2007-01-11Trailing whitespace removal over entire treeDenis Vlasenko48-310/+310
2006-11-27deluser: the same code, but a bit less obfuscated.Denis Vlasenko1-15/+16
2006-11-27deluser: size reduction by 60 bytes.Denis Vlasenko1-62/+48
2006-10-26rename functions to more understandable namesDenis Vlasenko27-68/+63
2006-10-14add open_read_close() and similar stuffDenis Vlasenko38-234/+228
2006-10-03bb_applet_name -> applet_nameDenis Vlasenko45-69/+71
2006-09-22Change license statements (and clean up headers) on some of the files thatRob Landley20-85/+20
2006-09-12Remove pointless "const". Bloatcheck says 0 bytes difference.Rob Landley6-8/+9
2006-04-16use strchr() not index()Mike Frysinger3-5/+5
2006-04-10Patch from Tito to unify deluser and delgroup, and generally shrink code.Rob Landley5-217/+76
2003-07-14decouple delgroup and deluserEric Andersen4-120/+183
2003-03-19Major coreutils update.Manuel Novoa III 295-5916/+6670
2002-06-23Port over the last of the tinylogin appletsEric Andersen27-348/+1812
2002-06-04Bigger patch for (partial) tinylogin integrationRobert Griebl30-2/+4123