]> git.ipfire.org Git - thirdparty/krb5.git/commit
Rename internal preauth functions
authorGreg Hudson <ghudson@mit.edu>
Sat, 27 Oct 2012 19:29:48 +0000 (15:29 -0400)
committerGreg Hudson <ghudson@mit.edu>
Wed, 19 Dec 2012 19:24:23 +0000 (14:24 -0500)
commitf730fddc59265ee1621ec39f847ea047116a2127
tree0bcf1af7f7a2342e2928762f3ca9236d6226129d
parent5fa526b9db4940a221606f36e25e36ca525a47ab
Rename internal preauth functions

The preauth functions are internal to libkrb5, so use the k5_ prefix,
don't use KRB5_CALLCONV, and prototype them in int-proto.h.  Also
remove krb5_do_preauth from the Unix libkrb5 export list.

Reorder the k5_preauth() and k5_preauth_tryagain() arguments for more
consistency with the clpreauth interface, and put the output padata
arguments at the end.

Rename any remaining uses of "kcontext" to "context" in preauth2.c.
src/include/k5-int.h
src/lib/krb5/krb/get_in_tkt.c
src/lib/krb5/krb/int-proto.h
src/lib/krb5/krb/preauth2.c
src/lib/krb5/libkrb5.exports
src/lib/krb5/os/init_os_ctx.c