Age | Commit message (Expand) | Author |
---|---|---|
2003-06-26 | oops. make this actually work as intended.... | Eric Andersen |
2003-06-26 | Oops. | Eric Andersen |
2003-06-26 | Per patch from Nick Fedchik, use SHADOW_FILE, not "/etc/shadow". | Eric Andersen |
2003-03-19 | Major coreutils update. | Manuel Novoa III |
2002-12-11 | Fixup header file ordering | Eric Andersen |
2002-12-08 | Change #include order to fix warning | Glenn L McGrath |
2002-12-07 | include "busybox" after the libc includes tofix compile errors | Glenn L McGrath |
2002-11-28 | Change if(x)free(x); to free(x); | Aaron Lehmann |
2002-09-16 | Fix stupid typo noticed by John Mullin <john.mullin@homenetcomm.com> | Eric Andersen |
2002-09-10 | Yipe. uid and gid were reversed. | Eric Andersen |
2002-08-01 | Joseph Chiu <josephc@idealab.com> found an off-by-one bug. oops! | Eric Andersen |
2002-07-03 | Scrub pwd.h and grp.h handling so we don't have to play any | Eric Andersen |
2002-07-03 | Cleanup shadow.h stuff so it behaves as intended | Eric Andersen |
2002-06-04 | Bigger patch for (partial) tinylogin integration | Robert Griebl |