summaryrefslogtreecommitdiff
path: root/libpwdgrp/initgroups.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* rename __getgrent so that it doesn't conflict with some libc'sRuss Dill2003-12-181-2/+2
|
* Patch from Nick Fedchik to fixup paths in busybox/libpwdgrpEric Andersen2003-07-261-1/+1
| | | | which were not properly using the bb_path_*_file strings.
* Fix stupid typo noticed by John Mullin <john.mullin@homenetcomm.com>Eric Andersen2002-09-161-1/+1
|
* Joseph Chiu <josephc@idealab.com> found an off-by-one bug. oops!Eric Andersen2002-08-011-1/+1
|
* Scrub pwd.h and grp.h handling so we don't have to play anyEric Andersen2002-07-031-1/+1
| | | | | silly games. -Erik
* Bigger patch for (partial) tinylogin integrationRobert Griebl2002-06-041-0/+115
- Made a new dir loginutils - Moved all applets from pwd_grp to loginutils - Added new applets su.c login.c to loginutils - Made a new dir libpwdgrp - Moved everything from pwd_grp/libpwd_grp there - Added shadow.c to libpwdgrp - Removed dir pwd_grp - Added usage strings for login and su to usage.h - Changed main Makefile to reflect the dir rearrangements [Parts of this patch may overlap with my other two patches]