aboutsummaryrefslogtreecommitdiff
path: root/loginutils
AgeCommit message (Expand)Author
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
2010-10-20add/remove-shell: use O_TRUNC instead of O_EXCLDenys Vlasenko
2010-10-20add-shell, remove-shell: new appletsAlexander Shishkin
2010-09-30deluser: use the same licensing template in the header as other files doDenys Vlasenko
2010-09-22deluser: make it simpler, fix inability to delete user from groupHarald Becker
2010-09-01getty: small code shrinkDenys Vlasenko
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-07-30vlock: disable linux console calls on other systemsJeremie Koenig
2010-07-26*: mass cosmetic removal of extra empty lines. no code changesDenys Vlasenko
2010-07-19init,loginutils: termios portability fixesJeremie Koenig
2010-07-19mark Linux-specific configuration optionsJeremie Koenig
2010-06-27*: s/"/bin/sh"/DEFAULT_SHELL, run_shell() API fix, remove unneeded strdupLadislav Michl
2010-06-08*: add INSERTs to *.src files where appropriateDenys Vlasenko
2010-06-07bbconfig: make it independent from printf functionsDenys Vlasenko
2010-06-06remove defconfig. Now "make defconfig" simply uses defaults from Config.inDenys Vlasenko
2010-06-04mass renaming Kbuild -> Kbuild.src, Config.in -> Config.srcDenys Vlasenko
2010-05-22getty: do not emit bogus error message on EOFDenys Vlasenko
2010-04-06libbb: add skip_dev_pfx()Denys Vlasenko
2010-04-06Move utmp/wtmp support to "General configuration" sectionDenys Vlasenko
2010-04-05telnetd: write LOGIN/DEAD_PROCESS utmp records. Closes bug 1363Denys Vlasenko