Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 221131 Details for
Bug 324181
thinkfinger causes sshd to segfault on every attempt to connect
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
patch
thinkfinger-refuse-remote-login-thoenig-01.patch (text/plain), 884 bytes, created by
Timo Hoenig
on 2007-10-09 10:43:00 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Timo Hoenig
Created:
2007-10-09 10:43:00 UTC
Size:
884 bytes
patch
obsolete
>--- pam/pam_thinkfinger.c 2007-03-29 17:00:45.000000000 +0200 >+++ pam/pam_thinkfinger.c 2007-09-13 16:13:48.000000000 +0200 >@@ -223,6 +223,7 @@ > { > int ret; > int retval = PAM_AUTH_ERR; >+ const char *rhost = NULL; > pam_thinkfinger_s pam_thinkfinger; > struct termios term_attr; > libthinkfinger_init_status init_status; >@@ -237,6 +238,12 @@ > if (pam_thinkfinger.isatty == 1) > tcgetattr (STDIN_FILENO, &term_attr); > >+ pam_get_item (pamh, PAM_RHOST, &rhost); >+ if (rhost != NULL) { >+ pam_thinkfinger_log (&pam_thinkfinger, LOG_ERR, "Error: Remote login from host \"%s\" detected.", rhost); >+ goto out; >+ } >+ > pam_get_user (pamh, &pam_thinkfinger.user, NULL); > if (pam_thinkfinger_user_sanity_check (&pam_thinkfinger) || pam_thinkfinger_user_bir_check (&pam_thinkfinger) < 0) { > pam_thinkfinger_log (&pam_thinkfinger, LOG_ERR, "User '%s' is unknown.", pam_thinkfinger.user);
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 324181
: 221131