bugzilla-daemon at bugzilla.mindrot.org
2008-Jul-09 14:06 UTC
[Bug 1485] New: IPv6 remote port forwarding does not work (sockaddr)
https://bugzilla.mindrot.org/show_bug.cgi?id=1485 Summary: IPv6 remote port forwarding does not work (sockaddr) Classification: Unclassified Product: Portable OpenSSH Version: 5.0p1 Platform: ix86 OS/Version: Other Status: NEW Severity: minor Priority: P2 Component: sshd AssignedTo: unassigned-bugs at mindrot.org ReportedBy: visibilis at yahoo.com When connecting to the forwarded port of the server using IPv6, accept fails in channels.c:channel_post_port_listener() (invalid pointer) on windows. The problem disappears, if struct sockaddr is replaced with struct sockaddr_storage. -- 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-Jul-13 22:14 UTC
[Bug 1485] IPv6 remote port forwarding does not work (sockaddr)
https://bugzilla.mindrot.org/show_bug.cgi?id=1485 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED CC| |djm at mindrot.org Blocks| |1452 --- Comment #1 from Damien Miller <djm at mindrot.org> 2008-07-14 08:14:20 --- All the address arguments are sockaddr_storage now. This will be in the forthcoming openssh-5.1 release. If you would like to test this release, please see the email at http://marc.info/?l=openssh-unix-dev&m=121538716918994&w=2 Thanks for the report. -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug. You are watching someone on the CC list of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2008-Jul-22 02:25 UTC
[Bug 1485] IPv6 remote port forwarding does not work (sockaddr)
https://bugzilla.mindrot.org/show_bug.cgi?id=1485 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #2 from Damien Miller <djm at mindrot.org> 2008-07-22 12:25:12 --- Mass update RESOLVED->CLOSED after release of 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. You are watching someone on the CC list of the bug.