summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)AuthorFilesLines
2024-04-16python:tests: Catch failures to authenticate with gMSA managed passwordsJo Sutton1-4/+25
2024-04-16tests/krb5: Add tests for gMSAsJo Sutton1-0/+905
2024-04-16python:nt_time: Add NT_TIME_MAX constantJo Sutton1-1/+2
2024-04-16python:gkdi: Reformat code with ‘ruff’Jo Sutton1-7/+9
2024-04-16python:gkdi: Add Gkdi.from_key_envelope() methodJo Sutton1-0/+4
2024-04-16python:gkdi: Add notes on GKDI time periodsJo Sutton1-0/+4
2024-04-16tests/gkdi: Change ‘current_gkid’ parameter to ‘current_time’Jo Sutton2-17/+22
2024-04-16tests/gkdi: Remove implicit clock skew offsetJo Sutton1-4/+0
2024-04-16tests/gkdi: Allow current time to be overriddenJo Sutton2-23/+43
2024-04-16tests/krb5: Make use of ‘expect_edata’ parameterJo Sutton1-0/+3
2024-04-16tests/krb5: Remove unused variableJo Sutton1-4/+4
2024-04-16tests/krb5: Fix code spellingJo Sutton1-2/+2
2024-04-16tests/krb5: Remove unused importJo Sutton1-1/+1
2024-04-16python:tests: Fix typoJo Sutton1-1/+1
2024-04-16python:tests: Reformat codeJo Sutton1-7/+4
2024-04-16python:tests: Fix set declarationJo Sutton1-2/+2
2024-04-16python:tests: Replace deprecated method assertRaisesRegexp()Jo Sutton1-1/+1
2024-04-16selftest: Move some KDS root key tests around to prepare for gMSA server sideAndrew Bartlett2-211/+256
2024-04-10ldb: Add more segfault tests DN handlingAndrew Bartlett1-0/+40
2024-04-10python:upgrade/upgradeprovision: use dn.copy to align ldbsDouglas Bagnall2-5/+5
2024-04-10pytest:segfault: some more ldb crashesDouglas Bagnall1-0/+134
2024-04-10samba-tool domain backup: Use new ldb.disconnect() method to force-close file...Andrew Bartlett1-0/+2
2024-04-10selftest: Add tests that demonstrate the issues with ldb use after freeAndrew Bartlett1-0/+172
2024-04-10pytest:krb5/lockout: associate user DN with the ldb it is used withDouglas Bagnall1-7/+6
2024-04-09auth/credentials: Read managed_password.passwords.query_interval only after p...Andrew Bartlett1-1/+1
2024-04-09python/samba/tests: Fix gMSA blackbox test to expect failure to get password ...Andrew Bartlett1-4/+8
2024-04-09python: Use OpenPolicyFallback() in trust.pyAndreas Schneider1-28/+84
2024-04-09python: Implement CreateTrustedDomainFallback()Andreas Schneider2-2/+180
2024-04-09python: Add aead_aes_256_cbc_hmac_sha512()Andreas Schneider1-0/+11
2024-04-09python: Use secrets.token_bytes instead of randomAndreas Schneider1-4/+2
2024-04-09python: Set parameter types for CreateTrustedDomainRelax()Andreas Schneider1-2/+9
2024-04-09python:tests: Clean lsa_utils.py code according to Python standardsAndreas Schneider1-12/+26
2024-04-09python:tests: Rename createtrustrelax.py to lsa_utils.pyAndreas Schneider1-0/+0
2024-04-09python: Implement OpenPolicyFallback()Andreas Schneider2-8/+60
2024-04-09python:samba: Rename trust_utils.py to lsa_utils.pyAndreas Schneider3-2/+2
2024-04-08netcmd: fix broken shell command missing ModelRob van der Linde1-1/+0
2024-04-08python: lint: fix pylint R1720 unnecessary "raise" after "else"Rob van der Linde3-6/+6
2024-04-08python: lint: remove unused imports in claims and gmsa commandsRob van der Linde4-7/+4
2024-04-08python: tests: type check should always use "is" or "is not"Rob van der Linde1-1/+1
2024-04-08python: tests: fix closing quote in docstring exampleRob van der Linde1-1/+1
2024-04-08selftest: Add new test for testing non-chunk transfer encodingNoel Power1-1/+14
2024-04-08selftest: fix potential reference before assigned errorNoel Power2-2/+2
2024-04-08python:tests: Improve keytab comparison of dckeytabAndreas Schneider1-3/+20
2024-03-28python/samba/tests/krb5: Extend PKINIT tests to cover UF_SMARTCARD_REQUIREDAndrew Bartlett1-1/+203
2024-03-28python/tests/krb5: Prepare to allow tests that use the PAC returned NT hashAndrew Bartlett2-2/+8
2024-03-28python/tests/krb5: Allow getting a TGT in pkinit testsAndrew Bartlett1-11/+25
2024-03-28python/tests/krb5: Prepare for PKINIT tests with UF_SMARTCARD_REQUIREDAndrew Bartlett3-8/+42
2024-03-28tests/krb5: Fix PK-INIT test framework to allow expired password keysJo Sutton2-0/+4
2024-03-28python/samba/krb5: Allow client address (caddr) to be missing or emptyAndrew Bartlett1-3/+7
2024-03-28netcmd: auth policy: remove old service-allowed-to-authenticate-from-silo and...Rob van der Linde2-123/+25