Bugzilla – Attachment 2010 Details for
Bug 1402
Support auditing through Linux Audit subsystem
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch removing duplicate audit
openssh-5.8p1-audit0.patch (text/plain), 507 bytes, created by
jchadima
on 2011-03-17 20:44:17 AEDT
(
hide
)
Description:
patch removing duplicate audit
Filename:
MIME Type:
Creator:
jchadima
Created:
2011-03-17 20:44:17 AEDT
Size:
507 bytes
patch
obsolete
>Don't audit SSH_INVALID_USER twice. > >PRIVSEP(getpwnamallow()) a few lines above already did this. > >diff -ur openssh/auth2.c openssh-5.8p1/auth2.c >--- openssh/auth2.c 2011-03-02 02:32:52.383773622 +0100 >+++ openssh-5.8p1/auth2.c 2011-03-02 03:32:34.585110911 +0100 >@@ -250,9 +250,6 @@ > } else { > logit("input_userauth_request: invalid user %s", user); > authctxt->pw = fakepw(); >-#ifdef SSH_AUDIT_EVENTS >- PRIVSEP(audit_event(SSH_INVALID_USER)); >-#endif > } > #ifdef USE_PAM > if (options.use_pam)
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 1402
:
1396
|
1930
|
1931
|
1934
|
1939
|
1940
|
1942
|
1943
|
1945
|
1950
|
1951
|
1952
|
1954
|
1974
|
1975
|
1976
|
1981
|
2010
|
2011
|
2012
|
2013
|
2014
|
2015
|
2085
|
2086
|
2087
|
2088
|
2089
|
2090
|
2795