index
:
delta/busybox.git
0_60_stable
1_00_stable
1_00_stable_10817
1_10_stable
1_11_stable
1_12_stable
1_13_stable
1_14_stable
1_15_stable
1_16_stable
1_17_stable
1_18_stable
1_19_stable
1_1_stable
1_20_stable
1_21_stable
1_22_stable
1_23_stable
1_24_stable
1_25_stable
1_26_stable
1_27_stable
1_28_stable
1_29_stable
1_30_stable
1_31_stable
1_32_stable
1_33_stable
1_34_stable
1_35_stable
1_36_stable
1_3_stable
1_4_stable
1_5_stable
1_6_stable
1_7_stable
1_8_stable
1_9_stable
baserock/1.22.1-openwrt
baserock/1.23.2-openwrt
baserock/build-essential
baserock/danielfirth/RT144
baserock/danielsilverstone/vagrant-support
baserock/jjardon/build-essential
baserock/liw/S8704-always-ntpd
baserock/morph
baserock/pedroalvarez/build-essential
baserock/pedroalvarez/enable-patch
baserock/radiofree/busyboxfix
baserock/radiofree/ntpdscript
baserock/richardmaw/S5892/boot-sequencing
baserock/richardmaw/S8564/ro-staging-area
baserock/richardmaw/S9245/init
baserock/richardmaw/add-read-dash-d
baserock/robkendrick/mips64
baserock/tiagogomes/bbgawk
master
git.busybox.net: busybox.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
loginutils
/
deluser.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
loginutils/*: convert to new-style "one file" applets
Denys Vlasenko
2015-10-19
1
-1
/
+25
*
deluser: also remove user from /etc/group
Denys Vlasenko
2015-03-12
1
-6
/
+12
*
libpwdgrp: use getpwent() instead of getpwent_r()
Denys Vlasenko
2015-02-07
1
-5
/
+4
*
deluser: implement --remove-home
Denys Vlasenko
2015-02-05
1
-2
/
+20
*
move help text from include/usage.src.h to debianutils/*.c e2fsprogs/*.c edit...
Pere Orga
2011-04-03
1
-0
/
+12
*
deluser: do not warn spuriously when deleting group by deluser
Tito Ragusa
2010-11-08
1
-6
/
+14
*
delgroup: correct the check for users who still use the group
Denys Vlasenko
2010-11-07
1
-12
/
+12
*
typo fix
Denys Vlasenko
2010-11-06
1
-1
/
+1
*
deluser: 2nd attempt at deluser/delgroup size reduction and improvements
Tito Ragusa
2010-11-06
1
-29
/
+70
*
deluser: use the same licensing template in the header as other files do
Denys Vlasenko
2010-09-30
1
-1
/
+1
*
deluser: make it simpler, fix inability to delete user from group
Harald Becker
2010-09-22
1
-28
/
+26
*
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-08-16
1
-1
/
+1
*
*: unify concurrent-safe update of /etc/{passwd,group,[g]shadow}
Denis Vlasenko
2009-04-14
1
-101
/
+32
*
*: introduce and use FAST_FUNC: regparm on i386, otherwise no-on
Denis Vlasenko
2008-06-27
1
-1
/
+1
*
add -fvisibility=hidden to CC flags, mark XXX_main functions
Denis Vlasenko
2007-10-11
1
-1
/
+1
*
whitespace fixes
Denis Vlasenko
2007-05-30
1
-4
/
+4
*
usage.c: remove reference to busybox.h
Denis Vlasenko
2007-05-26
1
-1
/
+1
*
deluser: add optional support for removing users from groups
Denis Vlasenko
2007-04-15
1
-53
/
+95
*
suppress warnings about easch <applet>_main() having
Denis Vlasenko
2007-02-03
1
-0
/
+1
*
- sed -i -e "/\$Id:/d;"
Bernhard Reutner-Fischer
2007-01-22
1
-1
/
+0
*
Trailing whitespace removal over entire tree
Denis Vlasenko
2007-01-11
1
-1
/
+1
*
deluser: the same code, but a bit less obfuscated.
Denis Vlasenko
2006-11-27
1
-15
/
+16
*
deluser: size reduction by 60 bytes.
Denis Vlasenko
2006-11-27
1
-62
/
+48
*
rename functions to more understandable names
Denis Vlasenko
2006-10-26
1
-2
/
+2
*
add open_read_close() and similar stuff
Denis Vlasenko
2006-10-14
1
-1
/
+1
*
bb_applet_name -> applet_name
Denis Vlasenko
2006-10-03
1
-1
/
+1
*
Change license statements (and clean up headers) on some of the files that
Rob Landley
2006-09-22
1
-6
/
+1
*
Remove pointless "const". Bloatcheck says 0 bytes difference.
Rob Landley
2006-09-12
1
-1
/
+2
*
use strchr() not index()
Mike Frysinger
2006-04-16
1
-1
/
+1
*
Patch from Tito to unify deluser and delgroup, and generally shrink code.
Rob Landley
2006-04-10
1
-37
/
+69
*
decouple delgroup and deluser
Eric Andersen
2003-07-14
1
-119
/
+8
*
Major coreutils update.
Manuel Novoa III
2003-03-19
1
-19
/
+19
*
Port over the last of the tinylogin applets
Eric Andersen
2002-06-23
1
-16
/
+12
*
Bigger patch for (partial) tinylogin integration
Robert Griebl
2002-06-04
1
-0
/
+183