summaryrefslogtreecommitdiff
path: root/loginutils/getty.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Major coreutils update.Manuel Novoa III2003-03-191-6/+17
|
* Patch from Nick Fedchik, CONFIG_SYSLOGD should determine getty'sGlenn L McGrath2003-02-081-5/+2
| | | | behaviour.
* run telnet from inetd, present login prompt if login is configured,Glenn L McGrath2003-01-211-136/+2
| | | | patch from Bastian Blank
* last_patch61 from vodz:Eric Andersen2002-10-101-19/+5
| | | | | | | | | 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-4/+13
| | | | | login and getty applets writes utmp/wtmp but init do clearing not. I think, in current time deny wtmp/utmp writes as undefault features.
* Don't #ifdef __linux__. this is linux.Aaron Lehmann2002-08-231-4/+0
|
* Applied vodz' patches #49 and #50 (with a small correction in runshell.c)Robert Griebl2002-07-191-7/+4
| | | | | | | | | #49: I found one memory overflow and memory leak in "ln" applet. Last patch reduced also 54 bytes. ;) #50: I found bug in loginutils/Makefile.in. New patch have also new function to libbb and aplied this to applets and other cosmetic changes.
* Bigger patch for (partial) tinylogin integrationRobert Griebl2002-06-041-0/+1157
- 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]