bugzilla-daemon at mindrot.org
2004-Dec-04 03:58 UTC
[Bug 960] Support needed for NetBSD utmpx field ut_ss
http://bugzilla.mindrot.org/show_bug.cgi?id=960
Summary: Support needed for NetBSD utmpx field ut_ss
Product: Portable OpenSSH
Version: 3.9p1
Platform: All
OS/Version: NetBSD
Status: NEW
Severity: normal
Priority: P2
Component: sshd
AssignedTo: openssh-bugs at mindrot.org
ReportedBy: eravin at panix.com
NetBSD 2.0 has a new field in utmpx, ut_ss, for the IP address of the login
client. It would be nice if sshd could support this field.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2004-Dec-04 05:29 UTC
[Bug 960] Support needed for NetBSD utmpx field ut_ss
http://bugzilla.mindrot.org/show_bug.cgi?id=960 ------- Additional Comments From dtucker at zip.com.au 2004-12-04 16:29 ------- OpenSSH doesn't use utmpx on NetBSD, it uses login(3). ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2004-Dec-04 05:53 UTC
[Bug 960] Support needed for NetBSD utmpx field ut_ss
http://bugzilla.mindrot.org/show_bug.cgi?id=960
------- Additional Comments From dtucker at zip.com.au 2004-12-04 16:53 -------
Created an attachment (id=746)
--> (http://bugzilla.mindrot.org/attachment.cgi?id=746&action=view)
Use {w,u}tmpx on NetBSD instead of login(3)
If you want to experiment, try this patch. You will need to run
"autoreconf"
to rebuild configure after applying the patch, then ./configure && make.
I make no guarantee that this is the right thing to do, however.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2004-Dec-04 05:53 UTC
[Bug 960] Support needed for NetBSD utmpx field ut_ss
http://bugzilla.mindrot.org/show_bug.cgi?id=960
dtucker at zip.com.au changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|normal |enhancement
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.