index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libexec
/
login_reject
Age
Commit message (
Expand
)
Author
2021-10-23
ensure that sensitive data is zeroed out from mem.
Ricardo Mestre
2018-04-26
Use <fcntl.h> instead of <sys/file.h> for open() and friends.
Philip Guenther
2016-09-03
convert to use readpassphrase() instead of DEPRECATED/getpass()
Gleydson Soares
2016-08-16
remove unneeded casts
Ted Unangst
2016-04-26
Add missing "tty" promise to the pledge(2) call
Ricardo Mestre
2015-11-19
Call syslog() if login_* pledge fails; OK deraadt@
Todd C. Miller
2015-10-22
use crypt_checkpass("password", NULL) to fake a login instead of bcrypt
Ted Unangst
2015-10-14
pledge "stdio rpath" is good enough for these mainline BSD auth login
Theo de Raadt
2014-11-03
reduce dependency on passwd. just call bcrypt_newhash to do the dummy work.
Ted Unangst
2014-04-23
Remove more Kerberos cruft.
Antoine Jacoutot
2012-12-04
remove some unnecessary sys/param.h inclusions
Theo de Raadt
2007-05-31
convert to new .Dd format;
Jason McIntyre
2007-02-06
fix some dodgy displays;
Jason McIntyre
2006-04-02
some extern and goo
Theo de Raadt
2006-03-09
Foil potential timing attacks by using the correct password hash
Todd C. Miller
2002-09-06
ansi; ok millert pvalchev
Theo de Raadt
2002-06-28
minor indent cleanup
Theo de Raadt
2002-06-02
minor KNF
Theo de Raadt
2002-03-13
login(8) -> login(1)
Marco S Hyman
2001-12-06
Do not set handler for SIGINT and SIGQUIT to SIG_IGN since it prevents
Todd C. Miller
2001-11-13
o) fix bogus .Xr usage;
Mike Pechkin
2001-10-24
getopt(3) returns -1 when out of args, not EOF.
Mike Pechkin
2001-07-08
Remove extraneous .Pp after .Sh
Todd C. Miller
2000-12-12
reject login script; rejects attempted authentication
Todd C. Miller