summaryrefslogtreecommitdiff
path: root/loginutils
Commit message (Expand)AuthorAgeFilesLines
* 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
* login: don't print motd if .hushlogin exists in users homeSören Tempel2015-08-241-1/+2
* deluser: also remove user from /etc/groupDenys Vlasenko2015-03-121-6/+12
* libpwdgrp: use getpwent() instead of getpwent_r()Denys Vlasenko2015-02-071-5/+4
* deluser: implement --remove-homeDenys Vlasenko2015-02-051-2/+20
* libbb: code shrink by factoring out common update_utmp_DEAD_PROCESSDenys Vlasenko2015-01-051-1/+1
* getty: set tty attrs so that control chars are shown as ^cDenys Vlasenko2014-10-021-8/+9
* addgroup: mention -S in the help textDenys Vlasenko2014-08-151-2/+2
* getty: explain when setsid() fails. no code changesDenys Vlasenko2014-05-111-0/+10
* su: add a delay if the password is incorrectRomain Naour2014-03-161-0/+1
* Kbuild: move CONFIG_PAM to general configurationBartosz Golaszewski2014-02-191-7/+0
* adduser,addgroup: introduce and use CONFIG_LAST_IDTito Ragusa2014-01-173-21/+27
* adduser: check whether run with no USERNAME. Closes 6728Denys Vlasenko2013-12-201-2/+2
* libbb: move nuke_str() from passwd into libbbDenys Vlasenko2013-11-191-5/+0
* sulogin: use common password-checking routine.Denys Vlasenko2013-11-194-40/+9
* cryptpw: do not segfault on EOF. Closes 6350Denys Vlasenko2013-06-301-7/+12
* *: change execl sentinels from NULL to (char*)0Rich Felker2013-06-301-1/+1
* sulogin: allow system maintenance login if root password is emptyJonathan Liu2013-05-211-2/+2
* sulogin: correct lying commentDenys Vlasenko2013-05-211-1/+1
* adduser: make it accept "adduser USER GROUP" formTito Ragusa2012-10-081-8/+14
* getty: tweak style, no code changesDenys Vlasenko2012-09-021-2/+1
* getty: add commented-out extended error diagnosticDenys Vlasenko2012-08-161-0/+8
* login: increase login name size limit from 32 to 64Denys Vlasenko2012-08-151-1/+2
* include sys/resource.h where neededMike Frysinger2012-07-051-0/+1
* Move several applets to different install dir:Denys Vlasenko2012-06-201-2/+2
* su: do not change to home dir unless -lPascal Bellard2012-06-121-1/+2
* getty: fix for NOCTTY killing us with SIGHUPDenys Vlasenko2012-04-261-0/+6
* login: -f should not ask for password even with PAMSergey Naumov2012-01-301-8/+10
* *: better comments on termios manipulations. No code changes.Denys Vlasenko2012-01-151-2/+4
* passwd,cryptpw: make default encryption algorithm configurableDenys Vlasenko2012-01-084-2/+11
* getty: Hurd has no CBAUD, work around thatDenys Vlasenko2011-10-301-0/+2
* getty: fix a minor problem of Ctrl-D not printing '\n'Denys Vlasenko2011-10-233-36/+94
* getty: reset tty attrs on Ctrl-C and Ctrl-D tooDenys Vlasenko2011-10-231-0/+2