]> git.ipfire.org Git - thirdparty/krb5.git/commit
Add declarations for new KDC authdata interface
authorGreg Hudson <ghudson@mit.edu>
Fri, 26 Sep 2014 15:54:16 +0000 (11:54 -0400)
committerGreg Hudson <ghudson@mit.edu>
Mon, 15 Jun 2015 16:47:08 +0000 (12:47 -0400)
commitd87fffd66c208cf6f13d17e4a5e911c2b259db24
tree71b186fc40cdc74f044d6afdbfca1efa24b281e5
parentc96fe6c87a69122e6b699385f52a959d375ca4bb
Add declarations for new KDC authdata interface

Add a pluggable interface for KDC authdata using the current plugin
infrastructure, mirroring the KDC functionality of authdata_plugin.h.
Like the old interface, this one isn't yet public.
src/include/k5-int.h
src/include/krb5/kdcauthdata_plugin.h [new file with mode: 0644]
src/lib/krb5/krb/plugin.c