summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)AuthorFilesLines
2023-12-14python: Remove unused parameter ‘lp’Joseph Sutton2-4/+3
2023-12-14python: Remove unused parameter ‘targetdir’Joseph Sutton2-3/+2
2023-12-14python: Remove unused parameter ‘targetdir’Joseph Sutton2-4/+2
2023-12-14python: Remove unused parameter ‘backend_store’Joseph Sutton1-4/+2
2023-12-14python: Remove unused parameter ‘lp’Joseph Sutton2-2/+2
2023-12-14python: Remove unused parameter ‘logger’Joseph Sutton2-2/+2
2023-12-14python: Make use of ‘prefix’ parameterJoseph Sutton1-1/+1
2023-12-14python: Remove unused parameter ‘lp’Joseph Sutton1-2/+2
2023-12-14python: Remove unused parameter ‘targetdir’Joseph Sutton1-2/+2
2023-12-14python: Make use of ‘serverdn’ parameterJoseph Sutton1-2/+5
2023-12-14python: Remove unused variable ‘machinesid’Joseph Sutton1-2/+1
2023-12-14python: Remove unfinished join methodJoseph Sutton1-6/+0
2023-12-08tests/krb5: Remove unused parameterJoseph Sutton1-4/+3
2023-12-08tests/krb5: Fix indentationJoseph Sutton1-6/+6
2023-12-08tests/dcerpc: Remove unused importsJoseph Sutton1-1/+1
2023-12-08tests/dcerpc: Correct docstringJoseph Sutton1-1/+1
2023-12-08python:tests: Remove leftover debugging messageJoseph Sutton1-2/+0
2023-12-08python:tests: Remove unused importsJoseph Sutton2-6/+3
2023-12-08python:tests: Remove unnecessary f‐stringsJoseph Sutton2-16/+16
2023-12-08python: Add missing word to commentJoseph Sutton1-1/+1
2023-12-08python: Fix code spellingJoseph Sutton1-1/+1
2023-12-08gp: Remove unused importJoseph Sutton1-2/+1
2023-12-08tests/ndr: Add tests for Group Key Distribution Service blobsJoseph Sutton1-0/+392
2023-12-08python:tests: Permit newer copyright noticeJoseph Sutton1-3/+20
2023-11-30python/samba/tests: Fix incorrect super-class in cred_opt.py setUp()Andrew Bartlett1-1/+1
2023-11-30python/samba/tests: Fix incorrect superclass in test_min_domain_uid.pyAndrew Bartlett1-2/+2
2023-11-30python: Correct Python2 super() calls that called the wrong classAndrew Bartlett4-4/+4
2023-11-30python: tests: update all super calls to python 3 style in testsRob van der Linde129-214/+214
2023-11-30python: get rid of pointless empty overridden methodsRob van der Linde33-99/+0
2023-11-30python: Use constants from hresult.h for python constantsAndrew Bartlett2-2/+7
2023-11-30python: move HRES_SEC_* constants to samba moduleRob van der Linde3-6/+5
2023-11-30python: PEP275: docstrings should always use double quotesRob van der Linde10-102/+102
2023-11-30python: fix missing colon around param in docstringRob van der Linde1-1/+1
2023-11-29tests: claims blackbox: add device and server silo restrictions testRob van der Linde1-2/+124
2023-11-29python: tests: claims blackbox tests use ntstatus constantsRob van der Linde1-2/+3
2023-11-29tests: claims blackbox: use raw strings rather than escaping \Rob van der Linde1-5/+5
2023-11-29tests: claims: blackbox device testsRob van der Linde1-1/+167
2023-11-29python/tests: Add test for creds.set_krb5_fast_credentials()Andrew Bartlett1-2/+29
2023-11-29python/tests: Lock in key-word arguments as key-word only in samba.tests.gssapiAndrew Bartlett1-5/+5
2023-11-29python/tests: Import samba.gensec, not gensecAndrew Bartlett1-2/+2
2023-11-27pytest: conditional_ace_claims tests large composite comparisonsDouglas Bagnall1-0/+499
2023-11-27pytest: conditional_ace_claims: write_c_test_on_failure() copes with claimsDouglas Bagnall1-4/+9
2023-11-27pytest: token_factory note that a flag is not setDouglas Bagnall1-0/+5
2023-11-27pytest: token_factory copes with empty claimsDouglas Bagnall1-10/+10
2023-11-27pytest: token_factory claims can have case_sensitive flagDouglas Bagnall1-1/+3
2023-11-27pytest: token_factory separate out list_to_claim() helperDouglas Bagnall1-21/+31
2023-11-27samba-tool: Improve help messages for "samba-tool domain auth policy"Andrew Bartlett1-17/+19
2023-11-27netcmd: auth: set better metavar that matches the docsRob van der Linde2-21/+42
2023-11-27libcli/security/tests: gunzip the oversized-acls test vectorsDouglas Bagnall1-1/+1
2023-11-27pytest: security_descriptors tests get enumerator in nameDouglas Bagnall1-2/+3