summaryrefslogtreecommitdiff
path: root/source4/scripting
Commit message (Expand)AuthorAgeFilesLines
* downgradedatabase: installing scriptAaron Haslett2019-08-262-2/+3
* downgradedatabase: rename to samba_downgrade_dbTim Beale2019-08-261-0/+0
* downgradedatabase: comply with samba.tests.sourceAaron Haslett2019-08-261-3/+23
* s4/scripting/smbstatus: begoneDouglas Bagnall2019-07-051-92/+0
* s4/scripting/autoidl: remove itDouglas Bagnall2019-07-051-164/+0
* s4/scripting/samba_dnsupdate: print usage with no argumentsDouglas Bagnall2019-07-051-4/+16
* s4/scripting/demodirsync: print usage if no host namedDouglas Bagnall2019-07-051-0/+3
* s4/scripting/mymachinepw: print usage with bad argumentsDouglas Bagnall2019-07-051-3/+6
* s4/scripting/get-descriptors: print usage with insufficient argumentsDouglas Bagnall2019-07-051-0/+4
* kcc: default to logging to DBGLVL_WARNINGGary Lockyer2019-07-021-1/+4
* s4/scripting/smbstatus: approach py3 compatibilityDouglas Bagnall2019-07-021-2/+2
* s4/script/rodcdns: str type doesn't need decodingDouglas Bagnall2019-07-021-1/+1
* s4/scripting/autoidl: another py3 incompatible exceptDouglas Bagnall2019-07-021-1/+2
* downgradedatabase: adding special case for MDBAaron Haslett2019-05-291-2/+27
* sambadowngradedatabase: Add "or later" to warning about using tools from Samb...Andrew Bartlett2019-05-291-1/+1
* sambaundoguididx: renamed to downgradedatabaseAaron Haslett2019-05-291-0/+0
* sambaundoguididx: fix for -sAndrew Bartlett2019-05-291-2/+4
* sambaundoguididx: Add flags=ldb.FLG_DONT_CREATE_DB and port to Python3Andrew Bartlett2019-05-231-6/+10
* 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