aboutsummaryrefslogtreecommitdiff
path: root/loginutils/login.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-021-2/+2
* login: remove extra IF(), no code changesDenys Vlasenko2019-05-021-1/+1
* login: close PAM session on errors as well, not only on successDenys Vlasenko2019-01-221-3/+5
* libbb.h: always include sys/resource.hDenys Vlasenko2018-04-081-1/+0
* libbb: use _exit, not exit, in bb_daemonize_or_rexec()Denys Vlasenko2017-08-041-2/+2
* config: trim/improve item names and help texts, take 2Denys Vlasenko2017-07-271-1/+1
* config: deindent all help textsDenys Vlasenko2017-07-211-15/+15
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-1/+1
* libbb: make check_password() also return CHECKPASS_PW_HAS_EMPTY_PASSWORDDenys Vlasenko2017-04-131-1/+1
* login: move check_securetty to libbbKaarle Ritvanen2017-04-131-19/+0
* Big cleanup in config help and descriptionDenys Vlasenko2017-01-101-3/+3
* Selinux complains about deprecated selinux/flask.h, stop including itDenys Vlasenko2016-12-231-1/+3
* su: expand help; simplify passing of -c CMD to run_shell()Denys Vlasenko2016-11-031-1/+1
* *: add most of the required setup_common_bufsiz() callsDenys Vlasenko2016-04-211-1/+1
* libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko2016-04-211-1/+2
* login: add commented-out PAM double password avoidance from BZ 4003Denys Vlasenko2016-01-031-0/+43
* login: explain -h HOST option betterDenys Vlasenko2015-10-211-1/+1
* loginutils/*: convert to new-style "one file" appletsDenys Vlasenko2015-10-191-0/+50
* login: don't print motd if .hushlogin exists in users homeSören Tempel2015-08-241-1/+2
* libbb: code shrink by factoring out common update_utmp_DEAD_PROCESSDenys Vlasenko2015-01-051-1/+1
* sulogin: use common password-checking routine.Denys Vlasenko2013-11-191-1/+1
* login: increase login name size limit from 32 to 64Denys Vlasenko2012-08-151-1/+2
* login: -f should not ask for password even with PAMSergey Naumov2012-01-301-8/+10
* getty: fix a minor problem of Ctrl-D not printing '\n'Denys Vlasenko2011-10-231-1/+0
* getty,login: tighten up handling of ctty, pgrp, and tty attr restoring on tim...Denys Vlasenko2011-10-221-10/+35
* login: new option LOGIN_SESSION_AS_CHILDIan Wienand2011-09-141-6/+47
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-1/+0
* move help text from include/usage.src.h to debianutils/*.c e2fsprogs/*.c edit...Pere Orga2011-04-031-0/+10
* login: set PAM RHOSTRyan Phillips2011-03-221-0/+8
* s/FAIL_DELAY/LOGIN_FAIL_DELAY/Denys Vlasenko2011-03-081-1/+1
* libbb/login/su: do not sanitize shell name twiceDenys Vlasenko2011-03-061-6/+2
* move utmp.h include to libbb.hDenys Vlasenko2011-01-251-3/+0
* login: apply PAM environmentIan Wienand2010-12-271-0/+11
* *: whitespace fixesDenys Vlasenko2010-10-281-2/+2
* login: free fromhost upon cleaning upAlexander Shishkin2010-10-281-0/+7
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* init,loginutils: termios portability fixesJeremie Koenig2010-07-191-1/+1
* *: s/"/bin/sh"/DEFAULT_SHELL, run_shell() API fix, remove unneeded strdupLadislav Michl2010-06-271-6/+6
* libbb: add skip_dev_pfx()Denys Vlasenko2010-04-061-3/+1
* telnetd: write LOGIN/DEAD_PROCESS utmp records. Closes bug 1363Denys Vlasenko2010-04-051-1/+1
* libbb: split update_utmp from login/getty in preparation to use it for telnetdDenys Vlasenko2010-04-051-98/+14
* who: fix attempts to open '/dev/dev/ttyX'; make columns a bit wider, add -HDenys Vlasenko2010-04-041-1/+2
* setup_environment(): eliminate one parameterDenys Vlasenko2010-02-261-2/+3
* crontab: use setup_environmentBernhard Reutner-Fischer2010-02-261-1/+1
* *: use "can't" instead of "cannot"Denys Vlasenko2009-11-131-1/+1
* *: introduce and use ffulsh_all()Denys Vlasenko2009-11-021-3/+3
* *: random code shrinkDenys Vlasenko2009-10-291-1/+1
* *: optimize most of isXXXXX() macrosDenys Vlasenko2009-10-231-4/+7
* login: log PAM errors to syslog, not stderrDenys Vlasenko2009-09-251-1/+3
* *: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko2009-04-211-5/+5