bugzilla-daemon at bugzilla.mindrot.org
2008-Jul-04 22:16 UTC
[Bug 1482] New: SOCKS4A support
https://bugzilla.mindrot.org/show_bug.cgi?id=1482 Summary: SOCKS4A support Classification: Unclassified Product: Portable OpenSSH Version: 5.0p1 Platform: Other OS/Version: Linux Status: NEW Severity: enhancement Priority: P2 Component: ssh AssignedTo: unassigned-bugs at mindrot.org ReportedBy: dwmw2 at infradead.org Blocks: 1481 Created an attachment (id=1543) --> (http://bugzilla.mindrot.org/attachment.cgi?id=1543) patch This provides SOCKS4A support, which allows a SOCKS4 client to provide a host name instead of an IP address. It indicates that it's doing so by using a known-invalid IP address 0.0.0.x (where x != 0), and then appending the NUL-terminated hostname to the connection request. Although we check for the terminating NUL manually and the 'fatal(len %d > have %d)' should never happen, the condition for it (in the existing processing of the username) seems to have been off-by-one; not accounting for the terminating NUL. I've fixed that while I'm at it. -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug.
https://bugzilla.mindrot.org/show_bug.cgi?id=1482 David Woodhouse <dwmw2 at infradead.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #1543|0 |1 is obsolete| | --- Comment #1 from David Woodhouse <dwmw2 at infradead.org> 2008-07-05 08:19:23 --- Created an attachment (id=1544) --> (http://bugzilla.mindrot.org/attachment.cgi?id=1544) correct patch Oops; wrong patch. Try this one. Sorry. -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug.
https://bugzilla.mindrot.org/show_bug.cgi?id=1482 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED CC| |djm at mindrot.org --- Comment #2 from Damien Miller <djm at mindrot.org> 2009-01-14 12:38:19 --- patch applied - this will be in openssh-5.2 -- 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.
https://bugzilla.mindrot.org/show_bug.cgi?id=1482 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #3 from Damien Miller <djm at mindrot.org> 2009-02-23 13:35:48 --- Close bugs fixed/reviewed for openssh-5.2 release -- 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.