]> git.ipfire.org Git - thirdparty/krb5.git/commit
Use new KDC authdata interface in kdc_authdata.c
authorGreg Hudson <ghudson@mit.edu>
Fri, 26 Sep 2014 16:02:14 +0000 (12:02 -0400)
committerGreg Hudson <ghudson@mit.edu>
Mon, 15 Jun 2015 16:47:08 +0000 (12:47 -0400)
commitc538feaaaeb63161c87e965f88d3b3f2795aefc9
tree01305fed4442d7bf64a8164c26f00e4d1a5b2ec4
parentd87fffd66c208cf6f13d17e4a5e911c2b259db24
Use new KDC authdata interface in kdc_authdata.c

Remove the server authdata interface declarations from authdata.h and
the code to load and invoke old KDC authdata modules.  Add code to
load and invoke authdata modules using the new kdcauthdata pluggable
interface.
src/include/krb5/authdata_plugin.h
src/kdc/kdc_authdata.c