summaryrefslogtreecommitdiff
path: root/python
Commit message (Expand)AuthorAgeFilesLines
* python.gpo.ADS_STRUCT: check type of loadparm argumentDouglas Bagnall2018-05-031-0/+7
* python/samba: Py2/Py3 compat change '/' to '//' to ensure int resultNoel Power2018-04-303-4/+7
* python/samba: port some isinstance str checks (to cater for unicode)Noel Power2018-04-302-5/+7
* python: Bulk conversion callers of ldb.Dn second paramNoel Power2018-04-308-20/+20
* python/samba: bulk conversion of caller to dsdb_Dn 2nd param.Noel Power2018-04-303-14/+14
* python/samba: Add binary_type for p2/p3 testing.Noel Power2018-04-301-0/+2
* Add aliases for StringIO.StringIONoel Power2018-04-301-0/+8
* python/samba: Add some compatability PY2/PY3 functionsNoel Power2018-04-301-0/+12
* samba-tool visualize: use correct DC in graph labelDouglas Bagnall2018-04-302-8/+13
* kcc/graph: add __hash__ to InternalEdge for py3Joe Guo2018-04-131-0/+5
* kcc: fix sort for py3Joe Guo2018-04-132-19/+4
* kcc/kcc_utils: fix divide for py3Joe Guo2018-04-131-1/+1
* kcc/kcc_utils: convert dict.keys to listJoe Guo2018-04-131-1/+1
* kcc/graph_utils: port string.translate for py3Joe Guo2018-04-131-1/+1
* python/tests/graph: actually test graphs, don't printDouglas Bagnall2018-04-131-12/+385
* graph: fix sort for py3Joe Guo2018-04-131-3/+12
* graph: fix divide for py3Joe Guo2018-04-131-1/+1
* selftest: enable py3 for samba.tests.krb5_credentialsJoe Guo2018-04-131-4/+3
* selftest: enable py3 for samba.tests.docsJoe Guo2018-04-131-10/+13
* selftest: enable py3 for samba.tests.sourceJoe Guo2018-04-131-1/+2
* selftest: enable py3 for samba.tests.dcerpc.rpcechoJoe Guo2018-04-131-3/+3
* selftest: enable py3 for samba.tests.dcerpc.bareJoe Guo2018-04-131-4/+4
* selftest: enable py3 for samba.tests.dcerpc.samJoe Guo2018-04-131-6/+4
* python: fix unicode escape in doc stringJoe Guo2018-04-131-1/+1
* python: bulk convert zip to listJoe Guo2018-04-132-4/+4
* python: bulk replace file to open for py3Joe Guo2018-04-133-5/+5
* python: bulk port tdb iterkeys for py3Joe Guo2018-04-131-4/+4
* python: bulk replace dict.iteritems to items for py3Joe Guo2018-04-137-35/+32
* python/wscript: build grouping library for py2/py3 (--extra-python)Noel Power2018-04-131-12/+10
* python: create test for pysmb module.David Mulder2018-04-131-0/+89
* gpo: python chardet is not a dep of sambaDavid Mulder2018-04-121-1/+0
* gpo: Create a gp_sec_ext moduleDavid Mulder2018-04-122-134/+153
* gpo: Move implementation from samba_gpoupdateDavid Mulder2018-04-121-0/+76
* gpo: Create base class gp_inf_extDavid Mulder2018-04-121-34/+47
* gpo: Move the file parse function to gp_extDavid Mulder2018-04-121-27/+29
* gpo: Move gp_sec_ext __init__ to base classDavid Mulder2018-04-121-3/+3
* gpo: Rename the inf_to class to gp_ext_setterDavid Mulder2018-04-121-3/+3
* selftest: Make a transaction before @INDEXLIST etc is checked in dsdb_schema_...Andrew Bartlett2018-04-121-0/+16
* samba-tool: Use same method for removing trailing $ as elsewhere in the toolAndrew Bartlett2018-04-061-2/+8
* samba-tool: Escape username and computername in ldb search filterAndrew Bartlett2018-04-062-3/+5
* samba-tool: improve computer management commandsJoe Guo2018-04-063-16/+324
* tests/samba-tool: add tests for new computer management commandsBjörn Baumbach2018-04-061-0/+225
* samba-tool: implement computer management commandsBjörn Baumbach2018-04-063-0/+435
* dsdb: add lmdbLevelOne as a required feature.Gary Lockyer2018-04-061-1/+11
* provision: Set @INDEXLIST first when building dummy sam.ldbAndrew Bartlett2018-04-061-3/+5
* provision: allow provisioning of a different database backendGary Lockyer2018-04-064-23/+67
* python: Add wrapper of mdb_copy that we can call from pythonGary Lockyer2018-04-061-0/+40
* samba-tool domain classicupgrade: Do not mix python-samdb transactions and pa...Andrew Bartlett2018-04-061-29/+19
* selftest: enable py3 for samba.tests.samdb_apiJoe Guo2018-04-051-10/+10
* selftest: enable py3 for samba.tests.kcc.graph_utilsJoe Guo2018-04-051-1/+1