summaryrefslogtreecommitdiff
path: root/loginutils/su.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Patch from Russell Coker:Eric Andersen2003-07-031-1/+5
| | | | | I've attached my latest SE Linux patch for busybox against the latest CVS version of busybox.
* Major coreutils update.Manuel Novoa III2003-03-191-7/+7
|
* Port over the last of the tinylogin appletsEric Andersen2002-06-231-7/+2
| | | | -Erik
* Bigger patch for (partial) tinylogin integrationRobert Griebl2002-06-041-0/+167
- 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]