summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2010-04-16 15:53:23 +1000
committerDamien Miller <djm@mindrot.org>2010-04-16 15:53:23 +1000
commit22c97f1539816e2df00e91d023243b7d8d67a557 (patch)
tree4d1a15d83493180b11b4684e11ed14d98a2feeec /ChangeLog
parent672839994eaadecc95f3fada1cf014487631f068 (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--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6cfd29423..e5e81e9cc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
2320100410 2820100410
24 - (dtucker) [configure.ac] Put the check for the existence of getaddrinfo 29 - (dtucker) [configure.ac] Put the check for the existence of getaddrinfo