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
/
monitor_wrap.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove last references to active_state
djm
2019-01-19
1
-6
/
+5
*
convert monitor.c to new packet API
djm
2019-01-19
1
-3
/
+1
*
convert auth.c to new packet API
djm
2019-01-19
1
-2
/
+3
*
remove legacy key emulation layer; ok djm@
markus
2018-07-11
1
-3
/
+3
*
switch over to the new authorized_keys options API and remove the
djm
2018-03-03
1
-4
/
+7
*
pass negotiated signing algorithm though to sshkey_verify() and
djm
2017-12-18
1
-2
/
+2
*
clear session keys from memory; ok djm@
markus
2017-05-31
1
-2
/
+2
*
switch auth2-pubkey.c to modern APIs; with & ok djm@
markus
2017-05-30
1
-2
/
+3
*
switch from Key typedef with struct sshkey; ok djm@
markus
2017-05-30
1
-6
/
+8
*
Remove support for pre-authentication compression. Doing compression
djm
2016-09-28
1
-4
/
+1
*
remove ssh1 server code; ok djm@
markus
2016-08-13
1
-11
/
+2
*
refactor canohost.c: move functions that cache results closer to the
djm
2016-03-07
1
-4
/
+6
*
implement SHA2-{256,512} for RSASSA-PKCS1-v1_5 signatures (user and host auth)
markus
2015-12-04
1
-2
/
+2
*
remove prototypes for long-gone s/key support; ok dtucker@
djm
2015-11-11
1
-5
/
+1
*
prevent authorized_keys options picked up on public key tests without
djm
2015-05-01
1
-3
/
+3
*
Revise hostkeys@openssh.com hostkey learning extension.
djm
2015-02-16
1
-2
/
+2
*
update packet.c & isolate, introduce struct ssh
markus
2015-01-19
1
-5
/
+2
*
remove experimental, never-enabled JPAKE code; ok markus@
djm
2014-01-29
1
-21
/
+1
*
make the pre-auth privsep slave log via a socketpair shared with the
djm
2011-06-17
1
-1
/
+2
*
refactor the (disabled) Schnorr proof code to make it a little more
djm
2009-03-05
1
-5
/
+5
*
Add support for an experimental zero-knowledge password authentication
djm
2008-11-04
1
-1
/
+21
*
almost entirely get rid of the culture of ".h files that include .h files"
deraadt
2006-08-03
1
-9
/
+1
*
don't need incompletely-typed 'struct passwd' now with
stevesk
2006-07-14
1
-2
/
+1
*
typo in comment
stevesk
2006-07-06
1
-2
/
+2
*
move #include <pwd.h> out of includes.h; ok markus@
stevesk
2006-07-06
1
-1
/
+6
*
standardise spacing in $OpenBSD$ tags; requested by deraadt@
djm
2006-03-25
1
-1
/
+1
*
sprinkle u_int throughout pty subsystem, ok markus
deraadt
2006-03-20
1
-2
/
+2
*
make ssh -Wshadow clean, no functional changes
avsm
2004-06-21
1
-4
/
+4
*
replace "gssapi" with "gssapi-with-mic"; from Simon Wilkinson; test + ok jakob.
markus
2003-11-17
1
-1
/
+2
*
replace fatal_cleanup() and linked list of fatal callbacks with static
markus
2003-09-23
1
-2
/
+4
*
remove kerberos support from ssh1, since it has been replaced with GSSAPI;
markus
2003-08-28
1
-8
/
+1
*
support GSS API user authentication; patches from Simon Wilkinson,
markus
2003-08-22
1
-1
/
+9
*
remove (already disabled) KRB4/AFS support, re-enable -k in ssh(1);
markus
2003-07-22
1
-4
/
+1
*
krb4 + privsep; ok dugsong@, deraadt@
markus
2002-09-26
1
-2
/
+5
*
kerberos support for privsep. confirmed to work by lha@stacken.kth.se
itojun
2002-09-09
1
-1
/
+8
*
minor KNF
deraadt
2002-06-30
1
-2
/
+2
*
Fix sshd Banner option for privsep; ok markus@ provos@
djm
2002-05-12
1
-1
/
+2
*
$OpenBSD$
stevesk
2002-03-26
1
-0
/
+2
*
make getpwnamallow() allways call pwcopy()
markus
2002-03-19
1
-3
/
+0
*
clean up prototypes
markus
2002-03-19
1
-0
/
+1
*
implementation of the interface between privileged and unprivileged process
provos
2002-03-18
1
-0
/
+87