summaryrefslogtreecommitdiff
path: root/python
Commit message (Expand)AuthorAgeFilesLines
* waf: disable-python - don't build python/Ian Stakenvicius2017-03-101-3/+5
* python: Remove unused import PY3Andrew Bartlett2017-03-101-1/+0
* python: samba.gensec: Port module to Python 3 compatible formLumir Balhar2017-03-102-19/+18
* python: samba.getopt: Port module to Python 3 compatible formLumir Balhar2017-03-101-6/+2
* python: samba.tests.core: Port and enable core tests in Python 3Lumir Balhar2017-03-101-2/+2
* python: samba.tests: Move import of ported modules out of PY3 conditionLumir Balhar2017-03-101-2/+2
* python: samba._ldb: Port of samba._ldb to Python 3 compatible formLumir Balhar2017-03-101-5/+1
* python: samba.tests.auth: Add tests for samba.auth moduleLumir Balhar2017-03-101-2/+27
* dcerpc/misc tests: asset GUID ordering in python 2 and 3Douglas Bagnall2017-03-101-7/+10
* python: samba.tests.dcerpc.misc: Port and enable testsLumir Balhar2017-03-101-2/+9
* python: wscript_build: Build some modules for Python 3Lumir Balhar2017-03-101-5/+8
* python: Make top-level samba modules Python 3 compatibleLumir Balhar2017-03-103-23/+57
* python: samba.tests.dcerpc: Move Class RawDCERPCTest to separated file.Lumir Balhar2017-03-103-835/+865
* python: samba.tests.glue: Add new tests for samba._glue.Lumir Balhar2017-03-101-0/+74
* python: samba._glue: Port samba._glue module to Python 3.Lumir Balhar2017-03-101-11/+20
* python: samba.tests.param: Add missing testsLumir Balhar2017-03-101-1/+45
* python: samba.param: Port param module to Python 3Lumir Balhar2017-03-102-9/+4
* python: samba.tests.credentials: Python 3 compatible testsLumir Balhar2017-03-101-9/+17
* python/examples/winreg: two variable name typos on a single lineDouglas Bagnall2017-03-101-1/+1
* python sites/subnets: correctly spell variable nameDouglas Bagnall2017-03-101-1/+1
* python provision: FDSBackend takes forced uriDouglas Bagnall2017-03-101-4/+5
* python/remove_dc: avoid using non-existent variableDouglas Bagnall2017-03-101-2/+2
* samba-tool domain: correctly spell variable nameDouglas Bagnall2017-03-101-1/+1
* python/join: correct spelling of "ctx.del_noerror"Douglas Bagnall2017-03-101-1/+1
* dbchecker: Stop ignoring linked cases where both objects are aliveGarming Sam2017-02-231-10/+13
* samba-tool drs replicate: Add --single-objectAndrew Bartlett2017-02-231-4/+12
* python: Move partial replication logic into drs_utils.pyAndrew Bartlett2017-02-232-44/+39
* python: Move dnsserver helper functions into samba.dnsserverAndrew Bartlett2017-02-232-161/+182
* Correct "specifiy" typos.Chris Lamb2017-02-221-5/+5
* Correct "acheive" typos.Chris Lamb2017-02-221-1/+1
* Correct "overriden" typos.Chris Lamb2017-02-223-3/+3
* samba-tool:provision: use generate_random_machine_password() for machine pass...Stefan Metzmacher2017-02-212-4/+4
* samba-tool:domain: use generate_random_machine_password() for machine passwordsStefan Metzmacher2017-02-211-2/+2
* samba-tool:domain: use generate_random_machine_password() for trusted domainsStefan Metzmacher2017-02-212-25/+7
* pyglue: add generate_random_machine_password() wrapperStefan Metzmacher2017-02-212-1/+26
* python/samba: use an explicit .encode('utf-8') where we expect utf8 passwordsStefan Metzmacher2017-02-215-5/+5
* python/samba: provision_dns_add_samba.ldif expects utf-16-le passwordsStefan Metzmacher2017-02-211-1/+1
* Add missing import of sys in ms_schema.pyAndrej2017-02-211-0/+1
* python/tests: move samba_tool_drs test to proper placeBob Campbell2017-02-141-344/+0
* samba-tool/drs: do partial replication when --local is given by defaultBob Campbell2017-02-142-11/+54
* drs_utils: use a given highwatermark and uptodateness_vector in replicate()Bob Campbell2017-02-141-6/+11
* drs_utils: return number of replicated objects and links in replicate()Bob Campbell2017-02-141-1/+15
* tests/ndrdump: Add a test for --hex-inputGarming Sam2017-02-141-0/+4
* join.py: Correctly print an error in DsAddEntry when .info is NoneAndrew Bartlett2017-02-141-2/+5
* python: Use generated WERROR definitionsBob Campbell2017-02-145-29/+29
* samba-tool/domain: catch NTSTATUSError rather than RuntimeErrorBob Campbell2017-02-141-10/+11
* samba-tool/domain: use generated ntstatus rather than from local fileBob Campbell2017-02-141-18/+13
* samba-tool/domain: change incorrect NT_STATUS to WERRBob Campbell2017-02-141-2/+3
* dbcheck: Do not regard old one-way-links as errorsAndrew Bartlett2017-02-131-8/+39
* samba-tool: Correct handling of default value for use_ntvfs and use_xattrsAndrew Bartlett2017-02-111-7/+7