summaryrefslogtreecommitdiff
path: root/buildtools/wafsamba/samba3.py
Commit message (Expand)AuthorAgeFilesLines
* HEIMDAL: move code from source4/heimdal* to third_party/heimdal*Stefan Metzmacher2022-01-191-6/+6
* s4:heimdal_build: changes required to build after importAndrew Bartlett2022-01-191-1/+1
* build: Only use embedded Heimdal include paths in an embedded Heimdal buildAndrew Bartlett2021-12-061-2/+2
* wafsamba: introduce SAMBA[3]_PLUGIN()Stefan Metzmacher2021-11-301-0/+5
* build: Fix the build without system gssapi headersVolker Lendecke2019-12-101-0/+1
* s4:heimdal_build: move krb5-types.h into include/krb5-types.hStefan Metzmacher2019-12-031-1/+1
* build: Remove workaround for missing os.path.relpath in Python < 2.6Andrew Bartlett2019-11-131-2/+2
* build: replace SAMBA3_ADD_OPTION with samba_add_onoff_optionDavid Disseldorp via samba-technical2019-02-011-3/+1
* buildtools/wafsamba: reduce importsAlexander Bokovoy2018-09-051-2/+2
* third_party:waf: update to upstream 2.0.4 releaseAlexander Bokovoy2018-09-051-3/+4
* wafsamba: Move command line option function labelled as 'samba3' to the commo...Matthieu Patou2017-02-091-29/+2
* lib: Remove tdb_compatVolker Lendecke2015-03-171-1/+1
* Fix more pep8 issues in code I touched recently.Jelmer Vernooij2014-10-141-4/+5
* Remove last instances of pep8 error E712 (use 'is' rather than '==' for boole...Jelmer Vernooij2014-10-141-2/+2
* Don't build iniparser anymore.Jeremy Allison2014-08-141-6/+0
* wafsamba: display the default value in help for SAMBA3_ADD_OPTIONStefan Metzmacher2013-04-031-1/+10
* TDB2: make SAMBA use tdb1 again for the moment.Rusty Russell2012-06-191-11/+4
* allow to use system iniparser library.Günther Deschner2012-05-091-0/+6
* lib/replace: split out GSSAPI from lib/replace/system/kerberos.h into lib/rep...Alexander Bokovoy2012-04-251-1/+3
* build: Remove more of the s3 special cases in waf: only pidfile.c needs -DCON...Andrew Bartlett2012-04-181-6/+0
* wafsamba: point out that local heimdal paths are not included whenGünther Deschner2012-04-121-0/+1
* build: Fix spelling of teventAndrew Bartlett2012-04-111-1/+1
* build: use include paths for pkg-config found librariesAndrew Bartlett2012-04-111-10/+10
* build: search for talloc, tdb, tevent in non-standard system locationsAndrew Bartlett2012-04-111-5/+21
* wafsamba: Expand tabs.Jelmer Vernooij2012-02-101-9/+9
* build: Reduce build systems to just top level waf and autoconfAndrew Bartlett2011-10-071-1/+1
* waf: Add SAMBA3_PYTHON context to build python wrappers in samba3Amitay Isaacs2011-08-131-0/+5
* s3-build Require fully defined modules by defaultAndrew Bartlett2011-07-031-2/+0
* s3-build Require fully defined symbols in ALL libraries by defaultAndrew Bartlett2011-06-241-2/+0
* s3-build: Require fully defined symbols for all public librariesAndrew Bartlett2011-06-241-1/+1
* tdb2: tie it into build process if --enable-tdb2-breaks-compatRusty Russell2011-06-201-2/+6
* tdb_compat.h: divert every tdb build and includes to tdb_compatRusty Russell2011-06-201-1/+1
* build: allow s3 libraries to be built with no undefined symbolsAndrew Tridgell2011-05-081-2/+4
* build: we don't need the special case for s3build any moreAndrew Tridgell2011-02-221-6/+0
* s3-waf: fix popt support.Günther Deschner2011-02-181-0/+3
* waf: added SAMBA3_*() build rules to samba3.pyAndrew Tridgell2011-02-181-2/+72
* s3-waf: avoid module name uppercasing.Günther Deschner2010-12-011-2/+2
* s3-waf: add some module specific functions for s3 waf build.Günther Deschner2010-09-271-0/+20
* s3-waf: note that the options are brokenKai Blin2010-05-201-0/+2
* s3-waf: replace all - with _ in the configuration option namesKai Blin2010-05-201-1/+1
* s3-waf: Allow using --enable/--disable options as wellKai Blin2010-05-201-3/+4
* s3-waf: Add helper that facilitates defining --with-x and --without-x optionsKai Blin2010-05-201-0/+20