summaryrefslogtreecommitdiff
path: root/libexec/login_reject
AgeCommit message (Expand)Author
2021-10-23ensure that sensitive data is zeroed out from mem.Ricardo Mestre
2018-04-26Use <fcntl.h> instead of <sys/file.h> for open() and friends.Philip Guenther
2016-09-03convert to use readpassphrase() instead of DEPRECATED/getpass()Gleydson Soares
2016-08-16remove unneeded castsTed Unangst
2016-04-26Add missing "tty" promise to the pledge(2) callRicardo Mestre
2015-11-19Call syslog() if login_* pledge fails; OK deraadt@Todd C. Miller
2015-10-22use crypt_checkpass("password", NULL) to fake a login instead of bcryptTed Unangst
2015-10-14pledge "stdio rpath" is good enough for these mainline BSD auth loginTheo de Raadt
2014-11-03reduce dependency on passwd. just call bcrypt_newhash to do the dummy work.Ted Unangst
2014-04-23Remove more Kerberos cruft.Antoine Jacoutot
2012-12-04remove some unnecessary sys/param.h inclusionsTheo de Raadt
2007-05-31convert to new .Dd format;Jason McIntyre
2007-02-06fix some dodgy displays;Jason McIntyre
2006-04-02some extern and gooTheo de Raadt
2006-03-09Foil potential timing attacks by using the correct password hashTodd C. Miller
2002-09-06ansi; ok millert pvalchevTheo de Raadt
2002-06-28minor indent cleanupTheo de Raadt
2002-06-02minor KNFTheo de Raadt
2002-03-13login(8) -> login(1)Marco S Hyman
2001-12-06Do not set handler for SIGINT and SIGQUIT to SIG_IGN since it preventsTodd C. Miller
2001-11-13o) fix bogus .Xr usage;Mike Pechkin
2001-10-24getopt(3) returns -1 when out of args, not EOF.Mike Pechkin
2001-07-08Remove extraneous .Pp after .ShTodd C. Miller
2000-12-12reject login script; rejects attempted authenticationTodd C. Miller