Bugzilla – Attachment 1312 Details for
Bug 1308
pam handling change breaks pam_abl module
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Change prevents pam_end from being called with current status.
session.c.error (text/plain), 499 bytes, created by
Tom Cox
on 2007-06-24 03:12:38 AEST
(
hide
)
Description:
Change prevents pam_end from being called with current status.
Filename:
MIME Type:
Creator:
Tom Cox
Created:
2007-06-24 03:12:38 AEST
Size:
499 bytes
patch
obsolete
>session.c - 1.345 > if (authctxt == NULL) > return; > ... (kerberos and gss cleanup calls) > if (options.use_pam) { > sshpam_cleanup(); > sshpam_thread_cleanup(); > } > >session.c - 1.346 (and current 1.351) > if (authctxt == NULL || !authctxt->authenticated) > return; > ... (kerberos and gss cleanup calls) > if (options.use_pam) { > sshpam_cleanup(); > sshpam_thread_cleanup(); > }
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 Raw
Actions:
View
Attachments on
bug 1308
:
1265
| 1312 |
1314