aboutsummaryrefslogtreecommitdiff
path: root/loginutils
AgeCommit message (Expand)Author
2011-09-14login: new option LOGIN_SESSION_AS_CHILDIan Wienand
2011-09-11chpasswd: fix possible free() or non-allocated string. +8 bytesDenys Vlasenko
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko
2011-05-21adduser: better logic for choosing addgroup -g/--gidDenys Vlasenko
2011-05-21adduser: prefer to call addgroup --gid, not non-std addgroup -gDenys Vlasenko
2011-05-13passwd: shorter help textDenys Vlasenko
2011-05-13adduser: safe username passing to passwd/addgroupDenys Vlasenko
2011-05-12trim help textDenys Vlasenko
2011-04-05passwd,chpasswd: reset password in /etc/passwd to "x" if /etc/shadow was updatedTito Ragusa
2011-04-03move help text from include/usage.src.h to debianutils/*.c e2fsprogs/*.c edit...Pere Orga
2011-03-22login: set PAM RHOSTRyan Phillips
2011-03-08s/FAIL_DELAY/LOGIN_FAIL_DELAY/Denys Vlasenko
2011-03-08use user's shell instead of hardwired "/bin/sh" (android needs this)Denys Vlasenko
2011-03-06fix bit rot in scripts/Makefile.IMADenys Vlasenko
2011-03-06libbb/login/su: do not sanitize shell name twiceDenys Vlasenko
2011-03-02convert "do {...} while (1);" -> "while (1) {...}"Denys Vlasenko
2011-02-27adduser: use better argv passing to addgroupDenys Vlasenko
2011-02-10getty config help: fix example scriptDenys Vlasenko
2011-02-10getty: extend its config helpDenys Vlasenko
2011-02-03whitespace fixesDenys Vlasenko
2011-01-26getty: fix "ifdef CMSPAR"Denys Vlasenko
2011-01-26getty: restore CRTSCTS commentDenys Vlasenko
2011-01-26getty: do clear CLOCAL and CRTSCTS unless told otherwiseDenys Vlasenko
2011-01-26getty: do not clear all c_cflag's (we were clearing baud bits!)Denys Vlasenko
2011-01-26getty: wait up to 5 seconds for the output buffer to drainPeter Korsgaard
2011-01-26getty: document bits we don't set - maybe we should set some of them?Denys Vlasenko
2011-01-26getty: add ECHOE explanationDenys Vlasenko
2011-01-26getty: explain every bit in termios; remove redundant stuff in termios_finalDenys Vlasenko
2011-01-25move utmp.h include to libbb.hDenys Vlasenko
2011-01-24getty: flush _only_ input after switching to the next baud rateDenys Vlasenko
2011-01-24getty: simplify macros; improve VSWTC[H] compatDenys Vlasenko
2011-01-24getty: more simplifications; explain how we treat parity nowDenys Vlasenko
2011-01-24getty: simplify code by going to more straignforward G trickDenys Vlasenko
2011-01-24getty: add sleep before initial tcdrain; reduce another sleep from 1 to 0.1sDenys Vlasenko
2011-01-24getty: use cfsetspeed to save some bytes; cosmetic fixesDenys Vlasenko
2011-01-22getty: more correct check for O_RDWRDenys Vlasenko
2011-01-22getty: comment out parity detection code; improve usage textDenys Vlasenko
2011-01-18mass removal of underscores from _BB_DIR_foo and _BB_SUID_fooDenys Vlasenko
2011-01-18disable automatic selection of FEATURE_SUID; improve its help textDenys Vlasenko
2011-01-09getty: fix -i (was ignored)Denys Vlasenko
2010-12-31su: document -l in --help text. Closes bug 2761Denys Vlasenko
2010-12-27login: apply PAM environmentIan Wienand
2010-11-30su: suppress "warning: unused variable 'user_buf'"Denys Vlasenko
2010-11-08deluser: do not warn spuriously when deleting group by deluserTito Ragusa
2010-11-07delgroup: correct the check for users who still use the groupDenys Vlasenko
2010-11-06typo fixDenys Vlasenko
2010-11-06deluser: 2nd attempt at deluser/delgroup size reduction and improvementsTito Ragusa
2010-10-28*: whitespace fixesDenys Vlasenko
2010-10-28login: free fromhost upon cleaning upAlexander Shishkin
2010-10-23libbb: introduce and use strcpy_and_process_escape_sequencesDenys Vlasenko