summaryrefslogtreecommitdiff
path: root/loginutils/getty.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 2005-06-30 Shaun Jackman <sjackman@gmail.com>Mike Frysinger2005-07-011-0/+6
| | | | | | * loginutils/getty.c: Include utmp.h only if CONFIG_FEATURE_U_W_TMP is defined. (getty_main): Use ISSUE only if it is defined.
* Patch by jonlar in Bug 312 to split the U_W_TMP feature into sep UTMP and ↵Mike Frysinger2005-07-011-11/+10
| | | | WTMP options
* Patch from Bernhard Fischer to make a bunch of symbols staticEric Andersen2005-04-161-2/+2
| | | | which were otherwise cluttering the global namespace.
* Use a sane VEOL settingEric Andersen2005-04-141-1/+1
|
* Save a line or twoEric Andersen2004-08-261-4/+2
|
* Patch from Manousaridis Angelos to cleanup stale file descriptors, it was ↵Glenn L McGrath2004-08-251-2/+4
| | | | preventing unmounting an initial filesystem.
* Umm. Not guilty by reason of insanity.Eric Andersen2004-07-301-2/+2
| | | | -Erik
* Fixup getty, login, etc so the utmp and wtmp are updated, allowingEric Andersen2004-07-301-2/+8
| | | | | the 'who' and 'last' applets among other things to work as expected. -Erik
* Patch from Bastian Blank:Eric Andersen2004-06-221-1/+3
| | | | | | | | | | | On Sat, Jun 19, 2004 at 10:57:37PM +0200, Bastian Blank wrote: > The following patch changes klogd to use openlog/syslog themself > instead of calling syslog_msg which always calls the triple > openlog/syslog/closelog. Updated patch: get rid of syslog_msg entirely. Request from Erik Andersen. Bastian
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-7/+7
|
* Fix/eliminate use of atolEric Andersen2004-03-061-12/+5
|
* 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]