Tito writes:
[oweals/busybox.git] / libpwdgrp /
2004-07-15 Eric AndersenReplace the old and somewhat buggy pwd_grp stuff with...
2004-04-14 Eric AndersenLarry Doolittle writes:
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2003-12-18 Russ Dillrename __getgrent so that it doesn't conflict with...
2003-07-26 Eric AndersenPatch from Nick Fedchik to fixup paths in busybox/libpwdgrp
2003-07-22 Eric AndersenRemove remaining libc5 support code
2003-07-14 Eric AndersenUpdate a bunch of docs. Run a script to update my...
2003-06-26 Eric Andersenoops. make this actually work as intended....
2003-06-26 Eric AndersenOops.
2003-06-26 Eric AndersenPer patch from Nick Fedchik, use SHADOW_FILE, not ...
2003-03-19 Manuel Novoa III Major coreutils update.
2002-12-11 Eric AndersenFixup header file ordering
2002-12-08 Glenn L McGrathChange #include order to fix warning
2002-12-07 Glenn L McGrathinclude "busybox" after the libc includes tofix compile...
2002-11-28 Aaron LehmannChange if(x)free(x); to free(x);
2002-09-16 Eric AndersenFix stupid typo noticed by John Mullin <john.mullin...
2002-09-10 Eric AndersenYipe. uid and gid were reversed.
2002-08-01 Eric AndersenJoseph Chiu <josephc@idealab.com> found an off-by-one...
2002-07-03 Eric AndersenScrub pwd.h and grp.h handling so we don't have to...
2002-07-03 Eric AndersenCleanup shadow.h stuff so it behaves as intended
2002-06-04 Robert GrieblBigger patch for (partial) tinylogin integration