1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00
samba-mirror/python/samba/tests/krb5
Jo Sutton a0d639bfb8 tests/krb5: Test that previous keys are counted as current keys following a gMSA key rollover
Signed-off-by: Jo Sutton <josutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
2024-05-22 20:33:36 +00:00
..
alias_tests.py tests/krb5: Make use of KerberosCredentials.get_sid() 2023-06-14 22:57:35 +00:00
as_canonicalization_tests.py python: PEP275: docstrings should always use double quotes 2023-11-30 01:05:32 +00:00
as_req_tests.py python: tests: update all super calls to python 3 style in tests 2023-11-30 01:05:32 +00:00
authn_policy_tests.py tests/krb5: Add tests for AllowedToAuthenticateTo with an AS-REQ 2024-03-21 04:19:18 +00:00
claims_in_pac.py tests/krb5: Add a test decoding INT64 PAC claims issued by Windows 2023-08-15 18:46:33 +00:00
claims_tests.py tests/krb5: Correctly test services that do not support Compound Identity 2023-10-12 23:13:32 +00:00
compatability_tests.py tests/krb5: Fix code spelling 2023-10-25 22:23:37 +00:00
conditional_ace_tests.py tests/krb5: Fix indentation 2023-12-08 02:28:33 +00:00
device_tests.py tests/krb5: Fix comments 2023-11-02 20:13:50 +00:00
etype_tests.py tests/krb5: Pass client credentials down into kdc_exchange_dict 2023-05-05 02:54:30 +00:00
fast_tests.py python:samba:tests: Fix code spelling 2023-06-23 13:44:31 +00:00
gkdi_tests.py tests/gkdi: Change ‘current_gkid’ parameter to ‘current_time’ 2024-04-16 03:58:31 +00:00
gmsa_tests.py tests/krb5: Test that previous keys are counted as current keys following a gMSA key rollover 2024-05-22 20:33:36 +00:00
group_tests.py tests/krb5: Match filter after transforming test name 2023-09-27 02:43:28 +00:00
kcrypto.py tests/krb5: Fix DES3CBC random_to_key() 2023-10-19 21:37:36 +00:00
kdc_base_test.py tests/krb5: Extract method to unpack supplementalCredentials blob 2024-04-21 22:10:36 +00:00
kdc_tests.py python: tests: update all super calls to python 3 style in tests 2023-11-30 01:05:32 +00:00
kdc_tgs_tests.py python: PEP275: docstrings should always use double quotes 2023-11-30 01:05:32 +00:00
kdc_tgt_tests.py tests/krb5: Move KDC TGT tests to new file 2023-08-30 02:15:29 +00:00
kpasswd_tests.py tests/krb5: Add tests for single‐component krbtgt principals 2023-10-26 01:24:32 +00:00
lockout_tests.py tests/krb5: Note that lockout tests use password checks 2024-04-21 22:10:36 +00:00
ms_kile_client_principal_lookup_tests.py python: PEP275: docstrings should always use double quotes 2023-11-30 01:05:32 +00:00
nt_hash_tests.py tests/krb5: Cache drsuapi connection 2023-03-20 00:22:32 +00:00
pac_align_tests.py CVE-2022-37966 python:/tests/krb5: call sys.path.insert(0, "bin/python") before any other imports 2022-12-13 14:06:14 +00:00
pkinit_tests.py tests/krb5: Remove unused variable 2024-04-16 03:58:31 +00:00
protected_users_tests.py python: Generate HRESULT definitions automatically 2024-01-15 01:56:53 +00:00
pyasn1_regen.sh python: Reformat shell scripts 2022-03-03 00:59:34 +00:00
raw_testcase.py tests/krb5: Test that previous keys are counted as current keys following a gMSA key rollover 2024-05-22 20:33:36 +00:00
rfc4120_constants.py tests/krb5: Fix PK-INIT test framework to allow expired password keys 2024-03-28 01:50:41 +00:00
rfc4120_pyasn1_generated.py tests/krb5: Remove redundant definitions 2023-12-21 20:21:34 +00:00
rfc4120_pyasn1.py tests/krb5: Encode KerberosString objects as UTF‐8 2023-11-09 08:00:30 +00:00
rfc4120.asn1 tests/krb5: Remove redundant definitions 2023-12-21 20:21:34 +00:00
rodc_tests.py CVE-2022-37966 python:/tests/krb5: call sys.path.insert(0, "bin/python") before any other imports 2022-12-13 14:06:14 +00:00
s4u_tests.py python: tests: update all super calls to python 3 style in tests 2023-11-30 01:05:32 +00:00
salt_tests.py tests/krb5: Test that the salt for a managed service account is computed correctly 2023-05-05 02:54:31 +00:00
simple_tests.py python: tests: update all super calls to python 3 style in tests 2023-11-30 01:05:32 +00:00
spn_tests.py tests/krb5: Handle NT hashes being disabled 2023-05-05 02:54:30 +00:00
test_ccache.py CVE-2022-37966 python:/tests/krb5: call sys.path.insert(0, "bin/python") before any other imports 2022-12-13 14:06:14 +00:00
test_idmap_nss.py CVE-2022-37966 python:/tests/krb5: call sys.path.insert(0, "bin/python") before any other imports 2022-12-13 14:06:14 +00:00
test_ldap.py CVE-2022-37966 python:/tests/krb5: call sys.path.insert(0, "bin/python") before any other imports 2022-12-13 14:06:14 +00:00
test_min_domain_uid.py python/samba/tests: Fix incorrect superclass in test_min_domain_uid.py 2023-11-30 01:05:32 +00:00
test_rpc.py CVE-2022-37966 python:/tests/krb5: call sys.path.insert(0, "bin/python") before any other imports 2022-12-13 14:06:14 +00:00
test_smb.py CVE-2022-37966 python:/tests/krb5: call sys.path.insert(0, "bin/python") before any other imports 2022-12-13 14:06:14 +00:00
xrealm_tests.py python: tests: update all super calls to python 3 style in tests 2023-11-30 01:05:32 +00:00