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
Age
Commit message (
Expand
)
Author
Files
Lines
2021-07-01
tests/krb5: Use admin creds for SamDB rather than user creds
Joseph Sutton
1
-1
/
+1
2021-07-01
tests/krb5/as_canonicalization_tests.py: Refactor account creation
Joseph Sutton
1
-111
/
+25
2021-07-01
tests/krb5: Deduplicate 'host' attribute initialisation
Joseph Sutton
2
-3
/
+2
2021-07-01
tests/krb5/raw_testcase.py: Check for an explicit 'unspecified kvno' value
Joseph Sutton
1
-6
/
+9
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/kdc_base_test.py: Add fallback methods to obtain client and krbtgt...
Joseph Sutton
1
-2
/
+84
2021-07-01
tests/krb5/raw_testcase.py: Simplify conditionals
Joseph Sutton
1
-6
/
+2
2021-07-01
tests/krb5/raw_testcase.py: Allow specifying a fallback credentials function
Joseph Sutton
1
-6
/
+33
2021-07-01
tests/krb5/raw_testcase.py: Cache obtained credentials
Joseph Sutton
2
-5
/
+34
2021-07-01
tests/krb5/raw_testcase.py: Add allow_missing_keys parameter for getting creds
Joseph Sutton
3
-15
/
+42
2021-07-01
tests/krb5/raw_testcase.py: Make env_get_var() a standalone method
Joseph Sutton
1
-39
/
+41
2021-07-01
tests/krb5/raw_testcase.py: Add method to obtain Kerberos keys over DRS
Joseph Sutton
1
-1
/
+99
2021-07-01
tests/krb5/kdc_base_test.py: Add methods to determine supported encryption types
Joseph Sutton
1
-2
/
+36
2021-07-01
tests/krb5/kdc_base_test.py: Create loadparm only when needed
Joseph Sutton
5
-9
/
+18
2021-07-01
tests/krb5/kdc_base_test.py: Remove 'credentials' class attribute
Joseph Sutton
2
-23
/
+5
2021-07-01
tests/krb5/kdc_base_test.py: Create database connection only when needed
Joseph Sutton
7
-86
/
+116
2021-07-01
tests/krb5/raw_testcase.py: Add get_admin_creds()
Joseph Sutton
1
-0
/
+5
2021-07-01
tests/krb5/kdc_base_test.py: Defer account deletion until tearDownClass() is ...
Joseph Sutton
1
-9
/
+15
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
2021-07-01
tests/krb5/raw_testcase.py: introduce a _generic_kdc_exchange() infrastructure
Stefan Metzmacher
2
-0
/
+645
2021-07-01
tests/krb5/raw_testcase.py: Add TicketDecryptionKey_from_creds()
Stefan Metzmacher
1
-0
/
+29
2021-07-01
tests/krb5/raw_testcase.py: add methods to iterate over etype permutations
Stefan Metzmacher
1
-0
/
+58
2021-07-01
tests/krb5/raw_testcase.py: add KERB_PA_PAC_REQUEST_create()
Stefan Metzmacher
1
-0
/
+15
2021-07-01
tests/krb5/raw_testcase.py: split KDC_REQ_BODY_create() from KDC_REQ_create()
Stefan Metzmacher
1
-58
/
+23
2021-07-01
tests/krb5/raw_testcase.py: Allow prettyPrint of more MS-KILE-defined values
Stefan Metzmacher
1
-0
/
+10
2021-07-01
tests/krb5/raw_testcase.py: Allow prettyPrint of more RFC-defined values
Stefan Metzmacher
1
-0
/
+6
2021-07-01
tests/krb5/raw_testcase.py: add assertElement*()
Stefan Metzmacher
1
-0
/
+54
2021-07-01
tests/krb5/raw_testcase.py: introduce STRICT_CHECKING=0 in order to relax the...
Stefan Metzmacher
1
-0
/
+5
2021-07-01
tests/krb5/raw_testcase.py: Add get_{client,server,krbtgt}_creds()
Stefan Metzmacher
2
-22
/
+183
2021-07-01
tests/krb5/rfc4120.asn1: Improve definitions to allow expanded testing
Stefan Metzmacher
2
-5
/
+199
2021-07-01
Rename python/samba/tests/krb5/{rfc4120_pyasn1_regen.sh => pyasn1_regen.sh}
Stefan Metzmacher
1
-0
/
+0
2021-05-19
python: Make credentials cache test run against Windows
Joseph Sutton
1
-1
/
+4
2021-05-19
python: Fix ticket timestamp conversion when local timezone is not UTC
Joseph Sutton
1
-4
/
+19
2021-05-19
python: Add SMB credentials cache test
Joseph Sutton
1
-0
/
+108
2021-05-19
python: Add RPC credentials cache test
Joseph Sutton
1
-0
/
+77
2021-05-19
python: Add LDAP credentials cache test
Joseph Sutton
1
-0
/
+94
2021-05-19
python: Add credentials cache test
Joseph Sutton
3
-4
/
+132
2021-05-19
krb5: Add Python functions to create a credentials cache containing a service...
Joseph Sutton
1
-4
/
+163
2021-04-12
tests python krb5: MS-KILE client principal look-up
Gary Lockyer
2
-1
/
+842
2020-12-21
tests python krb5: PEP8 cleanups
Gary Lockyer
10
-263
/
+413
2020-12-21
tests python krb5: use key usage constants
Gary Lockyer
7
-34
/
+42
2020-12-21
tests python krb5: Add key usage constants
Gary Lockyer
1
-0
/
+50
2020-12-16
tests python krb5: initial TGS tests
Gary Lockyer
3
-1
/
+212
2020-12-16
tests python krb5: add test base class
Gary Lockyer
1
-0
/
+419
2020-12-16
tests python krb5: Add Authorization data ad-type constants
Gary Lockyer
1
-0
/
+14
2020-11-30
tests python krb5: Extra canonicalization tests
Gary Lockyer
1
-24
/
+50
2020-11-12
tests python krb5: add arcfour salt tests
Gary Lockyer
1
-0
/
+20
2020-11-12
tests python krb5: refactor compatability tests
Gary Lockyer
1
-6
/
+18
[next]