aboutsummaryrefslogtreecommitdiffstats
path: root/cmakeconfig.h.in
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2021-07-05 10:57:12 +0200
committerWireshark GitLab Utility <gerald+gitlab-utility@wireshark.org>2021-07-15 04:52:30 +0000
commit94ac641efabc9830bc91db1c793bf0ba42f1e46c (patch)
tree0e5878657135782f485f14748e4ad8714456f8eb /cmakeconfig.h.in
parent8cd877fc4d88e20bc3aaa4a4d53c35846bbcede5 (diff)
packet-kerberos: implement PAC Ticket checksum verification
We use some private functions from MIT kerberos: - krb5_free_enc_tkt_part() - decode_krb5_enc_tkt_part() - encode_krb5_enc_tkt_part() but we already do that for krb5int_c_mandatory_cksumtype(), which is newer than the above functions. We use all of them only under HAVE_KRB5_PAC_VERIFY, so we don't seem to need additional configure tests. Signed-off-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'cmakeconfig.h.in')
-rw-r--r--cmakeconfig.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/cmakeconfig.h.in b/cmakeconfig.h.in
index ce448ed912..d8ec896027 100644
--- a/cmakeconfig.h.in
+++ b/cmakeconfig.h.in
@@ -91,6 +91,12 @@
/* Define to 1 if you have the `krb5_c_fx_cf2_simple' function. */
#cmakedefine HAVE_KRB5_C_FX_CF2_SIMPLE 1
+/* Define to 1 if you have the `decode_krb5_enc_tkt_part' function. */
+#cmakedefine HAVE_DECODE_KRB5_ENC_TKT_PART 1
+
+/* Define to 1 if you have the `encode_krb5_enc_tkt_part' function. */
+#cmakedefine HAVE_ENCODE_KRB5_ENC_TKT_PART 1
+
/* Define to 1 if you have the `inflatePrime' function. */
#cmakedefine HAVE_INFLATEPRIME 1