Bugzilla – Attachment 846 Details for
Bug 125
add BSM audit support
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
send audit close event earlier
openssh-audit-close.patch (text/plain), 1005 bytes, created by
Darren Tucker
on 2005-03-05 11:35:35 AEDT
(
hide
)
Description:
send audit close event earlier
Filename:
MIME Type:
Creator:
Darren Tucker
Created:
2005-03-05 11:35:35 AEDT
Size:
1005 bytes
patch
obsolete
>Index: session.c >=================================================================== >RCS file: /usr/local/src/security/openssh/cvs/openssh_cvs/session.c,v >retrieving revision 1.296 >diff -u -p -r1.296 session.c >--- session.c 16 Feb 2005 05:47:37 -0000 1.296 >+++ session.c 5 Mar 2005 00:14:40 -0000 >@@ -2344,10 +2344,6 @@ do_cleanup(Authctxt *authctxt) > } > #endif > >-#ifdef SSH_AUDIT_EVENTS >- PRIVSEP(audit_event(SSH_CONNECTION_CLOSE)); >-#endif >- > /* remove agent socket */ > auth_sock_cleanup_proc(authctxt->pw); > >Index: sshd.c >=================================================================== >RCS file: /usr/local/src/security/openssh/cvs/openssh_cvs/sshd.c,v >retrieving revision 1.306 >diff -u -p -r1.306 sshd.c >--- sshd.c 8 Feb 2005 22:53:49 -0000 1.306 >+++ sshd.c 5 Mar 2005 00:21:18 -0000 >@@ -1728,6 +1728,10 @@ main(int ac, char **av) > finish_pam(); > #endif /* USE_PAM */ > >+#ifdef SSH_AUDIT_EVENTS >+ PRIVSEP(audit_event(SSH_CONNECTION_CLOSE)); >+#endif >+ > packet_close(); > > if (use_privsep)
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 125
:
131
|
192
|
355
|
438
|
500
|
560
|
618
|
619
|
647
|
753
|
754
|
755
|
756
|
793
|
794
|
795
|
796
|
800
|
804
|
820
|
826
|
845
| 846