summaryrefslogtreecommitdiff
path: root/source4/scripting
Commit message (Expand)AuthorAgeFilesLines
* samba_dnsupdate: flush dns update cache file after writeJoe Guo2019-05-101-0/+1
* s4/scripting/bin Remove unecessary scriptsNoel Power2019-05-062-753/+0
* build: Remove ndr_PyLong_FromUnsignedLongLong wrapper from NT_STATUS and W_ER...Andrew Bartlett2019-05-062-18/+2
* samba_dnsupdate: small tweaks to make code more pythonicJoe Guo2019-04-021-49/+19
* s4/scripting: remove obsolete w32err_code.pyDouglas Bagnall2019-03-141-363/+0
* s4/scripting: Remove legacy selftest-vars.sh scriptTim Beale2019-03-121-36/+0
* selftest: Remove unused SELFTEST_INTERFACESTim Beale2019-03-121-1/+0
* s4/scripting/autoidl: p3 exception syntaxDouglas Bagnall2019-03-121-1/+2
* s4/scripting: MORE py3 compatible print functionsDouglas Bagnall2019-03-129-62/+71
* selftest: Remove unused environment variablesTim Beale2019-02-181-12/+0
* sambaundoguididx: use the right escaped oder unescaped sam ldb filesBjörn Jacke2019-02-171-2/+1
* samba_dnsupdate: make rodc_dns_update() more robust against timing problemsStefan Metzmacher2019-02-141-1/+12
* samba_dnsupdate: make it clear that opts.use_file is active and we're not usi...Stefan Metzmacher2019-02-141-3/+6
* s4/scripting/bin: open unicode files with utf8 encoding and write unicode stringJoe Guo2019-02-082-8/+14
* samba_dnsupdate: With dns_hub, we don't need resolv_wrapVolker Lendecke2019-01-151-25/+12
* s4:scripting:bin: rm rpcclientGuo Qiao2018-12-171-305/+0
* PY3: change shebang to python3 in source4/scripting dirJoe Guo2018-12-1412-12/+12
* PY3: change shebang to python3 in source4/scripting/bin dirJoe Guo2018-12-1429-29/+29
* s4/scripting: python3 fix string.find instanceNoel Power2018-12-141-2/+2
* various: Remove references to about to be deleted thirdparty/dnspythonNoel Power2018-12-112-2/+0
* python/samba/tests: PY3 port samba.tests.dnsNoel Power2018-12-101-1/+2
* s4/scripting/bin: gensec_client.update needs bytesNoel Power2018-11-141-2/+1
* s4/scripting/bin: PY3 convert servicePrincipalName attr to stringTim Beale2018-11-141-1/+1
* s4/scripting/*: py3 compatible printDouglas Bagnall2018-11-0214-31/+32
* dnsupdate: Skip kerberos step if use-file specifiedTim Beale2018-11-011-2/+2
* dnsupdate: Pass smb.conf through to samba-tool commandsTim Beale2018-11-011-0/+4
* s4/scripting/pfm_verify: PY3: use compat.text_typeDouglas Bagnall2018-11-011-2/+2
* s4/scripting/samba_upgradedns: avoid .has_key()Douglas Bagnall2018-11-011-2/+2
* s4/scripting/minschema: whitespace reformat and py3 compatible printDouglas Bagnall2018-11-011-8/+8
* s4/scripting/autoidl: py3 compatible exceptDouglas Bagnall2018-11-011-2/+2
* s4/scripting/demodirsync: fix syntax errorDouglas Bagnall2018-10-251-1/+1
* s4/scripting: py3 style 0o123 octal, not 0123Douglas Bagnall2018-10-251-1/+1
* s4/scripting/pfm_verify: remove duplicate importDouglas Bagnall2018-10-251-1/+0
* python/samba: PY3 fix samba4.blackbox.upgradeprovision.release-4-0-0Noel Power2018-10-231-1/+1
* s4/scripting/bin: blobs needs to be bytesNoel Power2018-10-231-1/+1
* s4/scripting/bin: PY3 make sure GUID result of format is stringNoel Power2018-10-232-2/+4
* s4/scripting: Py2/Py3 for samba4.blackbox.upgradeprovision.alpha13Noel Power2018-10-231-3/+4
* s4/scripting: PY2/PY3 port for samba4.blackbox.upgradeprovision.currentNoel Power2018-10-231-19/+19
* s4/scripting/bin: PY3 Fix exception tuple assignments.Noel Power2018-10-231-1/+2
* s4/scripting: PY3 need to convert cmp funct to key func for sort.Noel Power2018-10-231-2/+3
* s4/scripting/bin: PY3 Make sure print statements are enclosed by '()'Noel Power2018-10-235-92/+93
* s4/script/samba_upgradeprovision: set global dnNotToRecalculateFound varDouglas Bagnall2018-10-121-1/+2
* s4/script/samba_upgradeprovision: remove unused variableDouglas Bagnall2018-10-121-1/+0
* s4/script/samba_upgradeprovision: remove duplicate (contradictory) dict keyDouglas Bagnall2018-10-121-1/+0
* s4/script/samba_upgradeprovision: use int not long for Python 3Douglas Bagnall2018-10-121-1/+1
* gpupdate: Add the --force optionDavid Mulder2018-10-081-1/+3
* gpo: Initialize gp_ext variables in constructorDavid Mulder2018-10-081-3/+3
* gpupdate: Remove the unnecessary url parameterDavid Mulder2018-10-081-22/+3
* samba_dnsupdate: honor 'dns zone scavenging' option, only update if neededBjörn Baumbach2018-09-121-1/+14
* PEP8: fix E122: continuation line missing indentation or outdentedJoe Guo2018-09-061-2/+2