summaryrefslogtreecommitdiff
path: root/source4/scripting/devel
AgeCommit message (Expand)AuthorFilesLines
2022-07-08s4:scripting: Reformat shell scriptsAndreas Schneider7-54/+56
2022-05-10python: Remove redundant assignmentsJoseph Sutton1-1/+1
2022-05-10python: Remove unnecessary 'pass' statementsJoseph Sutton2-2/+0
2021-09-04python: Fix usage stringsJoseph Sutton2-2/+2
2021-04-28tests: Use ldbsearch '--scope instead of '-s'Andreas Schneider1-2/+2
2021-04-28python: remove all 'from __future__ import print_function'Douglas Bagnall7-8/+0
2020-11-06Remove source4/scripting/devel/createtrust scriptIsaac Boukris1-125/+0
2020-08-11python compat: remove text_typeDouglas Bagnall1-2/+2
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