]> eyrie.org Git - kerberos/krb5-strength.git/commit - configure.ac
Refactor the CrackLib code into a separate source file
authorRuss Allbery <rra@stanford.edu>
Thu, 3 Oct 2013 01:17:12 +0000 (18:17 -0700)
committerRuss Allbery <rra@stanford.edu>
Thu, 3 Oct 2013 01:18:39 +0000 (18:18 -0700)
commit7647d261906da4f3558d8466ca6e49f6809c1c3e
treea6945ac9dc4c6094318215d3da9b60a0624c038c
parentf3dca9b8a47faf6787081bd947807e9e81828c57
Refactor the CrackLib code into a separate source file

Also rename api.c to general.c, which more accurately reflects the
current contents of that file.
Makefile.am
configure.ac
plugin/cracklib.c [new file with mode: 0644]
plugin/general.c [moved from plugin/api.c with 90% similarity]
plugin/internal.h