summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)AuthorFilesLines
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
2023-11-23Claims initial black box testsRob van der Linde1-0/+239
2023-11-22netcmd: auth policy: add allowed-to-authenticate-from-device-group attributesRob van der Linde2-0/+126
2023-11-22netcmd: auth policy: fix missing 'by' in help stringRob van der Linde1-2/+2
2023-11-22netcmd: auth policy: add allowed-to-authenticate-to-by-group attributesRob van der Linde3-1/+197
2023-11-22netcmd: auth policy: rename "from silo" to "from device silo"Rob van der Linde2-39/+39
2023-11-22netcmd: auth policy: add allowed to authenticate to by silo attributesRob van der Linde2-0/+255
2023-11-22netcmd: models: add field test for SIDFieldRob van der Linde1-1/+43
2023-11-22netcmd: models: add a Group modelRob van der Linde2-0/+43
2023-11-22netcmd: models: make systemFlags and systemOnly fields readonlyRob van der Linde3-5/+5
2023-11-22netcmd: models: ensure that backlinks are always readonlyRob van der Linde2-2/+7
2023-11-22netcmd: models: add readonly attribute on fields to exclude it from saveRob van der Linde2-3/+6
2023-11-22netcmd: models: get_base_dn returns default rather than be abstractRob van der Linde1-2/+1
2023-11-22netcmd: models: add SIDField fieldRob van der Linde1-0/+25
2023-11-22netcmd: models: use correct SDDL for authentication silosRob van der Linde2-8/+8