summaryrefslogtreecommitdiff
path: root/libpwdgrp
Commit message (Expand)AuthorAgeFilesLines
* *: optimize code size in strtoul callsDenys Vlasenko2009-09-231-9/+9
* Patches to enable FreeBSD buildDenys Vlasenko2009-07-051-1/+1
* remove redundant NULL checkDenis Vlasenko2008-09-271-4/+0
* libpwdgrp: make it coexist with <pwd.h>, <grp.h> and <shadow.h>.Denis Vlasenko2008-09-261-0/+2
* id: fix "id <user>" case. Requires getgrouplist().Denis Vlasenko2008-09-181-23/+47
* watchdog: add -T optionDenis Vlasenko2008-09-071-4/+1
* libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko2008-07-212-5/+5
* whitespace fixes, no code changedDenis Vlasenko2008-07-211-2/+2
* - first pass to unify/cleanup uid handling (-236b)Bernhard Reutner-Fischer2008-07-211-2/+6
* libbb: introduce and use xrealloc_vectorDenis Vlasenko2008-07-081-5/+1
* *: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko2008-06-271-2/+2
* inetd: use change_identity().Denis Vlasenko2008-03-201-18/+9
* trylink: produce even more info about final link stageDenis Vlasenko2007-08-121-31/+33
* style fix (stray space before ';')Denis Vlasenko2007-07-211-2/+2
* libpwdgrp/pwd_grp.c: allocate local storage on first call, not in bss. -1k bssDenis Vlasenko2007-06-181-27/+96
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* we were basically ignoring CONFIG_USE_BB_PWD_GRP (assuming =y),Denis Vlasenko2007-05-181-1/+3
* style fixesDenis Vlasenko2007-04-131-2/+2
* Do not fail password check if shadow password does not exist -Denis Vlasenko2007-03-131-4/+16
* start_stop_daemon: add -chuid supportDenis Vlasenko2007-02-261-0/+36
* fixdep.c: avoit doing memcmp in most casesDenis Vlasenko2006-12-303-48/+74
* fix build without shadow supportDenis Vlasenko2006-12-281-75/+92
* bb_xget[pw/gr]nam were horribly misnamed - fixed.Denis Vlasenko2006-12-281-17/+38
* httpd: add -u user[:grp] supportDenis Vlasenko2006-10-052-1/+50
* build system overhaulDenis Vlasenko2006-10-055-268/+31
* Standardize on the vi editing directives being on the first line."Robert P. J. Day"2006-07-022-0/+2
* More removal of "#if 0" content."Robert P. J. Day"2006-07-011-13/+0
* I broke allbareconfig with half-finished cleanups I'd forgotten weren't done.Rob Landley2006-06-201-3/+1
* skip_whitespace() shouldn't claim its return value is const, it doesn't knowRob Landley2006-06-181-4/+4
* pull Rules.mak from top_srcdir as pointed out by Robert P. J. Day on the mail...Mike Frysinger2006-05-131-1/+1
* - include proper headers.Bernhard Reutner-Fischer2006-04-052-2/+4
* - revert back to r14406Bernhard Reutner-Fischer2006-03-131-26/+28
* - backout using features which are not available with the previous stableBernhard Reutner-Fischer2006-03-091-2/+6
* Typo fixes brought to you by the letters a, l, and Robert P. Day.Rob Landley2006-03-032-5/+5
* - use absolute path for top_builddir and top_srcdir.Bernhard Reutner-Fischer2006-03-021-0/+4
* - fixes parallel builds (make -j)Bernhard Reutner-Fischer2006-03-011-31/+23
* make the build system puuuuuuuuuuurtyMike Frysinger2006-02-021-5/+3
* just whitespaceTim Riker2006-01-251-24/+24
* - shared libbusybox.Bernhard Reutner-Fischer2006-01-151-6/+21
* - move GETXXKEY_R_FUNC into an internal helper file to allow for compilingBernhard Reutner-Fischer2005-10-282-46/+154
* Shaun Jackman pointed out that fgets_unlocked() and friends are gnu extensionsRob Landley2005-10-081-17/+5
* use the shorter license headerMike Frysinger2005-09-241-15/+2
* use brief license lineMike Frysinger2005-09-241-15/+2
* use toplevel ARFLAGS and update default ARFLAGS to be quietMike Frysinger2005-07-271-1/+1
* egor duda writes:Eric Andersen2004-10-082-7/+10
* Replace the old and somewhat buggy pwd_grp stuff with the shinyEric Andersen2004-07-1517-1237/+1140
* Larry Doolittle writes:Eric Andersen2004-04-142-2/+2
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-1517-31/+31
* rename __getgrent so that it doesn't conflict with some libc'sRuss Dill2003-12-186-7/+7
* Patch from Nick Fedchik to fixup paths in busybox/libpwdgrpEric Andersen2003-07-267-7/+7