| Commit message (Expand) | Author | Age | Files | Lines |
* | libbb: reduce the overhead of single parameter bb_error_msg() calls | James Byrne | 2019-07-02 | 1 | -2/+2 |
* | login: remove extra IF(), no code changes | Denys Vlasenko | 2019-05-02 | 1 | -1/+1 |
* | login: close PAM session on errors as well, not only on success | Denys Vlasenko | 2019-01-22 | 1 | -3/+5 |
* | libbb.h: always include sys/resource.h | Denys Vlasenko | 2018-04-08 | 1 | -1/+0 |
* | libbb: use _exit, not exit, in bb_daemonize_or_rexec() | Denys Vlasenko | 2017-08-04 | 1 | -2/+2 |
* | config: trim/improve item names and help texts, take 2 | Denys Vlasenko | 2017-07-27 | 1 | -1/+1 |
* | config: deindent all help texts | Denys Vlasenko | 2017-07-21 | 1 | -15/+15 |
* | Update menuconfig items with approximate applet sizes | Denys Vlasenko | 2017-07-18 | 1 | -1/+1 |
* | libbb: make check_password() also return CHECKPASS_PW_HAS_EMPTY_PASSWORD | Denys Vlasenko | 2017-04-13 | 1 | -1/+1 |
* | login: move check_securetty to libbb | Kaarle Ritvanen | 2017-04-13 | 1 | -19/+0 |
* | Big cleanup in config help and description | Denys Vlasenko | 2017-01-10 | 1 | -3/+3 |
* | Selinux complains about deprecated selinux/flask.h, stop including it | Denys Vlasenko | 2016-12-23 | 1 | -1/+3 |
* | su: expand help; simplify passing of -c CMD to run_shell() | Denys Vlasenko | 2016-11-03 | 1 | -1/+1 |
* | *: add most of the required setup_common_bufsiz() calls | Denys Vlasenko | 2016-04-21 | 1 | -1/+1 |
* | libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it | Denys Vlasenko | 2016-04-21 | 1 | -1/+2 |
* | login: add commented-out PAM double password avoidance from BZ 4003 | Denys Vlasenko | 2016-01-03 | 1 | -0/+43 |
* | login: explain -h HOST option better | Denys Vlasenko | 2015-10-21 | 1 | -1/+1 |
* | loginutils/*: convert to new-style "one file" applets | Denys Vlasenko | 2015-10-19 | 1 | -0/+50 |
* | login: don't print motd if .hushlogin exists in users home | Sören Tempel | 2015-08-24 | 1 | -1/+2 |
* | libbb: code shrink by factoring out common update_utmp_DEAD_PROCESS | Denys Vlasenko | 2015-01-05 | 1 | -1/+1 |
* | sulogin: use common password-checking routine. | Denys Vlasenko | 2013-11-19 | 1 | -1/+1 |
* | login: increase login name size limit from 32 to 64 | Denys Vlasenko | 2012-08-15 | 1 | -1/+2 |
* | login: -f should not ask for password even with PAM | Sergey Naumov | 2012-01-30 | 1 | -8/+10 |
* | getty: fix a minor problem of Ctrl-D not printing '\n' | Denys Vlasenko | 2011-10-23 | 1 | -1/+0 |
* | getty,login: tighten up handling of ctty, pgrp, and tty attr restoring on tim... | Denys Vlasenko | 2011-10-22 | 1 | -10/+35 |
* | login: new option LOGIN_SESSION_AS_CHILD | Ian Wienand | 2011-09-14 | 1 | -6/+47 |
* | *: remove "Options:" string from help texts | Denys Vlasenko | 2011-06-05 | 1 | -1/+0 |
* | move help text from include/usage.src.h to debianutils/*.c e2fsprogs/*.c edit... | Pere Orga | 2011-04-03 | 1 | -0/+10 |
* | login: set PAM RHOST | Ryan Phillips | 2011-03-22 | 1 | -0/+8 |
* | s/FAIL_DELAY/LOGIN_FAIL_DELAY/ | Denys Vlasenko | 2011-03-08 | 1 | -1/+1 |
* | libbb/login/su: do not sanitize shell name twice | Denys Vlasenko | 2011-03-06 | 1 | -6/+2 |
* | move utmp.h include to libbb.h | Denys Vlasenko | 2011-01-25 | 1 | -3/+0 |
* | login: apply PAM environment | Ian Wienand | 2010-12-27 | 1 | -0/+11 |
* | *: whitespace fixes | Denys Vlasenko | 2010-10-28 | 1 | -2/+2 |
* | login: free fromhost upon cleaning up | Alexander Shishkin | 2010-10-28 | 1 | -0/+7 |
* | *: make GNU licensing statement forms more regular | Denys Vlasenko | 2010-08-16 | 1 | -1/+1 |
* | init,loginutils: termios portability fixes | Jeremie Koenig | 2010-07-19 | 1 | -1/+1 |
* | *: s/"/bin/sh"/DEFAULT_SHELL, run_shell() API fix, remove unneeded strdup | Ladislav Michl | 2010-06-27 | 1 | -6/+6 |
* | libbb: add skip_dev_pfx() | Denys Vlasenko | 2010-04-06 | 1 | -3/+1 |
* | telnetd: write LOGIN/DEAD_PROCESS utmp records. Closes bug 1363 | Denys Vlasenko | 2010-04-05 | 1 | -1/+1 |
* | libbb: split update_utmp from login/getty in preparation to use it for telnetd | Denys Vlasenko | 2010-04-05 | 1 | -98/+14 |
* | who: fix attempts to open '/dev/dev/ttyX'; make columns a bit wider, add -H | Denys Vlasenko | 2010-04-04 | 1 | -1/+2 |
* | setup_environment(): eliminate one parameter | Denys Vlasenko | 2010-02-26 | 1 | -2/+3 |
* | crontab: use setup_environment | Bernhard Reutner-Fischer | 2010-02-26 | 1 | -1/+1 |
* | *: use "can't" instead of "cannot" | Denys Vlasenko | 2009-11-13 | 1 | -1/+1 |
* | *: introduce and use ffulsh_all() | Denys Vlasenko | 2009-11-02 | 1 | -3/+3 |
* | *: random code shrink | Denys Vlasenko | 2009-10-29 | 1 | -1/+1 |
* | *: optimize most of isXXXXX() macros | Denys Vlasenko | 2009-10-23 | 1 | -4/+7 |
* | login: log PAM errors to syslog, not stderr | Denys Vlasenko | 2009-09-25 | 1 | -1/+3 |
* | *: mass renaming of USE_XXXX to IF_XXXX | Denis Vlasenko | 2009-04-21 | 1 | -5/+5 |