Bugzilla – Attachment 772 Details for
Bug 973
sshd behaves differently while doing syslog entries for tcpwrappers denied message, with -r and without -r option.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
reinit log after reexec, take 3
openssh-tcpwrap.patch (text/plain), 577 bytes, created by
Darren Tucker
on 2005-01-19 19:22:11 AEDT
(
hide
)
Description:
reinit log after reexec, take 3
Filename:
MIME Type:
Creator:
Darren Tucker
Created:
2005-01-19 19:22:11 AEDT
Size:
577 bytes
patch
obsolete
>Index: sshd.c >=================================================================== >RCS file: /usr/local/src/security/openssh/cvs/openssh_cvs/sshd.c,v >retrieving revision 1.299 >diff -u -p -r1.299 sshd.c >--- sshd.c 5 Nov 2004 09:20:59 -0000 1.299 >+++ sshd.c 19 Jan 2005 08:15:30 -0000 >@@ -1641,6 +1641,9 @@ main(int ac, char **av) > fromhost(&req); > > if (!hosts_access(&req)) { >+ if (rexeced_flag) >+ log_init(__progname, options.log_level, >+ options.log_facility, log_stderr); > debug("Connection refused by tcp wrapper"); > refuse(&req); > /* NOTREACHED */
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
Actions:
View
|
Diff
Attachments on
bug 973
:
769
|
770
|
772
|
773
|
786