summaryrefslogtreecommitdiff
path: root/source4/scripting/devel
Commit message (Expand)AuthorAgeFilesLines
* s4:scripting: Reformat shell scriptsAndreas Schneider2022-07-087-54/+56
* python: Remove redundant assignmentsJoseph Sutton2022-05-101-1/+1
* python: Remove unnecessary 'pass' statementsJoseph Sutton2022-05-102-2/+0
* python: Fix usage stringsJoseph Sutton2021-09-042-2/+2
* tests: Use ldbsearch '--scope instead of '-s'Andreas Schneider2021-04-281-2/+2
* python: remove all 'from __future__ import print_function'Douglas Bagnall2021-04-287-8/+0
* Remove source4/scripting/devel/createtrust scriptIsaac Boukris2020-11-061-125/+0
* python compat: remove text_typeDouglas Bagnall2020-08-111-2/+2
* pfm_verif: string concatenation efficiency cleanupBjörn Jacke2019-09-241-3/+1
* scripting: avoid inefficient string redefinitionBjörn Jacke2019-09-241-5/+4
* s4/scripting/demodirsync: print usage if no host namedDouglas Bagnall2019-07-051-0/+3
* s4/script/rodcdns: str type doesn't need decodingDouglas Bagnall2019-07-021-1/+1
* 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: MORE py3 compatible print functionsDouglas Bagnall2019-03-123-11/+11
* selftest: Remove unused environment variablesTim Beale2019-02-181-12/+0
* PY3: change shebang to python3 in source4/scripting dirJoe Guo2018-12-1412-12/+12
* s4/scripting/*: py3 compatible printDouglas Bagnall2018-11-025-5/+5
* s4/scripting/pfm_verify: PY3: use compat.text_typeDouglas 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
* s4/scripting/pfm_verify: remove duplicate importDouglas Bagnall2018-10-251-1/+0
* PEP8: fix E122: continuation line missing indentation or outdentedJoe Guo2018-09-061-2/+2
* PEP8: fix E713: test for membership should be 'not in'Joe Guo2018-08-242-2/+2
* PEP8: fix E711: comparison to None should be 'if cond is not None:'Joe Guo2018-08-242-3/+3
* PEP8: fix E703: statement ends with a semicolonJoe Guo2018-08-241-1/+1
* PEP8: fix E502: the backslash is redundant between bracketsJoe Guo2018-08-241-5/+5
* PEP8: fix E305: expected 2 blank lines after class or function definition, fo...Joe Guo2018-08-244-0/+4
* PEP8: fix E302: expected 2 blank lines, found 1Joe Guo2018-08-244-0/+10
* PEP8: fix E265: block comment should start with '# 'Joe Guo2018-08-241-8/+8
* PEP8: fix E231: missing whitespace after ','Joe Guo2018-08-242-2/+2
* PEP8: fix E226: missing whitespace around arithmetic operatorJoe Guo2018-08-242-6/+6
* PEP8: fix E225: missing whitespace around operatorJoe Guo2018-08-241-8/+8
* PEP8: fix E202: whitespace before ')'Joe Guo2018-08-241-9/+9
* PEP8: fix E201: whitespace after '('Joe Guo2018-08-241-9/+9
* PEP8: fix E127: continuation line over-indented for visual indentJoe Guo2018-08-241-2/+2
* PEP8: fix E111: indentation is not a multiple of fourJoe Guo2018-08-242-31/+31
* s4/scripting/devel: py2/py3 compatability always decode result of b64encodeNoel Power2018-05-122-7/+7
* devel: removing unused code from chgkrbtgtpassAaron Haslett2018-05-121-4/+1
* s4/scripting: convert print func to be py2/py3 compatibleNoel Power2018-03-234-51/+55
* getncchanges script: use library code, not copied functions.Douglas Bagnall2017-02-101-75/+2
* param: Remove winbindd privileged socket directory optionAndrew Bartlett2017-01-221-1/+0
* s4:scripting/devel: make use of the generic arcfour_encrypt() and string_to_b...Stefan Metzmacher2016-02-031-15/+3
* selftest: rename env dc to ad_dc_ntvfsMichael Adam2015-03-161-6/+6
* s4/scripting/devel: Add tool to roll over the krbtgt passwordAndrew Bartlett2015-02-251-0/+63
* speedtest: Use samba.tests.subunitrun.Jelmer Vernooij2014-11-221-14/+4
* speedtest: Create and run a single testsuite, should easy migration to regula...Jelmer Vernooij2014-11-191-8/+8
* selftest: Rename WINBINDD_SOCKET_DIR environment variable.Andreas Schneider2014-04-171-1/+1
* Make the output of the crackname script more readableMatthieu Patou2013-07-031-4/+4
* devel-script: add options for RODC and partial replica for replicate flagsMatthieu Patou2013-01-221-1/+21