summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)AuthorFilesLines
2023-05-05tests/krb5: Make use of check_tgs_reply()Joseph Sutton1-1/+1
2023-05-05tests/krb5: Allow specifying an encoded security descriptorJoseph Sutton1-3/+4
2023-05-05tests/krb5: Rename ‘objectclass’ to use correct caseJoseph Sutton1-1/+1
2023-05-05tests/krb5: Rename ‘auth_silo’ to ‘authn_silo’Joseph Sutton2-16/+16
2023-05-05tests/krb5: Create account cache key only if neededJoseph Sutton1-2/+1
2023-05-05tests/krb5: Delete non-resuable accounts as soon as possibleJoseph Sutton1-6/+21
2023-05-05tests/krb5: Refactor _test_samlogon()Joseph Sutton1-21/+24
2023-05-05python/samba: Fix invalid escape sequenceJoseph Sutton1-1/+1
2023-05-05tests/krb5: Allow setting a servicePrincipalName on a user accountJoseph Sutton1-1/+0
2023-05-05tests/krb5: Fix parameter defaultJoseph Sutton1-1/+1
2023-05-05tests/krb5: Remove unused parameterJoseph Sutton1-1/+0
2023-05-05tests/krb5: Test that the salt for a managed service account is computed corr...Joseph Sutton1-0/+142
2023-05-05tests/krb5: Allow creating managed service accountsJoseph Sutton1-0/+8
2023-05-05tests/krb5: Always heed the add_dollar parameterJoseph Sutton1-3/+6
2023-05-05tests/krb5: Remove unused importJoseph Sutton1-1/+0
2023-05-05tests/krb5: Remove unneeded assertionsJoseph Sutton1-5/+5
2023-05-05tests/krb5: Allow creating an account with an assigned policy or siloJoseph Sutton1-1/+11
2023-05-05tests/krb5: Add method to create an authentication policyJoseph Sutton1-0/+103
2023-05-05tests/krb5: Generify protected users test methodsJoseph Sutton3-49/+56
2023-05-05tests/krb5: Handle NT hashes being disabledJoseph Sutton7-34/+65
2023-05-05tests/krb5: Pass client credentials down into kdc_exchange_dictJoseph Sutton12-160/+198
2023-05-05tests/krb5: Remove test for OemChangePasswordUser2()Joseph Sutton1-20/+1
2023-05-05tests/krb5: Split out functions for testing logons and password changesJoseph Sutton2-103/+102
2023-05-05python:descriptor: add missing schema 2019 aces in builtin and dns partitionStefan Metzmacher1-0/+8
2023-04-28gp: Add site-dn fallback when rpc call failsDavid Mulder1-4/+22
2023-04-28gpo: Group Policy tests require a s3 loadparamDavid Mulder1-1/+2
2023-04-28gpupdate: Deprecate libgpo.get_gpo_listDavid Mulder3-7/+18
2023-04-28gpupdate: Implement get_gpo_list in pythonDavid Mulder2-91/+349
2023-04-28s3/utils: when encoding ace string use "FA", "FR", "FW", "FX" string rightsNoel Power4-14/+14
2023-04-28pytest:sddl: show the correct handling of the "FA" SDDL flagAndrew Bartlett1-1/+11
2023-04-28pytest:sddl Samba had the wrong value for FA, now fix the testsAndrew Bartlett1-109/+39
2023-04-28pytest:sddl: test we only accept normal GUIDsDouglas Bagnall1-0/+9
2023-04-28pytest:sddl: tests around spaces in access flags and SIDsDouglas Bagnall1-2/+30
2023-04-28pytest:sddl debugging: should_fail test says how it failedDouglas Bagnall1-1/+2
2023-04-28pytest:sddl: add tests for long DACLs, differing flag interpretationsDouglas Bagnall1-0/+121
2023-04-28pytest:sddl: let hex numbers differ in case (0xa == 0xA)Douglas Bagnall1-1/+5
2023-04-28pytest:sddl: helpers to exchange SDDL strings with Windows testprogramDouglas Bagnall1-0/+88
2023-04-28pytest:sddl: SDDL strings where Windows behaviour differsDouglas Bagnall1-0/+62
2023-04-28pytest:sddl: Add negative tests of unparseable stringsDouglas Bagnall1-0/+78
2023-04-28pytest:sddl: allow tests to make negative assertionsDouglas Bagnall1-1/+13
2023-04-28pytest:sddl: split each string into it's own testDouglas Bagnall1-42/+48
2023-04-28pytest:sddl: tweak some test stringsDouglas Bagnall1-23/+32
2023-04-28pytest/sddl: split tests into canonical and non-canonicalDouglas Bagnall1-144/+411
2023-04-28pytest/sddl: remove unused importsDouglas Bagnall1-1/+0
2023-04-28pytest/sddl: rework to allow multiple lists, no early stopDouglas Bagnall1-7/+31
2023-04-28pytest/sddl: assert sddl string equalityDouglas Bagnall1-0/+1
2023-04-28pytest/sddl: remove duplicate test caseDouglas Bagnall1-4/+0
2023-04-28pytest/sddl: give test more of a nameDouglas Bagnall1-1/+1
2023-04-28pytests/sddl: clarify boundaries between sddl casesDouglas Bagnall1-134/+138
2023-04-28pytest:posixacl: expect canonical ACE flag formatDouglas Bagnall1-8/+8