Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | more OPENSSL=no fixes; ok dtucker@ | 2015-04-27 | 1 | -2/+6 | |
| | |||||
* | avoid more fatal/exit in the packet.c paths that ssh-keyscan | 2015-01-30 | 1 | -16/+33 | |
| | | | | uses; feedback and "looks good" markus@ | ||||
* | avoid fatal() calls in packet code | 2015-01-28 | 1 | -2/+23 | |
| | | | | | makes ssh-keyscan more reliable against server failures ok dtucker@ markus@ | ||||
* | update packet.c & isolate, introduce struct ssh | 2015-01-19 | 1 | -0/+277 | |
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@ |