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.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
allow security keys to act as host keys as well as user keys.
djm
2019-12-15
1
-3
/
+1
*
Add new structure for signature options
djm
2019-11-25
1
-4
/
+19
*
additional missing stdarg.h includes when built without WITH_OPENSSL; ok djm@
naddy
2019-11-18
1
-1
/
+2
*
Refactor signing - use sshkey_sign for everything, including the new
djm
2019-10-31
1
-3
/
+5
*
When system calls indicate an error they return -1, not some arbitrary
deraadt
2019-06-28
1
-2
/
+2
*
Make sshpkt_get_bignum2() allocate the bignum it is parsing rather
djm
2019-01-21
1
-7
/
+3
*
remove last references to active_state
djm
2019-01-19
1
-9
/
+6
*
convert monitor.c to new packet API
djm
2019-01-19
1
-2
/
+1
*
convert auth.c to new packet API
djm
2019-01-19
1
-3
/
+2
*
begin landing remaining refactoring of packet parsing API, started
djm
2019-01-19
1
-1
/
+4
*
remove unused zlib.h
djm
2018-07-20
1
-2
/
+1
*
remove legacy key emulation layer; ok djm@
markus
2018-07-11
1
-10
/
+7
*
re-remove some pre-auth compression bits
sf
2018-07-10
1
-3
/
+1
*
kerberos/gssapi fixes for buffer removal
djm
2018-07-10
1
-2
/
+2
*
sshd: switch monitor to sshbuf API; lots of help & ok djm@
markus
2018-07-09
1
-200
/
+281
*
sshd: switch loginmsg to sshbuf API; ok djm@
markus
2018-07-09
1
-4
/
+5
*
Revert previous two commits
sf
2018-07-09
1
-1
/
+3
*
Remove leftovers from pre-authentication compression
sf
2018-07-06
1
-3
/
+1
*
switch over to the new authorized_keys options API and remove the
djm
2018-03-03
1
-17
/
+27
*
uuencode.h is not used
markus
2018-01-08
1
-2
/
+1
*
revert stricter key type / signature type checking in userauth path;
djm
2017-12-21
1
-2
/
+2
*
pass negotiated signing algorithm though to sshkey_verify() and
djm
2017-12-18
1
-2
/
+3
*
replace statically-sized arrays in ServerOptions with dynamic ones
djm
2017-10-05
1
-7
/
+3
*
Fix PermitOpen crash; spotted by benno@, ok dtucker@ deraadt@
djm
2017-10-02
1
-1
/
+7
*
refactor channels.c
djm
2017-09-12
1
-1
/
+3
*
switch auth2-pubkey.c to modern APIs; with & ok djm@
markus
2017-05-30
1
-6
/
+8
*
switch from Key typedef with struct sshkey; ok djm@
markus
2017-05-30
1
-6
/
+8
*
allow LogLevel in sshd_config Match blocks; ok dtucker bz#2717
djm
2017-05-17
1
-1
/
+2
*
remove ssh1 server code; ok djm@
markus
2016-08-13
1
-151
/
+1
*
refactor canohost.c: move functions that cache results closer to the
djm
2016-03-07
1
-6
/
+6
*
remove roaming support; ok djm@
markus
2016-01-14
1
-2
/
+1
*
implement SHA2-{256,512} for RSASSA-PKCS1-v1_5 signatures (user and host auth)
markus
2015-12-04
1
-2
/
+3
*
prevent authorized_keys options picked up on public key tests without
djm
2015-05-01
1
-6
/
+9
*
Revise hostkeys@openssh.com hostkey learning extension.
djm
2015-02-16
1
-3
/
+4
*
adapt kex to sshbuf and struct ssh; ok djm@
markus
2015-01-19
1
-3
/
+3
*
update packet.c & isolate, introduce struct ssh
markus
2015-01-19
1
-229
/
+13
*
adapt mac.c to ssherr.h return codes (de-fatal) and simplify dependencies
markus
2015-01-13
1
-2
/
+2
*
make compiling against OpenSSL optional (make OPENSSL=no);
markus
2014-04-29
1
-2
/
+11
*
convert memset of potentially-private data to explicit_bzero()
djm
2014-02-02
1
-3
/
+3
*
remove experimental, never-enabled JPAKE code; ok markus@
djm
2014-01-29
1
-164
/
+1
*
fix rekeying for AES-GCM modes; ok deraadt
markus
2013-11-06
1
-2
/
+2
*
bye, bye xfree(); ok markus@
djm
2013-05-17
1
-15
/
+15
*
support AES-GCM as defined in RFC 5647 (but with simpler KEX handling)
markus
2013-01-08
1
-19
/
+20
*
pasto; ok djm@
naddy
2012-10-01
1
-2
/
+2
*
make the pre-auth privsep slave log via a socketpair shared with the
djm
2011-06-17
1
-1
/
+27
*
allow AuthorizedKeysFile to specify multiple files, separated by spaces.
djm
2011-05-23
1
-2
/
+7
*
use a macro to define which string options to copy between configs
djm
2011-05-20
1
-3
/
+10
*
Implement Elliptic Curve Cryptography modes for key exchange (ECDH) and
djm
2010-08-31
1
-1
/
+2
*
Hold authentication debug messages until after successful authentication.
dtucker
2010-03-07
1
-18
/
+1
*
alphabetize includes; reduces diff vs portable and style(9). ok stevesk djm
dtucker
2009-06-22
1
-5
/
+5
[next]