summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-25merge with busybox 1.26.2Xindong Xu1303-57138/+32187
2017-01-01Selinux complains about deprecated selinux/flask.h, stop including itDenys Vlasenko2-2/+6
2016-11-03su: expand help; simplify passing of -c CMD to run_shell()Denys Vlasenko6-25/+45
2016-04-21*: add most of the required setup_common_bufsiz() callsDenys Vlasenko53-19/+63
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko91-131/+414
2016-01-03login: add commented-out PAM double password avoidance from BZ 4003Denys Vlasenko1-0/+43
2015-10-21login: explain -h HOST option betterDenys Vlasenko1-1/+1
2015-10-18loginutils/*: convert to new-style "one file" appletsDenys Vlasenko15-278/+290
2015-08-24login: don't print motd if .hushlogin exists in users homeSören Tempel1-1/+2
2015-01-05libbb: code shrink by factoring out common update_utmp_DEAD_PROCESSDenys Vlasenko5-16/+20
2014-08-06Bionic changes for tty related appletsTanguy Pruvot11-21/+70
2013-11-19sulogin: use common password-checking routine.Denys Vlasenko6-47/+26
2012-08-15login: increase login name size limit from 32 to 64Denys Vlasenko1-1/+2
2012-01-30login: -f should not ask for password even with PAMSergey Naumov1-8/+10
2011-10-23getty: fix a minor problem of Ctrl-D not printing '\n'Denys Vlasenko3-36/+94
2011-10-22getty,login: tighten up handling of ctty, pgrp, and tty attr restoring on tim...Denys Vlasenko4-105/+171
2011-09-14login: new option LOGIN_SESSION_AS_CHILDIan Wienand3-6/+61
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko198-268/+40
2011-04-02move help text from include/usage.src.h to debianutils/*.c e2fsprogs/*.c edit...Pere Orga26-400/+418
2011-03-22login: set PAM RHOSTRyan Phillips1-0/+8
2011-03-08s/FAIL_DELAY/LOGIN_FAIL_DELAY/Denys Vlasenko4-6/+6
2011-03-06libbb/login/su: do not sanitize shell name twiceDenys Vlasenko3-14/+7
2011-01-25move utmp.h include to libbb.hDenys Vlasenko16-38/+24
2010-12-27login: apply PAM environmentIan Wienand1-0/+11
2010-10-28*: whitespace fixesDenys Vlasenko82-183/+185
2010-10-28login: free fromhost upon cleaning upAlexander Shishkin1-0/+7
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-07-18init,loginutils: termios portability fixesJeremie Koenig4-17/+31
2010-06-27*: s/"/bin/sh"/DEFAULT_SHELL, run_shell() API fix, remove unneeded strdupLadislav Michl8-54/+58
2010-04-06libbb: add skip_dev_pfx()Denys Vlasenko7-21/+17
2010-04-05telnetd: write LOGIN/DEAD_PROCESS utmp records. Closes bug 1363Denys Vlasenko7-56/+134
2010-04-05libbb: split update_utmp from login/getty in preparation to use it for telnetdDenys Vlasenko7-159/+117
2010-04-04who: fix attempts to open '/dev/dev/ttyX'; make columns a bit wider, add -HDenys Vlasenko3-19/+32
2010-02-26setup_environment(): eliminate one parameterDenys Vlasenko5-11/+16
2010-02-26crontab: use setup_environmentBernhard Reutner-Fischer4-23/+12
2009-11-13*: use "can't" instead of "cannot"Denys Vlasenko63-148/+148
2009-11-02*: introduce and use ffulsh_all()Denys Vlasenko49-96/+84
2009-10-29*: random code shrinkDenys Vlasenko3-11/+11
2009-10-23*: optimize most of isXXXXX() macrosDenys Vlasenko7-23/+33
2009-09-24login: log PAM errors to syslog, not stderrDenys Vlasenko1-1/+3
2009-04-21*: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko102-1308/+1312
2009-04-01trailing whitespace removalDenis Vlasenko7-11/+11
2009-03-11*: remove LOG_NOWAITDenis Vlasenko3-3/+3
2009-02-24login: fix buglet introduced by "simplification"Denis Vlasenko1-1/+1
2009-02-02login: small simplification by Walter Harms. -10 bytesDenis Vlasenko1-10/+8
2009-02-02login: cleanup work by Walter Harms. No logic changes.Denis Vlasenko1-46/+56
2008-12-23libbb: introduce and use xmalloc_ttyname (-32 in bss).Denis Vlasenko9-13/+26
2008-11-09*: a bit of code shrinkDenis Vlasenko8-23/+24
2008-11-07login: fix /etc/nologin handling (should prohibit non-root LOGINS,Denis Vlasenko1-36/+44
2008-11-07login: fix /etc/nologin supportDenis Vlasenko2-13/+25
[next]