Bugzilla – Attachment 917 Details for
Bug 1042
Allow TCP wrapper refusals to follow SyslogFacility
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to allow TCP wrapper refusals to log with SyslogFacility facility
openssh_patch (text/plain), 618 bytes, created by
William Knox
on 2005-05-17 07:56:42 AEST
(
hide
)
Description:
Patch to allow TCP wrapper refusals to log with SyslogFacility facility
Filename:
MIME Type:
Creator:
William Knox
Created:
2005-05-17 07:56:42 AEST
Size:
618 bytes
patch
obsolete
>--- sshd.c Sun Mar 6 06:38:52 2005 >+++ sshd.c Mon May 16 17:38:04 2005 >@@ -89,8 +89,8 @@ > #ifdef LIBWRAP > #include <tcpd.h> > #include <syslog.h> >-int allow_severity = LOG_INFO; >-int deny_severity = LOG_WARNING; >+int allow_severity; >+int deny_severity; > #endif /* LIBWRAP */ > > #ifndef O_NOCTTY >@@ -1634,6 +1634,8 @@ > audit_connection_from(remote_ip, remote_port); > #endif > #ifdef LIBWRAP >+ allow_severity = options.log_facility|LOG_INFO; >+ deny_severity = options.log_facility|LOG_WARNING; > /* Check whether logins are denied from this host. */ > if (packet_connection_is_on_socket()) { > struct request_info req;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
dtucker
:
ok+
djm
:
ok+
Actions:
View
|
Diff
Attachments on
bug 1042
: 917