summaryrefslogtreecommitdiff
path: root/loginutils (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* remove now-unneeded memsetDenys Vlasenko2010-02-011-3/+0
* adduser: create a group for net user tooDenys Vlasenko2010-01-101-13/+11
* passwd: do not complain about /etc/shadow needlesslyDenys Vlasenko2010-01-091-4/+12
* adduser: more fixes to "add user to specified group"Denys Vlasenko2010-01-091-3/+4
* adduser: fix a logical inversion which made -G GRP inoperativeTito Ragusa2010-01-091-1/+1
* libbb: robustify isXXXX(). +39 bytesDenys Vlasenko2009-11-181-1/+1
* *: use "can't" instead of "cannot"Denys Vlasenko2009-11-132-3/+3
* passwd: do not complain if /etc/shadow is missingDenys Vlasenko2009-11-021-3/+3
* *: introduce and use ffulsh_all()Denys Vlasenko2009-11-021-3/+3
* *: random code shrinkDenys Vlasenko2009-10-291-1/+1
* *: optimize most of isXXXXX() macrosDenys Vlasenko2009-10-231-4/+7
* *: a few more NOINLINEsDenys Vlasenko2009-10-081-1/+1
* login: log PAM errors to syslog, not stderrDenys Vlasenko2009-09-251-1/+3
* a few more GCC-isms removedDenys Vlasenko2009-09-091-5/+18
* add comment about /etc/gshadow, no code changesDenys Vlasenko2009-07-132-2/+17