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
/
fast_tests.py
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-13
s4:kdc:tests: support "kdc always generate pac"
Gary Lockyer
1
-1
/
+2
2023-06-23
python:samba:tests: Fix code spelling
Andreas Schneider
1
-1
/
+1
2023-06-21
tests/krb5: Test that FX-COOKIE matches cookie returned by Windows
Joseph Sutton
1
-0
/
+87
2023-05-05
tests/krb5: Pass client credentials down into kdc_exchange_dict
Joseph Sutton
1
-0
/
+2
2023-03-20
tests/krb5: Add tests for RODC-issued armor tickets
Joseph Sutton
1
-0
/
+44
2023-03-08
tests/krb5: Allow creating accounts supporting claims or compound identity se...
Joseph Sutton
1
-0
/
+2
2023-03-03
tests/krb5: Remove client_as_etypes parameter
Joseph Sutton
1
-1
/
+0
2022-12-13
CVE-2022-37966 python:/tests/krb5: call sys.path.insert(0, "bin/python") befo...
Stefan Metzmacher
1
-5
/
+6
2022-12-13
CVE-2022-37966 selftest: Add tests for Kerberos session key behaviour since E...
Joseph Sutton
1
-2
/
+8
2022-10-05
tests/krb5: Make use of client_opts for TGS-REQs
Joseph Sutton
1
-49
/
+33
2022-01-17
tests/krb5: Add AS-REQ PAC tests
Joseph Sutton
1
-4
/
+97
2022-01-17
tests/krb5: Add FAST enc-pa-rep tests
Joseph Sutton
1
-0
/
+114
2022-01-17
tests/krb5: Adjust expected error codes
Joseph Sutton
1
-4
/
+8
2021-12-15
tests/krb5: Add tests for AS-REQ to self with FAST
Joseph Sutton
1
-5
/
+61
2021-12-07
tests/krb5: Adjust unknown critical FAST option test
Joseph Sutton
1
-0
/
+8
2021-12-07
tests/krb5: Add test for FAST with invalid ticket checksum
Joseph Sutton
1
-2
/
+38
2021-12-07
tests/krb5: Remove magic flag constants
Joseph Sutton
1
-3
/
+6
2021-12-07
tests/krb5: Make edata checking less strict
Joseph Sutton
1
-6
/
+16
2021-12-07
tests/krb5: Add tests for FAST with use-session-key flag and armor ticket
Joseph Sutton
1
-0
/
+40
2021-12-07
tests/krb5: Add test for AD-fx-fast-armor in enc-authorization-data
Joseph Sutton
1
-5
/
+52
2021-12-07
tests/krb5: Don't request renewable tickets
Joseph Sutton
1
-3
/
+1
2021-12-07
tests/krb5: Adjust expected error codes for FAST tests
Joseph Sutton
1
-38
/
+42
2021-10-14
tests/krb5: Use correct principal name type
Joseph Sutton
1
-1
/
+2
2021-10-14
tests/krb5: Fix checking for presence of error data
Joseph Sutton
1
-11
/
+28
2021-10-14
tests/krb5: Fix assertElementFlags()
Joseph Sutton
1
-2
/
+2
2021-10-14
tests/krb5: Make expected_sname checking more explicit
Joseph Sutton
1
-25
/
+24
2021-09-23
tests/krb5: Correctly check PA-SUPPORTED-ENCTYPES
Joseph Sutton
1
-0
/
+4
2021-09-23
tests/krb5: Simplify adding authdata to ticket by using modified_ticket()
Joseph Sutton
1
-39
/
+10
2021-09-21
tests/krb5: Return encpart from get_tgt() as part of KerberosTicketCreds
Joseph Sutton
1
-6
/
+2
2021-09-21
tests/krb5: Move get_tgt() and get_service_ticket() to kdc_base_test
Joseph Sutton
1
-141
/
+0
2021-09-21
tests/krb5: Allow get_tgt() to specify expected and unexpected flags
Joseph Sutton
1
-1
/
+4
2021-09-21
tests/krb5: Allow get_tgt() to specify different kdc-options
Joseph Sutton
1
-3
/
+5
2021-09-21
tests/krb5: Allow get_tgt() to get tickets from the RODC
Joseph Sutton
1
-4
/
+9
2021-09-21
tests/krb5: Allow get_service_ticket() to get tickets from the RODC
Joseph Sutton
1
-2
/
+2
2021-09-21
tests/krb5: Don't manually create PAC request and options in fast_tests
Joseph Sutton
1
-8
/
+9
2021-09-15
tests/krb5: Generate padata for FAST tests
Joseph Sutton
1
-40
/
+61
2021-09-15
tests/krb5: Add get_cached_creds() method to create persistent accounts for t...
Joseph Sutton
1
-1
/
+1
2021-09-15
tests/krb5: Get encpart decryption key from kdc_exchange_dict
Joseph Sutton
1
-17
/
+1
2021-09-15
tests/krb5: Get expected cname from TGT for TGS-REQ messages
Joseph Sutton
1
-8
/
+7
2021-09-13
tests/krb5: Allow specifying ticket flags expected to be set or reset
Joseph Sutton
1
-0
/
+11
2021-09-13
tests/krb5: Remove magic constants
Joseph Sutton
1
-1
/
+1
2021-09-13
tests/krb5: Don't create PAC request or options manually in fast_tests
Joseph Sutton
1
-13
/
+9
2021-09-13
tests/krb5: Move padata generation methods to base class
Joseph Sutton
1
-14
/
+0
2021-09-13
tests/krb5: Replace expected_cname_private with expected_anon parameter
Joseph Sutton
1
-26
/
+7
2021-09-02
tests/krb5: Allow KRB5KDC_ERR_S_PRINCIPAL_UNKNOWN for a missing sname
Andrew Bartlett
1
-8
/
+15
2021-09-02
tests/krb5: Add tests for omitting sname in inner request
Joseph Sutton
1
-0
/
+28
2021-09-02
tests/krb5: Allow specifying parameters specific to the inner FAST request body
Joseph Sutton
1
-0
/
+4
2021-09-02
tests/krb5: Add tests for omitting sname in request
Joseph Sutton
1
-2
/
+81
2021-09-02
CVE-2021-3671 tests/krb5: Add tests for omitting sname in outer request
Joseph Sutton
1
-0
/
+39
2021-09-02
tests/krb5: Add test for sending PA-ENCRYPTED-CHALLENGE without FAST
Joseph Sutton
1
-0
/
+15
[next]