Bugzilla – Attachment 769 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 receiving config after reexec
openssh-reexec-loginit.patch (text/plain), 570 bytes, created by
Darren Tucker
on 2005-01-17 15:29:23 AEDT
(
hide
)
Description:
reinit log after receiving config after reexec
Filename:
MIME Type:
Creator:
Darren Tucker
Created:
2005-01-17 15:29:23 AEDT
Size:
570 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 17 Jan 2005 04:34:21 -0000 >@@ -1068,6 +1068,10 @@ main(int ac, char **av) > parse_server_config(&options, > rexeced_flag ? "rexec" : config_file_name, &cfg); > >+ if (rexeced_flag) >+ log_init(__progname, options.log_level, options.log_facility, >+ log_stderr); >+ > if (!rexec_flag) > buffer_free(&cfg); >
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