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
/
usr.bin
/
ssh
/
auth2-hostbased.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
update to new API (key_fingerprint => sshkey_fingerprint)
djm
2015-01-28
1
-5
/
+7
*
remove obsolete comment
djm
2015-01-28
1
-2
/
+1
*
add sshd_config HostbasedAcceptedKeyTypes and PubkeyAcceptedKeyTypes
djm
2015-01-13
1
-1
/
+10
*
deprecate key_load_private_pem() and sshkey_load_private_pem()
djm
2015-01-08
1
-1
/
+2
*
KNF and add a little more debug()
djm
2014-12-23
1
-5
/
+13
*
Add FingerprintHash option to control algorithm used for key
djm
2014-12-21
1
-3
/
+4
*
Add support for Unix domain socket forwarding. A remote TCP port
millert
2014-07-15
1
-1
/
+2
*
refuse RSA keys from old proprietary clients/servers that use the
djm
2013-12-30
1
-1
/
+7
*
for hostbased authentication, print the client host and user on
djm
2013-06-21
1
-1
/
+5
*
bye, bye xfree(); ok markus@
djm
2013-05-17
1
-7
/
+7
*
enable certificates for hostbased authentication, from Iain Morgan;
djm
2010-08-04
1
-3
/
+28
*
Add a TrustedUserCAKeys option to sshd_config to specify CA keys that
djm
2010-03-04
1
-1
/
+4
*
strip trailing '.' from hostname when HostbasedUsesNameFromPacketOnly=yes
djm
2008-07-17
1
-5
/
+6
*
almost entirely get rid of the culture of ".h files that include .h files"
deraadt
2006-08-03
1
-5
/
+8
*
move #include <string.h> out of includes.h
stevesk
2006-07-22
1
-1
/
+2
*
move #include <pwd.h> out of includes.h; ok markus@
stevesk
2006-07-06
1
-1
/
+5
*
Put $OpenBSD$ tags back (as comments) to replace the RCSID()s that
djm
2006-03-25
1
-0
/
+1
*
RCSID() can die
deraadt
2006-03-19
1
-1
/
+0
*
fix mem leaks; some fixes from Pete Flugstad; tested dtucker@
markus
2004-01-19
1
-2
/
+2
*
int -> u_int; ok djm@, deraadt@, mouring@
markus
2003-06-24
1
-2
/
+2
*
deprecate VerifyReverseMapping since it's dangerous if combined
markus
2003-06-02
1
-2
/
+2
*
rename log() into logit() to avoid name conflict. markus ok, from netbsd
itojun
2003-04-08
1
-3
/
+3
*
move Authmethod definitons to per-method file.
markus
2002-05-31
1
-2
/
+8
*
split auth2.c into one file per method; ok provos@/deraadt@
markus
2002-05-25
1
-0
/
+176