index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libexec
/
login_reject
Age
Commit message (
Expand
)
Author
Files
Lines
2018-04-26
Use <fcntl.h> instead of <sys/file.h> for open() and friends.
guenther
1
-10
/
+2
2016-09-03
convert to use readpassphrase() instead of DEPRECATED/getpass()
gsoares
1
-2
/
+3
2016-08-16
remove unneeded casts
tedu
1
-2
/
+2
2016-04-26
Add missing "tty" promise to the pledge(2) call
mestre
1
-2
/
+2
2015-11-19
Call syslog() if login_* pledge fails; OK deraadt@
millert
1
-3
/
+5
2015-10-22
use crypt_checkpass("password", NULL) to fake a login instead of bcrypt
tedu
1
-3
/
+3
2015-10-14
pledge "stdio rpath" is good enough for these mainline BSD auth login
deraadt
1
-1
/
+4
2014-11-03
reduce dependency on passwd. just call bcrypt_newhash to do the dummy work.
tedu
2
-12
/
+5
2014-04-23
Remove more Kerberos cruft.
ajacoutot
1
-4
/
+4
2012-12-04
remove some unnecessary sys/param.h inclusions
deraadt
1
-2
/
+1
2007-05-31
convert to new .Dd format;
jmc
1
-2
/
+2
2007-02-06
fix some dodgy displays;
jmc
1
-5
/
+4
2006-04-02
some extern and goo
deraadt
1
-2
/
+4
2006-03-09
Foil potential timing attacks by using the correct password hash
millert
2
-5
/
+12
2002-09-06
ansi; ok millert pvalchev
deraadt
1
-7
/
+3
2002-06-28
minor indent cleanup
deraadt
1
-3
/
+3
2002-06-02
minor KNF
deraadt
1
-3
/
+3
2002-03-13
login(8) -> login(1)
marc
1
-3
/
+3
2001-12-06
Do not set handler for SIGINT and SIGQUIT to SIG_IGN since it prevents
millert
1
-3
/
+1
2001-11-13
o) fix bogus .Xr usage;
mpech
1
-4
/
+5
2001-10-24
getopt(3) returns -1 when out of args, not EOF.
mpech
1
-2
/
+2
2001-07-08
Remove extraneous .Pp after .Sh
millert
1
-2
/
+1
2000-12-12
reject login script; rejects attempted authentication
millert
3
-0
/
+220