aboutsummaryrefslogtreecommitdiff
path: root/loginutils (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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