index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-19-stable
v4-19-test
v4-2-stable
v4-2-test
v4-20-stable
v4-20-test
v4-21-stable
v4-21-test
v4-22-stable
v4-22-test
v4-23-stable
v4-23-test
v4-24-stable
v4-24-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
python
/
samba
/
tests
/
krb5
/
as_req_tests.py
Age
Commit message (
Expand
)
Author
Files
Lines
2026-03-30
tests:krb5 expired password handling
Gary Lockyer
1
-2
/
+1
2026-01-15
pytest:krb5:as_req: adjust for 'require canonicalization'
Douglas Bagnall
1
-10
/
+62
2024-06-13
python/samba/tests/krb5: Add tests for password expiry with krb5 ENC-TS
Andrew Bartlett
1
-1
/
+79
2023-11-30
python: tests: update all super calls to python 3 style in tests
Rob van der Linde
1
-1
/
+1
2023-11-09
tests/krb5: Test Kerberos principal names containing non–BMP Unicode charac...
Joseph Sutton
1
-0
/
+6
2023-10-26
tests/krb5: Add tests for single‐component krbtgt principals
Joseph Sutton
1
-0
/
+17
2023-06-26
tests/krb5: Add test for authenticating with disabled account and wrong password
Joseph Sutton
1
-2
/
+45
2023-05-05
tests/krb5: Handle NT hashes being disabled
Joseph Sutton
1
-2
/
+2
2023-05-05
tests/krb5: Pass client credentials down into kdc_exchange_dict
Joseph Sutton
1
-0
/
+2
2023-03-03
tests/krb5: Remove client_as_etypes parameter
Joseph Sutton
1
-10
/
+3
2023-02-08
tests/krb5: Use consistent ordering for etypes
Joseph Sutton
1
-10
/
+10
2022-12-13
CVE-2022-37966 python:tests/krb5: fix some tests running against Windows 2022
Stefan Metzmacher
1
-4
/
+15
2022-10-20
tests/krb5: Add test requesting a TGT expiring post-2038
Joseph Sutton
1
-2
/
+11
2022-07-27
CVE-2022-2031 tests/krb5: Test truncated forms of server principals
Joseph Sutton
1
-3
/
+27
2022-01-17
tests/krb5: Generate unique UPNs for AS-REQ enterprise tests
Joseph Sutton
1
-8
/
+16
2021-12-06
tests/krb5: Add tests for enterprise principals with canonicalization
Joseph Sutton
1
-0
/
+140
2021-12-06
tests/krb5: Add tests for AS-REQ with an SPN
Joseph Sutton
1
-28
/
+123
2021-12-06
tests/krb5: Add more AS-REQ ENC-TIMESTAMP tests with different encryption types
Joseph Sutton
1
-0
/
+40
2021-11-30
tests/krb5: Deduplicate AS-REQ tests
Joseph Sutton
1
-80
/
+83
2021-10-20
tests/krb5: Add tests for account salt calculation
Joseph Sutton
1
-0
/
+10
2021-10-14
tests/krb5: Disable debugging output for tests
Joseph Sutton
1
-2
/
+2
2021-09-23
tests/krb5: Get supported enctypes for credentials from database
Joseph Sutton
1
-2
/
+2
2021-09-13
tests/krb5: Don't create PAC request manually in as_req_tests
Joseph Sutton
1
-24
/
+11
2021-09-13
tests/krb5: Calculate expected salt if not given explicitly
Joseph Sutton
1
-2
/
+2
2021-09-02
tests/krb5: Remove harmful and a-typical return in as_req testcase
Andrew Bartlett
1
-8
/
+6
2021-08-18
tests/krb5: Rename generic_check_as_error() to generic_check_kdc_error()
Joseph Sutton
1
-1
/
+1
2021-08-18
tests/krb5: Ensure generated padata is not None
Joseph Sutton
1
-1
/
+5
2021-08-18
tests/krb5: Only allow specifying one of check_rep_fn and check_error_fn
Joseph Sutton
1
-1
/
+1
2021-08-18
tests/krb5: Include kdc_options in kdc_exchange_dict
Joseph Sutton
1
-2
/
+2
2021-08-18
tests/krb5: Always specify expected error code
Joseph Sutton
1
-1
/
+10
2021-08-18
tests/krb5: Make _test_as_exchange() return value more consistent
Joseph Sutton
1
-30
/
+32
2021-08-18
tests/krb5: Remove unneeded statements
Joseph Sutton
1
-2
/
+0
2021-08-18
tests/krb5: formatting
Joseph Sutton
1
-10
/
+10
2021-07-01
tests/krb5/as_req_tests.py: Check the client kvno
Joseph Sutton
1
-1
/
+4
2021-07-01
tests/krb5/as_req_tests.py: add simple test_as_req_enc_timestamp test
Stefan Metzmacher
1
-1
/
+84
2021-07-01
tests/krb5/as_req_tests.py: Automatically obtain credentials
Joseph Sutton
1
-2
/
+2
2021-07-01
tests/krb5/raw_testcase.py: Add allow_missing_keys parameter for getting creds
Joseph Sutton
1
-1
/
+1
2021-07-01
tests/krb5/as_req_tests.py: add new tests to cover more of the AS-REQ protocol
Stefan Metzmacher
1
-0
/
+121