Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-12-18 | rename __getgrent so that it doesn't conflict with some libc's | Russ Dill | |
2003-07-26 | Patch from Nick Fedchik to fixup paths in busybox/libpwdgrp | Eric Andersen | |
which were not properly using the bb_path_*_file strings. | |||
2003-07-22 | Remove remaining libc5 support code | Eric Andersen | |
2003-07-14 | Update a bunch of docs. Run a script to update my email addr. | Eric Andersen | |
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 | |
Change fopen to bb_xfopen | |||
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 | |
-Erik | |||
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 | |
silly games. -Erik | |||
2002-07-03 | Cleanup shadow.h stuff so it behaves as intended | Eric Andersen | |
-Erik | |||
2002-06-04 | Bigger patch for (partial) tinylogin integration | Robert Griebl | |
- 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] |