]> git.ipfire.org Git - thirdparty/krb5.git/commit
Remove kdc_context, tgs_server macros in KDC 1262/head
authorGreg Hudson <ghudson@mit.edu>
Mon, 18 Jul 2022 21:36:15 +0000 (17:36 -0400)
committerGreg Hudson <ghudson@mit.edu>
Thu, 21 Jul 2022 01:53:49 +0000 (21:53 -0400)
commit8ecb797fb512faa80d1e03e4282e540745fc4341
tree1a80ae255be9f5f43007b4d1f14b1369ff319043
parent6c2ee5a89cdaa0afb08d30c9f9873fbd00dbf57c
Remove kdc_context, tgs_server macros in KDC

Eliminate the last two kdc_active_realm macros from realm_data.h (left
behind after commits 0a2f14f752c32a24200363cc6b6ae64a92f81379 and
e987546b4ff1689bb711cc46118ad9fc0a5613f6).  Where code is affected,
use the names "context" and "realm".  Pass contexts instead of realm
data structures to several functions which only need a context.
src/kdc/dispatch.c
src/kdc/do_as_req.c
src/kdc/do_tgs_req.c
src/kdc/fast_util.c
src/kdc/kdc_authdata.c
src/kdc/kdc_preauth.c
src/kdc/kdc_util.c
src/kdc/kdc_util.h
src/kdc/realm_data.h
src/kdc/tgs_policy.c