Age | Commit message (Expand) | Author |
2011-10-30 | getty: Hurd has no CBAUD, work around that | Denys Vlasenko |
2011-10-23 | getty: fix a minor problem of Ctrl-D not printing '\n' | Denys Vlasenko |
2011-10-23 | getty: reset tty attrs on Ctrl-C and Ctrl-D too | Denys Vlasenko |
2011-10-22 | getty: add O_NONBLOCK to open which is used to drop ctty | Denys Vlasenko |
2011-10-22 | getty: remove now not needed resetting of ALRM to to SIG_DFL | Denys Vlasenko |
2011-10-22 | getty,login: tighten up handling of ctty, pgrp, and tty attr restoring on tim... | Denys Vlasenko |
2011-10-22 | getty: shrink help text | Denys Vlasenko |
2011-09-14 | login: new option LOGIN_SESSION_AS_CHILD | Ian Wienand |
2011-09-11 | chpasswd: fix possible free() or non-allocated string. +8 bytes | Denys Vlasenko |
2011-06-05 | *: remove "Options:" string from help texts | Denys Vlasenko |
2011-05-21 | adduser: better logic for choosing addgroup -g/--gid | Denys Vlasenko |
2011-05-21 | adduser: prefer to call addgroup --gid, not non-std addgroup -g | Denys Vlasenko |
2011-05-13 | passwd: shorter help text | Denys Vlasenko |
2011-05-13 | adduser: safe username passing to passwd/addgroup | Denys Vlasenko |
2011-05-12 | trim help text | Denys Vlasenko |
2011-04-05 | passwd,chpasswd: reset password in /etc/passwd to "x" if /etc/shadow was updated | Tito Ragusa |
2011-04-03 | move help text from include/usage.src.h to debianutils/*.c e2fsprogs/*.c edit... | Pere Orga |
2011-03-22 | login: set PAM RHOST | Ryan Phillips |
2011-03-08 | s/FAIL_DELAY/LOGIN_FAIL_DELAY/ | Denys Vlasenko |
2011-03-08 | use user's shell instead of hardwired "/bin/sh" (android needs this) | Denys Vlasenko |
2011-03-06 | fix bit rot in scripts/Makefile.IMA | Denys Vlasenko |
2011-03-06 | libbb/login/su: do not sanitize shell name twice | Denys Vlasenko |
2011-03-02 | convert "do {...} while (1);" -> "while (1) {...}" | Denys Vlasenko |
2011-02-27 | adduser: use better argv passing to addgroup | Denys Vlasenko |
2011-02-10 | getty config help: fix example script | Denys Vlasenko |
2011-02-10 | getty: extend its config help | Denys Vlasenko |
2011-02-03 | whitespace fixes | Denys Vlasenko |
2011-01-26 | getty: fix "ifdef CMSPAR" | Denys Vlasenko |
2011-01-26 | getty: restore CRTSCTS comment | Denys Vlasenko |
2011-01-26 | getty: do clear CLOCAL and CRTSCTS unless told otherwise | Denys Vlasenko |
2011-01-26 | getty: do not clear all c_cflag's (we were clearing baud bits!) | Denys Vlasenko |
2011-01-26 | getty: wait up to 5 seconds for the output buffer to drain | Peter Korsgaard |
2011-01-26 | getty: document bits we don't set - maybe we should set some of them? | Denys Vlasenko |
2011-01-26 | getty: add ECHOE explanation | Denys Vlasenko |
2011-01-26 | getty: explain every bit in termios; remove redundant stuff in termios_final | Denys Vlasenko |
2011-01-25 | move utmp.h include to libbb.h | Denys Vlasenko |
2011-01-24 | getty: flush _only_ input after switching to the next baud rate | Denys Vlasenko |
2011-01-24 | getty: simplify macros; improve VSWTC[H] compat | Denys Vlasenko |
2011-01-24 | getty: more simplifications; explain how we treat parity now | Denys Vlasenko |
2011-01-24 | getty: simplify code by going to more straignforward G trick | Denys Vlasenko |
2011-01-24 | getty: add sleep before initial tcdrain; reduce another sleep from 1 to 0.1s | Denys Vlasenko |
2011-01-24 | getty: use cfsetspeed to save some bytes; cosmetic fixes | Denys Vlasenko |
2011-01-22 | getty: more correct check for O_RDWR | Denys Vlasenko |
2011-01-22 | getty: comment out parity detection code; improve usage text | Denys Vlasenko |
2011-01-18 | mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo | Denys Vlasenko |
2011-01-18 | disable automatic selection of FEATURE_SUID; improve its help text | Denys Vlasenko |
2011-01-09 | getty: fix -i (was ignored) | Denys Vlasenko |
2010-12-31 | su: document -l in --help text. Closes bug 2761 | Denys Vlasenko |
2010-12-27 | login: apply PAM environment | Ian Wienand |
2010-11-30 | su: suppress "warning: unused variable 'user_buf'" | Denys Vlasenko |