summaryrefslogtreecommitdiff
path: root/buildtools
Commit message (Expand)AuthorAgeFilesLines
* pytests: heed assertEquals deprecation warning en-masseDouglas Bagnall2020-02-073-25/+25
* wafsamba: Do not use 'rU' as the 'U' is deprecated in Python 3.9Andreas Schneider2020-02-061-1/+1
* lib/fuzzing: Split up automatically build fuzzers into TYPE_{IN,OUT,STRUCT}Andrew Bartlett2019-12-111-1/+13
* build: Skip build of python bindings when in fuzzing modeAndrew Bartlett2019-12-101-0/+4
* lib/fuzzing: Add mode for the AFL fuzzerAndrew Bartlett2019-12-102-3/+10
* lib/fuzzing: Link only the required NDR_ subsystems into ndr_fuzz_X binariesAndrew Bartlett2019-12-101-1/+1
* lib/fuzzing: add fuzz_ndr_XDouglas Bagnall2019-12-102-3/+11
* build: Fix the build without system gssapi headersVolker Lendecke2019-12-101-0/+1
* pidl: optionally annotate output for debug purposesDouglas Bagnall2019-12-043-1/+11
* s4:heimdal_build: move krb5-types.h into include/krb5-types.hStefan Metzmacher2019-12-031-1/+1
* build: Do not build selftest binaries for builds without --enable-selftestAndrew Bartlett2019-11-221-1/+5
* lib/fuzzing: Use --fuzz-target-ldflags if specifiedAndrew Bartlett2019-11-202-1/+11
* build: Set fuzzer=True on fuzzer binariesDouglas Bagnall2019-11-201-1/+12
* third_party: Update nss_wrapper to version 1.1.7Andreas Schneider2019-11-141-1/+1
* build: Refuse to build if ADDITIONAL_LDFLAGS or ADDITIONAL_CFLAGS do not workAndrew Bartlett2019-11-131-6/+16
* heimdal_build: Recurse to bld.SAMBA_BINARY()Andrew Bartlett2019-11-131-0/+4
* build: Remove workaround for missing os.path.relpath in Python < 2.6Andrew Bartlett2019-11-1310-41/+22
* buildtools/wafsamba/wscript: typo fixesBjörn Jacke2019-10-311-1/+1
* buildtools/wafsamba/samba_install.py: typo fixesBjörn Jacke2019-10-311-3/+3
* waf: Symlink the compile database to the source dir for clangdAndreas Schneider2019-10-241-0/+6
* waf: Create clang compilation databaseAndreas Schneider2019-10-241-0/+2
* wafsamba: pass environment to cross-execute testsUri Simchoni2019-10-201-1/+2
* wafsamba: avoid pre-forking if cross-compilation is enabledUri Simchoni2019-10-201-0/+2
* wafsamba: use test_args instead of exec_args to support cross-compilationUri Simchoni2019-10-202-4/+4
* waf: upgrade to 2.0.18Uri Simchoni2019-10-202-2/+2
* build: add SAMBA_DATADIR as "samba" subdirectory of DATADIRRalph Boehme2019-10-091-0/+2
* samba_version.py: avoid inefficient string concatenationsBjörn Jacke2019-09-211-4/+4
* samba_deps.py avoid inefficient string concatenationsBjörn Jacke2019-09-211-4/+2
* samba_bundled.py avoid inefficient string concatenationsBjörn Jacke2019-09-211-2/+2
* samba_autoconf.py: avoid inefficient string concatenationsBjörn Jacke2019-09-211-3/+2
* samba_abi.py: avoid inefficient string concatenationsBjörn Jacke2019-09-211-3/+1
* build: Raise minimum python version to 3.5.0 for Samba 4.12Andrew Bartlett2019-09-021-1/+1
* third_party: Remove zlib from third_partyAndrew Bartlett2019-08-171-18/+0
* Add fuzzing support to build systemMichael Hanselmann2019-08-072-0/+12
* wafsamba: change --picky-developer into --disable-warnings-as-errorsStefan Metzmacher2019-08-062-10/+6
* third_party: Update uid_wrapper to version 1.2.7Andreas Schneider2019-07-161-1/+1
* wafsamba: Use native waf timerLukas Slebodnik2019-06-181-13/+12
* third_party: Update waf to version 2.0.17Andreas Schneider2019-06-052-2/+2
* third_party: Update nss_wrapper to version 1.1.6Andreas Schneider2019-05-231-1/+1
* samba_autoconf: fix undefined behaviour sanitizer compile flagsGary Lockyer2019-05-161-1/+4
* selftest: enable undefined behaviour sanitizerGary Lockyer2019-05-142-1/+13
* wscript: mv --enable-coverage option to globalJoe Guo2019-05-101-0/+11
* wafsamba: Enable warnings about zero-length formatsAndreas Schneider2019-05-071-0/+1
* wafsamba: Enable warnings about format overflowsAndreas Schneider2019-05-071-0/+1
* wafsamba: Add compiler check for missing field initializer checkChristof Schmitt2019-04-301-1/+7
* waf: only set mandatory to False if not already set by the callerRalph Boehme2019-04-291-1/+3
* wafsamba: Enable warnings for missing field initializerAndreas Schneider2019-04-291-0/+1
* waf: Simplify condition for undefined symbol detectionMichael Hanselmann2019-04-021-5/+4
* third_party: Update socket_wrapper to version 1.2.3Andreas Schneider2019-03-221-1/+1
* build: Standardise on calling conf.SAMBA_CHECK_PYTHON() in librariesAndrew Bartlett2019-03-211-15/+8