summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)AuthorFilesLines
2023-03-03tests/krb5: Permit modifying claim attributes mid-testJoseph Sutton1-2/+11
2023-03-03tests/krb5: Split out setup_claims()Joseph Sutton1-67/+74
2023-03-03tests/krb5: Generate more readable string representationJoseph Sutton1-0/+3
2023-03-03tests/krb5: Add map_to_dn()Joseph Sutton1-0/+4
2023-03-03tests/krb5: Refactor out map_to_sid()Joseph Sutton1-9/+15
2023-03-03tests/krb5: Avoid duplicate group membersJoseph Sutton1-0/+3
2023-03-03tests/krb5: Move ticket_with_sids() to base classJoseph Sutton2-160/+159
2023-03-03tests/krb5: Support nested SID structures in map_sids()Joseph Sutton1-18/+25
2023-03-03tests/krb5: Move some utility functions from group_tests to base classJoseph Sutton2-177/+174
2023-03-03tests/krb5: Remove unused constantJoseph Sutton1-4/+0
2023-03-03tests/krb5: Refactor setup_groups() to admit multiple preexisting principals ...Joseph Sutton1-22/+29
2023-03-03tests/krb5: Fix typoJoseph Sutton1-1/+1
2023-03-03tests/krb5: Fix typoJoseph Sutton1-1/+1
2023-03-03tests/krb5: Refactor claims tests to use get_target()Joseph Sutton2-44/+12
2023-03-03tests/krb5: Move get_target() to base classJoseph Sutton2-29/+29
2023-03-03tests/krb5: Remove client_as_etypes parameterJoseph Sutton8-47/+40
2023-03-03tests/krb5: Request only supported encryption types in get_tgt()Joseph Sutton1-1/+1
2023-03-03tests/krb5: Lazily fetch SamDB in get_default_enctypes()Joseph Sutton1-3/+5
2023-03-03tests/krb5: Refactor decode_service_ticket()Joseph Sutton1-13/+9
2023-02-24tests: Show that the case sensitive large dir optimization is brokenVolker Lendecke1-0/+9
2023-02-23python: fix mutable default argumentsRob van der Linde26-66/+243
2023-02-20python:tests: Make sure we delete the OU for movetestAndreas Schneider2-10/+6
2023-02-20python:tests: Add missing result checks for samba_tool.gpo testsAndreas Schneider1-0/+15
2023-02-20python:tests: Tell dns.resolver to not read /etc/resolv.confAndreas Schneider1-1/+3
2023-02-20python:tests: Fix domain_backup test with Python 3.11Andreas Schneider1-1/+4
2023-02-20python:tests: Make sure we do not run into issues with already existing usersAndreas Schneider1-0/+13
2023-02-20python:tests: Use a random machine name for computer_edit.sh testAndreas Schneider1-12/+14
2023-02-20python:tests: Correctly escape $ in computer_edit.shAndreas Schneider1-2/+2
2023-02-20python:tests: Use a random username for contact_edit.sh testAndreas Schneider1-11/+13
2023-02-20python:tests: Correctly escape $ in contact_edit.shAndreas Schneider1-2/+2
2023-02-20python:tests: Use a random username for user_edit.sh testsAndreas Schneider1-12/+14
2023-02-20python:tests: Correctly escape $ in user_edit.shAndreas Schneider1-2/+2
2023-02-10gp: gp_sudoers_ext warn w/out visudo installedDavid Mulder1-0/+2
2023-02-10gp: Log ext failure with file and line numberDavid Mulder1-2/+4
2023-02-08tests/krb5: Use consistent ordering for etypesJoseph Sutton2-14/+17
2023-02-08tests/krb5: Test groups returned by SamLogonJoseph Sutton1-0/+224
2023-02-08tests/krb5: Return validation structure from _test_samlogon()Joseph Sutton1-6/+13
2023-02-08tests/krb5: Allow tests to set SamLogon validation levelJoseph Sutton1-2/+2
2023-02-08tests/krb5: Move _test_samlogon() to base classJoseph Sutton2-92/+102
2023-02-08tests/krb5: Add tests for the primary groupJoseph Sutton2-4/+589
2023-02-08auth: Shorten long SID flags combinationsJoseph Sutton2-6/+2
2023-02-08tests/krb5: Add tests of NETLOGON_RESOURCE_GROUPS flag handlingJoseph Sutton1-0/+47
2023-02-08tests/krb5: Allow setting or resetting PAC flagsJoseph Sutton2-13/+63
2023-02-08tests/krb5: Add group tests simulating PACs from a trusted domainJoseph Sutton1-7/+113
2023-02-08tests/krb5: Allow changing the SID of a user's PACJoseph Sutton2-13/+74
2023-02-08tests/krb5: Add some more test cases for PAC group handlingJoseph Sutton1-6/+52
2023-02-08tests/krb5: Improve assertion failure messageJoseph Sutton1-1/+1
2023-02-08tests/krb5: Remove tests of KDCs without resource SID compression supportJoseph Sutton1-87/+4
2023-02-08tests/krb5: Declare supported encryption types of service accountJoseph Sutton1-0/+3
2023-02-03gp: Test samba-tool gpo cse register/unregister/listDavid Mulder1-0/+35