aboutsummaryrefslogtreecommitdiff
path: root/libbb/login.c
AgeCommit message (Expand)Author
2021-02-03libbb: introduce and use fputs_stdoutRon Yorston
2017-10-05whitespace and comment format fixes, no code changesDenys Vlasenko
2016-09-24libbb: handle \S in /etc/issueDenys Vlasenko
2013-03-29libbb: introduce and use strftime_[YYYYMMDD]HHMMSS()Denys Vlasenko
2010-10-28*: whitespace fixesDenys Vlasenko
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2009-11-02*: introduce and use ffulsh_all()Denys Vlasenko
2009-09-06more C standard compat fixes from Dan FandrichDenys Vlasenko
2009-07-08move libc related stuff out of platform.hDenys Vlasenko
2009-05-19add platform tweaksDenys Vlasenko
2008-07-21libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko
2008-07-12libbb: shrink print_login_issue (by Vladimir Dronnikov)Denis Vlasenko
2008-06-27*: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko
2008-03-24*: whitespace fixes, no code changesDenis Vlasenko
2008-02-25*: intrduce and use safe_gethostname. By Tito <farmatito AT tiscali.it>Denis Vlasenko
2008-02-18mount: recognize "dirsync" (closes bug 835)Denis Vlasenko
2007-11-06login: clear dangerous environment variables if started by non-rootDenis Vlasenko
2007-08-12trylink: produce even more info about final link stageDenis Vlasenko
2007-05-31delete tons of extra #includesDenis Vlasenko
2007-04-12style fixes. No code changesDenis Vlasenko
2006-10-31login: re-enable Ctrl-^C before execing shell.Denis Vlasenko
2006-09-17whitespace cleanupDenis Vlasenko
2006-07-10Replace current verbose GPL stuff in libbb/*.c with one-line GPL boilerplate."Robert P. J. Day"
2006-07-02Standardize on the vi editing directives being on the first line."Robert P. J. Day"
2006-02-20sync with mainstream, but check more"Vladimir N. Oleynik"
2006-02-20getdomainname() isn't guaranteed to null terminate the string if it wasRob Landley
2006-02-20correction get(host/domain)name usage, revert 742 bug"Vladimir N. Oleynik"
2006-02-19rfelker writes in Bug 742: make sure string is null terminated after calling ...Mike Frysinger
2003-06-26Geir Thomassen wrote, regarding networking/httpd.c line 1358Eric Andersen
2003-05-26Vodz, last_patch_86Glenn L McGrath
2003-05-13Fix \l so it doesnt print the character as well as the tty, from oldGlenn L McGrath
2003-02-09Fix compiler warnings, patch by Steven ScholzGlenn L McGrath
2003-01-21Login prompt function, part of waldi's telnetd from inetd patchGlenn L McGrath