Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 12319 Details for
Bug 21515
Enhancement to proftpd to use mod_otp and OPIE
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to allow mod_otp to build.
proftpd-mod-otp-0.9-gentoo.diff (text/plain), 671 bytes, created by
Mark Wagner
on 2003-05-22 20:02:52 UTC
(
hide
)
Description:
Patch to allow mod_otp to build.
Filename:
MIME Type:
Creator:
Mark Wagner
Created:
2003-05-22 20:02:52 UTC
Size:
671 bytes
patch
obsolete
>--- mod_otp.h.in.dist 2003-05-22 12:11:03.000000000 -0700 >+++ mod_otp.h.in 2003-05-22 12:11:20.000000000 -0700 >@@ -11,7 +11,7 @@ > #define MOD_OTP_VERSION "mod_otp/0.9" > > /* Define if you have the strlcpy function. */ >-#undef HAVE_STRLCPY >+#define HAVE_STRLCPY > > #undef USE_HEIMDAL_OTP > #undef USE_OPIE >--- mod_otp.c.dist 2003-05-22 12:25:03.000000000 -0700 >+++ mod_otp.c 2003-05-22 12:27:49.000000000 -0700 >@@ -127,7 +127,7 @@ > ": error generating challenge for user '%s': %s", cmd->argv[1], str); > > } else >- add_response(R_DUP, "Challenge: [ %s ]", challenge); >+ pr_response_add(R_DUP, "Challenge: [ %s ]", challenge); > > return DECLINED(cmd); > }
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 21515
:
12318
| 12319