summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)AuthorFilesLines
2018-04-05selftest: enable py3 for samba.tests.samdb_apiJoe Guo1-10/+10
2018-04-05selftest: enable py3 for samba.tests.kcc.graph_utilsJoe Guo1-1/+1
2018-04-05selftest: enable py3 for samba.tests.kcc.graphJoe Guo1-3/+3
2018-04-05selftest: enable py3 for samba.tests.upgradeprovisionJoe Guo2-9/+10
2018-04-05selftest: enable py3 for samba.tests.hostconfigJoe Guo1-2/+2
2018-04-05selftest: enable py3 for samba.tests.commonJoe Guo1-0/+27
2018-04-05selftest: enable py3 for samba.tests.upgradeJoe Guo1-1/+3
2018-04-05selftest: enable py3 for samba.tests.blackbox.check_outputJoe Guo1-1/+3
2018-04-05selftest: enable py3 for samba.tests.xattrJoe Guo1-3/+3
2018-04-05selftest: enable py3 for samba.tests.posixaclJoe Guo1-3/+3
2018-04-05samba3: work around bytes formatting for Python 3.4Joe Guo1-4/+4
2018-04-05get make test TESTS=samba.tests.provision to workNoel Power2-8/+8
2018-04-05selftest python: get samba.tests.s3idmapdb to run with py3Noel Power2-17/+17
2018-04-05python selftest: enabled samba.tests.s3registry to run with py3Noel Power2-12/+12
2018-04-05python selftest: enable samba.tests.s3passdb to run with python3Noel Power1-1/+1
2018-04-05python selftest: enable samba.tests.s3param to run with python3Noel Power1-3/+2
2018-04-05python selftest: split samba3 test into separate testsNoel Power5-83/+207
2018-03-23Add tests for dckeytab python moduleDavid Mulder1-0/+56
2018-03-23Add python tests for samba.gpo moduleDavid Mulder1-0/+70
2018-03-23tests/dcerpc/misc.GUID: improve testsJoe Guo1-19/+34
2018-03-23tests/dcerpc/misc.GUID: test that long-form py3 bytes worksDouglas Bagnall1-2/+7
2018-03-23samba python tests: Ensure GUIDTests cover all input formatsNoel Power1-0/+15
2018-03-23python: Add compatability helpers to determine if type is really bytesNoel Power1-0/+24
2018-03-23s4/selftest: Add simple python netbios test python2 only for the momentNoel Power1-0/+52
2018-03-23samba python libs: convert print func to be py2/py3 compatibleNoel Power11-99/+126
2018-03-23samba-tool: convert print func to be py2/py3 compatibleNoel Power2-4/+6
2018-03-23samba python tests: convert print func to be py2/py3 compatibleNoel Power11-50/+60
2018-03-21samba-tool visualize: fix python2.6 incompatibilityBjörn Baumbach1-1/+5
2018-03-21samba-tool ldapcmp: remove duplicate takes_optiongroups attributeDouglas Bagnall1-6/+0
2018-03-21tests/samba_dnsupdate: Add a trivial test of automatic site coverageGarming Sam1-0/+54
2018-03-21tests/kcc_util: Add unit tests for automatic site coverageGarming Sam1-0/+352
2018-03-21kcc_utils: Use lower name in automatic sites coveredGarming Sam1-1/+1
2018-03-21kcc_utils: Prevent multiple sites attached to a sitelink covering a siteGarming Sam1-3/+34
2018-03-21kcc_utils: Keep a count of the DCs in each siteGarming Sam1-2/+3
2018-03-21kcc_utils: Add a routine for automatic site coverageGarming Sam1-0/+80
2018-03-21join.py: Add missing NTSTATUSError importGarming Sam1-1/+1
2018-03-19samba-tool: allow sid strings for 'group {add,remove}members'Stefan Metzmacher1-4/+20
2018-03-19tests/dsdb.py: test creation of foreignSecurityPrincipal via 'attr: <SID=...>'Stefan Metzmacher1-0/+226
2018-03-19tests/dsdb.py: verify that foreignSecurityPrincipal objects require the provi...Stefan Metzmacher1-4/+42
2018-03-19provision: use the provision control when adding foreignSecurityPrincipalsStefan Metzmacher1-2/+2
2018-03-19tests/dsdb.py: prove the difference between linked and non-linked DN referencesStefan Metzmacher1-1/+146
2018-03-19Update help text for dbcheckJonathan Hunter1-1/+1
2018-03-16ms_schema: fix python2.6 incompatibilityBjörn Baumbach1-1/+1
2018-03-06selftest: Change name to sam.ldb to align with new partition module assumptionsGary Lockyer1-1/+1
2018-03-05remove_dc.py: Abort transaction before throwing an exceptionGary Lockyer1-0/+3
2018-03-05tests/smbcontrol: reduce ping test false positive rateDouglas Bagnall1-4/+36
2018-03-01domain.py: Give some advice if the schema upgrade command failsGarming Sam1-3/+8
2018-03-01py3compat: add strings describing bytes/unicode in both versionsDouglas Bagnall1-0/+8
2018-02-28samba python tests: convert 'except X, (tuple)' to 'except X as e'Noel Power4-6/+12
2018-02-28samba-tool: convert 'except X, (tuple)' to 'except X as e'Noel Power5-25/+50