index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
loginutils
/
addgroup.c
Age
Commit message (
Expand
)
Author
2008-12-05
libbb: add xgetgrnam too. ~0 code size change
Denis Vlasenko
2008-12-03
libbb: introduce and use xgetpwnam. ~ -150 bytes.
Denis Vlasenko
2008-07-05
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-06-27
*: introduce and use FAST_FUNC: regparm on i386, otherwise no-on
Denis Vlasenko
2008-03-26
*: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/
Denis Vlasenko
2008-03-19
adduser/addgroup: check username for invalid chars
Denis Vlasenko
2008-03-17
*: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param)
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-08-18
don't pass argc in getopt32, it's superfluous
Denis Vlasenko
2007-07-30
addgroup: "disallow addgroup -g num user group"; make -g 0 work
Denis Vlasenko
2007-05-30
whitespace fixes
Denis Vlasenko
2007-05-26
usage.c: remove reference to busybox.h
Denis Vlasenko
2007-04-05
- clean up addgroup, fix adding users to existing groups and make it optional...
Bernhard Reutner-Fischer
2007-03-13
Do not fail password check if shadow password does not exist -
Denis Vlasenko
2007-02-03
suppress warnings about easch <applet>_main() having
Denis Vlasenko
2006-10-08
attempt to regularize atoi mess.
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-04-04
Rewrite/shrink by tito.
Rob Landley
2006-01-25
just whitespace
Tim Riker
2004-09-14
Patch from tito to add argument checking.
Glenn L McGrath
2004-03-15
Remove trailing whitespace. Update copyright to include 2004.
Eric Andersen
2003-06-20
last_patch89 from vodz:
Eric Andersen
2003-03-19
Major coreutils update.
Manuel Novoa III
2003-01-09
Fix addgroup so it actually works
Eric Andersen
2002-12-13
use const group_file
Tim Riker
2002-12-12
Teach addgroup to add user names to groups
Eric Andersen
2002-11-14
Patch from Marcel Hamer to fix addgroup argument parsing
Eric Andersen
2002-08-06
Fix silly typo. addgroup was using /etc/shadow for /etc/gshadow.
Manuel Novoa III
2002-07-21
Fixed two compiler warnings
Robert Griebl
2002-07-03
Scrub pwd.h and grp.h handling so we don't have to play any
Eric Andersen
2002-06-23
Port over the last of the tinylogin applets
Eric Andersen
2002-06-04
Bigger patch for (partial) tinylogin integration
Robert Griebl