leases_db: Add share_mode_lease info to leases.tdb
[gd/samba-autobuild/.git] / buildtools /
2019-04-02 Michael Hanselmannwaf: Simplify condition for undefined symbol detection
2019-03-22 Andreas Schneiderthird_party: Update socket_wrapper to version 1.2.3
2019-03-21 Andrew Bartlettbuild: Standardise on calling conf.SAMBA_CHECK_PYTHON...
2019-03-21 Andrew Bartlettbuild: Set default minimum python version to 3.4.0
2019-03-21 Andrew Bartlettbuild: Do not make python mandatory to build
2019-03-21 Andrew Bartlettbuild: Remove distinct .py3 ABI files
2019-03-21 Andrew Bartlettbuild: Remove bld.gen_python_environments()
2019-03-21 Andrew Bartlettbuild: Remove --extra-python
2019-03-01 Björn Jackewafbuild: create missing private library symlinks on...
2019-02-18 Joe Guowafsamba/symbols: change regex to match both rpath...
2019-02-18 Joe Guowafsamba/symbols: always split Popen output by bytes
2019-02-17 Björn Jackewaf: fix setting of RPATH_ST variable
2019-02-17 Björn Jackewafsamba: we should also remove stale symlinks here
2019-02-17 Björn Jackewaf: print the library name in which we search for...
2019-02-17 Björn Jackewaf: use the correct WERROR_CFLAGS in CHECK_CODE
2019-02-17 Björn Jackewaf: remove redundant WERROR flag
2019-02-17 Björn Jackewaf: remove duplicate WERROR cflags
2019-02-17 Björn Jackewaf: fix compiler warnings in configure checks
2019-02-17 Björn Jackewaf: fix WERROR_CFLAGS check
2019-02-17 Björn Jackewaf: fix some missing newline compiler warnings
2019-02-13 Joe Guowafsamba/samba_utils.py: override symlink to allow...
2019-02-11 Aliaksei Karalioubuild: Fixed usage of non-default path to WAFLOCK
2019-02-11 Noel Powerbuildtools/wafsamba: Avoid decode when using python2
2019-02-08 Aliaksei Karalioubuild:docs: Get rid of hardcoded 'bin/default'
2019-02-02 Douglas Bagnallabi_gen.sh: ignore gdb customisations when comparing...
2019-02-01 David Disseldorp... build: replace SAMBA3_ADD_OPTION with samba_add_onoff_o...
2019-01-29 Stefan Metzmacherwafsamba/replace: move __STDC_WANT_LIB_EXT1__ to CFLAGS
2019-01-02 Bjoern Jackewaf: let CHECK_SIZEOF check for 64 bit also
2018-12-21 Andrew Bartlettbuild: Remove --timestamp-dependencies (BROKEN)
2018-12-20 Andreas Schneiderwafsamba: Do not remove BUILTINS as duplicates
2018-12-14 Joe GuoPY3: change shebang to python3 in misc dirs
2018-12-14 Andrew Bartlettbuild: Move python detection back into waf (instead...
2018-12-13 Andrew Bartlettbuildtools/wafsamba: Ensure default python picked up...
2018-12-13 Noel Powerbuildtools/wafsamba: re-write shebang for delivered...
2018-12-13 Noel Powerbuildtools/wafsamba: Decode output of cmd_output (which...
2018-12-13 Stefan Metzmacherwafsamba: fix pidl dependencies to rebuild on pidl...
2018-12-13 Andrew Bartlettselftest: Run waf build --dup-symbol-check under $PYTHON
2018-12-13 Andrew Bartlettwaf-py3: Allow waf build --dup-symbol-check to operate...
2018-12-10 Noel Powerbuildtools/wafsamba: Support --extra-python with python2
2018-12-10 Noel Powerbuildtools/wafsamba Provide proper pc file
2018-12-10 Noel Powerbuildtools/wafsamba: Ensure we detect the correct python.
2018-12-10 Noel Powerbuildtools/wafsamba: Decode result of Popen as unicode...
2018-12-10 Noel PowerPY3 pure build fix some str/bytes wobblies
2018-12-05 Stefan Metzmacherwafsamba: add MODE_{744,_777}
2018-12-05 Stefan Metzmacherbuildtools: remove unused buildtools/bin/waf-1.9
2018-11-28 Andreas Schneiderwafsamba: Do not always set _FORTIFY_SOURCE=2
2018-11-20 Andreas Schneiderwaf: Load the C compiler correctly
2018-11-20 Stefan Metzmacherwafsamba: simplify SAMBA_PIDL_TABLES() rule
2018-11-20 Stefan Metzmacherwafsamba: remove unused Build.BuildContext.pre_build...
2018-11-20 Stefan Metzmacherwafsamba: remove the need of BuildContext.bdir
2018-11-20 Stefan Metzmacherwafsamba: remove hardcoded '..' and '/default/' from...
2018-11-20 Stefan Metzmacherwafsamba: add a fix for broken python threading if...
2018-11-20 Stefan Metzmacherwafsamba: fix CHECK_MAKEFLAGS() with waf 2.0.8
2018-11-15 Andreas Schneiderthird_party: Update socket_wrapper to version 1.2.1
2018-11-01 Douglas Bagnallwaflib: fix syntax error in string format
2018-11-01 Douglas Bagnallwaflib: add necessary imports
2018-10-31 Andreas Schneiderthird_party: Update nss_wrapper to version 1.1.5
2018-10-23 Noel PowerPY3: ensure StringIO usage is py2/py3 compatible
2018-10-23 Noel PowerPY3: relative import fixes
2018-10-02 Andreas Schneiderthird_party: Update cmocka to version 1.1.3
2018-10-02 Andreas Schneiderthird_party: Update pam_wrapper to version 1.0.7
2018-09-27 Noel Powerbuildtools/wafsamba: Finally fix reference to basestrin...
2018-09-26 Noel Powerbuildtools/wafsamba: add_manual_dependency needs bytes...
2018-09-26 Noel Powerbuildtools/wafsamba: fix basestring not defined error...
2018-09-26 Noel PowerPY3: md5 related functions need to be passed bytes
2018-09-26 Noel PowerPY3: decode bytes in py3 where strings are needed
2018-09-26 Noel PowerPY3: fix "TabError: inconsistent use of tabs and spaces"
2018-09-19 Noel PowerPY3: make sure print stmt is enclosed by '(' & ')'
2018-09-16 Noel PowerPY3: decode output of cmd_output for easier string...
2018-09-16 Noel PowerPY3: bytes.maketrans, string.maketrans is a PY2 only...
2018-09-16 Noel PowerPY3: enclose filter with list as len on result of filte...
2018-09-16 Noel Powerpy2/py3 enclose map with list
2018-09-16 Noel PowerPY3: fix some octal literals
2018-09-13 Martin Schwenkewafsamba: Only use $DESTDIR in INSTALL_DIR() if it...
2018-09-11 Martin Schwenkewafsamba: Drop unused, broken install_dir()
2018-09-11 Martin Schwenkewafsamba: Have INSTALL_DIR() log directory creation
2018-09-11 Martin Schwenkewafsamba: Make INSTALL_DIR() respect $DESTDIR
2018-09-10 Stefan Metzmacherwafsamba: remove tru64cc.py as it's not compatible...
2018-09-10 Stefan Metzmacherwafsamba: remove hpuxcc.py as it's not compatible with...
2018-09-10 Stefan Metzmacherwafsamba: remove irixcc.py as we don't support IRIX...
2018-09-10 Stefan Metzmacherwafsamba: fix generic_cc.py to work with waf 2
2018-09-10 Alexander Bokovoybuildtools/wafsamba: undefine a define for a failed...
2018-09-10 Stefan MetzmacherRevert "wafsamba/samba_autoconf: when setting undefined...
2018-09-08 Alexander Bokovoywafsamba/samba_autoconf: when setting undefined result...
2018-09-07 Andreas Schneiderwafsamba: Fix 'make -j<jobs>'
2018-09-07 Alexander Bokovoywafsamba/samba_waf18: redefine flex function
2018-09-07 Alexander Bokovoywafsamba/samba_autoconf: when setting undefined result...
2018-09-06 Andreas Schneiderwafsamba: Support clang as C compiler
2018-09-05 Alexander Bokovoybuildtools/wafsamba: use CACHE_SUFFIX instead of a...
2018-09-05 Alexander Bokovoybuildtools/wafsamba: remove ENFORCE_GROUP_ORDERING
2018-09-05 Alexander Bokovoybuildtools/wafsamba: port stale_files to waf 2.0
2018-09-05 Alexander Bokovoybuildtools/wafsamba: generate build options output...
2018-09-05 Alexander Bokovoywafsamba: install Python modules back to bin/python...
2018-09-05 Alexander Bokovoybuildtools/wafsamba: use cflags instead of ccflags...
2018-09-05 Alexander Bokovoybuildtools/wafsamba: use context instead of options...
2018-09-05 Alexander Bokovoybuildtools/wafsamba: crosscompile should use Utils...
2018-09-05 Alexander Bokovoybuildtools/wafsamba: use top and out for waf 2.0
2018-09-05 Alexander Bokovoybuildtools/wafsamba: use top for waf 2.0
2018-09-05 Alexander Bokovoybuildtools/wafsamba: change SAMBA_BUILD_ENV to use...
2018-09-05 Alexander Bokovoywafsamba: use correct context for APPNAME
next