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
/
packet.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
sshpkt_fatal() does not return; ok djm
markus
2020-03-06
1
-2
/
+3
*
fixes for !WITH_OPENSSL compilation; ok dtucker@
djm
2019-09-06
1
-3
/
+11
*
pass values used in KEX hash computation as sshbuf rather than
djm
2019-01-21
1
-1
/
+2
*
Make sshpkt_get_bignum2() allocate the bignum it is parsing rather
djm
2019-01-21
1
-2
/
+2
*
allow sshpkt_fatal() to take a varargs format; we'll use this to give
djm
2019-01-19
1
-2
/
+3
*
begin landing remaining refactoring of packet parsing API, started
djm
2019-01-19
1
-5
/
+1
*
ttymodes: switch to sshbuf API; ok djm@
markus
2018-07-09
1
-3
/
+3
*
Remove unused ssh_packet_start_compression()
sf
2018-07-06
1
-2
/
+1
*
Put remote client info back into the ClientAlive connection termination
dtucker
2017-12-10
1
-1
/
+2
*
add sshd_config RDomain keyword to place sshd and the subsequent
djm
2017-10-25
1
-1
/
+3
*
refactor channels.c
djm
2017-09-12
1
-2
/
+6
*
clear session keys from memory; ok djm@
markus
2017-05-31
1
-1
/
+3
*
sshd: pass struct ssh to auth functions; ok djm@
markus
2017-05-30
1
-1
/
+4
*
remove miscellaneous SSH1 leftovers; ok markus@
naddy
2017-05-03
1
-2
/
+1
*
remove SSHv1 support from packet and buffer APIs
djm
2017-04-30
1
-4
/
+1
*
remove compat20/compat13/compat15 variables
djm
2017-04-30
1
-2
/
+1
*
add ssh_packet_set_log_preamble() to allow inclusion of a preamble
djm
2017-02-03
1
-1
/
+6
*
Make ssh_packet_set_rekey_limits take u32 for the number of seconds
dtucker
2017-02-03
1
-2
/
+2
*
Add a per-packet input hook that is called with the decrypted packet
djm
2016-10-11
1
-1
/
+6
*
ssh proxy mux mode (-O proxy; idea from Simon Tatham):
markus
2016-09-30
1
-1
/
+5
*
Remove support for pre-authentication compression. Doing compression
djm
2016-09-28
1
-6
/
+1
*
refactor canohost.c: move functions that cache results closer to the
djm
2016-03-07
1
-2
/
+6
*
refactor activation of rekeying
djm
2016-02-08
1
-2
/
+2
*
Allow RekeyLimits in excess of 4G up to 2**63 bits (limited by the return
dtucker
2016-01-29
1
-2
/
+2
*
remove roaming support; ok djm@
markus
2016-01-14
1
-5
/
+1
*
include remote port number in a few more messages; makes tying log
djm
2015-12-11
1
-1
/
+2
*
avoid more fatal/exit in the packet.c paths that ssh-keyscan
djm
2015-01-30
1
-5
/
+7
*
avoid fatal() calls in packet code
djm
2015-01-28
1
-2
/
+2
*
add experimental api for packet layer; ok djm@
markus
2015-01-19
1
-1
/
+13
*
move dispatch to struct ssh; ok djm@
markus
2015-01-19
1
-1
/
+8
*
update packet.c & isolate, introduce struct ssh
markus
2015-01-19
1
-95
/
+133
*
unbreak compression, by re-init-ing the compression code in the
markus
2014-05-03
1
-1
/
+2
*
buffer_get_string_ptr's return should be const to remind
djm
2014-04-28
1
-2
/
+2
*
fix pointer-signedness warnings from clang/llvm-3.3; "seems nice" deraadt@
djm
2013-07-12
1
-2
/
+2
*
Add an optional second argument to RekeyLimit in the client to allow
dtucker
2013-05-16
1
-2
/
+3
*
packet_read_poll() is not used anymore.
markus
2012-01-25
1
-2
/
+1
*
set traffic class for IPv6 traffic as we do for IPv4 TOS;
djm
2011-05-06
1
-2
/
+1
*
allow ssh and sshd to set arbitrary TOS/DSCP/QoS values instead of
djm
2010-11-13
1
-2
/
+2
*
Implement Elliptic Curve Cryptography modes for key exchange (ECDH) and
djm
2010-08-31
1
-1
/
+4
*
Add buffer_get_cstring() and related functions that verify that the
djm
2010-08-31
1
-1
/
+2
*
packet_bacup_state() and packet_restore_state() will be used to
andreas
2009-06-27
1
-1
/
+4
*
Add packet_put_int64() and packet_get_int64(), part of a larger change
andreas
2009-05-27
1
-1
/
+3
*
Put the globals in packet.c into a struct and don't access it directly
andreas
2009-05-25
1
-4
/
+8
*
sync v1 and v2 traffic accounting; add it to sshd, too; ok djm@, dtucker@
markus
2008-07-10
1
-3
/
+3
*
Make keepalive timeouts apply while waiting for a packet, particularly during
dtucker
2008-06-12
1
-1
/
+2
*
avoid extra malloc/copy/free when receiving data over the net;
markus
2008-05-08
1
-1
/
+2
*
Allow all SSH2 packet types, including UNIMPLEMENTED to reset the
dtucker
2008-02-22
1
-1
/
+2
*
standardise spacing in $OpenBSD$ tags; requested by deraadt@
djm
2006-03-25
1
-1
/
+1
*
move #include <termios.h> out of includes.h; ok markus@
stevesk
2006-02-07
1
-1
/
+3
*
add a new compression method that delays compression until the user
markus
2005-07-25
1
-1
/
+3
[next]