Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-30 | upstream commit | djm@openbsd.org | |
avoid more fatal/exit in the packet.c paths that ssh-keyscan uses; feedback and "looks good" markus@ | |||
2015-01-29 | upstream commit | djm@openbsd.org | |
avoid fatal() calls in packet code makes ssh-keyscan more reliable against server failures ok dtucker@ markus@ | |||
2015-01-20 | upstream commit | markus@openbsd.org | |
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@ |