diff options
author | Damien Miller <djm@mindrot.org> | 2010-04-16 15:53:23 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2010-04-16 15:53:23 +1000 |
commit | 22c97f1539816e2df00e91d023243b7d8d67a557 (patch) | |
tree | 4d1a15d83493180b11b4684e11ed14d98a2feeec /ChangeLog | |
parent | 672839994eaadecc95f3fada1cf014487631f068 (diff) |
- djm@cvs.openbsd.org 2010/04/10 02:08:44
[clientloop.c]
bz#1698: kill channel when pty allocation requests fail. Fixed
stuck client if the server refuses pty allocation.
ok dtucker@ "think so" markus@
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -19,6 +19,11 @@ | |||
19 | [sshconnect.c] | 19 | [sshconnect.c] |
20 | fix terminology: we didn't find a certificate in known_hosts, we found | 20 | fix terminology: we didn't find a certificate in known_hosts, we found |
21 | a CA key | 21 | a CA key |
22 | - djm@cvs.openbsd.org 2010/04/10 02:08:44 | ||
23 | [clientloop.c] | ||
24 | bz#1698: kill channel when pty allocation requests fail. Fixed | ||
25 | stuck client if the server refuses pty allocation. | ||
26 | ok dtucker@ "think so" markus@ | ||
22 | 27 | ||
23 | 20100410 | 28 | 20100410 |
24 | - (dtucker) [configure.ac] Put the check for the existence of getaddrinfo | 29 | - (dtucker) [configure.ac] Put the check for the existence of getaddrinfo |