summaryrefslogtreecommitdiff
path: root/script
Commit message (Expand)AuthorAgeFilesLines
* PY3: change shebang to python3 in script dirJoe Guo2018-12-144-4/+4
* autobuild: convert top_commit_msg to str for Py 3Douglas Bagnall2018-12-121-0/+1
* autobuild: py3: cope with bytes when compiling system-info.txtDouglas Bagnall2018-12-121-3/+8
* autobuild: We should run autobuild with python3 by defaultNoel Power2018-12-101-1/+1
* autobuild: Convert old py3 tasks to py2Noel Power2018-12-101-8/+8
* autobuild: Adjust autobuild for PY2/PY3 get_python_lib behaviourNoel Power2018-12-101-4/+4
* autobuild: Modify old samba_buildpy3_only job to python2Noel Power2018-12-101-6/+6
* script: Fix failing build_xc jobNoel Power2018-12-101-0/+14
* autobuild: Remove temporary purepy3 tasksNoel Power2018-12-101-82/+0
* CI: Add new (TEMP) pure python3 autobuild jobs for samba-build & samba-nt4Noel Power2018-12-101-0/+39
* script: PY3 port traffic_learnerNoel Power2018-12-101-5/+5
* script: Add new (temporary) pure python3 ad-dc testNoel Power2018-12-101-0/+15
* traffic_replay: Add a max-members option to cap group sizeTim Beale2018-12-041-0/+4
* autobuild: Add _FORTIFY_SOURCE=2 to the -O3 buildAndreas Schneider2018-11-281-1/+1
* script: Add new (temporary) pure python3 ad-dc-2 testNoel Power2018-11-141-0/+18
* 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