summaryrefslogtreecommitdiff
path: root/source4/scripting
AgeCommit message (Expand)AuthorFilesLines
2019-02-14samba_dnsupdate: make rodc_dns_update() more robust against timing problemsStefan Metzmacher1-1/+12
2019-02-14samba_dnsupdate: make it clear that opts.use_file is active and we're not usi...Stefan Metzmacher1-3/+6
2019-02-08s4/scripting/bin: open unicode files with utf8 encoding and write unicode stringJoe Guo2-8/+14
2019-01-15samba_dnsupdate: With dns_hub, we don't need resolv_wrapVolker Lendecke1-25/+12
2018-12-17s4:scripting:bin: rm rpcclientGuo Qiao1-305/+0
2018-12-14PY3: change shebang to python3 in source4/scripting dirJoe Guo12-12/+12
2018-12-14PY3: change shebang to python3 in source4/scripting/bin dirJoe Guo29-29/+29
2018-12-14s4/scripting: python3 fix string.find instanceNoel Power1-2/+2
2018-12-11various: Remove references to about to be deleted thirdparty/dnspythonNoel Power2-2/+0
2018-12-10python/samba/tests: PY3 port samba.tests.dnsNoel Power1-1/+2
2018-11-14s4/scripting/bin: gensec_client.update needs bytesNoel Power1-2/+1
2018-11-14s4/scripting/bin: PY3 convert servicePrincipalName attr to stringTim Beale1-1/+1
2018-11-02s4/scripting/*: py3 compatible printDouglas Bagnall14-31/+32
2018-11-01dnsupdate: Skip kerberos step if use-file specifiedTim Beale1-2/+2
2018-11-01dnsupdate: Pass smb.conf through to samba-tool commandsTim Beale1-0/+4
2018-11-01s4/scripting/pfm_verify: PY3: use compat.text_typeDouglas Bagnall1-2/+2
2018-11-01s4/scripting/samba_upgradedns: avoid .has_key()Douglas Bagnall1-2/+2
2018-11-01s4/scripting/minschema: whitespace reformat and py3 compatible printDouglas Bagnall1-8/+8
2018-11-01s4/scripting/autoidl: py3 compatible exceptDouglas Bagnall1-2/+2
2018-10-25s4/scripting/demodirsync: fix syntax errorDouglas Bagnall1-1/+1
2018-10-25s4/scripting: py3 style 0o123 octal, not 0123Douglas Bagnall1-1/+1
2018-10-25s4/scripting/pfm_verify: remove duplicate importDouglas Bagnall1-1/+0
2018-10-23python/samba: PY3 fix samba4.blackbox.upgradeprovision.release-4-0-0Noel Power1-1/+1
2018-10-23s4/scripting/bin: blobs needs to be bytesNoel Power1-1/+1
2018-10-23s4/scripting/bin: PY3 make sure GUID result of format is stringNoel Power2-2/+4
2018-10-23s4/scripting: Py2/Py3 for samba4.blackbox.upgradeprovision.alpha13Noel Power1-3/+4
2018-10-23s4/scripting: PY2/PY3 port for samba4.blackbox.upgradeprovision.currentNoel Power1-19/+19
2018-10-23s4/scripting/bin: PY3 Fix exception tuple assignments.Noel Power1-1/+2
2018-10-23s4/scripting: PY3 need to convert cmp funct to key func for sort.Noel Power1-2/+3
2018-10-23s4/scripting/bin: PY3 Make sure print statements are enclosed by '()'Noel Power5-92/+93
2018-10-12s4/script/samba_upgradeprovision: set global dnNotToRecalculateFound varDouglas Bagnall1-1/+2
2018-10-12s4/script/samba_upgradeprovision: remove unused variableDouglas Bagnall1-1/+0
2018-10-12s4/script/samba_upgradeprovision: remove duplicate (contradictory) dict keyDouglas Bagnall1-1/+0
2018-10-12s4/script/samba_upgradeprovision: use int not long for Python 3Douglas Bagnall1-1/+1
2018-10-08gpupdate: Add the --force optionDavid Mulder1-1/+3
2018-10-08gpo: Initialize gp_ext variables in constructorDavid Mulder1-3/+3
2018-10-08gpupdate: Remove the unnecessary url parameterDavid Mulder1-22/+3
2018-09-12samba_dnsupdate: honor 'dns zone scavenging' option, only update if neededBjörn Baumbach1-1/+14
2018-09-06PEP8: fix E122: continuation line missing indentation or outdentedJoe Guo1-2/+2
2018-08-24PEP8: fix E713: test for membership should be 'not in'Joe Guo2-2/+2
2018-08-24PEP8: fix E711: comparison to None should be 'if cond is not None:'Joe Guo2-3/+3
2018-08-24PEP8: fix E703: statement ends with a semicolonJoe Guo1-1/+1
2018-08-24PEP8: fix E502: the backslash is redundant between bracketsJoe Guo1-5/+5
2018-08-24PEP8: fix E305: expected 2 blank lines after class or function definition, fo...Joe Guo4-0/+4
2018-08-24PEP8: fix E302: expected 2 blank lines, found 1Joe Guo4-0/+10
2018-08-24PEP8: fix E265: block comment should start with '# 'Joe Guo1-8/+8
2018-08-24PEP8: fix E231: missing whitespace after ','Joe Guo2-2/+2
2018-08-24PEP8: fix E226: missing whitespace around arithmetic operatorJoe Guo2-6/+6
2018-08-24PEP8: fix E225: missing whitespace around operatorJoe Guo1-8/+8
2018-08-24PEP8: fix E202: whitespace before ')'Joe Guo1-9/+9