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
/
libpwdgrp
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove redundant NULL check
Denis Vlasenko
2008-09-27
1
-4
/
+0
*
libpwdgrp: make it coexist with <pwd.h>, <grp.h> and <shadow.h>.
Denis Vlasenko
2008-09-26
1
-0
/
+2
*
id: fix "id <user>" case. Requires getgrouplist().
Denis Vlasenko
2008-09-18
1
-23
/
+47
*
watchdog: add -T option
Denis Vlasenko
2008-09-07
1
-4
/
+1
*
libbb: [x]fopen_for_{read,write} introduced and used.
Denis Vlasenko
2008-07-21
2
-5
/
+5
*
whitespace fixes, no code changed
Denis Vlasenko
2008-07-21
1
-2
/
+2
*
- first pass to unify/cleanup uid handling (-236b)
Bernhard Reutner-Fischer
2008-07-21
1
-2
/
+6
*
libbb: introduce and use xrealloc_vector
Denis Vlasenko
2008-07-08
1
-5
/
+1
*
*: introduce and use FAST_FUNC: regparm on i386, otherwise no-on
Denis Vlasenko
2008-06-27
1
-2
/
+2
*
inetd: use change_identity().
Denis Vlasenko
2008-03-20
1
-18
/
+9
*
trylink: produce even more info about final link stage
Denis Vlasenko
2007-08-12
1
-31
/
+33
*
style fix (stray space before ';')
Denis Vlasenko
2007-07-21
1
-2
/
+2
*
libpwdgrp/pwd_grp.c: allocate local storage on first call, not in bss. -1k bss
Denis Vlasenko
2007-06-18
1
-27
/
+96
*
usage.c: remove reference to busybox.h
Denis Vlasenko
2007-05-26
1
-1
/
+1
*
we were basically ignoring CONFIG_USE_BB_PWD_GRP (assuming =y),
Denis Vlasenko
2007-05-18
1
-1
/
+3
*
style fixes
Denis Vlasenko
2007-04-13
1
-2
/
+2
*
Do not fail password check if shadow password does not exist -
Denis Vlasenko
2007-03-13
1
-4
/
+16
*
start_stop_daemon: add -chuid support
Denis Vlasenko
2007-02-26
1
-0
/
+36
*
fixdep.c: avoit doing memcmp in most cases
Denis Vlasenko
2006-12-30
3
-48
/
+74
*
fix build without shadow support
Denis Vlasenko
2006-12-28
1
-75
/
+92
*
bb_xget[pw/gr]nam were horribly misnamed - fixed.
Denis Vlasenko
2006-12-28
1
-17
/
+38
*
httpd: add -u user[:grp] support
Denis Vlasenko
2006-10-05
2
-1
/
+50
*
build system overhaul
Denis Vlasenko
2006-10-05
5
-268
/
+31
*
Standardize on the vi editing directives being on the first line.
"Robert P. J. Day"
2006-07-02
2
-0
/
+2
*
More removal of "#if 0" content.
"Robert P. J. Day"
2006-07-01
1
-13
/
+0
*
I broke allbareconfig with half-finished cleanups I'd forgotten weren't done.
Rob Landley
2006-06-20
1
-3
/
+1
*
skip_whitespace() shouldn't claim its return value is const, it doesn't know
Rob Landley
2006-06-18
1
-4
/
+4
*
pull Rules.mak from top_srcdir as pointed out by Robert P. J. Day on the mail...
Mike Frysinger
2006-05-13
1
-1
/
+1
*
- include proper headers.
Bernhard Reutner-Fischer
2006-04-05
2
-2
/
+4
*
- revert back to r14406
Bernhard Reutner-Fischer
2006-03-13
1
-26
/
+28
*
- backout using features which are not available with the previous stable
Bernhard Reutner-Fischer
2006-03-09
1
-2
/
+6
*
Typo fixes brought to you by the letters a, l, and Robert P. Day.
Rob Landley
2006-03-03
2
-5
/
+5
*
- use absolute path for top_builddir and top_srcdir.
Bernhard Reutner-Fischer
2006-03-02
1
-0
/
+4
*
- fixes parallel builds (make -j)
Bernhard Reutner-Fischer
2006-03-01
1
-31
/
+23
*
make the build system puuuuuuuuuuurty
Mike Frysinger
2006-02-02
1
-5
/
+3
*
just whitespace
Tim Riker
2006-01-25
1
-24
/
+24
*
- shared libbusybox.
Bernhard Reutner-Fischer
2006-01-15
1
-6
/
+21
*
- move GETXXKEY_R_FUNC into an internal helper file to allow for compiling
Bernhard Reutner-Fischer
2005-10-28
2
-46
/
+154
*
Shaun Jackman pointed out that fgets_unlocked() and friends are gnu extensions
Rob Landley
2005-10-08
1
-17
/
+5
*
use the shorter license header
Mike Frysinger
2005-09-24
1
-15
/
+2
*
use brief license line
Mike Frysinger
2005-09-24
1
-15
/
+2
*
use toplevel ARFLAGS and update default ARFLAGS to be quiet
Mike Frysinger
2005-07-27
1
-1
/
+1
*
egor duda writes:
Eric Andersen
2004-10-08
2
-7
/
+10
*
Replace the old and somewhat buggy pwd_grp stuff with the shiny
Eric Andersen
2004-07-15
17
-1237
/
+1140
*
Larry Doolittle writes:
Eric Andersen
2004-04-14
2
-2
/
+2
*
Remove trailing whitespace. Update copyright to include 2004.
Eric Andersen
2004-03-15
17
-31
/
+31
*
rename __getgrent so that it doesn't conflict with some libc's
Russ Dill
2003-12-18
6
-7
/
+7
*
Patch from Nick Fedchik to fixup paths in busybox/libpwdgrp
Eric Andersen
2003-07-26
7
-7
/
+7
*
Remove remaining libc5 support code
Eric Andersen
2003-07-22
1
-6
/
+5
*
Update a bunch of docs. Run a script to update my email addr.
Eric Andersen
2003-07-14
3
-4
/
+3
[next]