summaryrefslogtreecommitdiff
path: root/loginutils
Commit message (Expand)AuthorAgeFilesLines
* 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
* libbb: make check_password() also return CHECKPASS_PW_HAS_EMPTY_PASSWORDDenys Vlasenko2017-04-132-2/+2
* su: FEATURE_SU_BLANK_PW_NEEDS_SECURE_TTYDenys Vlasenko2017-04-131-5/+22
* login: move check_securetty to libbbKaarle Ritvanen2017-04-131-19/+0
* *: add comment about APPLET_ODDNAME formatDenys Vlasenko2017-01-291-0/+1
* adduser: help for -G GRP is misleading, fix itDenys Vlasenko2017-01-261-1/+1
* password utils: improve --help, make DEFAULT_PASSWD_ALGO visible if CHPASSWDDenys Vlasenko2017-01-203-11/+11
* cryptpw: support "rounds=NNNNNNN$" thing in saltsDenys Vlasenko2017-01-151-2/+4
* libbb: consolidate the code to set termios unbuffered modeDenys Vlasenko2017-01-112-5/+5
* Big cleanup in config help and descriptionDenys Vlasenko2017-01-106-16/+11
* Selinux complains about deprecated selinux/flask.h, stop including itDenys Vlasenko2016-12-231-1/+3
* Code style fixes, no code changesDenys Vlasenko2016-11-281-1/+1
* comment and readme updatesDenys Vlasenko2016-11-041-1/+1
* su: expand help; simplify passing of -c CMD to run_shell()Denys Vlasenko2016-11-033-6/+31
* getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko2016-07-063-6/+5
* *: add most of the required setup_common_bufsiz() callsDenys Vlasenko2016-04-211-1/+1
* libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko2016-04-211-1/+2
* make MKPASSWD a separate config option, not an automatic alias to cryptpwDenys Vlasenko2016-03-311-21/+11
* sulogin: use bb_error_msg instead of bb_info_msg; better messageDenys Vlasenko2016-03-301-3/+3
* sulogin: remove suid paranoia code, explain why it's not necessaryDenys Vlasenko2016-03-301-13/+9
* sulogin: Dorp incorrect comment about suid-nessDenys Vlasenko2016-03-301-1/+0
* Replace a few more bb_info_msg's by bb_error_msg or printfDenys Vlasenko2016-03-302-2/+2
* login: add commented-out PAM double password avoidance from BZ 4003Denys Vlasenko2016-01-031-0/+43
* chpasswd: support -c argument and respect DEFAULT_PASSWD_ALGOPascal Bach2015-12-181-15/+16
* login: explain -h HOST option betterDenys Vlasenko2015-10-211-1/+1
* loginutils/*: convert to new-style "one file" appletsDenys Vlasenko2015-10-1914-261/+290
* remove global "jmp_buf die_jmp" from !FEATURE_PREFER_APPLETS buildsDenys Vlasenko2015-10-091-1/+6
* build system: -fno-builtin-printfDenys Vlasenko2015-10-071-2/+2
* adduser: fix help textDenys Vlasenko2015-09-211-1/+1
* adduser: Add -k /path/to/skelBernhard Reutner-Fischer2015-09-211-3/+8