summaryrefslogtreecommitdiffstats
path: root/libexec/login_reject (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use <fcntl.h> instead of <sys/file.h> for open() and friends.guenther2018-04-261-10/+2
* convert to use readpassphrase() instead of DEPRECATED/getpass()gsoares2016-09-031-2/+3
* remove unneeded caststedu2016-08-161-2/+2
* Add missing "tty" promise to the pledge(2) callmestre2016-04-261-2/+2
* Call syslog() if login_* pledge fails; OK deraadt@millert2015-11-191-3/+5
* use crypt_checkpass("password", NULL) to fake a login instead of bcrypttedu2015-10-221-3/+3
* pledge "stdio rpath" is good enough for these mainline BSD auth loginderaadt2015-10-141-1/+4
* reduce dependency on passwd. just call bcrypt_newhash to do the dummy work.tedu2014-11-032-12/+5
* Remove more Kerberos cruft.ajacoutot2014-04-231-4/+4
* remove some unnecessary sys/param.h inclusionsderaadt2012-12-041-2/+1
* convert to new .Dd format;jmc2007-05-311-2/+2
* fix some dodgy displays;jmc2007-02-061-5/+4
* some extern and gooderaadt2006-04-021-2/+4
* Foil potential timing attacks by using the correct password hashmillert2006-03-092-5/+12
* ansi; ok millert pvalchevderaadt2002-09-061-7/+3
* minor indent cleanupderaadt2002-06-281-3/+3
* minor KNFderaadt2002-06-021-3/+3
* login(8) -> login(1)marc2002-03-131-3/+3
* Do not set handler for SIGINT and SIGQUIT to SIG_IGN since it preventsmillert2001-12-061-3/+1
* o) fix bogus .Xr usage;mpech2001-11-131-4/+5
* getopt(3) returns -1 when out of args, not EOF.mpech2001-10-241-2/+2
* Remove extraneous .Pp after .Shmillert2001-07-081-2/+1
* reject login script; rejects attempted authenticationmillert2000-12-123-0/+220