FreeBSD Bugzilla – Attachment 10426 Details for
Bug 20909
The test for the echo_pass option is backwards.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 581 bytes, created by
mkiernan
on 2000-08-29 00:20:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
mkiernan
Created:
2000-08-29 00:20:01 UTC
Size:
581 bytes
patch
obsolete
>Index: pam_opie.c >=================================================================== >RCS file: /sbox/freebsd/cvs/root/src/lib/libpam/modules/pam_opie/pam_opie.c,v >retrieving revision 1.1 >diff -u -r1.1 pam_opie.c >--- pam_opie.c 2000/04/17 00:14:42 1.1 >+++ pam_opie.c 2000/08/28 22:40:35 >@@ -79,7 +79,7 @@ > opieunlock(); > return retval; > } >- if (response[0] == '\0' && !(options & PAM_OPT_ECHO_PASS)) { >+ if (response[0] == '\0' && (options & PAM_OPT_ECHO_PASS)) { > options |= PAM_OPT_ECHO_PASS; > snprintf(prompt, sizeof prompt, > "%s\nPassword [echo on]: ", challenge);
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 20909
: 10426