summaryrefslogtreecommitdiff
path: root/loginutils/login.c
Commit message (Expand)AuthorAgeFilesLines
* sulogin: use common password-checking routine.Denys Vlasenko2013-11-191-1/+1
* login: increase login name size limit from 32 to 64Denys Vlasenko2012-08-151-1/+2
* login: -f should not ask for password even with PAMSergey Naumov2012-01-301-8/+10
* getty: fix a minor problem of Ctrl-D not printing '\n'Denys Vlasenko2011-10-231-1/+0
* getty,login: tighten up handling of ctty, pgrp, and tty attr restoring on tim...Denys Vlasenko2011-10-221-10/+35
* login: new option LOGIN_SESSION_AS_CHILDIan Wienand2011-09-141-6/+47
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-1/+0
* move help text from include/usage.src.h to debianutils/*.c e2fsprogs/*.c edit...Pere Orga2011-04-031-0/+10
* login: set PAM RHOSTRyan Phillips2011-03-221-0/+8
* s/FAIL_DELAY/LOGIN_FAIL_DELAY/Denys Vlasenko2011-03-081-1/+1
* libbb/login/su: do not sanitize shell name twiceDenys Vlasenko2011-03-061-6/+2
* move utmp.h include to libbb.hDenys Vlasenko2011-01-251-3/+0
* login: apply PAM environmentIan Wienand2010-12-271-0/+11
* *: whitespace fixesDenys Vlasenko2010-10-281-2/+2
* login: free fromhost upon cleaning upAlexander Shishkin2010-10-281-0/+7
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* init,loginutils: termios portability fixesJeremie Koenig2010-07-191-1/+1
* *: s/"/bin/sh"/DEFAULT_SHELL, run_shell() API fix, remove unneeded strdupLadislav Michl2010-06-271-6/+6
* libbb: add skip_dev_pfx()Denys Vlasenko2010-04-061-3/+1
* telnetd: write LOGIN/DEAD_PROCESS utmp records. Closes bug 1363Denys Vlasenko2010-04-051-1/+1
* libbb: split update_utmp from login/getty in preparation to use it for telnetdDenys Vlasenko2010-04-051-98/+14
* who: fix attempts to open '/dev/dev/ttyX'; make columns a bit wider, add -HDenys Vlasenko2010-04-041-1/+2
* setup_environment(): eliminate one parameterDenys Vlasenko2010-02-261-2/+3
* crontab: use setup_environmentBernhard Reutner-Fischer2010-02-261-1/+1
* *: use "can't" instead of "cannot"Denys Vlasenko2009-11-131-1/+1
* *: 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
* login: log PAM errors to syslog, not stderrDenys Vlasenko2009-09-251-1/+3
* *: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko2009-04-211-5/+5
* trailing whitespace removalDenis Vlasenko2009-04-011-1/+1
* *: remove LOG_NOWAITDenis Vlasenko2009-03-111-1/+1
* login: fix buglet introduced by "simplification"Denis Vlasenko2009-02-241-1/+1
* login: small simplification by Walter Harms. -10 bytesDenis Vlasenko2009-02-021-10/+8
* login: cleanup work by Walter Harms. No logic changes.Denis Vlasenko2009-02-021-46/+56
* libbb: introduce and use xmalloc_ttyname (-32 in bss).Denis Vlasenko2008-12-231-4/+4
* *: a bit of code shrinkDenis Vlasenko2008-11-091-2/+2
* login: fix /etc/nologin handling (should prohibit non-root LOGINS,Denis Vlasenko2008-11-071-36/+44
* login: fix /etc/nologin supportDenis Vlasenko2008-11-071-8/+15
* fix several problems with config parser:Denis Vlasenko2008-07-261-12/+9
* libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko2008-07-211-22/+12
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-2/+2
* - use ut_user rather than ut_name (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer2008-06-011-2/+2
* - use EXIT_{SUCCESS,FAILURE}. No object-code changesBernhard Reutner-Fischer2008-05-191-5/+5
* *: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param)Denis Vlasenko2008-03-171-3/+4
* *: fix fallout from -Wunused-parameterDenis Vlasenko2008-03-171-3/+1
* *: add -Wunused-parameter; fix resulting breakageDenis Vlasenko2008-03-171-3/+4
* dos2unix: tiny shrinkDenis Vlasenko2008-03-171-9/+11
* less,klogd,syslogd,nc,tcpudp: exit on signal by killing itself, not exit(1)Denis Vlasenko2008-02-241-3/+2
* mount: recognize "dirsync" (closes bug 835)Denis Vlasenko2008-02-181-6/+3