aboutsummaryrefslogtreecommitdiff
path: root/loginutils
AgeCommit message (Expand)Author
2012-10-08adduser: make it accept "adduser USER GROUP" formTito Ragusa
2012-09-02getty: tweak style, no code changesDenys Vlasenko
2012-08-16getty: add commented-out extended error diagnosticDenys Vlasenko
2012-08-15login: increase login name size limit from 32 to 64Denys Vlasenko
2012-07-05include sys/resource.h where neededMike Frysinger
2012-06-20Move several applets to different install dir:Denys Vlasenko
2012-06-12su: do not change to home dir unless -lPascal Bellard
2012-04-26getty: fix for NOCTTY killing us with SIGHUPDenys Vlasenko
2012-01-30login: -f should not ask for password even with PAMSergey Naumov
2012-01-15*: better comments on termios manipulations. No code changes.Denys Vlasenko
2012-01-08passwd,cryptpw: make default encryption algorithm configurableDenys Vlasenko
2011-10-30getty: Hurd has no CBAUD, work around thatDenys Vlasenko
2011-10-23getty: fix a minor problem of Ctrl-D not printing '\n'Denys Vlasenko
2011-10-23getty: reset tty attrs on Ctrl-C and Ctrl-D tooDenys Vlasenko
2011-10-22getty: add O_NONBLOCK to open which is used to drop cttyDenys Vlasenko
2011-10-22getty: remove now not needed resetting of ALRM to to SIG_DFLDenys Vlasenko
2011-10-22getty,login: tighten up handling of ctty, pgrp, and tty attr restoring on tim...Denys Vlasenko
2011-10-22getty: shrink help textDenys Vlasenko
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