kdc: rename windc to kdc plugin
authorLuke Howard <lukeh@padl.com>
Mon, 3 Jan 2022 00:10:18 +0000 (11:10 +1100)
committerLuke Howard <lukeh@padl.com>
Mon, 3 Jan 2022 05:17:01 +0000 (16:17 +1100)
commitfcff5933ade652343d7c169659da92fac0e6e0d4
treef59766e7239e6cfb2fa075b361afe5c6d02724cd
parenta4c6b81ce9e8a7c5d75ee0c9df6d8ce16aac4f63
kdc: rename windc to kdc plugin

Rename the "windc" plugin API to the more general "kdc" plugin API, for two
reasons: the Heimdal KDC uses the Windows PAC even when not emulating a domain
controller, and the plugin API has accreted methods that are not specific to
emulating a domain controller (such as referral_policy and finalize_reply).
13 files changed:
include/Makefile.am
kdc/Makefile.am
kdc/NTMakefile
kdc/config.c
kdc/headers.h
kdc/kdc-plugin.c [moved from kdc/windc.c with 84% similarity]
kdc/kdc-plugin.h [moved from kdc/windc_plugin.h with 68% similarity]
kdc/libkdc-exports.def
kdc/misc.c
kdc/version-script.map
tests/plugin/Makefile.am
tests/plugin/check-pac.in
tests/plugin/kdc_test_plugin.c [moved from tests/plugin/windc.c with 78% similarity]