summaryrefslogtreecommitdiff
path: root/libbb/login.c
Commit message (Expand)AuthorAgeFilesLines
* libbb: introduce and use fputs_stdoutRon Yorston2021-02-031-3/+3
* whitespace and comment format fixes, no code changesDenys Vlasenko2017-10-051-1/+0
* libbb: handle \S in /etc/issueDenys Vlasenko2016-09-241-0/+40
* libbb: introduce and use strftime_[YYYYMMDD]HHMMSS()Denys Vlasenko2013-03-291-2/+1
* *: whitespace fixesDenys Vlasenko2010-10-281-1/+1
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* *: introduce and use ffulsh_all()Denys Vlasenko2009-11-021-2/+2
* more C standard compat fixes from Dan FandrichDenys Vlasenko2009-09-061-2/+2
* move libc related stuff out of platform.hDenys Vlasenko2009-07-081-1/+2
* add platform tweaksDenys Vlasenko2009-05-191-0/+2
* libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko2008-07-211-1/+1
* libbb: shrink print_login_issue (by Vladimir Dronnikov)Denis Vlasenko2008-07-121-8/+7
* *: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko2008-06-271-3/+3
* *: whitespace fixes, no code changesDenis Vlasenko2008-03-241-1/+1
* *: intrduce and use safe_gethostname. By Tito <farmatito AT tiscali.it>Denis Vlasenko2008-02-251-9/+5
* mount: recognize "dirsync" (closes bug 835)Denis Vlasenko2008-02-181-2/+9
* login: clear dangerous environment variables if started by non-rootDenis Vlasenko2007-11-061-0/+26
* trylink: produce even more info about final link stageDenis Vlasenko2007-08-121-2/+2
* delete tons of extra #includesDenis Vlasenko2007-05-311-5/+1
* style fixes. No code changesDenis Vlasenko2007-04-121-1/+1
* login: re-enable Ctrl-^C before execing shell.Denis Vlasenko2006-10-311-66/+53
* whitespace cleanupDenis Vlasenko2006-09-171-1/+1
* Replace current verbose GPL stuff in libbb/*.c with one-line GPL boilerplate."Robert P. J. Day"2006-07-101-14/+2
* Standardize on the vi editing directives being on the first line."Robert P. J. Day"2006-07-021-0/+1
* sync with mainstream, but check more"Vladimir N. Oleynik"2006-02-201-5/+5
* getdomainname() isn't guaranteed to null terminate the string if it wasRob Landley2006-02-201-6/+6
* correction get(host/domain)name usage, revert 742 bug"Vladimir N. Oleynik"2006-02-201-6/+6
* rfelker writes in Bug 742: make sure string is null terminated after calling ...Mike Frysinger2006-02-191-1/+2
* Geir Thomassen wrote, regarding networking/httpd.c line 1358Eric Andersen2003-06-261-1/+1
* Vodz, last_patch_86Glenn L McGrath2003-05-261-23/+27
* Fix \l so it doesnt print the character as well as the tty, from oldGlenn L McGrath2003-05-131-1/+2
* Fix compiler warnings, patch by Steven ScholzGlenn L McGrath2003-02-091-2/+1
* Login prompt function, part of waldi's telnetd from inetd patchGlenn L McGrath2003-01-211-0/+124