Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 41812 Details for
Bug 67564
Add cracklib support to APG
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
APG Makefile patch to enable cracklib support.
apg-2.3.0b-cracklib.patch (text/plain), 925 bytes, created by
Conway S. Smith
on 2004-10-14 10:00:44 UTC
(
hide
)
Description:
APG Makefile patch to enable cracklib support.
Filename:
MIME Type:
Creator:
Conway S. Smith
Created:
2004-10-14 10:00:44 UTC
Size:
925 bytes
patch
obsolete
>--- Makefile 2003-08-07 09:40:39.000000000 -0600 >+++ Makefile.cracklib 2004-10-14 07:16:17.288530686 -0600 >@@ -44,10 +44,10 @@ > # If you want to use cracklib for password quality check then you > # must uncomment the folowing 4 lines (you must not do this for WIN32) > # >-#CRACKLIB_DICTPATH = "/usr/local/lib/pw_dict" >-#STANDALONE_OPTIONS += -DAPG_USE_CRACKLIB '-DCRACKLIB_DICTPATH=${CRACKLIB_DICTPATH}' -I/usr/local/include -L/usr/local/lib >-#CLISERV_OPTIONS += -DAPG_USE_CRACKLIB '-DCRACKLIB_DICTPATH=${CRACKLIB_DICTPATH}' -I/usr/local/include -L/usr/local/lib >-#APG_CLIBS += -lcrack >+CRACKLIB_DICTPATH = "/usr/lib/cracklib_dict" >+STANDALONE_OPTIONS += -DAPG_USE_CRACKLIB '-DCRACKLIB_DICTPATH=${CRACKLIB_DICTPATH}' >+CLISERV_OPTIONS += -DAPG_USE_CRACKLIB '-DCRACKLIB_DICTPATH=${CRACKLIB_DICTPATH}' >+APG_CLIBS += -lcrack > > ################################################################## > # Support for ANSI X9.17/SHA1 PRNG
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 67564
:
41811
| 41812