kdc: use astgs_request_t for client/server name (TGS)
commit40e4a4df09c2d6c3ba7bf14df1dee74a0bc18110
authorLuke Howard <lukeh@padl.com>
Mon, 10 Jan 2022 01:50:37 +0000 (10 12:50 +1100)
committerLuke Howard <lukeh@padl.com>
Mon, 10 Jan 2022 04:29:49 +0000 (10 15:29 +1100)
tree3a89ad3c2bf3496da19216fed0e7b2f5efa35c5c
parent2520c30b28c9e112f6189aa2f8b4de941e92585d
kdc: use astgs_request_t for client/server name (TGS)

Store the client and server principal name from the TGT and request
(respectively) in the astgs_request_t rather than using local variables.
kdc/kdc-plugin.c
kdc/kdc-plugin.h
kdc/krb5tgs.c
tests/plugin/kdc_test_plugin.c