summaryrefslogtreecommitdiff
path: root/source4/scripting
AgeCommit message (Expand)AuthorFilesLines
2019-07-05s4/scripting/smbstatus: begoneDouglas Bagnall1-92/+0
2019-07-05s4/scripting/autoidl: remove itDouglas Bagnall1-164/+0
2019-07-05s4/scripting/samba_dnsupdate: print usage with no argumentsDouglas Bagnall1-4/+16
2019-07-05s4/scripting/demodirsync: print usage if no host namedDouglas Bagnall1-0/+3
2019-07-05s4/scripting/mymachinepw: print usage with bad argumentsDouglas Bagnall1-3/+6
2019-07-05s4/scripting/get-descriptors: print usage with insufficient argumentsDouglas Bagnall1-0/+4
2019-07-02kcc: default to logging to DBGLVL_WARNINGGary Lockyer1-1/+4
2019-07-02s4/scripting/smbstatus: approach py3 compatibilityDouglas Bagnall1-2/+2
2019-07-02s4/script/rodcdns: str type doesn't need decodingDouglas Bagnall1-1/+1
2019-07-02s4/scripting/autoidl: another py3 incompatible exceptDouglas Bagnall1-1/+2
2019-05-29downgradedatabase: adding special case for MDBAaron Haslett1-2/+27
2019-05-29sambadowngradedatabase: Add "or later" to warning about using tools from Samb...Andrew Bartlett1-1/+1
2019-05-29sambaundoguididx: renamed to downgradedatabaseAaron Haslett1-0/+0
2019-05-29sambaundoguididx: fix for -sAndrew Bartlett1-2/+4
2019-05-23sambaundoguididx: Add flags=ldb.FLG_DONT_CREATE_DB and port to Python3Andrew Bartlett1-6/+10
2019-05-10samba_dnsupdate: flush dns update cache file after writeJoe Guo1-0/+1
2019-05-06s4/scripting/bin Remove unecessary scriptsNoel Power2-753/+0
2019-05-06build: Remove ndr_PyLong_FromUnsignedLongLong wrapper from NT_STATUS and W_ER...Andrew Bartlett2-18/+2
2019-04-02samba_dnsupdate: small tweaks to make code more pythonicJoe Guo1-49/+19
2019-03-14s4/scripting: remove obsolete w32err_code.pyDouglas Bagnall1-363/+0
2019-03-12s4/scripting: Remove legacy selftest-vars.sh scriptTim Beale1-36/+0
2019-03-12selftest: Remove unused SELFTEST_INTERFACESTim Beale1-1/+0
2019-03-12s4/scripting/autoidl: p3 exception syntaxDouglas Bagnall1-1/+2
2019-03-12s4/scripting: MORE py3 compatible print functionsDouglas Bagnall9-62/+71
2019-02-18selftest: Remove unused environment variablesTim Beale1-12/+0
2019-02-17sambaundoguididx: use the right escaped oder unescaped sam ldb filesBjörn Jacke1-2/+1
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