Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 384368 Details for
Bug 503424
sys-auth/pam_ssh-2.1 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
pam_ssh-2.01-config_dir.patch
pam_ssh-2.01-config_dir.patch (text/plain), 646 bytes, created by
Hannes Schweizer
on 2014-09-07 19:28:50 UTC
(
hide
)
Description:
pam_ssh-2.01-config_dir.patch
Filename:
MIME Type:
Creator:
Hannes Schweizer
Created:
2014-09-07 19:28:50 UTC
Size:
646 bytes
patch
obsolete
>--- pam_ssh-2.01/pam_ssh.c >+++ pam_ssh-2.01/pam_ssh.c >@@ -867,6 +867,7 @@ > int attempt; /* No. of attempt to contact agent */ > const char *user; /* username */ > struct options options; /* PAM options */ >+ struct stat sb; /* to check for existing .ssh */ > > #if HAVE_PAM_STRUCT_OPTIONS || !HAVE_PAM_STD_OPTION > memset(&options, 0, sizeof options); >@@ -916,7 +917,7 @@ > openpam_restore_cred(pamh); > return PAM_SERVICE_ERR; > } >- if ((access(dotdir,F_OK)) == -1) { >+ if ((stat(dotdir,&sb)) == -1) { > pam_ssh_log(LOG_DEBUG, "inexistent configuration directory"); > free(dotdir); > openpam_restore_cred(pamh);
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 503424
:
384366
| 384368