summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)AuthorFilesLines
2021-07-05samba-tool: dns update rejects malformed addressesDouglas Bagnall1-2/+11
2021-07-05py/dnsserver: TXTRecord copes with single stringsDouglas Bagnall1-0/+2
2021-07-01tests/krb5: Use admin creds for SamDB rather than user credsJoseph Sutton1-1/+1
2021-07-01tests/krb5/as_canonicalization_tests.py: Refactor account creationJoseph Sutton1-111/+25
2021-07-01tests/krb5: Deduplicate 'host' attribute initialisationJoseph Sutton2-3/+2
2021-07-01tests/krb5/raw_testcase.py: Check for an explicit 'unspecified kvno' valueJoseph Sutton1-6/+9
2021-07-01tests/krb5/as_req_tests.py: Check the client kvnoJoseph Sutton1-1/+4
2021-07-01tests/krb5/as_req_tests.py: add simple test_as_req_enc_timestamp testStefan Metzmacher1-1/+84
2021-07-01tests/krb5/as_req_tests.py: Automatically obtain credentialsJoseph Sutton1-2/+2
2021-07-01tests/krb5/kdc_base_test.py: Add fallback methods to obtain client and krbtgt...Joseph Sutton1-2/+84
2021-07-01tests/krb5/raw_testcase.py: Simplify conditionalsJoseph Sutton1-6/+2
2021-07-01tests/krb5/raw_testcase.py: Allow specifying a fallback credentials functionJoseph Sutton1-6/+33
2021-07-01tests/krb5/raw_testcase.py: Cache obtained credentialsJoseph Sutton2-5/+34
2021-07-01tests/krb5/raw_testcase.py: Add allow_missing_keys parameter for getting credsJoseph Sutton3-15/+42
2021-07-01tests/krb5/raw_testcase.py: Make env_get_var() a standalone methodJoseph Sutton1-39/+41
2021-07-01tests/krb5/raw_testcase.py: Add method to obtain Kerberos keys over DRSJoseph Sutton1-1/+99
2021-07-01tests/krb5/kdc_base_test.py: Add methods to determine supported encryption typesJoseph Sutton1-2/+36
2021-07-01tests/krb5/kdc_base_test.py: Create loadparm only when neededJoseph Sutton5-9/+18
2021-07-01tests/krb5/kdc_base_test.py: Remove 'credentials' class attributeJoseph Sutton2-23/+5
2021-07-01tests/krb5/kdc_base_test.py: Create database connection only when neededJoseph Sutton7-86/+116
2021-07-01tests/krb5/raw_testcase.py: Add get_admin_creds()Joseph Sutton1-0/+5
2021-07-01tests/krb5/kdc_base_test.py: Defer account deletion until tearDownClass() is ...Joseph Sutton1-9/+15
2021-07-01tests/krb5/as_req_tests.py: add new tests to cover more of the AS-REQ protocolStefan Metzmacher2-0/+122
2021-07-01tests/krb5/raw_testcase.py: introduce a _generic_kdc_exchange() infrastructureStefan Metzmacher2-0/+645
2021-07-01tests/krb5/raw_testcase.py: Add TicketDecryptionKey_from_creds()Stefan Metzmacher1-0/+29
2021-07-01tests/krb5/raw_testcase.py: add methods to iterate over etype permutationsStefan Metzmacher1-0/+58
2021-07-01tests/krb5/raw_testcase.py: add KERB_PA_PAC_REQUEST_create()Stefan Metzmacher1-0/+15
2021-07-01tests/krb5/raw_testcase.py: split KDC_REQ_BODY_create() from KDC_REQ_create()Stefan Metzmacher1-58/+23
2021-07-01tests/krb5/raw_testcase.py: Allow prettyPrint of more MS-KILE-defined valuesStefan Metzmacher1-0/+10
2021-07-01tests/krb5/raw_testcase.py: Allow prettyPrint of more RFC-defined valuesStefan Metzmacher1-0/+6
2021-07-01tests/krb5/raw_testcase.py: add assertElement*()Stefan Metzmacher1-0/+54
2021-07-01tests/krb5/raw_testcase.py: introduce STRICT_CHECKING=0 in order to relax the...Stefan Metzmacher1-0/+5
2021-07-01tests/krb5/raw_testcase.py: Add get_{client,server,krbtgt}_creds()Stefan Metzmacher2-22/+183
2021-07-01tests/krb5/rfc4120.asn1: Improve definitions to allow expanded testingStefan Metzmacher2-5/+199
2021-07-01Rename python/samba/tests/krb5/{rfc4120_pyasn1_regen.sh => pyasn1_regen.sh}Stefan Metzmacher1-0/+0
2021-06-22samba-tool: dbcheck search DnsAdmins from wellknown containerDavid Mulder1-1/+4
2021-06-22samba-tool: Provision search DnsAdmins from wellknown containerDavid Mulder1-3/+5
2021-06-22samba-tool: Demote computer to wellknown containerDavid Mulder1-1/+4
2021-06-22samdb: Create computer in wellknown user containerDavid Mulder1-1/+2
2021-06-22samdb: Create group in wellknown user containerDavid Mulder1-1/+6
2021-06-22samdb: Create user in wellknown user containerDavid Mulder1-1/+6
2021-06-22pytest: dcerpc/dnsserver: fix tombstone testDouglas Bagnall1-12/+80
2021-06-22pytest/dns_forwarder: remove unused function and importsDouglas Bagnall1-12/+2
2021-06-22pytest segfaults: add a couple more failing testsDouglas Bagnall1-1/+19
2021-06-22pytest samba-tool dns: avoid testing update of '.' PTRDouglas Bagnall1-0/+9
2021-06-22pytest: dns_aging: do not insist on non-aging timestamp updatesDouglas Bagnall1-2/+6
2021-06-22pytest: dns_aging sibling test fails on windowsDouglas Bagnall1-2/+13
2021-06-22pytest dns_aging: add windows_variationDouglas Bagnall1-1/+13
2021-06-22pytest: dns_aging: fix two tests (bad arithmetic)Douglas Bagnall1-11/+11
2021-06-22pytest dns_aging: add sibling testsDouglas Bagnall1-0/+132