Bugzilla – Attachment 1314 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]
[patch]
proposed patch for v. 4.6p1
session.dif (text/plain), 626 bytes, created by
Andy Feldt
on 2007-06-30 00:53:23 AEST
(
hide
)
Description:
proposed patch for v. 4.6p1
Filename:
MIME Type:
Creator:
Andy Feldt
Created:
2007-06-30 00:53:23 AEST
Size:
626 bytes
patch
obsolete
>*** session.c Fri Jun 29 09:42:07 2007 >--- session.c.orig Mon Feb 19 05:10:25 2007 >*************** >*** 2478,2484 **** > return; > called = 1; > >! if (authctxt == NULL) > return; > #ifdef KRB5 > if (options.kerberos_ticket_cleanup && >--- 2478,2484 ---- > return; > called = 1; > >! if (authctxt == NULL || !authctxt->authenticated) > return; > #ifdef KRB5 > if (options.kerberos_ticket_cleanup && >*************** >*** 2497,2504 **** > sshpam_thread_cleanup(); > } > #endif >- if (!authctxt->authenticated) >- return; > > /* remove agent socket */ > auth_sock_cleanup_proc(authctxt->pw); >--- 2497,2502 ----
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 1308
:
1265
|
1312
| 1314