summaryrefslogtreecommitdiff
path: root/python
Commit message (Expand)AuthorAgeFilesLines
* gp: get_gpo() should re-raise the Exception, not returnDavid Mulder2023-05-091-1/+1
* tests/krb5: Improve _test_samr_change_password() methodJoseph Sutton2023-05-052-17/+116
* tests/krb5: Don’t delete silo until all tests have finishedJoseph Sutton2023-05-051-2/+2
* tests/krb5: Add remove_attribute() helper functionJoseph Sutton2023-05-051-0/+8
* tests/krb5: Have set_forced_key() also set the NT hashJoseph Sutton2023-05-051-1/+9
* tests/krb5: Make _tgs_req() more configurableJoseph Sutton2023-05-051-8/+19
* tests/krb5: Make use of check_tgs_reply()Joseph Sutton2023-05-051-1/+1
* tests/krb5: Allow specifying an encoded security descriptorJoseph Sutton2023-05-051-3/+4
* tests/krb5: Rename ‘objectclass’ to use correct caseJoseph Sutton2023-05-051-1/+1
* tests/krb5: Rename ‘auth_silo’ to ‘authn_silo’Joseph Sutton2023-05-052-16/+16
* tests/krb5: Create account cache key only if neededJoseph Sutton2023-05-051-2/+1
* tests/krb5: Delete non-resuable accounts as soon as possibleJoseph Sutton2023-05-051-6/+21
* tests/krb5: Refactor _test_samlogon()Joseph Sutton2023-05-051-21/+24
* python/samba: Fix invalid escape sequenceJoseph Sutton2023-05-051-1/+1
* tests/krb5: Allow setting a servicePrincipalName on a user accountJoseph Sutton2023-05-051-1/+0
* tests/krb5: Fix parameter defaultJoseph Sutton2023-05-051-1/+1
* tests/krb5: Remove unused parameterJoseph Sutton2023-05-051-1/+0
* tests/krb5: Test that the salt for a managed service account is computed corr...Joseph Sutton2023-05-051-0/+142
* tests/krb5: Allow creating managed service accountsJoseph Sutton2023-05-051-0/+8
* tests/krb5: Always heed the add_dollar parameterJoseph Sutton2023-05-051-3/+6
* tests/krb5: Remove unused importJoseph Sutton2023-05-051-1/+0
* tests/krb5: Remove unneeded assertionsJoseph Sutton2023-05-051-5/+5
* tests/krb5: Allow creating an account with an assigned policy or siloJoseph Sutton2023-05-051-1/+11
* tests/krb5: Add method to create an authentication policyJoseph Sutton2023-05-051-0/+103
* tests/krb5: Generify protected users test methodsJoseph Sutton2023-05-053-49/+56
* tests/krb5: Handle NT hashes being disabledJoseph Sutton2023-05-057-34/+65
* tests/krb5: Pass client credentials down into kdc_exchange_dictJoseph Sutton2023-05-0512-160/+198
* tests/krb5: Remove test for OemChangePasswordUser2()Joseph Sutton2023-05-051-20/+1
* tests/krb5: Split out functions for testing logons and password changesJoseph Sutton2023-05-052-103/+102
* python:descriptor: add missing schema 2019 aces in builtin and dns partitionStefan Metzmacher2023-05-051-0/+8
* gp: Add site-dn fallback when rpc call failsDavid Mulder2023-04-281-4/+22
* gpo: Group Policy tests require a s3 loadparamDavid Mulder2023-04-281-1/+2
* gpupdate: Deprecate libgpo.get_gpo_listDavid Mulder2023-04-283-7/+18
* gpupdate: Implement get_gpo_list in pythonDavid Mulder2023-04-282-91/+349
* s3/utils: when encoding ace string use "FA", "FR", "FW", "FX" string rightsNoel Power2023-04-284-14/+14
* pytest:sddl: show the correct handling of the "FA" SDDL flagAndrew Bartlett2023-04-281-1/+11
* pytest:sddl Samba had the wrong value for FA, now fix the testsAndrew Bartlett2023-04-281-109/+39
* pytest:sddl: test we only accept normal GUIDsDouglas Bagnall2023-04-281-0/+9
* pytest:sddl: tests around spaces in access flags and SIDsDouglas Bagnall2023-04-281-2/+30
* pytest:sddl debugging: should_fail test says how it failedDouglas Bagnall2023-04-281-1/+2
* pytest:sddl: add tests for long DACLs, differing flag interpretationsDouglas Bagnall2023-04-281-0/+121
* pytest:sddl: let hex numbers differ in case (0xa == 0xA)Douglas Bagnall2023-04-281-1/+5
* pytest:sddl: helpers to exchange SDDL strings with Windows testprogramDouglas Bagnall2023-04-281-0/+88
* pytest:sddl: SDDL strings where Windows behaviour differsDouglas Bagnall2023-04-281-0/+62
* pytest:sddl: Add negative tests of unparseable stringsDouglas Bagnall2023-04-281-0/+78
* pytest:sddl: allow tests to make negative assertionsDouglas Bagnall2023-04-281-1/+13
* pytest:sddl: split each string into it's own testDouglas Bagnall2023-04-281-42/+48
* pytest:sddl: tweak some test stringsDouglas Bagnall2023-04-281-23/+32
* pytest/sddl: split tests into canonical and non-canonicalDouglas Bagnall2023-04-281-144/+411
* pytest/sddl: remove unused importsDouglas Bagnall2023-04-281-1/+0