bugzilla-daemon at mindrot.org
2004-Jul-20 20:58 UTC
[Bug 898] support for AddressFamily in sshd_config
http://bugzilla.mindrot.org/show_bug.cgi?id=898 Summary: support for AddressFamily in sshd_config Product: Portable OpenSSH Version: 3.8.1p1 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2 Component: sshd AssignedTo: openssh-bugs at mindrot.org ReportedBy: peak at argo.troja.mff.cuni.cz AddressFamily is supported in ssh_config but not in sshd_config. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2004-Jul-20 21:02 UTC
[Bug 898] support for AddressFamily in sshd_config
http://bugzilla.mindrot.org/show_bug.cgi?id=898 ------- Additional Comments From peak at argo.troja.mff.cuni.cz 2004-07-21 07:02 ------- Created an attachment (id=689) --> (http://bugzilla.mindrot.org/attachment.cgi?id=689&action=view) AddressFamily support in sshd_config This patch implements AddressFamily in sshd_config. (warning: there is a small ugly thing there: "#define IPv4or6 options.address_family" in sshd.c) ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2004-Jul-20 21:05 UTC
[Bug 898] support for AddressFamily in sshd_config
http://bugzilla.mindrot.org/show_bug.cgi?id=898 ------- Additional Comments From peak at argo.troja.mff.cuni.cz 2004-07-21 07:05 ------- Oops...Warning 2: I forgot to remove the hunk changing sshd_config. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2004-Jul-20 22:27 UTC
[Bug 898] support for AddressFamily in sshd_config
http://bugzilla.mindrot.org/show_bug.cgi?id=898 ------- Additional Comments From mouring at eviladmin.org 2004-07-21 08:27 ------- Send a better patch. Don't use the #define hack. It's impossible to judge this patch with that hack in place. - Ben ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2004-Jul-21 15:27 UTC
[Bug 898] support for AddressFamily in sshd_config
http://bugzilla.mindrot.org/show_bug.cgi?id=898 ------- Additional Comments From peak at argo.troja.mff.cuni.cz 2004-07-22 01:27 ------- Created an attachment (id=694) --> (http://bugzilla.mindrot.org/attachment.cgi?id=694&action=view) cleaned & fixed patch - #define hack removed - better text in sshd_config.5 (it might make sense to made similar changes in ssh_config.5 where the original text came from) - bug fixed: channel_set_af() was called too early (grr) ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.