aboutsummaryrefslogtreecommitdiff
path: root/loginutils (follow)
Commit message (Expand)AuthorAgeFilesLines
* su: allow additional arguments after su -csu_cmdRon Yorston2023-04-211-9/+17
* su: escape quotes and backslashes in commandRon Yorston2023-04-211-1/+1
* 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
* | Merge branch 'busybox' into mergeRon Yorston2019-05-274-6/+6
|\|
| * login: remove extra IF(), no code changesDenys Vlasenko2019-05-021-1/+1
| * Optionally re-introduce bb_info_msg()James Byrne2019-04-303-5/+5
* | win32: add function to convert slashes to backslashesRon Yorston2019-03-151-6/+3
* | su: canonicalise directory before elevating privilegesRon Yorston2019-03-141-5/+11
* | win32: changes to user idsRon Yorston2019-03-101-3/+5
* | su: change title of console windowRon Yorston2019-03-091-1/+3
* | su: work when binary has a UNC pathRon Yorston2019-03-091-1/+11
* | su, wget: use magic '--busybox' flagRon Yorston2019-03-081-5/+2
* | ash, su: add -d flag to set directory in ash, use it in suRon Yorston2019-03-081-2/+5
* | su: add a basic implementation for WIN32Ron Yorston2019-03-072-0/+51
|/
* 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