]> git.ipfire.org Git - thirdparty/krb5.git/commit
Use a proper consumer interface for clpreauth
authorGreg Hudson <ghudson@mit.edu>
Tue, 23 Oct 2012 17:02:12 +0000 (13:02 -0400)
committerGreg Hudson <ghudson@mit.edu>
Wed, 19 Dec 2012 19:24:22 +0000 (14:24 -0500)
commit5c23bce0e8d3328bb36bc85ee10cfac486b8ae9b
treeae833e0dc6016ded58b0f89cfc30d26e5521afcf
parentf0794cba6a406fc834434eb6dc794bf29eda4a13
Use a proper consumer interface for clpreauth

In preauth2.c, use wrapper functions for calls to clpreauth functions.
Get rid of the expanded-out module table, instead using a helper
function to find the handle for a preauth type.  Replace use counts
with a list of previously processed pa types.  Check for pa type
conflicts when loading clpreauth modules.
src/include/k5-trace.h
src/lib/krb5/krb/preauth2.c