summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/packet.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* sshpkt_fatal() does not return; ok djmmarkus2020-03-061-2/+3
* fixes for !WITH_OPENSSL compilation; ok dtucker@djm2019-09-061-3/+11
* pass values used in KEX hash computation as sshbuf rather thandjm2019-01-211-1/+2
* Make sshpkt_get_bignum2() allocate the bignum it is parsing ratherdjm2019-01-211-2/+2
* allow sshpkt_fatal() to take a varargs format; we'll use this to givedjm2019-01-191-2/+3
* begin landing remaining refactoring of packet parsing API, starteddjm2019-01-191-5/+1
* ttymodes: switch to sshbuf API; ok djm@markus2018-07-091-3/+3
* Remove unused ssh_packet_start_compression()sf2018-07-061-2/+1
* Put remote client info back into the ClientAlive connection terminationdtucker2017-12-101-1/+2
* add sshd_config RDomain keyword to place sshd and the subsequentdjm2017-10-251-1/+3
* refactor channels.cdjm2017-09-121-2/+6
* clear session keys from memory; ok djm@markus2017-05-311-1/+3
* sshd: pass struct ssh to auth functions; ok djm@markus2017-05-301-1/+4
* remove miscellaneous SSH1 leftovers; ok markus@naddy2017-05-031-2/+1
* remove SSHv1 support from packet and buffer APIsdjm2017-04-301-4/+1
* remove compat20/compat13/compat15 variablesdjm2017-04-301-2/+1
* add ssh_packet_set_log_preamble() to allow inclusion of a preambledjm2017-02-031-1/+6
* Make ssh_packet_set_rekey_limits take u32 for the number of secondsdtucker2017-02-031-2/+2
* Add a per-packet input hook that is called with the decrypted packetdjm2016-10-111-1/+6
* ssh proxy mux mode (-O proxy; idea from Simon Tatham):markus2016-09-301-1/+5
* Remove support for pre-authentication compression. Doing compressiondjm2016-09-281-6/+1
* refactor canohost.c: move functions that cache results closer to thedjm2016-03-071-2/+6
* refactor activation of rekeyingdjm2016-02-081-2/+2
* Allow RekeyLimits in excess of 4G up to 2**63 bits (limited by the returndtucker2016-01-291-2/+2
* remove roaming support; ok djm@markus2016-01-141-5/+1
* include remote port number in a few more messages; makes tying logdjm2015-12-111-1/+2
* avoid more fatal/exit in the packet.c paths that ssh-keyscandjm2015-01-301-5/+7
* avoid fatal() calls in packet codedjm2015-01-281-2/+2
* add experimental api for packet layer; ok djm@markus2015-01-191-1/+13
* move dispatch to struct ssh; ok djm@markus2015-01-191-1/+8
* update packet.c & isolate, introduce struct sshmarkus2015-01-191-95/+133
* unbreak compression, by re-init-ing the compression code in themarkus2014-05-031-1/+2
* buffer_get_string_ptr's return should be const to reminddjm2014-04-281-2/+2
* fix pointer-signedness warnings from clang/llvm-3.3; "seems nice" deraadt@djm2013-07-121-2/+2
* Add an optional second argument to RekeyLimit in the client to allowdtucker2013-05-161-2/+3
* packet_read_poll() is not used anymore.markus2012-01-251-2/+1
* set traffic class for IPv6 traffic as we do for IPv4 TOS;djm2011-05-061-2/+1
* allow ssh and sshd to set arbitrary TOS/DSCP/QoS values instead ofdjm2010-11-131-2/+2
* Implement Elliptic Curve Cryptography modes for key exchange (ECDH) anddjm2010-08-311-1/+4
* Add buffer_get_cstring() and related functions that verify that thedjm2010-08-311-1/+2
* packet_bacup_state() and packet_restore_state() will be used toandreas2009-06-271-1/+4
* Add packet_put_int64() and packet_get_int64(), part of a larger changeandreas2009-05-271-1/+3
* Put the globals in packet.c into a struct and don't access it directlyandreas2009-05-251-4/+8
* sync v1 and v2 traffic accounting; add it to sshd, too; ok djm@, dtucker@markus2008-07-101-3/+3
* Make keepalive timeouts apply while waiting for a packet, particularly duringdtucker2008-06-121-1/+2
* avoid extra malloc/copy/free when receiving data over the net;markus2008-05-081-1/+2
* Allow all SSH2 packet types, including UNIMPLEMENTED to reset thedtucker2008-02-221-1/+2
* standardise spacing in $OpenBSD$ tags; requested by deraadt@djm2006-03-251-1/+1
* move #include <termios.h> out of includes.h; ok markus@stevesk2006-02-071-1/+3
* add a new compression method that delays compression until the usermarkus2005-07-251-1/+3