[Bug 1420] BSM support on Mac OS X
    bugzilla-daemon at bugzilla.mindrot.org 
    bugzilla-daemon at bugzilla.mindrot.org
       
    Sat Dec 22 03:00:00 EST 2007
    
    
  
https://bugzilla.mindrot.org/show_bug.cgi?id=1420
--- Comment #2 from Darren Tucker <dtucker at zip.com.au>  2007-12-22 02:59:58 ---
(From update of attachment 1417)
>+#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?
-- 
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
    
    
More information about the openssh-bugs
mailing list