summaryrefslogtreecommitdiff
path: root/libpwdgrp
Commit message (Collapse)AuthorAgeFilesLines
* Fixup header file orderingEric Andersen2002-12-111-1/+1
|
* Change #include order to fix warningGlenn L McGrath2002-12-081-1/+2
|
* include "busybox" after the libc includes tofix compile errorsGlenn L McGrath2002-12-075-10/+9
|
* Change if(x)free(x); to free(x);Aaron Lehmann2002-11-281-2/+1
|
* Fix stupid typo noticed by John Mullin <john.mullin@homenetcomm.com>Eric Andersen2002-09-161-1/+1
|
* Yipe. uid and gid were reversed.Eric Andersen2002-09-101-1/+1
| | | | -Erik
* 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-0314-14/+14
| | | | | silly games. -Erik
* Cleanup shadow.h stuff so it behaves as intendedEric Andersen2002-07-031-2/+1
| | | | -Erik
* Bigger patch for (partial) tinylogin integrationRobert Griebl2002-06-0417-0/+1300
- 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]