summaryrefslogtreecommitdiff
path: root/python/samba
AgeCommit message (Expand)AuthorFilesLines
2023-10-13python:tests: Use assertEqual() instead of assertEquals()Joseph Sutton3-14/+14
2023-10-13python:subunit: Use now() instead of utcnow()Joseph Sutton1-1/+1
2023-10-13python:colour: Fix exception messageJoseph Sutton1-1/+1
2023-10-12tests/krb5: Correctly test services that do not support Compound IdentityJoseph Sutton2-24/+7
2023-10-10tests: Add reproducer for bug 15487Volker Lendecke1-0/+21
2023-10-01tests/krb5: Test that the correct Asserted Identity SID is added when inner F...Joseph Sutton1-0/+60
2023-10-01tests/krb5: Add Device Restriction tests for silos and authentication policie...Joseph Sutton1-0/+625
2023-10-01tests/krb5: Add tests performing AS‐REQs armored with unacceptable ticketsJoseph Sutton1-0/+33
2023-10-01tests/krb5: Add method to perform an armored AS‐REQJoseph Sutton2-0/+119
2023-10-01tests/krb5: Initialize variableJoseph Sutton1-1/+1
2023-09-29samba-tool: Fix for gpo restore not working without --tmpdirKacper1-0/+9
2023-09-29netcmd: tests: add some tests for valid and invalid SDDL in cli commandsRob van der Linde1-0/+32
2023-09-29netcmd: auth: add new SDDL fields to create and modify auth policy commandsRob van der Linde1-4/+65
2023-09-29netcmd: models: add SDDL fields to AuthenticationPolicy modelRob van der Linde1-1/+12
2023-09-29netcmd: models: add SDDL model fieldRob van der Linde2-1/+72
2023-09-29netcmd: models: add FieldError subclass which stores the fieldRob van der Linde2-3/+15
2023-09-29netcmd: models: field to_db_value needs ldb paramRob van der Linde3-16/+24
2023-09-29netcmd: tests: modify auth silo cli tests setup their own test dataRob van der Linde1-15/+29
2023-09-29netcmd: tests: modify auth policy cli tests setup their own test dataRob van der Linde1-28/+71
2023-09-29netcmd: tests: modify claim cli tests setup their own test dataRob van der Linde1-39/+46
2023-09-29netcmd: tests: test that create objects make use of addCleanupRob van der Linde3-0/+46
2023-09-29netcmd: tests: tests tidyup and make use of setUpTestDataRob van der Linde5-142/+99
2023-09-29netcmd: tests: make _run a classmethod in SambaToolCmdTestRob van der Linde4-9/+13
2023-09-29python: tests: implement setUpTestData overridable class methodRob van der Linde1-0/+54
2023-09-29netcmd: tests: avoid the need to create a random command in GetSamDBRob van der Linde1-21/+10
2023-09-28tests/krb5: Add samba.tests.krb5.conditional_ace_testsJoseph Sutton2-0/+3751
2023-09-28tests/krb5: Add method to replace client or device claims in a PACJoseph Sutton1-0/+102
2023-09-28tests/krb5: Add method to replace the device SIDs in a PACJoseph Sutton1-0/+139
2023-09-28tests/krb5: Have set_pac_sids() accept lone RIDs as well as full SIDsJoseph Sutton1-3/+12
2023-09-28tests/krb5: Make optional ‘domain_sid’ parameter to set_pac_sids()Joseph Sutton1-1/+4
2023-09-28tests/krb5: Make optional ‘user_rid’ parameter to set_pac_sids()Joseph Sutton1-4/+6
2023-09-28tests/krb5: Make set_pac_sids() parameters keyword‐onlyJoseph Sutton1-0/+1
2023-09-28tests/krb5: Allow passing mapping=None to map_to_sid()Joseph Sutton1-1/+1
2023-09-28tests/krb5: Don’t bother regenerating the PAC if modify_pac_fn or update_pa...Joseph Sutton1-10/+18
2023-09-28tests/krb5: Allow multiple ticket modification functionsJoseph Sutton1-3/+9
2023-09-28tests/krb5: Allow filter for tests that crash WindowsJoseph Sutton1-0/+6
2023-09-28tests/krb5: Allow variation in PADATA_PW_SALTJoseph Sutton1-1/+3
2023-09-28tests/krb5: Sort importsJoseph Sutton2-14/+14
2023-09-27python:tests: Remove unused importJoseph Sutton1-1/+0
2023-09-27python:tests: Fix invalid escape sequencesJoseph Sutton3-3/+3
2023-09-27tests/krb5: Match filter after transforming test nameJoseph Sutton3-4/+4
2023-09-26python: Change the generic merge_nt_token() to being specific to the system_t...Andrew Bartlett1-6/+7
2023-09-26libcli/security: Pass in claims evaluation state when building any security t...Andrew Bartlett1-1/+1
2023-09-26pytest: conditional_ace assembler assembles full descriptorDouglas Bagnall1-2/+33
2023-09-26libcli/security: beginning of tests for conditional ACE bytesDouglas Bagnall1-0/+98
2023-09-26pytest: assembler for conditional ACEsDouglas Bagnall1-0/+196
2023-09-26pytest:conditional_ace_claims: ease export of failing tests to CDouglas Bagnall1-0/+59
2023-09-26pytest: tests for conditional ACEs with security tokensDouglas Bagnall1-0/+338
2023-09-26pytest: tools for creating security tokensDouglas Bagnall1-0/+239
2023-09-26pytest: sddl tests with conditional ACEsDouglas Bagnall1-0/+52