aboutsummaryrefslogtreecommitdiff
path: root/loginutils/login.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Patch from Russell Coker:Eric Andersen2003-07-031-2/+45
| | | | | 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-8/+8
|
* run telnet from inetd, present login prompt if login is configured,Glenn L McGrath2003-01-211-11/+9
| | | | patch from Bastian Blank
* A missing /etc/securetty is not an error when checking the tty name - theRobert Griebl2002-12-031-1/+1
| | | | comment is right, but the code was wrong ..
* A missing securetty file is not an error.Eric Andersen2002-11-141-4/+2
| | | | -Erik
* Remove gratuitous and unnecessary "BusyBox" refernece in login promptEric Andersen2002-11-071-1/+1
| | | | -Erik
* last_patch61 from vodz:Eric Andersen2002-10-101-8/+6
| | | | | | | | | New complex patch for decrease size devel version. Requires previous patch. Also removed small problems from dutmp and tar applets. Also includes vodz' last_patch61_2: Last patch correcting comment for #endif and more integrated with libbb (very reduce size if used "cat" applet also). Requires last_patch61 for modutils/config.in.
* last_patch60 from vodz:Eric Andersen2002-10-101-0/+8
| | | | | login and getty applets writes utmp/wtmp but init do clearing not. I think, in current time deny wtmp/utmp writes as undefault features.
* Port over the last of the tinylogin appletsEric Andersen2002-06-231-35/+8
| | | | -Erik
* Several login cleanups from vodzEric Andersen2002-06-221-25/+32
|
* Bigger patch for (partial) tinylogin integrationRobert Griebl2002-06-041-0/+459
- 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]