From: Nathan Neulinger Date: Thu, 13 Dec 2012 17:03:02 +0000 (+0000) Subject: export prototype for FascistLook function X-Git-Tag: v2.8.21 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b133942cd6cc4f512004493ac7942898fdb61d82;p=cracklib export prototype for FascistLook function git-svn-id: file:///tmp/cracklib-svn/trunk@205 4175fe1e-86d5-4fdc-8e6a-506fab9d8533 --- diff --git a/cracklib/NEWS b/cracklib/NEWS index ba38880..e0aaf40 100644 --- a/cracklib/NEWS +++ b/cracklib/NEWS @@ -1,4 +1,4 @@ -v2.8.21 +v2.8.21 export prototype for FascistLook (Nalin Dahyabhai) v2.8.20 include python/test_cracklib.py in release tarball (Jan Dittberner) rename python/_cracklibmodule.c to python/_cracklib.c to support Python 3.3 (Jan Dittberner) patch from Ivosh (iraisr) for uninitialized buffer issue with small dictionaries. diff --git a/cracklib/lib/packer.h b/cracklib/lib/packer.h index 3527f3d..d1b9bb4 100644 --- a/cracklib/lib/packer.h +++ b/cracklib/lib/packer.h @@ -94,5 +94,6 @@ extern int PMatch(char *control, char *string); extern char *Mangle(char *input, char *control); extern char Chop(char *string); extern char *Trim(char *string); +extern char *FascistLook(PWDICT *pwp, char *instring); #endif