bugzilla-daemon at bugzilla.mindrot.org
2008-May-08 15:01 UTC
[Bug 343] Only try connect to first address when creating tunnel
https://bugzilla.mindrot.org/show_bug.cgi?id=343 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|openssh-bugs at mindrot.org |djm at mindrot.org Attachment #1498| |ok? Flag| | --- Comment #2 from Damien Miller <djm at mindrot.org> 2008-05-09 01:01:36 --- Created an attachment (id=1498) --> (http://bugzilla.mindrot.org/attachment.cgi?id=1498) try subsequent addresses This patch should fix the bug. (better late than never) -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are watching the assignee of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2008-May-08 15:02 UTC
[Bug 343] Only try connect to first address when creating tunnel
https://bugzilla.mindrot.org/show_bug.cgi?id=343 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Blocks| |1452 --- Comment #3 from Damien Miller <djm at mindrot.org> 2008-05-09 01:02:54 --- Target release openssh-5.1 -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2008-May-09 05:05 UTC
[Bug 343] Only try connect to first address when creating tunnel
https://bugzilla.mindrot.org/show_bug.cgi?id=343 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #4 from Damien Miller <djm at mindrot.org> 2008-05-09 15:05:32 --- Fix committed and will be in openssh-5.1:> CVSROOT: /cvs > Module name: src > Changes by: djm at cvs.openbsd.org 2008/05/08 22:55:57 > > Modified files: > usr.bin/ssh : channels.c channels.h clientloop.c serverloop.c > > Log message: > 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@-- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug.