]> eyrie.org Git - kerberos/krb5-strength.git/commit - plugin/heimdal.c
Fix configuration and status codes in the MIT plugin
authorRuss Allbery <rra@stanford.edu>
Wed, 25 Sep 2013 01:10:05 +0000 (18:10 -0700)
committerRuss Allbery <rra@stanford.edu>
Wed, 25 Sep 2013 01:10:05 +0000 (18:10 -0700)
commite70ab2449f4fe01eb1daf183716c05bf8163ec14
tree4a0eda958abfbad406627e80d192130f84676c67
parent7bc153f62e64a9f4775233e8cdbb535f11615d8d
Fix configuration and status codes in the MIT plugin

Modify the MIT plugin to support [appdefaults] configuration in
addition to the dictionary path configured in the KDC.  Modify the
core code to return meaningful error codes instead of just 0 and 1,
adjust the Heimdal module accordingly to translate them into 0 and
1, and use that to allow the MIT code to return real error codes.

In order to support this, import more of the Kerberos portability
layer including new portability for kadmin headers.
Makefile.am
TODO
configure.ac
plugin/api.c
plugin/api.h
plugin/heimdal.c
plugin/mit.c
portable/kadmin.h [new file with mode: 0644]
portable/krb5.h
tests/data/password-tests.h