summaryrefslogtreecommitdiff
path: root/python/samba
AgeCommit message (Expand)AuthorFilesLines
2023-06-14tests/krb5: Keep track of account SIDsJoseph Sutton2-1/+15
2023-06-14tests/krb5: Fix overlong linesJoseph Sutton1-3/+5
2023-06-14tests/krb5: Add a couple of authentication policy testsJoseph Sutton1-0/+38
2023-06-14tests/krb5: Test authentication logging of TGT lifetimesJoseph Sutton1-5/+17
2023-06-14tests/krb5: Cache created authentication policiesJoseph Sutton2-18/+40
2023-06-14tests/krb5: Keep track of the type of each created accountJoseph Sutton2-0/+8
2023-06-14tests/auth_log: Properly expect authentication failuresJoseph Sutton1-8/+12
2023-06-14tests/auth_log: Make samba.tests.auth_log test executableJoseph Sutton1-0/+11
2023-06-14samba-tool ou: Remove unused variablesJoseph Sutton1-3/+0
2023-06-14samba-tool ou: Remove unused importJoseph Sutton1-1/+0
2023-06-14samba-tool: Fix typoJoseph Sutton1-1/+1
2023-06-14selftest: Assert trust realm is not NoneJoseph Sutton1-2/+1
2023-06-14tests/auth_log: Factor out isRemote()Joseph Sutton1-22/+22
2023-06-14python:safe_tarfile: Improve safe extract()Andreas Schneider1-11/+1
2023-06-14python:safe_tarfile: Implement safer extractall()Andreas Schneider1-0/+53
2023-06-14python:safe_tarfile: Set extraction_filter for pythons providing itAndreas Schneider1-14/+22
2023-06-14python:tests: Adopt safe_tarfile for extraction_filter raisesAndreas Schneider1-6/+21
2023-06-14selftest: Add unit tests of the DC startup FL check/update codeAndrew Bartlett2-1/+222
2023-06-14python/tests: Make helpful, stateless methods @classmethod and @staticmethodAndrew Bartlett1-3/+5
2023-06-14selftest: Split up tests in dsdb.py to avoid creating a user when not requiredAndrew Bartlett1-12/+23
2023-06-10gp: Fix user apply failure when droping privsDavid Mulder1-1/+1
2023-05-31sefltest: Improve getdcname test by confirming the _REQUIRED flag behavioursAndrew Bartlett1-2/+173
2023-05-31selftest: Fix remaining incorrect references to 2012 -> 2012R2 FL in GetDCNam...Andrew Bartlett1-4/+4
2023-05-31selftest: Change self.assertTrue(x is not None) -> self.assertIsNotNone(x)Andrew Bartlett1-30/+30
2023-05-29selftest: Confirm that the flags like DS_DIRECTORY_SERVICE_9_REQUIRED workAndrew Bartlett1-0/+83
2023-05-29selftest: Rework samba.tests.getdcname not to use ncalrpcAndrew Bartlett1-1/+1
2023-05-29selftest: Assert that we have a trust in samba.tests.getdcnameAndrew Bartlett1-18/+9
2023-05-29python:tests: Ensure that we don’t overwrite testsJoseph Sutton1-2/+8
2023-05-29python:tests: Make script executableJoseph Sutton1-2/+6
2023-05-29python:tests: Initialize global variableJoseph Sutton1-0/+4
2023-05-29python:tests: Remove unused importsJoseph Sutton1-2/+0
2023-05-29python:tests: Exclude Python test directoriesJoseph Sutton1-36/+3
2023-05-29python:tests: Fix f-stringsJoseph Sutton1-3/+3
2023-05-29samba-tool domain: Handle new NBT_SERVER_* flagsJoseph Sutton1-0/+2
2023-05-29tests/auth_log: Remove debugging codeJoseph Sutton1-5/+0
2023-05-29tests/auth_log: Add missing call to tearDownClass()Joseph Sutton1-0/+2
2023-05-29tests/audit_log: Add missing call to tearDown()Joseph Sutton1-0/+2
2023-05-29tests/auth_log: Remove unnecessary checkJoseph Sutton1-4/+3
2023-05-29tests/audit_log: Remove unnecessary checksJoseph Sutton1-6/+4
2023-05-29tests/auth_log: Call discardMessages() on classJoseph Sutton2-2/+2
2023-05-29tests/auth_log: Make discardMessages() more reliableJoseph Sutton1-4/+13
2023-05-29tests/auth_log: Expect no messages when changing a non-existent user’s pass...Joseph Sutton1-7/+5
2023-05-29tests/audit_log: Make discardMessages() more reliableJoseph Sutton1-5/+12
2023-05-29tests/auth_log: Correctly get lp_ctxJoseph Sutton1-1/+1
2023-05-29tests/auth_log: Remove unneeded len() callJoseph Sutton1-1/+1
2023-05-29tests/audit_log: Remove unneeded len() callJoseph Sutton1-1/+1
2023-05-29tests/auth_log: Rename ‘self’ parameter to ‘cls’Joseph Sutton1-5/+5
2023-05-29tests/auth_log: Rename ‘self’ parameter to ‘cls’Joseph Sutton1-5/+5
2023-05-29tests/auth_log: Correctly check for GUIDJoseph Sutton1-1/+1
2023-05-29tests/audit_log: Correctly check for GUIDJoseph Sutton1-1/+1