aboutsummaryrefslogtreecommitdiff
path: root/libpwdgrp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Kbuild/Config.in: add CONFIG_MINGW and imported files to build systemNguyễn Thái Ngọc Duy2009-04-231-0/+2
* usage.c: remove reference to busybox.hvda2007-05-261-1/+1
* we were basically ignoring CONFIG_USE_BB_PWD_GRP (assuming =y),vda2007-05-181-1/+3
* style fixesvda2007-04-131-2/+2
* Do not fail password check if shadow password does not exist -vda2007-03-131-4/+16
* start_stop_daemon: add -chuid supportvda2007-02-261-0/+36
* fixdep.c: avoit doing memcmp in most casesvda2006-12-303-48/+74
* fix build without shadow supportvda2006-12-281-75/+92
* bb_xget[pw/gr]nam were horribly misnamed - fixed.vda2006-12-281-17/+38
* httpd: add -u user[:grp] supportvda2006-10-052-1/+50
* build system overhaulvda2006-10-055-268/+31
* Standardize on the vi editing directives being on the first line.rpjday2006-07-022-0/+2
* More removal of "#if 0" content.rpjday2006-07-011-13/+0
* I broke allbareconfig with half-finished cleanups I'd forgotten weren't done.landley2006-06-201-3/+1
* skip_whitespace() shouldn't claim its return value is const, it doesn't knowlandley2006-06-181-4/+4
* pull Rules.mak from top_srcdir as pointed out by Robert P. J. Day on the mail...vapier2006-05-131-1/+1
* - include proper headers.aldot2006-04-052-2/+4
* - revert back to r14406aldot2006-03-131-26/+28
* - backout using features which are not available with the previous stablealdot2006-03-091-2/+6
* Typo fixes brought to you by the letters a, l, and Robert P. Day.landley2006-03-032-5/+5
* - use absolute path for top_builddir and top_srcdir.aldot2006-03-021-0/+4
* - fixes parallel builds (make -j)aldot2006-03-011-31/+23
* make the build system puuuuuuuuuuurtyvapier2006-02-021-5/+3
* just whitespacetimr2006-01-251-24/+24
* - shared libbusybox.aldot2006-01-151-6/+21
* - move GETXXKEY_R_FUNC into an internal helper file to allow for compilingaldot2005-10-282-46/+154
* Shaun Jackman pointed out that fgets_unlocked() and friends are gnu extensionslandley2005-10-081-17/+5
* use the shorter license headervapier2005-09-241-15/+2
* use brief license linevapier2005-09-241-15/+2
* use toplevel ARFLAGS and update default ARFLAGS to be quietvapier2005-07-271-1/+1
* egor duda writes:andersen2004-10-082-7/+10
* Replace the old and somewhat buggy pwd_grp stuff with the shinyandersen2004-07-1517-1237/+1140
* Larry Doolittle writes:andersen2004-04-142-2/+2
* Remove trailing whitespace. Update copyright to include 2004.andersen2004-03-1517-31/+31
* rename __getgrent so that it doesn't conflict with some libc'sruss2003-12-186-7/+7
* Patch from Nick Fedchik to fixup paths in busybox/libpwdgrpandersen2003-07-267-7/+7
* Remove remaining libc5 support codeandersen2003-07-221-6/+5
* Update a bunch of docs. Run a script to update my email addr.andersen2003-07-143-4/+3
* oops. make this actually work as intended....andersen2003-06-261-1/+1
* Oops.andersen2003-06-261-1/+1
* Per patch from Nick Fedchik, use SHADOW_FILE, not "/etc/shadow".andersen2003-06-261-2/+1
* Major coreutils update.mjn32003-03-191-1/+1
* Fixup header file orderingandersen2002-12-111-1/+1
* Change #include order to fix warningbug12002-12-081-1/+2
* include "busybox" after the libc includes tofix compile errorsbug12002-12-075-10/+9
* Change if(x)free(x); to free(x);aaronl2002-11-281-2/+1
* Fix stupid typo noticed by John Mullin <john.mullin@homenetcomm.com>andersen2002-09-161-1/+1
* Yipe. uid and gid were reversed.andersen2002-09-101-1/+1
* Joseph Chiu <josephc@idealab.com> found an off-by-one bug. oops!andersen2002-08-011-1/+1
* Scrub pwd.h and grp.h handling so we don't have to play anyandersen2002-07-0314-14/+14