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