summaryrefslogtreecommitdiff
path: root/libpwdgrp
Commit message (Expand)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
* 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
* Cleanup shadow.h stuff so it behaves as intendedEric Andersen2002-07-031-2/+1
* Bigger patch for (partial) tinylogin integrationRobert Griebl2002-06-0417-0/+1300