Bugzilla – Attachment 845 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]
allow audit events earlier
openssh-audit-permit.patch (text/plain), 1.65 KB, created by
Darren Tucker
on 2005-03-05 10:12:08 AEDT
(
hide
)
Description:
allow audit events earlier
Filename:
MIME Type:
Creator:
Darren Tucker
Created:
2005-03-05 10:12:08 AEDT
Size:
1.65 KB
patch
obsolete
>Index: monitor.c >=================================================================== >RCS file: /usr/local/src/security/openssh/cvs/openssh_cvs/monitor.c,v >retrieving revision 1.81 >diff -u -p -r1.81 monitor.c >--- monitor.c 8 Feb 2005 22:52:17 -0000 1.81 >+++ monitor.c 1 Mar 2005 01:57:19 -0000 >@@ -192,7 +192,7 @@ struct mon_table mon_dispatch_proto20[] > {MONITOR_REQ_PAM_FREE_CTX, MON_ONCE|MON_AUTHDECIDE, mm_answer_pam_free_ctx}, > #endif > #ifdef SSH_AUDIT_EVENTS >- {MONITOR_REQ_AUDIT_EVENT, 0, mm_answer_audit_event}, >+ {MONITOR_REQ_AUDIT_EVENT, MON_PERMIT, mm_answer_audit_event}, > #endif > #ifdef BSD_AUTH > {MONITOR_REQ_BSDAUTHQUERY, MON_ISAUTH, mm_answer_bsdauthquery}, >@@ -252,7 +252,7 @@ struct mon_table mon_dispatch_proto15[] > {MONITOR_REQ_PAM_FREE_CTX, MON_ONCE|MON_AUTHDECIDE, mm_answer_pam_free_ctx}, > #endif > #ifdef SSH_AUDIT_EVENTS >- {MONITOR_REQ_AUDIT_EVENT, 0, mm_answer_audit_event}, >+ {MONITOR_REQ_AUDIT_EVENT, MON_PERMIT, mm_answer_audit_event}, > #endif > {0, 0, NULL} > }; >@@ -263,7 +263,7 @@ struct mon_table mon_dispatch_postauth15 > {MONITOR_REQ_TERM, 0, mm_answer_term}, > #ifdef SSH_AUDIT_EVENTS > {MONITOR_REQ_AUDIT_EVENT, MON_PERMIT, mm_answer_audit_event}, >- {MONITOR_REQ_AUDIT_COMMAND, MON_PERMIT|MON_ONCE, mm_answer_audit_command}, >+ {MONITOR_REQ_AUDIT_COMMAND, MON_ONCE, mm_answer_audit_command}, > #endif > {0, 0, NULL} > }; >@@ -629,7 +629,7 @@ mm_answer_pwnamallow(int sock, Buffer *m > monitor_permit(mon_dispatch, MONITOR_REQ_PAM_START, 1); > #endif > #ifdef SSH_AUDIT_EVENTS >- monitor_permit(mon_dispatch, MONITOR_REQ_AUDIT_EVENT, 1); >+ monitor_permit(mon_dispatch, MONITOR_REQ_AUDIT_COMMAND, 1); > #endif > > return (0);
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