| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
with & ok markus@
|
|
|
|
|
| |
packet-related fatal error messages more context (esp. the remote endpoint)
ok markus@
|
|
|
|
|
|
|
|
|
|
|
| |
almost exactly six years ago.
This change stops including the old packet_* API by default and makes
each file that requires the old API include it explicitly. We will
commit file-by-file refactoring to remove the old API in consistent
steps.
with & ok markus@
|
| |
|
|
|
|
| |
ok markus@
|
| |
|
| |
|
|
|
|
| |
uses; feedback and "looks good" markus@
|
|
|
|
|
| |
makes ssh-keyscan more reliable against server failures
ok dtucker@ markus@
|
|
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@
|