[Bug 1042] Allow TCP wrapper refusals to follow SyslogFacility
    bugzilla-daemon at bugzilla.mindrot.org 
    bugzilla-daemon at bugzilla.mindrot.org
       
    Tue Feb 26 17:27:57 EST 2008
    
    
  
https://bugzilla.mindrot.org/show_bug.cgi?id=1042
Darren Tucker <dtucker at zip.com.au> changed:
           What    |Removed                     |Added                       
----------------------------------------------------------------------------
                 CC|                            |dtucker at zip.com.au          
--- Comment #4 from Darren Tucker <dtucker at zip.com.au>  2008-02-26 17:27:52 ---
(In reply to comment #3)
> (From update of attachment 917 [details])
> Why is this proposed for portable only? The same code is in OpenBSD.
It doesn't occur on OpenBSD although I don't recall why.  The change
could go into OpenBSD (and would be a no-op) but it's not required.
> Also, I don't think the bit-wise OR of log_facility is correct -
> according to syslog(3) the level is an ordered list, not a bitmask.
Level is an ordered list (as is facility, I believe), however the two
are bitwise or'ed together.  quoth syslog(3):
 "The  priority  argument  is  formed  by  ORing  the facility and the
level values (explained below)."
-- 
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