summaryrefslogtreecommitdiff
path: root/script
Commit message (Expand)AuthorAgeFilesLines
* traffic_replay: Rework machine accounts to remove redundant codeTim Beale2018-11-071-0/+1
* traffic_replay: Move 'traffic account' flag up a levelTim Beale2018-11-071-2/+4
* traffic_replay: Move machine account creationTim Beale2018-11-071-1/+5
* autobuild: remove unused variablesDouglas Bagnall2018-11-011-2/+0
* traffic_replay: Exception has no .messageDouglas Bagnall2018-11-011-1/+1
* script/show_test_time: attempt py3 compatDouglas Bagnall2018-11-011-1/+1
* traffic_replay: logger was ignoring smb.conf log-levelTim Beale2018-10-311-1/+1
* traffic_replay: Generate users faster by writing to local DBTim Beale2018-10-311-1/+11
* script/show_test_time: approach python 3 compatibilityDouglas Bagnall2018-10-251-3/+3
* script/generate_param.py: remove unused importsDouglas Bagnall2018-10-251-4/+0
* CI/Autobuild: Remove samba-none-env-py3 testNoel Power2018-10-231-1/+0
* script: Add new (temporary) autobuild task for none-env tests.Noel Power2018-10-231-0/+13
* script/traffic_replay: apply new logger to replace printJoe Guo2018-10-101-51/+57
* script/traffic_replay: get debug level via apiJoe Guo2018-10-101-4/+5
* script/traffic_replay: print packets data to stderrJoe Guo2018-10-101-2/+2
* third_party: Add pam_set_items.so from pam_wrapperMathieu Parent2018-10-021-0/+1
* script: add new autobuild task for building pure python3Noel Power2018-09-281-0/+8
* turn --with-json-audit into global --with-jsonPhilipp Gesang2018-09-261-1/+1
* script/autobuild: Fix formatting in send_emailAlexander Bokovoy2018-09-051-1/+1
* script/autobuild: re-use CACHE_SUFFIX from waflibAlexander Bokovoy2018-09-051-1/+11
* build:wafsamba: Ignore cfg_file absolute paths differencesThomas Nagy2018-09-051-0/+3
* script/autobuild: use --out instead of -b when calling configureThomas Nagy2018-09-051-2/+2
* build:wafsamba: detail where we are processing the autobuildThomas Nagy2018-09-051-2/+2
* autobuild: Avoid subshell for tail -f invocationAndrew Bartlett2018-08-291-5/+5
* autobuild: use close_fds=True to avoid *.stderr and *.stdout inheriting into ...Andrew Bartlett2018-08-291-2/+3
* autobuild: Move backup/restore environments into to samba-ad-dc-2 autobuild jobAndrew Bartlett2018-08-291-2/+15
* autobuild: Move ad_dc_no_nss into to samba-ad-dc-2 autobuild jobAndrew Bartlett2018-08-291-1/+5
* autobuild: Reduce duplication of task list in autobuildAndrew Bartlett2018-08-291-32/+6
* autobuild: Implement a split python2 and python2 build patternAndrew Bartlett2018-08-291-28/+59
* autobuild: Fix -py3 support to look in tasks (the table with the tests) not t...Andrew Bartlett2018-08-271-1/+1
* autobuild: Allow automatic handling of autobuild tasks ending in -py3Andrew Bartlett2018-08-251-2/+9
* PEP8: improve spacing around colonsDouglas Bagnall2018-08-241-10/+10
* PEP8: fix W291: trailing whitespaceJoe Guo2018-08-241-4/+4
* PEP8: fix E703: statement ends with a semicolonJoe Guo2018-08-241-1/+1
* PEP8: fix E401: multiple imports on one lineJoe Guo2018-08-242-2/+7
* PEP8: fix E305: expected 2 blank lines after class or function definition, fo...Joe Guo2018-08-243-0/+7
* PEP8: fix E303: too many blank lines (2)Joe Guo2018-08-241-1/+0
* PEP8: fix E302: expected 2 blank lines, found 1Joe Guo2018-08-243-0/+15
* PEP8: fix E261: at least two spaces before inline commentJoe Guo2018-08-241-4/+4
* PEP8: fix E251: unexpected spaces around keyword / parameter equalsJoe Guo2018-08-242-4/+4
* PEP8: fix E231: missing whitespace after ','Joe Guo2018-08-243-4/+4
* PEP8: fix E226: missing whitespace around arithmetic operatorJoe Guo2018-08-241-1/+1
* PEP8: fix E225: missing whitespace around operatorJoe Guo2018-08-243-3/+3
* PEP8: fix E222: multiple spaces after operatorJoe Guo2018-08-241-1/+1
* PEP8: fix E203: whitespace before ':'Joe Guo2018-08-242-38/+38
* PEP8: fix E202: whitespace before ')'Joe Guo2018-08-242-25/+25
* PEP8: fix E201: whitespace after '('Joe Guo2018-08-241-14/+14
* PEP8: fix E128: continuation line under-indented for visual indentJoe Guo2018-08-243-12/+12
* PEP8: fix E123: closing bracket does not match indentation of opening bracket...Joe Guo2018-08-241-2/+2
* PEP8: fix E122: continuation line missing indentation or outdentedJoe Guo2018-08-241-1/+1