aboutsummaryrefslogtreecommitdiff
path: root/loginutils
AgeCommit message (Expand)Author
2021-02-02cryptpw: typo in usage messageRon Yorston
2020-12-29randomconfig fixesDenys Vlasenko
2020-12-16tweak help textsDenys Vlasenko
2020-12-13help text: replace [OPTIONS] with actual options (if not too long)Denys Vlasenko
2020-12-13help text tweaksDenys 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-29use write_str() functions where appropriateDenys Vlasenko
2020-11-29libbb: introduce and use sleep1()Denys 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
2020-06-09deluser: check if specified home is a directory before removing itSören Tempel
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-04-30Optionally re-introduce bb_info_msg()James Byrne
2019-01-22login: close PAM session on errors as well, not only on successDenys Vlasenko
2019-01-12adduser: fix a bug of getpwnam() overwriting shell name, closes 8586Denys Vlasenko
2019-01-08passwd: initialize pointers correctlyEinar Jón
2018-12-28config: update size informationDenys Vlasenko
2018-08-01Add chroot support to chpasswdJon Kolb
2018-06-06restore documentation on the build config languageKartik Agaram
2018-04-08libbb.h: always include sys/resource.hDenys Vlasenko
2018-04-07libbb: switch bb_ask_noecho() to "mallocing" string return APIDenys Vlasenko
2018-04-07libbb: rename bb_ask -> bb_ask_noecho, bb_ask_confirmation -> bb_ask_y_confir...Denys Vlasenko
2017-12-31randomconfig fixesDenys Vlasenko
2017-09-18regularize format of source file headers, no code changesDenys Vlasenko
2017-08-08getopt32: remove opt_complementaryDenys Vlasenko
2017-08-08getopt32: remove applet_long_optionsDenys Vlasenko
2017-08-07add/remove-shell,add/deluser,add/delgroup: make them NOEXECDenys Vlasenko
2017-08-05cryptpw, mkpasswd: make them NOEXECDenys Vlasenko
2017-08-04libbb: use _exit, not exit, in bb_daemonize_or_rexec()Denys Vlasenko
2017-08-04make 17 state-changing execing applets (ex: "nice PROG ARGS") noexecDenys 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-07-14add-remove-shell: fix crash when shell is already addedTimo Teräs
2017-05-26add/remove-shell: copy /etc/shells mode to new fileDenys Vlasenko
2017-04-17Spelling fixes in comments, documentation, tests and examplesDenys Vlasenko
2017-04-13fix "loginutils/Config.in:319 error: Overlong line"Denys Vlasenko
2017-04-13libbb: make check_password() also return CHECKPASS_PW_HAS_EMPTY_PASSWORDDenys Vlasenko
2017-04-13su: FEATURE_SU_BLANK_PW_NEEDS_SECURE_TTYDenys Vlasenko
2017-04-13login: move check_securetty to libbbKaarle Ritvanen
2017-01-29*: add comment about APPLET_ODDNAME formatDenys Vlasenko
2017-01-26adduser: help for -G GRP is misleading, fix itDenys Vlasenko
2017-01-20password utils: improve --help, make DEFAULT_PASSWD_ALGO visible if CHPASSWDDenys Vlasenko
2017-01-15cryptpw: support "rounds=NNNNNNN$" thing in saltsDenys Vlasenko
2017-01-11libbb: consolidate the code to set termios unbuffered modeDenys Vlasenko
2017-01-10Big cleanup in config help and descriptionDenys Vlasenko
2016-12-23Selinux complains about deprecated selinux/flask.h, stop including itDenys Vlasenko