summaryrefslogtreecommitdiff
path: root/buildtools/wafsamba/samba3.py
AgeCommit message (Expand)AuthorFilesLines
2024-05-10Augment library_flags() to return librariesEarl Chew1-4/+4
2022-01-19HEIMDAL: move code from source4/heimdal* to third_party/heimdal*Stefan Metzmacher1-6/+6
2022-01-19s4:heimdal_build: changes required to build after importAndrew Bartlett1-1/+1
2021-12-06build: Only use embedded Heimdal include paths in an embedded Heimdal buildAndrew Bartlett1-2/+2
2021-11-30wafsamba: introduce SAMBA[3]_PLUGIN()Stefan Metzmacher1-0/+5
2019-12-10build: Fix the build without system gssapi headersVolker Lendecke1-0/+1
2019-12-03s4:heimdal_build: move krb5-types.h into include/krb5-types.hStefan Metzmacher1-1/+1
2019-11-13build: Remove workaround for missing os.path.relpath in Python < 2.6Andrew Bartlett1-2/+2
2019-02-01build: replace SAMBA3_ADD_OPTION with samba_add_onoff_optionDavid Disseldorp via samba-technical1-3/+1
2018-09-05buildtools/wafsamba: reduce importsAlexander Bokovoy1-2/+2
2018-09-05third_party:waf: update to upstream 2.0.4 releaseAlexander Bokovoy1-3/+4
2017-02-09wafsamba: Move command line option function labelled as 'samba3' to the commo...Matthieu Patou1-29/+2
2015-03-17lib: Remove tdb_compatVolker Lendecke1-1/+1
2014-10-14Fix more pep8 issues in code I touched recently.Jelmer Vernooij1-4/+5
2014-10-14Remove last instances of pep8 error E712 (use 'is' rather than '==' for boole...Jelmer Vernooij1-2/+2
2014-08-14Don't build iniparser anymore.Jeremy Allison1-6/+0
2013-04-03wafsamba: display the default value in help for SAMBA3_ADD_OPTIONStefan Metzmacher1-1/+10
2012-06-19TDB2: make SAMBA use tdb1 again for the moment.Rusty Russell1-11/+4
2012-05-09allow to use system iniparser library.Günther Deschner1-0/+6
2012-04-25lib/replace: split out GSSAPI from lib/replace/system/kerberos.h into lib/rep...Alexander Bokovoy1-1/+3
2012-04-18build: Remove more of the s3 special cases in waf: only pidfile.c needs -DCON...Andrew Bartlett1-6/+0
2012-04-12wafsamba: point out that local heimdal paths are not included whenGünther Deschner1-0/+1
2012-04-11build: Fix spelling of teventAndrew Bartlett1-1/+1
2012-04-11build: use include paths for pkg-config found librariesAndrew Bartlett1-10/+10
2012-04-11build: search for talloc, tdb, tevent in non-standard system locationsAndrew Bartlett1-5/+21
2012-02-10wafsamba: Expand tabs.Jelmer Vernooij1-9/+9
2011-10-07build: Reduce build systems to just top level waf and autoconfAndrew Bartlett1-1/+1
2011-08-13waf: Add SAMBA3_PYTHON context to build python wrappers in samba3Amitay Isaacs1-0/+5
2011-07-03s3-build Require fully defined modules by defaultAndrew Bartlett1-2/+0
2011-06-24s3-build Require fully defined symbols in ALL libraries by defaultAndrew Bartlett1-2/+0
2011-06-24s3-build: Require fully defined symbols for all public librariesAndrew Bartlett1-1/+1
2011-06-20tdb2: tie it into build process if --enable-tdb2-breaks-compatRusty Russell1-2/+6
2011-06-20tdb_compat.h: divert every tdb build and includes to tdb_compatRusty Russell1-1/+1
2011-05-08build: allow s3 libraries to be built with no undefined symbolsAndrew Tridgell1-2/+4
2011-02-22build: we don't need the special case for s3build any moreAndrew Tridgell1-6/+0
2011-02-18s3-waf: fix popt support.Günther Deschner1-0/+3
2011-02-18waf: added SAMBA3_*() build rules to samba3.pyAndrew Tridgell1-2/+72
2010-12-01s3-waf: avoid module name uppercasing.Günther Deschner1-2/+2
2010-09-27s3-waf: add some module specific functions for s3 waf build.Günther Deschner1-0/+20
2010-05-20s3-waf: note that the options are brokenKai Blin1-0/+2
2010-05-20s3-waf: replace all - with _ in the configuration option namesKai Blin1-1/+1
2010-05-20s3-waf: Allow using --enable/--disable options as wellKai Blin1-3/+4
2010-05-20s3-waf: Add helper that facilitates defining --with-x and --without-x optionsKai Blin1-0/+20