Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | include "busybox" after the libc includes tofix compile errors | Glenn L McGrath | 2002-12-07 | 1 | -2/+2 |
| | |||||
* | 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 | 1 | -0/+302 |
- 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] |