summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)AuthorFilesLines
2021-09-21tests/krb5: Add helper method for modifying PACsJoseph Sutton1-0/+45
2021-09-21python/join: Check for correct msDS-KrbTgtLink attributeJoseph Sutton1-3/+4
2021-09-21python: Don't leak file handlesJoseph Sutton3-10/+17
2021-09-15tests/krb5: Allow replicating accounts to the created RODCJoseph Sutton1-0/+50
2021-09-15tests/krb5: Create RODC account for testingJoseph Sutton1-0/+114
2021-09-15tests/krb5: Allow replicating accounts to the RODCJoseph Sutton1-2/+139
2021-09-15tests/krb5: Add get_secrets() method to get the secret attributes of a DNJoseph Sutton1-5/+21
2021-09-15tests/krb5: Add method to get RODC krbtgt credentialsJoseph Sutton1-0/+74
2021-09-15tests/krb5: Sign-extend kvno from 32-bit integerJoseph Sutton1-0/+3
2021-09-15pytest:segfault: Add test for ldb.msg_diff()Joseph Sutton1-0/+12
2021-09-15tests/krb5: Generate padata for FAST testsJoseph Sutton1-40/+61
2021-09-15tests/krb5: Add get_cached_creds() method to create persistent accounts for t...Joseph Sutton2-68/+125
2021-09-15tests/krb5: Get encpart decryption key from kdc_exchange_dictJoseph Sutton2-86/+54
2021-09-15tests/krb5: Get expected cname from TGT for TGS-REQ messagesJoseph Sutton1-8/+7
2021-09-15tests/krb5: Allow specifying status code to be checkedJoseph Sutton1-0/+9
2021-09-14tests/krb5: Create testing accounts in appropriate containersJoseph Sutton1-1/+6
2021-09-13tests/krb5: Check for presence of 'key-expiration' elementJoseph Sutton1-2/+9
2021-09-13tests/krb5: Check 'caddr' elementJoseph Sutton1-2/+4
2021-09-13tests/krb5: Check for presence of 'renew-till' elementJoseph Sutton1-2/+13
2021-09-13tests/krb5: Allow Kerberos requests to be sent to DC or RODCJoseph Sutton2-15/+26
2021-09-13tests/krb5: Make time assertion less strictJoseph Sutton1-1/+1
2021-09-13tests/krb5: Allow specifying ticket flags expected to be set or resetJoseph Sutton2-2/+49
2021-09-13tests/krb5: Remove magic constantsJoseph Sutton2-2/+2
2021-09-13tests/krb5: Don't create PAC request or options manually in fast_testsJoseph Sutton1-13/+9
2021-09-13tests/krb5: Don't create PAC request manually in as_req_testsJoseph Sutton1-24/+11
2021-09-13tests/krb5: add options to kdc_exchange_dict to specify including PAC-REQUEST...Joseph Sutton1-6/+34
2021-09-13tests/krb5: Move padata generation methods to base classJoseph Sutton2-14/+13
2021-09-13tests/krb5: Keep track of account DN in credentials objectJoseph Sutton2-0/+10
2021-09-13tests/krb5: Allow specifying additional User Account Control flags for accountJoseph Sutton1-4/+4
2021-09-13tests/krb5: Allow specifying an OU to create accounts inJoseph Sutton1-2/+6
2021-09-13tests/krb5: Replace expected_cname_private with expected_anon parameterJoseph Sutton2-43/+24
2021-09-13tests/krb5: Use more compact dict lookupJoseph Sutton1-3/+3
2021-09-13tests/krb5: Add KDCOptions flag for constrained delegationJoseph Sutton2-0/+2
2021-09-13tests/krb5: Use signed integers to represent key version numbers in ASN.1Joseph Sutton3-3/+3
2021-09-13tests/krb5: Add methods to obtain the length of checksum typesJoseph Sutton1-0/+26
2021-09-13tests/krb5: Calculate expected salt if not given explicitlyJoseph Sutton1-2/+2
2021-09-10selftest: remove unsupported smbcacls option --getRalph Boehme2-2/+2
2021-09-09gpo: Add Chromium Group PolicyDavid Mulder1-2/+467
2021-09-09gpo: Test Chromium Group PolicyDavid Mulder2-0/+5053
2021-09-07samba-tool: Fix a typoVolker Lendecke1-1/+1
2021-09-06selftest: Add prefix to new schema attributes to avoid flapping dsdb_schema_a...Andrew Bartlett1-3/+3
2021-09-05selftest: Add a test for LookupSids3 and LookupNames4 in pythonAndrew Bartlett1-0/+333
2021-09-04python: Fix usage stringsJoseph Sutton1-1/+1
2021-09-02tests/krb5: Allow KRB5KDC_ERR_S_PRINCIPAL_UNKNOWN for a missing snameAndrew Bartlett3-9/+21
2021-09-02tests/krb5: Allow expected_error_mode to be a container typeJoseph Sutton1-21/+35
2021-09-02tests/krb5: Add tests for omitting sname in inner requestJoseph Sutton1-0/+28
2021-09-02tests/krb5: Allow specifying parameters specific to the inner FAST request bodyJoseph Sutton2-0/+17
2021-09-02tests/krb5: Add tests for omitting sname in requestJoseph Sutton1-2/+81
2021-09-02tests/krb5: Check PADATA-PW-SALT element in e-dataJoseph Sutton1-0/+14
2021-09-02tests/krb5: Check e-data element for TGS-REP errors without FASTJoseph Sutton2-20/+34