summaryrefslogtreecommitdiff
path: root/source4/scripting/devel
AgeCommit message (Expand)AuthorFilesLines
2019-09-24pfm_verif: string concatenation efficiency cleanupBjörn Jacke1-3/+1
2019-09-24scripting: avoid inefficient string redefinitionBjörn Jacke1-5/+4
2019-07-05s4/scripting/demodirsync: print usage if no host namedDouglas Bagnall1-0/+3
2019-07-02s4/script/rodcdns: str type doesn't need decodingDouglas Bagnall1-1/+1
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: MORE py3 compatible print functionsDouglas Bagnall3-11/+11
2019-02-18selftest: Remove unused environment variablesTim Beale1-12/+0
2018-12-14PY3: change shebang to python3 in source4/scripting dirJoe Guo12-12/+12
2018-11-02s4/scripting/*: py3 compatible printDouglas Bagnall5-5/+5
2018-11-01s4/scripting/pfm_verify: PY3: use compat.text_typeDouglas 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-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
2018-08-24PEP8: fix E201: whitespace after '('Joe Guo1-9/+9
2018-08-24PEP8: fix E127: continuation line over-indented for visual indentJoe Guo1-2/+2
2018-08-24PEP8: fix E111: indentation is not a multiple of fourJoe Guo2-31/+31
2018-05-12s4/scripting/devel: py2/py3 compatability always decode result of b64encodeNoel Power2-7/+7
2018-05-12devel: removing unused code from chgkrbtgtpassAaron Haslett1-4/+1
2018-03-23s4/scripting: convert print func to be py2/py3 compatibleNoel Power4-51/+55
2017-02-10getncchanges script: use library code, not copied functions.Douglas Bagnall1-75/+2
2017-01-22param: Remove winbindd privileged socket directory optionAndrew Bartlett1-1/+0
2016-02-03s4:scripting/devel: make use of the generic arcfour_encrypt() and string_to_b...Stefan Metzmacher1-15/+3
2015-03-16selftest: rename env dc to ad_dc_ntvfsMichael Adam1-6/+6
2015-02-25s4/scripting/devel: Add tool to roll over the krbtgt passwordAndrew Bartlett1-0/+63
2014-11-22speedtest: Use samba.tests.subunitrun.Jelmer Vernooij1-14/+4
2014-11-19speedtest: Create and run a single testsuite, should easy migration to regula...Jelmer Vernooij1-8/+8
2014-04-17selftest: Rename WINBINDD_SOCKET_DIR environment variable.Andreas Schneider1-1/+1
2013-07-03Make the output of the crackname script more readableMatthieu Patou1-4/+4
2013-01-22devel-script: add options for RODC and partial replica for replicate flagsMatthieu Patou1-1/+21
2013-01-21devel-scripts: ask with WRIT_REP by defaultMatthieu Patou1-0/+1
2013-01-21devel-getncchange: try to find the dest_dsa automaticallyMatthieu Patou1-3/+19
2013-01-01s4:scripting/python: always treat the highwatermark as opaque (bug #9508)Stefan Metzmacher2-2/+2
2012-10-07devel-crackname: Print if count > 0Matthieu Patou1-2/+5
2012-03-26LDB/s4 - do not use the "(dn=...)" syntax on filters anymoreMatthias Dieter Wallnöfer1-1/+1
2012-01-24python: Change except: statement to except Exception:Amitay Isaacs1-3/+3
2012-01-12s4:repl_cleartext_pwd.py: add optional 'clear_utf16_name' parameterStefan Metzmacher1-7/+17
2012-01-12s4:repl_cleartext_pwd.py: add 'attmode' parameter to convert the attname to utf8Stefan Metzmacher1-5/+22