bugzilla-daemon at bugzilla.mindrot.org
2009-Feb-23 20:32 UTC
[Bug 1561] New: Check for up on open tap device
https://bugzilla.mindrot.org/show_bug.cgi?id=1561 Summary: Check for up on open tap device Product: Portable OpenSSH Version: 5.1p1 Platform: Other OS/Version: FreeBSD Status: NEW Severity: normal Priority: P2 Component: sshd AssignedTo: unassigned-bugs at mindrot.org ReportedBy: richard.burakowski+ossh at mrburak.net Created an attachment (id=1606) --> (http://bugzilla.mindrot.org/attachment.cgi?id=1606) check for open tun/tap device Freebsd allows a non-root user to open a tap device (net.link.tap.user_open=1) at which point it can be marked up automatically (net.link.tap.up_on_open=1) so that root access is not required to get a functioning tap server side. #ifdef SSH_TUN_FREEBSD version of sys_tun_open in openbsd-compat/port-tun.c dosen't allow for this. It will successfully open a tap for non-root but will then attempt to IFF_UP which will fail. Test if the interface is already marked up and leave alone if it is. At this time, up on open is only available to tap devices. -- 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
2010-Jun-18 03:12 UTC
[Bug 1561] Check for up on open tap device
https://bugzilla.mindrot.org/show_bug.cgi?id=1561 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |djm at mindrot.org Blocks| |1708 -- 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
2010-Aug-09 18:30 UTC
[Bug 1561] Check for up on open tap device
https://bugzilla.mindrot.org/show_bug.cgi?id=1561 --- Comment #1 from Damien Miller <djm at mindrot.org> --- Created attachment 1911 --> https://bugzilla.mindrot.org/attachment.cgi?id=1911 /home/djm/sshd-tun-iff_up.diff Unified diff format against current -- 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
2010-Aug-09 18:30 UTC
[Bug 1561] Check for up on open tap device
https://bugzilla.mindrot.org/show_bug.cgi?id=1561 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #1911| |ok?(dtucker at zip.com.au) Flags| | --- Comment #2 from Damien Miller <djm at mindrot.org> --- Comment on attachment 1911 --> https://bugzilla.mindrot.org/attachment.cgi?id=1911 /home/djm/sshd-tun-iff_up.diff I think this can make 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.
bugzilla-daemon at bugzilla.mindrot.org
2010-Aug-10 00:01 UTC
[Bug 1561] Check for up on open tap device
https://bugzilla.mindrot.org/show_bug.cgi?id=1561 Darren Tucker <dtucker at zip.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #1911|ok?(dtucker at zip.com.au) |ok+ Flags| | -- 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
2010-Aug-10 02:48 UTC
[Bug 1561] Check for up on open tap device
https://bugzilla.mindrot.org/show_bug.cgi?id=1561 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #3 from Damien Miller <djm at mindrot.org> --- Patch applied. This will be in OpenSSH 5.6, due soon. -- 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
2010-Aug-27 00:28 UTC
[Bug 1561] Check for up on open tap device
https://bugzilla.mindrot.org/show_bug.cgi?id=1561 Darren Tucker <dtucker at zip.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #4 from Darren Tucker <dtucker at zip.com.au> --- With the release of OpenSSH 5.6p1 this bug is now considered closed. If you have further problems please reopen or file a new bug as appropriate. -- 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.