Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update a bunch of docs. Run a script to update my email addr. | Eric Andersen | 2003-07-14 | 3 | -4/+3 |
| | |||||
* | oops. make this actually work as intended.... | Eric Andersen | 2003-06-26 | 1 | -1/+1 |
| | |||||
* | Oops. | Eric Andersen | 2003-06-26 | 1 | -1/+1 |
| | |||||
* | Per patch from Nick Fedchik, use SHADOW_FILE, not "/etc/shadow". | Eric Andersen | 2003-06-26 | 1 | -2/+1 |
| | | | | Change fopen to bb_xfopen | ||||
* | Major coreutils update. | Manuel Novoa III | 2003-03-19 | 1 | -1/+1 |
| | |||||
* | Fixup header file ordering | Eric Andersen | 2002-12-11 | 1 | -1/+1 |
| | |||||
* | Change #include order to fix warning | Glenn L McGrath | 2002-12-08 | 1 | -1/+2 |
| | |||||
* | include "busybox" after the libc includes tofix compile errors | Glenn L McGrath | 2002-12-07 | 5 | -10/+9 |
| | |||||
* | Change if(x)free(x); to free(x); | Aaron Lehmann | 2002-11-28 | 1 | -2/+1 |
| | |||||
* | Fix stupid typo noticed by John Mullin <john.mullin@homenetcomm.com> | Eric Andersen | 2002-09-16 | 1 | -1/+1 |
| | |||||
* | Yipe. uid and gid were reversed. | Eric Andersen | 2002-09-10 | 1 | -1/+1 |
| | | | | -Erik | ||||
* | Joseph Chiu <josephc@idealab.com> found an off-by-one bug. oops! | Eric Andersen | 2002-08-01 | 1 | -1/+1 |
| | |||||
* | Scrub pwd.h and grp.h handling so we don't have to play any | Eric Andersen | 2002-07-03 | 14 | -14/+14 |
| | | | | | silly games. -Erik | ||||
* | Cleanup shadow.h stuff so it behaves as intended | Eric Andersen | 2002-07-03 | 1 | -2/+1 |
| | | | | -Erik | ||||
* | Bigger patch for (partial) tinylogin integration | Robert Griebl | 2002-06-04 | 17 | -0/+1300 |
- 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] |