summaryrefslogtreecommitdiff
path: root/buildtools
AgeCommit message (Expand)AuthorFilesLines
2020-11-10waf: check for pragma init/fini support for constructors/destructorsBjörn Jacke1-1/+39
2020-11-10waf: use _POSIX_PTHREAD_SEMANTIC on SolarisBjörn Jacke1-0/+4
2020-10-23buildtools: Do not install binaries which are for selftestAndreas Schneider1-2/+4
2020-10-01build: Remove Python2 handling in SAMBA_CHECK_PYTHON_HEADERS()Andrew Bartlett1-5/+2
2020-10-01build: Remove Python2 support from the buildAndrew Bartlett1-3/+0
2020-09-07waf: upgrade to 2.0.20David Mulder4-4/+5
2020-08-26third_party: Update resolv_wrapper to version 1.1.7Andreas Schneider1-1/+1
2020-08-11python compat: remove StringIODouglas Bagnall1-1/+1
2020-08-07wafsamba: run SAMBA_GENERATOR('VERSION') with group='setup'Stefan Metzmacher1-0/+1
2020-06-23third_party/socket_wrapper: Update socket_wrapper to version 1.2.5Stefan Metzmacher1-1/+1
2020-06-12build: Put the note from the bottom of the old BUILD_SYSTEMS.txt somewhere us...Andrew Bartlett1-0/+3
2020-05-08Fix clang 9 for-loop-analysis warningsGary Lockyer1-1/+0
2020-05-08Fix clang 9 format-nonliteral warningsGary Lockyer1-1/+0
2020-05-08Fix clang 9 missing-field-initializer warningsGary Lockyer1-1/+0
2020-05-08Fix clang 9 unused-function warningsGary Lockyer1-1/+0
2020-05-08Fix clang 9 enum-conversion warningsGary Lockyer1-1/+0
2020-05-08Fix clang 9 constant-conversion warningsGary Lockyer1-1/+0
2020-05-08Fix clang 9 logical-not-parentheses warningsGary Lockyer1-1/+0
2020-05-08Fix clang 9 parentheses-equality warningsGary Lockyer1-1/+0
2020-05-08build: Allow developer builds with clang 9Gary Lockyer1-0/+9
2020-04-06third_party: Update nss_wrapper to version 1.1.11Andreas Schneider1-1/+1
2020-03-25third_party: Update resolv_wrapper to version 1.1.6Stefan Metzmacher1-1/+1
2020-03-25third_party: Update socket_wrapper to version 1.2.4Stefan Metzmacher1-1/+1
2020-03-25third_party: Update pam_wrapper to version 1.1.2Andreas Schneider1-1/+1
2020-03-20pidl:NDR/ServerCompat: Compat server PIDL parserSamuel Cabrero1-0/+1
2020-03-20third_party: Update nss_wrapper to version 1.1.10Andreas Schneider1-1/+1
2020-03-19build: Allow a fuzzing build with Python 3.5Andrew Bartlett1-0/+3
2020-03-09Require Python 3.6 for Samba 4.13Andrew Bartlett1-1/+1
2020-02-07pytests: heed assertEquals deprecation warning en-masseDouglas Bagnall3-25/+25
2020-02-06wafsamba: Do not use 'rU' as the 'U' is deprecated in Python 3.9Andreas Schneider1-1/+1
2019-12-11lib/fuzzing: Split up automatically build fuzzers into TYPE_{IN,OUT,STRUCT}Andrew Bartlett1-1/+13
2019-12-10build: Skip build of python bindings when in fuzzing modeAndrew Bartlett1-0/+4
2019-12-10lib/fuzzing: Add mode for the AFL fuzzerAndrew Bartlett2-3/+10
2019-12-10lib/fuzzing: Link only the required NDR_ subsystems into ndr_fuzz_X binariesAndrew Bartlett1-1/+1
2019-12-10lib/fuzzing: add fuzz_ndr_XDouglas Bagnall2-3/+11
2019-12-10build: Fix the build without system gssapi headersVolker Lendecke1-0/+1
2019-12-04pidl: optionally annotate output for debug purposesDouglas Bagnall3-1/+11
2019-12-03s4:heimdal_build: move krb5-types.h into include/krb5-types.hStefan Metzmacher1-1/+1
2019-11-22build: Do not build selftest binaries for builds without --enable-selftestAndrew Bartlett1-1/+5
2019-11-20lib/fuzzing: Use --fuzz-target-ldflags if specifiedAndrew Bartlett2-1/+11
2019-11-20build: Set fuzzer=True on fuzzer binariesDouglas Bagnall1-1/+12
2019-11-14third_party: Update nss_wrapper to version 1.1.7Andreas Schneider1-1/+1
2019-11-13build: Refuse to build if ADDITIONAL_LDFLAGS or ADDITIONAL_CFLAGS do not workAndrew Bartlett1-6/+16
2019-11-13heimdal_build: Recurse to bld.SAMBA_BINARY()Andrew Bartlett1-0/+4
2019-11-13build: Remove workaround for missing os.path.relpath in Python < 2.6Andrew Bartlett10-41/+22
2019-10-31buildtools/wafsamba/wscript: typo fixesBjörn Jacke1-1/+1
2019-10-31buildtools/wafsamba/samba_install.py: typo fixesBjörn Jacke1-3/+3
2019-10-24waf: Symlink the compile database to the source dir for clangdAndreas Schneider1-0/+6
2019-10-24waf: Create clang compilation databaseAndreas Schneider1-0/+2
2019-10-20wafsamba: pass environment to cross-execute testsUri Simchoni1-1/+2