aboutsummaryrefslogtreecommitdiff
path: root/loginutils/login.c
AgeCommit message (Expand)Author
2011-04-03move help text from include/usage.src.h to debianutils/*.c e2fsprogs/*.c edit...Pere Orga
2011-03-22login: set PAM RHOSTRyan Phillips
2011-03-08s/FAIL_DELAY/LOGIN_FAIL_DELAY/Denys Vlasenko
2011-03-06libbb/login/su: do not sanitize shell name twiceDenys Vlasenko
2011-01-25move utmp.h include to libbb.hDenys Vlasenko
2010-12-27login: apply PAM environmentIan Wienand
2010-10-28*: whitespace fixesDenys Vlasenko
2010-10-28login: free fromhost upon cleaning upAlexander Shishkin
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-07-19init,loginutils: termios portability fixesJeremie Koenig
2010-06-27*: s/"/bin/sh"/DEFAULT_SHELL, run_shell() API fix, remove unneeded strdupLadislav Michl
2010-04-06libbb: add skip_dev_pfx()Denys Vlasenko
2010-04-05telnetd: write LOGIN/DEAD_PROCESS utmp records. Closes bug 1363Denys Vlasenko
2010-04-05libbb: split update_utmp from login/getty in preparation to use it for telnetdDenys Vlasenko
2010-04-04who: fix attempts to open '/dev/dev/ttyX'; make columns a bit wider, add -HDenys Vlasenko
2010-02-26setup_environment(): eliminate one parameterDenys Vlasenko
2010-02-26crontab: use setup_environmentBernhard Reutner-Fischer
2009-11-13*: use "can't" instead of "cannot"Denys Vlasenko
2009-11-02*: introduce and use ffulsh_all()Denys Vlasenko
2009-10-29*: random code shrinkDenys Vlasenko
2009-10-23*: optimize most of isXXXXX() macrosDenys Vlasenko
2009-09-25login: log PAM errors to syslog, not stderrDenys Vlasenko
2009-04-21*: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko
2009-04-01trailing whitespace removalDenis Vlasenko
2009-03-11*: remove LOG_NOWAITDenis Vlasenko
2009-02-24login: fix buglet introduced by "simplification"Denis Vlasenko
2009-02-02login: small simplification by Walter Harms. -10 bytesDenis Vlasenko
2009-02-02login: cleanup work by Walter Harms. No logic changes.Denis Vlasenko
2008-12-23libbb: introduce and use xmalloc_ttyname (-32 in bss).Denis Vlasenko
2008-11-09*: a bit of code shrinkDenis Vlasenko
2008-11-07login: fix /etc/nologin handling (should prohibit non-root LOGINS,Denis Vlasenko
2008-11-07login: fix /etc/nologin supportDenis Vlasenko
2008-07-26fix several problems with config parser:Denis Vlasenko
2008-07-21libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko
2008-06-01- use ut_user rather than ut_name (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer
2008-05-19- use EXIT_{SUCCESS,FAILURE}. No object-code changesBernhard Reutner-Fischer
2008-03-17*: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param)Denis Vlasenko
2008-03-17*: fix fallout from -Wunused-parameterDenis Vlasenko
2008-03-17*: add -Wunused-parameter; fix resulting breakageDenis Vlasenko
2008-03-17dos2unix: tiny shrinkDenis Vlasenko
2008-02-24less,klogd,syslogd,nc,tcpudp: exit on signal by killing itself, not exit(1)Denis Vlasenko
2008-02-18mount: recognize "dirsync" (closes bug 835)Denis Vlasenko
2008-01-27- fix conflicting decls of syslog related facilitynames and prioritynames tablesBernhard Reutner-Fischer
2007-11-08xreadlink: code shrinkDenis Vlasenko
2007-11-07flush typeahead before promptPaul Fox
2007-11-07login: fix PAM login (was unable to complete Kerberos login)Denis Vlasenko
2007-11-06login: clear dangerous environment variables if started by non-rootDenis Vlasenko
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko
2007-09-27introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).Denis Vlasenko