diff options
author | Damien Miller <djm@mindrot.org> | 2010-04-16 15:53:43 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2010-04-16 15:53:43 +1000 |
commit | 88680654ad2378ebb4fa7aa326552aec760132ed (patch) | |
tree | 94496d2b9b311a0f4382b00366b94bb6de55a07d /ChangeLog | |
parent | 22c97f1539816e2df00e91d023243b7d8d67a557 (diff) |
- djm@cvs.openbsd.org 2010/04/10 02:10:56
[sshconnect2.c]
show the key type that we are offering in debug(), helps distinguish
between certs and plain keys as the path to the private key is usually
the same.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -24,6 +24,11 @@ | |||
24 | bz#1698: kill channel when pty allocation requests fail. Fixed | 24 | bz#1698: kill channel when pty allocation requests fail. Fixed |
25 | stuck client if the server refuses pty allocation. | 25 | stuck client if the server refuses pty allocation. |
26 | ok dtucker@ "think so" markus@ | 26 | ok dtucker@ "think so" markus@ |
27 | - djm@cvs.openbsd.org 2010/04/10 02:10:56 | ||
28 | [sshconnect2.c] | ||
29 | show the key type that we are offering in debug(), helps distinguish | ||
30 | between certs and plain keys as the path to the private key is usually | ||
31 | the same. | ||
27 | 32 | ||
28 | 20100410 | 33 | 20100410 |
29 | - (dtucker) [configure.ac] Put the check for the existence of getaddrinfo | 34 | - (dtucker) [configure.ac] Put the check for the existence of getaddrinfo |