[Bug 1420] BSM support on Mac OS X

bugzilla-daemon at bugzilla.mindrot.org bugzilla-daemon at bugzilla.mindrot.org
Thu Jan 3 08:28:25 EST 2008


https://bugzilla.mindrot.org/show_bug.cgi?id=1420





--- Comment #4 from Disco Vince Giffin <vgiffin at apple.com>  2008-01-03 08:28:22 ---
(In reply to comment #2)
> (From update of attachment 1417 [details])
> >+#if defined(__APPLE__)
> >+	/* don't have a aug_get_machine */
> >+	tid->at_addr[0] = inet_addr(host);
> >+	tid->at_type = 0;
> >+	snprintf(buf, sizeof(buf), "%08x", tid->at_addr[0]);
> >+	debug3("BSM audit: machine ID %s", buf);
> >+#else
> 
> How does this cope with connections from IPv6 addresses?

This, unfortunately, does not cope with IPv6 addresses.  I have filed a
bug in our system to have this addressed.

-- 
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.


More information about the openssh-bugs mailing list