[krbdev.mit.edu #6974] SVN Commit

Greg Hudson via RT rt-comment at krbdev.mit.edu
Wed Oct 12 12:34:09 EDT 2011


krb5int_pac_sign was created as a private API because it is only
needed by the KDC.  But it is actually used by DAL or authdata plugin
modules, not the core KDC code.  Since plugin modules should not need
to consume internal libkrb5 functions, rename krb5int_pac_sign to
krb5_pac_sign and make it public.

http://src.mit.edu/fisheye/changelog/krb5/?cs=25325
Commit By: ghudson
Revision: 25325
Changed Files:
U   trunk/src/include/k5-int.h
U   trunk/src/include/krb5/krb5.hin
U   trunk/src/lib/krb5/krb/pac_sign.c
U   trunk/src/lib/krb5/krb/t_pac.c
U   trunk/src/lib/krb5/libkrb5.exports
U   trunk/src/lib/krb5_32.def




More information about the krb5-bugs mailing list