summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2008-05-19 15:37:09 +1000
committerDamien Miller <djm@mindrot.org>2008-05-19 15:37:09 +1000
commitbd74025c7b08104828986d01e60f04372b3d5337 (patch)
treeba2d9b51b7e33e64f1c19b15f862b3929559506c /ChangeLog
parent5771ed7d1b5af26bc991151ab977e77bf1e87666 (diff)
- djm@cvs.openbsd.org 2008/05/09 04:55:56
[channels.c channels.h clientloop.c serverloop.c] Try additional addresses when connecting to a port forward destination whose DNS name resolves to more than one address. The previous behaviour was to try the first address and give up. Reported by stig AT venaas.com in bz#343 great feedback and ok markus@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index bd6b640b1..9e683143a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -104,6 +104,13 @@
104 client stderr (subject to LogLevel in the mux master) - better than 104 client stderr (subject to LogLevel in the mux master) - better than
105 silently failing. 105 silently failing.
106 most bits ok markus@ (as part of a larger diff) 106 most bits ok markus@ (as part of a larger diff)
107 - djm@cvs.openbsd.org 2008/05/09 04:55:56
108 [channels.c channels.h clientloop.c serverloop.c]
109 Try additional addresses when connecting to a port forward destination
110 whose DNS name resolves to more than one address. The previous behaviour
111 was to try the first address and give up.
112 Reported by stig AT venaas.com in bz#343
113 great feedback and ok markus@
107 114
10820080403 11520080403
109 - (djm) [openbsd-compat/bsd-poll.c] Include stdlib.h to avoid compile- 116 - (djm) [openbsd-compat/bsd-poll.c] Include stdlib.h to avoid compile-
@@ -3964,4 +3971,4 @@
3964 OpenServer 6 and add osr5bigcrypt support so when someone migrates 3971 OpenServer 6 and add osr5bigcrypt support so when someone migrates
3965 passwords between UnixWare and OpenServer they will still work. OK dtucker@ 3972 passwords between UnixWare and OpenServer they will still work. OK dtucker@
3966 3973
3967$Id: ChangeLog,v 1.4924 2008/05/19 05:36:08 djm Exp $ 3974$Id: ChangeLog,v 1.4925 2008/05/19 05:37:09 djm Exp $