summaryrefslogtreecommitdiff
path: root/loginutils
Commit message (Expand)AuthorAgeFilesLines
* libbb: invert the meaning of SETUP_ENV_NO_CHDIR -> SETUP_ENV_CHDIRDenys Vlasenko2022-01-133-8/+12
* sulogin: util-linux does not say "normal startup" on Ctrl-DDenys Vlasenko2022-01-131-1/+2
* sulogin: start _login_ shell only with -pDenys Vlasenko2022-01-131-7/+10
* ash: ^C with SIG_INGed SIGINT should not exit the shellDenys Vlasenko2022-01-132-1/+8
* sulogin: increase util-linux compatibilityDenys Vlasenko2022-01-121-0/+23
* libbb: code shrink: introduce and use [_]exit_SUCCESS()Denys Vlasenko2022-01-052-4/+4
* libbb: factor out fflush_stdout_and_exit(EXIT_SUCCESS)Denys Vlasenko2022-01-041-1/+1
* *: more --help tweaksDenys Vlasenko2021-06-151-1/+1
* login: permit change expired password wit PAMMario Abajo2021-05-071-0/+3
* login: implement LOGIN_TIMEOUTDenys Vlasenko2021-03-191-3/+10
* cryptpw: typo in usage messageRon Yorston2021-02-021-3/+3
* randomconfig fixesDenys Vlasenko2020-12-291-2/+2
* tweak help textsDenys Vlasenko2020-12-161-9/+1
* help text: replace [OPTIONS] with actual options (if not too long)Denys Vlasenko2020-12-131-9/+1
* help text tweaksDenys Vlasenko2020-12-131-1/+1
* libbb: exec_login_shell() - new functionDenys Vlasenko2020-12-022-2/+2
* libbb: rename run_shell() to exec_shell()Denys Vlasenko2020-12-023-3/+3
* login: log to syslog every bad password, not only 3rdDenys Vlasenko2020-12-021-4/+2
* use write_str() functions where appropriateDenys Vlasenko2020-11-291-3/+3
* libbb: introduce and use sleep1()Denys Vlasenko2020-11-291-1/+1
* libbb: bb_do_delay(3) -> pause_after_failed_login(), and stop looping thereDenys Vlasenko2020-11-295-5/+5
* login: update UTMP before forkingJoachim Nilsson2020-11-161-3/+5
* deluser: check if specified home is a directory before removing itSören Tempel2020-06-091-2/+8
* libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-028-22/+22
* login: remove extra IF(), no code changesDenys Vlasenko2019-05-021-1/+1
* Optionally re-introduce bb_info_msg()James Byrne2019-04-303-5/+5
* login: close PAM session on errors as well, not only on successDenys Vlasenko2019-01-221-3/+5
* adduser: fix a bug of getpwnam() overwriting shell name, closes 8586Denys Vlasenko2019-01-121-1/+1
* passwd: initialize pointers correctlyEinar Jón2019-01-081-4/+4
* config: update size informationDenys Vlasenko2018-12-283-5/+5
* Add chroot support to chpasswdJon Kolb2018-08-011-5/+13
* restore documentation on the build config languageKartik Agaram2018-06-061-1/+1
* libbb.h: always include sys/resource.hDenys Vlasenko2018-04-082-2/+0
* libbb: switch bb_ask_noecho() to "mallocing" string return APIDenys Vlasenko2018-04-072-3/+2
* libbb: rename bb_ask -> bb_ask_noecho, bb_ask_confirmation -> bb_ask_y_confir...Denys Vlasenko2018-04-072-6/+6
* randomconfig fixesDenys Vlasenko2017-12-311-1/+6
* regularize format of source file headers, no code changesDenys Vlasenko2017-09-181-1/+0
* getopt32: remove opt_complementaryDenys Vlasenko2017-08-086-18/+23
* getopt32: remove applet_long_optionsDenys Vlasenko2017-08-085-38/+13
* add/remove-shell,add/deluser,add/delgroup: make them NOEXECDenys Vlasenko2017-08-074-7/+9
* cryptpw, mkpasswd: make them NOEXECDenys Vlasenko2017-08-051-3/+3
* libbb: use _exit, not exit, in bb_daemonize_or_rexec()Denys Vlasenko2017-08-041-2/+2
* make 17 state-changing execing applets (ex: "nice PROG ARGS") noexecDenys Vlasenko2017-08-041-2/+2
* config: trim/improve item names and help texts, take 2Denys Vlasenko2017-07-273-3/+3
* config: deindent all help textsDenys Vlasenko2017-07-2113-128/+128
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-1812-15/+15
* add-remove-shell: fix crash when shell is already addedTimo Teräs2017-07-141-1/+1
* add/remove-shell: copy /etc/shells mode to new fileDenys Vlasenko2017-05-261-11/+9
* Spelling fixes in comments, documentation, tests and examplesDenys Vlasenko2017-04-171-1/+1
* fix "loginutils/Config.in:319 error: Overlong line"Denys Vlasenko2017-04-131-1/+1