summaryrefslogtreecommitdiff
path: root/source4/scripting/devel
Commit message (Expand)AuthorAgeFilesLines
* 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
* devel-scripts: ask with WRIT_REP by defaultMatthieu Patou2013-01-211-0/+1
* devel-getncchange: try to find the dest_dsa automaticallyMatthieu Patou2013-01-211-3/+19
* s4:scripting/python: always treat the highwatermark as opaque (bug #9508)Stefan Metzmacher2013-01-012-2/+2
* devel-crackname: Print if count > 0Matthieu Patou2012-10-071-2/+5
* LDB/s4 - do not use the "(dn=...)" syntax on filters anymoreMatthias Dieter Wallnöfer2012-03-261-1/+1
* python: Change except: statement to except Exception:Amitay Isaacs2012-01-241-3/+3
* s4:repl_cleartext_pwd.py: add optional 'clear_utf16_name' parameterStefan Metzmacher2012-01-121-7/+17
* s4:repl_cleartext_pwd.py: add 'attmode' parameter to convert the attname to utf8Stefan Metzmacher2012-01-121-5/+22
* s4:repl_cleartext_pwd.py: correctly compare attids as uint32_t valuesStefan Metzmacher2012-01-121-5/+10
* s4:scripting/devel: add repl_cleartext_pwd.py scriptStefan Metzmacher2012-01-091-0/+377
* s4: Simple test script to create lots of contacts to stress the LDBMatthieu Patou2011-11-111-0/+96
* s4: add createtrust tool for testingAndrew Bartlett2011-09-131-0/+137