index
:
busybox
master
Busybox
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
loginutils
/
deluser.c
Age
Commit message (
Expand
)
Author
2020-06-09
deluser: check if specified home is a directory before removing it
Sören Tempel
2019-07-02
libbb: reduce the overhead of single parameter bb_error_msg() calls
James Byrne
2018-12-28
config: update size information
Denys Vlasenko
2017-08-08
getopt32: remove applet_long_options
Denys Vlasenko
2017-08-07
add/remove-shell,add/deluser,add/delgroup: make them NOEXEC
Denys Vlasenko
2017-07-21
config: deindent all help texts
Denys Vlasenko
2017-07-18
Update menuconfig items with approximate applet sizes
Denys Vlasenko
2017-01-10
Big cleanup in config help and description
Denys Vlasenko
2015-10-19
loginutils/*: convert to new-style "one file" applets
Denys Vlasenko
2015-03-12
deluser: also remove user from /etc/group
Denys Vlasenko
2015-02-07
libpwdgrp: use getpwent() instead of getpwent_r()
Denys Vlasenko
2015-02-05
deluser: implement --remove-home
Denys Vlasenko
2011-04-03
move help text from include/usage.src.h to debianutils/*.c e2fsprogs/*.c edit...
Pere Orga
2010-11-08
deluser: do not warn spuriously when deleting group by deluser
Tito Ragusa
2010-11-07
delgroup: correct the check for users who still use the group
Denys Vlasenko
2010-11-06
typo fix
Denys Vlasenko
2010-11-06
deluser: 2nd attempt at deluser/delgroup size reduction and improvements
Tito Ragusa
2010-09-30
deluser: use the same licensing template in the header as other files do
Denys Vlasenko
2010-09-22
deluser: make it simpler, fix inability to delete user from group
Harald Becker
2010-08-16
*: make GNU licensing statement forms more regular
Denys Vlasenko
2009-04-14
*: unify concurrent-safe update of /etc/{passwd,group,[g]shadow}
Denis Vlasenko
2008-06-27
*: introduce and use FAST_FUNC: regparm on i386, otherwise no-on
Denis Vlasenko
2007-10-11
add -fvisibility=hidden to CC flags, mark XXX_main functions
Denis Vlasenko
2007-05-30
whitespace fixes
Denis Vlasenko
2007-05-26
usage.c: remove reference to busybox.h
Denis Vlasenko
2007-04-15
deluser: add optional support for removing users from groups
Denis Vlasenko
2007-02-03
suppress warnings about easch <applet>_main() having
Denis Vlasenko
2007-01-22
- sed -i -e "/\$Id:/d;"
Bernhard Reutner-Fischer
2007-01-11
Trailing whitespace removal over entire tree
Denis Vlasenko
2006-11-27
deluser: the same code, but a bit less obfuscated.
Denis Vlasenko
2006-11-27
deluser: size reduction by 60 bytes.
Denis Vlasenko
2006-10-26
rename functions to more understandable names
Denis Vlasenko
2006-10-14
add open_read_close() and similar stuff
Denis Vlasenko
2006-10-03
bb_applet_name -> applet_name
Denis Vlasenko
2006-09-22
Change license statements (and clean up headers) on some of the files that
Rob Landley
2006-09-12
Remove pointless "const". Bloatcheck says 0 bytes difference.
Rob Landley
2006-04-16
use strchr() not index()
Mike Frysinger
2006-04-10
Patch from Tito to unify deluser and delgroup, and generally shrink code.
Rob Landley
2003-07-14
decouple delgroup and deluser
Eric Andersen
2003-03-19
Major coreutils update.
Manuel Novoa III
2002-06-23
Port over the last of the tinylogin applets
Eric Andersen
2002-06-04
Bigger patch for (partial) tinylogin integration
Robert Griebl