summaryrefslogtreecommitdiff
path: root/opacket.h
Commit message (Collapse)AuthorAgeFilesLines
* upstream commitmarkus@openbsd.org2015-02-171-2/+0
| | | | | make rekey_limit for sshd w/privsep work; ok djm@ dtucker@
* upstream commitdjm@openbsd.org2015-01-301-6/+3
| | | | | avoid more fatal/exit in the packet.c paths that ssh-keyscan uses; feedback and "looks good" markus@
* upstream commitdjm@openbsd.org2015-01-291-2/+1
| | | | | avoid fatal() calls in packet code makes ssh-keyscan more reliable against server failures ok dtucker@ markus@
* upstream commitmarkus@openbsd.org2015-01-201-0/+173
update packet.c & isolate, introduce struct ssh a) switch packet.c to buffer api and isolate per-connection info into struct ssh b) (de)serialization of the state is moved from monitor to packet.c c) the old packet.c API is implemented in opacket.[ch] d) compress.c/h is removed and integrated into packet.c with and ok djm@