aboutsummaryrefslogtreecommitdiff
path: root/loginutils/login.c
AgeCommit message (Expand)Author
2020-12-29randomconfig fixesDenys Vlasenko
2020-12-02libbb: exec_login_shell() - new functionDenys Vlasenko
2020-12-02libbb: rename run_shell() to exec_shell()Denys Vlasenko
2020-12-02login: log to syslog every bad password, not only 3rdDenys Vlasenko
2020-11-29libbb: bb_do_delay(3) -> pause_after_failed_login(), and stop looping thereDenys Vlasenko
2020-11-16login: update UTMP before forkingJoachim Nilsson
2019-07-02libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne
2019-05-02login: remove extra IF(), no code changesDenys Vlasenko
2019-01-22login: close PAM session on errors as well, not only on successDenys Vlasenko
2018-04-08libbb.h: always include sys/resource.hDenys Vlasenko
2017-08-04libbb: use _exit, not exit, in bb_daemonize_or_rexec()Denys Vlasenko
2017-07-27config: trim/improve item names and help texts, take 2Denys Vlasenko
2017-07-21config: deindent all help textsDenys Vlasenko
2017-07-18Update menuconfig items with approximate applet sizesDenys Vlasenko
2017-04-13libbb: make check_password() also return CHECKPASS_PW_HAS_EMPTY_PASSWORDDenys Vlasenko
2017-04-13login: move check_securetty to libbbKaarle Ritvanen
2017-01-10Big cleanup in config help and descriptionDenys Vlasenko
2016-12-23Selinux complains about deprecated selinux/flask.h, stop including itDenys Vlasenko
2016-11-03su: expand help; simplify passing of -c CMD to run_shell()Denys Vlasenko
2016-04-21*: add most of the required setup_common_bufsiz() callsDenys Vlasenko
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko
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