aboutsummaryrefslogtreecommitdiff
path: root/libpwdgrp
AgeCommit message (Expand)Author
2005-07-27use toplevel ARFLAGS and update default ARFLAGS to be quietMike Frysinger
2004-10-08egor duda writes:Eric Andersen
2004-07-15Replace the old and somewhat buggy pwd_grp stuff with the shinyEric Andersen
2004-04-14Larry Doolittle writes:Eric Andersen
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen
2003-12-18rename __getgrent so that it doesn't conflict with some libc'sRuss Dill
2003-07-26Patch from Nick Fedchik to fixup paths in busybox/libpwdgrpEric Andersen
2003-07-22Remove remaining libc5 support codeEric Andersen
2003-07-14Update a bunch of docs. Run a script to update my email addr.Eric Andersen
2003-06-26oops. make this actually work as intended....Eric Andersen
2003-06-26Oops.Eric Andersen
2003-06-26Per patch from Nick Fedchik, use SHADOW_FILE, not "/etc/shadow".Eric Andersen
2003-03-19Major coreutils update.Manuel Novoa III
2002-12-11Fixup header file orderingEric Andersen
2002-12-08Change #include order to fix warningGlenn L McGrath
2002-12-07include "busybox" after the libc includes tofix compile errorsGlenn L McGrath
2002-11-28Change if(x)free(x); to free(x);Aaron Lehmann
2002-09-16Fix stupid typo noticed by John Mullin <john.mullin@homenetcomm.com>Eric Andersen
2002-09-10Yipe. uid and gid were reversed.Eric Andersen
2002-08-01Joseph Chiu <josephc@idealab.com> found an off-by-one bug. oops!Eric Andersen
2002-07-03Scrub pwd.h and grp.h handling so we don't have to play anyEric Andersen
2002-07-03Cleanup shadow.h stuff so it behaves as intendedEric Andersen
2002-06-04Bigger patch for (partial) tinylogin integrationRobert Griebl