aboutsummaryrefslogtreecommitdiff
path: root/loginutils (follow)
Commit message (Expand)AuthorAgeFilesLines
* win32: retry when command needs elevated privilegesRon Yorston2025-02-031-12/+6
* su: note that test mode implies -W in usage messageRon Yorston2024-08-081-1/+1
* su: add test modeRon Yorston2024-08-071-19/+27
* su: use correct option when cmd.exe is used as shellRon Yorston2024-08-051-1/+3
* su: allow an alternative shell to be selectedRon Yorston2024-08-041-19/+30
* su: detect inability to raise privilegeRon Yorston2024-08-031-0/+10
* su: free all allocated memoryRon Yorston2024-03-081-14/+18
* su: handle restricted disk driversRon Yorston2024-03-071-6/+18
* win32: convert exit codesRon Yorston2023-09-141-0/+2
* Merge branch 'busybox' into mergeRon Yorston2023-07-1310-19/+19
|\
| * Update applet size estimatesDenys Vlasenko2023-07-1010-13/+13
| * libbb: code shrink: introduce and use [_]exit_FAILURE()Denys Vlasenko2023-06-152-6/+6
* | su: fix usage messageFRP-5007-g82accfc19Ron Yorston2023-05-281-1/+1
* | su: add option to keep console open on shell exitRon Yorston2023-05-021-6/+11
* | su: add option to wait for shell exit codeRon Yorston2023-05-021-3/+27
* | su: pass additional arguments to shRon Yorston2023-04-261-9/+28
* | Merge busybox into mergeRon Yorston2022-02-093-8/+12
|\|
| * libbb: invert the meaning of SETUP_ENV_NO_CHDIR -> SETUP_ENV_CHDIRDenys Vlasenko2022-01-133-8/+12
* | Merge busybox into mergeRon Yorston2022-01-132-9/+43
|\|
| * 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
* | Merge busybox into mergeRon Yorston2022-01-063-5/+5
|\|
| * 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
* | Merge branch 'busybox' into mergeRon Yorston2021-06-281-1/+1
|\|
| * *: more --help tweaksDenys Vlasenko2021-06-151-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2021-05-141-3/+13
|\|
| * login: permit change expired password wit PAMMario Abajo2021-05-071-0/+3
| * login: implement LOGIN_TIMEOUTDenys Vlasenko2021-03-191-3/+10
* | Merge branch 'busybox' into mergeRon Yorston2021-02-051-3/+3
|\|
| * cryptpw: typo in usage messageRon Yorston2021-02-021-3/+3
* | Merge branch 'busybox' into mergeRon Yorston2021-01-148-38/+22
|\|
| * 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
* | Merge branch 'busybox' into mergeRon Yorston2020-07-091-2/+8
|\|
| * deluser: check if specified home is a directory before removing itSören Tempel2020-06-091-2/+8
* | win32: use lazy loading for certain DLLsRon Yorston2020-06-021-1/+6
* | Merge branch 'busybox' into mergeRon Yorston2019-08-168-22/+22
|\|
| * libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-028-22/+22