aboutsummaryrefslogtreecommitdiff
path: root/loginutils (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* deluser: use the same licensing template in the header as other files doDenys Vlasenko2010-09-301-1/+1
* deluser: make it simpler, fix inability to delete user from groupHarald Becker2010-09-222-70/+68
* getty: small code shrinkDenys Vlasenko2010-09-011-9/+7
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-1612-14/+14
* vlock: disable linux console calls on other systemsJeremie Koenig2010-07-302-3/+13
* *: mass cosmetic removal of extra empty lines. no code changesDenys Vlasenko2010-07-261-1/+0
* init,loginutils: termios portability fixesJeremie Koenig2010-07-193-16/+15
* mark Linux-specific configuration optionsJeremie Koenig2010-07-191-0/+3
* *: s/"/bin/sh"/DEFAULT_SHELL, run_shell() API fix, remove unneeded strdupLadislav Michl2010-06-273-37/+40
* *: add INSERTs to *.src files where appropriateDenys Vlasenko2010-06-082-0/+4
* bbconfig: make it independent from printf functionsDenys Vlasenko2010-06-071-2/+1
* remove defconfig. Now "make defconfig" simply uses defaults from Config.inDenys Vlasenko2010-06-061-20/+20
* mass renaming Kbuild -> Kbuild.src, Config.in -> Config.srcDenys Vlasenko2010-06-042-0/+0
* getty: do not emit bogus error message on EOFDenys Vlasenko2010-05-221-0/+1
* libbb: add skip_dev_pfx()Denys Vlasenko2010-04-061-3/+1
* Move utmp/wtmp support to "General configuration" sectionDenys Vlasenko2010-04-061-16/+0
* telnetd: write LOGIN/DEAD_PROCESS utmp records. Closes bug 1363Denys Vlasenko2010-04-052-4/+6
* libbb: split update_utmp from login/getty in preparation to use it for telnetdDenys Vlasenko2010-04-052-157/+16
* who: fix attempts to open '/dev/dev/ttyX'; make columns a bit wider, add -HDenys Vlasenko2010-04-041-1/+2
* su: move restricted_shell into su.c (the only user)Denys Vlasenko2010-02-261-1/+18
* setup_environment(): eliminate one parameterDenys Vlasenko2010-02-262-4/+7
* crontab: use setup_environmentBernhard Reutner-Fischer2010-02-261-1/+1
* adduser: copy /etc/skel to mew homes. +100 bytesDenys Vlasenko2010-02-061-2/+16