aboutsummaryrefslogtreecommitdiff
path: root/loginutils (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-0510-11/+0
* adduser: better logic for choosing addgroup -g/--gidDenys Vlasenko2011-05-211-3/+5
* adduser: prefer to call addgroup --gid, not non-std addgroup -gDenys Vlasenko2011-05-211-4/+14
* passwd: shorter help textDenys Vlasenko2011-05-131-4/+4
* adduser: safe username passing to passwd/addgroupDenys Vlasenko2011-05-134-72/+57
* trim help textDenys Vlasenko2011-05-121-2/+2
* passwd,chpasswd: reset password in /etc/passwd to "x" if /etc/shadow was updatedTito Ragusa2011-04-052-4/+10
* move help text from include/usage.src.h to debianutils/*.c e2fsprogs/*.c edit...Pere Orga2011-04-039-0/+125
* login: set PAM RHOSTRyan Phillips2011-03-221-0/+8
* s/FAIL_DELAY/LOGIN_FAIL_DELAY/Denys Vlasenko2011-03-084-6/+6
* use user's shell instead of hardwired "/bin/sh" (android needs this)Denys Vlasenko2011-03-081-1/+2
* fix bit rot in scripts/Makefile.IMADenys Vlasenko2011-03-061-2/+2
* libbb/login/su: do not sanitize shell name twiceDenys Vlasenko2011-03-062-14/+4
* convert "do {...} while (1);" -> "while (1) {...}"Denys Vlasenko2011-03-021-4/+5
* adduser: use better argv passing to addgroupDenys Vlasenko2011-02-271-9/+18
* getty config help: fix example scriptDenys Vlasenko2011-02-101-1/+1
* getty: extend its config helpDenys Vlasenko2011-02-101-1/+13
* whitespace fixesDenys Vlasenko2011-02-031-1/+1
* getty: fix "ifdef CMSPAR"Denys Vlasenko2011-01-261-1/+1
* getty: restore CRTSCTS commentDenys Vlasenko2011-01-261-1/+1
* getty: do clear CLOCAL and CRTSCTS unless told otherwiseDenys Vlasenko2011-01-261-4/+0
* getty: do not clear all c_cflag's (we were clearing baud bits!)Denys Vlasenko2011-01-261-12/+28
* getty: wait up to 5 seconds for the output buffer to drainPeter Korsgaard2011-01-261-23/+33
* getty: document bits we don't set - maybe we should set some of them?Denys Vlasenko2011-01-261-7/+59
* getty: add ECHOE explanationDenys Vlasenko2011-01-261-1/+3
* getty: explain every bit in termios; remove redundant stuff in termios_finalDenys Vlasenko2011-01-261-36/+31
* move utmp.h include to libbb.hDenys Vlasenko2011-01-253-9/+3
* getty: flush _only_ input after switching to the next baud rateDenys Vlasenko2011-01-241-1/+1
* getty: simplify macros; improve VSWTC[H] compatDenys Vlasenko2011-01-241-9/+8
* getty: more simplifications; explain how we treat parity nowDenys Vlasenko2011-01-241-95/+93
* getty: simplify code by going to more straignforward G trickDenys Vlasenko2011-01-241-275/+121
* getty: add sleep before initial tcdrain; reduce another sleep from 1 to 0.1sDenys Vlasenko2011-01-241-9/+12
* getty: use cfsetspeed to save some bytes; cosmetic fixesDenys Vlasenko2011-01-241-30/+20
* getty: more correct check for O_RDWRDenys Vlasenko2011-01-221-1/+1
* getty: comment out parity detection code; improve usage textDenys Vlasenko2011-01-221-40/+72
* mass removal of underscores from _BB_DIR_foo and _BB_SUID_fooDenys Vlasenko2011-01-181-2/+2
* disable automatic selection of FEATURE_SUID; improve its help textDenys Vlasenko2011-01-181-4/+0
* getty: fix -i (was ignored)Denys Vlasenko2011-01-091-68/+67
* su: document -l in --help text. Closes bug 2761Denys Vlasenko2010-12-311-0/+10
* login: apply PAM environmentIan Wienand2010-12-271-0/+11
* su: suppress "warning: unused variable 'user_buf'"Denys Vlasenko2010-11-301-0/+2
* deluser: do not warn spuriously when deleting group by deluserTito Ragusa2010-11-081-6/+14
* delgroup: correct the check for users who still use the groupDenys Vlasenko2010-11-071-12/+12
* typo fixDenys Vlasenko2010-11-061-1/+1
* deluser: 2nd attempt at deluser/delgroup size reduction and improvementsTito Ragusa2010-11-061-29/+70
* *: whitespace fixesDenys Vlasenko2010-10-284-7/+7
* login: free fromhost upon cleaning upAlexander Shishkin2010-10-281-0/+7
* libbb: introduce and use strcpy_and_process_escape_sequencesDenys Vlasenko2010-10-231-15/+3
* add/remove-shell: use O_TRUNC instead of O_EXCLDenys Vlasenko2010-10-201-2/+10
* add-shell, remove-shell: new appletsAlexander Shishkin2010-10-201-0/+127