Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-07-10Update applet size estimatesDenys Vlasenko
2023-06-15libbb: code shrink: introduce and use [_]exit_FAILURE()Denys Vlasenko
2022-01-13libbb: invert the meaning of SETUP_ENV_NO_CHDIR -> SETUP_ENV_CHDIRDenys Vlasenko
2022-01-13ash: ^C with SIG_INGed SIGINT should not exit the shellDenys Vlasenko
2022-01-06libbb: code shrink: introduce and use [_]exit_SUCCESS()Denys Vlasenko
2021-05-07login: permit change expired password wit PAMMario Abajo
2021-03-19login: implement LOGIN_TIMEOUTDenys Vlasenko
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-05libbb: 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-04su: 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-04login: 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-24getty: 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-26move 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