aboutsummaryrefslogtreecommitdiff
path: root/loginutils/login.c
AgeCommit message (Expand)Author
2016-01-03login: add commented-out PAM double password avoidance from BZ 4003Denys Vlasenko
2015-10-21login: explain -h HOST option betterDenys Vlasenko
2015-10-19loginutils/*: convert to new-style "one file" appletsDenys Vlasenko
2015-08-24login: don't print motd if .hushlogin exists in users homeSören Tempel
2015-01-05libbb: code shrink by factoring out common update_utmp_DEAD_PROCESSDenys Vlasenko
2013-11-19sulogin: use common password-checking routine.Denys Vlasenko
2012-08-15login: increase login name size limit from 32 to 64Denys Vlasenko
2012-01-30login: -f should not ask for password even with PAMSergey Naumov
2011-10-23getty: fix a minor problem of Ctrl-D not printing '\n'Denys Vlasenko
2011-10-22getty,login: tighten up handling of ctty, pgrp, and tty attr restoring on tim...Denys Vlasenko
2011-09-14login: new option LOGIN_SESSION_AS_CHILDIan Wienand
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko
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