index
:
busybox.git
1_33_stable
1_35_stable
master
Copy of git.busybox.net/busybox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
loginutils
/
adduser.c
Age
Commit message (
Expand
)
Author
2008-03-19
adduser/addgroup: check username for invalid chars
Denis Vlasenko
2008-03-17
*: add -Wunused-parameter; fix resulting breakage
Denis Vlasenko
2008-02-15
adduser: optional support for long options. +110 bytes.
Denis Vlasenko
2007-11-04
Announce 1.8.0
1_8_0
Denis Vlasenko
2007-10-29
appletlib.c: make it actally follow _BB_SUID_ALWAYS rules
Denis Vlasenko
2007-10-11
add -fvisibility=hidden to CC flags, mark XXX_main functions
Denis Vlasenko
2007-10-01
'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>.
Denis Vlasenko
2007-08-18
don't pass argc in getopt32, it's superfluous
Denis Vlasenko
2007-08-12
trylink: produce even more info about final link stage
Denis Vlasenko
2007-07-30
addgroup: "disallow addgroup -g num user group"; make -g 0 work
Denis Vlasenko
2007-07-14
adduser: close /etc/{passwd,shadow} before calling passwd etc.
Denis Vlasenko
2007-06-04
Audit bb_common_bufsiz usage, add script which looks for misuse.
Denis Vlasenko
2007-05-26
usage.c: remove reference to busybox.h
Denis Vlasenko
2007-03-24
adduser: don't bomb out if shadow password file doesn't exist
Denis Vlasenko
2007-03-13
Do not fail password check if shadow password does not exist -
Denis Vlasenko
2007-03-07
clean up accumulated whitespace damage
Denis Vlasenko
2007-02-06
EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu>
Denis Vlasenko
2007-02-03
suppress warnings about easch <applet>_main() having
Denis Vlasenko
2007-01-29
preparatory patch for -Wwrite-strings #3
Denis Vlasenko
2007-01-11
Trailing whitespace removal over entire tree
Denis Vlasenko
2006-12-28
bb_xget[pw/gr]nam were horribly misnamed - fixed.
Denis Vlasenko
2006-12-26
adduser: trivial code movement
Denis Vlasenko
2006-11-01
mostly style fixes
Denis Vlasenko
2006-10-20
message string changes, mostly for consistency, also -32 bytes in .rodata
Denis Vlasenko
2006-10-14
sulogin: add support for $SUSHELL & $sushell
Denis Vlasenko
2006-10-03
getopt_ulflags -> getopt32.
Denis Vlasenko
2006-09-17
whitespace cleanup
Denis Vlasenko
2006-08-03
Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
Rob Landley
2006-07-16
Bugfix from Tito to make sure /etc/group gets updated.
Rob Landley
2006-04-04
Rewrite/shrink by tito.
Rob Landley
2006-01-25
just whitespace
Tim Riker
2006-01-22
- add platform.h.
Bernhard Reutner-Fischer
2005-11-15
Quote the user we pass to addgroup so funky chars are preserved. Fix by drag...
Mike Frysinger
2005-09-29
change interface to bb_xasprintf() - more perfect for me.
"Vladimir N. Oleynik"
2005-09-20
- rename libbb's password helpers as suggested in libbb.h
Bernhard Reutner-Fischer
2004-09-02
Tito writes:
Eric Andersen
2004-08-16
Bertrand Baudet writes:
Eric Andersen
2004-03-15
Remove trailing whitespace. Update copyright to include 2004.
Eric Andersen
2003-09-02
move all "-/bin/sh" "/bin/sh" and "sh" to libbb/messages.c file as one
Glenn L McGrath
2003-06-21
Based on a tinylogin patch from Philip Blundell, add several
Eric Andersen
2003-06-20
last_patch89 from vodz:
Eric Andersen
2003-03-19
Major coreutils update.
Manuel Novoa III
2002-09-16
Apply vodz' last_patch52
Eric Andersen
2002-07-16
Fix for the totally broken adduser applet (parts/ideas from vodz and tito)
Robert Griebl
2002-06-23
Port over the last of the tinylogin applets
Eric Andersen
2002-06-04
Bigger patch for (partial) tinylogin integration
Robert Griebl