]> git.ipfire.org Git - thirdparty/samba.git/commit
CVE-2022-37967 Add new PAC checksum
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Wed, 9 Nov 2022 00:45:13 +0000 (13:45 +1300)
committerStefan Metzmacher <metze@samba.org>
Tue, 13 Dec 2022 23:48:48 +0000 (00:48 +0100)
commitd775f1ed43a1c130b08636ad428a0f07fa88b31e
treec23ee07297af88e57921d63f9063be9210825c75
parent4650ce1fa5ce1f1da46829bd95bffbb748ed90ca
CVE-2022-37967 Add new PAC checksum

BUG: https://bugzilla.samba.org/show_bug.cgi?id=15231

Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
(similar to commit a50a2be622afaa7a280312ea12f5eb9c9a0c41da)
[jsutton@samba.org Fixed conflicts in krb5pac.idl and raw_testcase.py]

[jsutton@samba.org Fixed conflicts in kdc_base_test.py, raw_testcase.py,
 knownfails, tests.py. Adapted KDC PAC changes to older function.]

[jsutton@samba.org Fixed conflict in raw_testcase.py; adapted to older
 Heimdal version]
14 files changed:
librpc/idl/krb5pac.idl
python/samba/tests/krb5/compatability_tests.py
python/samba/tests/krb5/kdc_base_test.py
python/samba/tests/krb5/kdc_tgs_tests.py
python/samba/tests/krb5/raw_testcase.py
python/samba/tests/krb5/rodc_tests.py
python/samba/tests/krb5/s4u_tests.py
selftest/knownfail_mit_kdc
source4/heimdal/kdc/kerberos5.c
source4/heimdal/kdc/krb5tgs.c
source4/heimdal/lib/krb5/pac.c
source4/kdc/wdc-samba4.c
source4/selftest/tests.py
source4/torture/rpc/remote_pac.c