summaryrefslogtreecommitdiffstats
path: root/sbin/nologin/nologin.c
Commit message (Collapse)AuthorAgeFilesLines
* Final step of the sbin -> usr.sbin move: cvs rm src/sbin/nologin/*cperciva2004-03-251-34/+0
| | | | I meant to do this a week ago, but I forgot.
* Report login attempts to syslog. Due to the statically-linked nature ofcperciva2004-02-221-1/+14
| | | | | | | | | | | nologin(8), this causes a considerable (100K) increase in the binary size, so I've added a NO_LOGIN_LOG option which disables this. While I'm here, s/sizeof(MESSAGE)/sizeof(MESSAGE) - 1/, in order to avoid writing the string-terminating zero byte. No complaints from: -current Approved by: rwatson (mentor)
* Reimplement nologin(8) as a C program. This allows us to staticallydas2003-11-171-0/+21
link it at low cost and avoid environment poisoning attacks associated with LD_LIBRARY_PATH. Suggested by: rwatson
OpenPOWER on IntegriCloud