Bugzilla – Attachment 770 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 2
openssh-reexec-loginit.patch (text/plain), 679 bytes, created by
Darren Tucker
on 2005-01-17 15:34:28 AEDT
(
hide
)
Description:
reinit log after reexec, take 2
Filename:
MIME Type:
Creator:
Darren Tucker
Created:
2005-01-17 15:34:28 AEDT
Size:
679 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:39:29 -0000 >@@ -1074,6 +1074,10 @@ main(int ac, char **av) > /* Fill in default values for those options not explicitly set. */ > fill_default_server_options(&options); > >+ if (rexeced_flag) >+ log_init(__progname, options.log_level, options.log_facility, >+ log_stderr); >+ > /* Check that there are no remaining arguments. */ > if (optind < ac) { > fprintf(stderr, "Extra argument %s.\n", av[optind]);
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