Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | s4:lib/tls: explicitly use allow_warnings=True | Stefan Metzmacher | 2014-04-02 | 1 | -0/+1 |
| | | | | | Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org> | ||||
* | build: provide tevent-util as a public library | Andrew Bartlett | 2011-08-08 | 1 | -1/+1 |
| | | | | | | | This is needed so that OpenChange can get at _tevent_req_nterr(), which is referenced by generated PIDL output. Andrew Bartlett | ||||
* | s4:lib/tls/wscript - exclude known broken GNUTLS releases | Matthias Dieter Wallnöfer | 2011-03-10 | 1 | -2/+2 |
| | | | | | | | This definitely fixes bug #7218. Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Thu Mar 10 11:58:27 CET 2011 on sn-devel-104 | ||||
* | waf: Remove lib prefix from libraries manually. | Jelmer Vernooij | 2010-10-26 | 1 | -1/+1 |
| | |||||
* | s4: Rename LIBSAMBA-* to libsamba-* | Jelmer Vernooij | 2010-10-24 | 1 | -1/+1 |
| | |||||
* | tls: add missing dependency on util_tevent. | Jelmer Vernooij | 2010-10-10 | 1 | -1/+1 |
| | |||||
* | s4:lib/tls: add gnutls backend for tstream | Stefan Metzmacher | 2010-09-28 | 1 | -2/+2 |
| | | | | | | | metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Tue Sep 28 02:29:42 UTC 2010 on sn-devel-104 | ||||
* | s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ↵ | Andrew Tridgell | 2010-04-06 | 1 | -0/+2 |
| | | | | them | ||||
* | s4-waf: disable_gnutls is gone | Andrew Tridgell | 2010-04-06 | 1 | -1/+1 |
| | |||||
* | build: need to mark disabled libraries as DISABLED | Andrew Tridgell | 2010-04-06 | 1 | -2/+4 |
| | |||||
* | build: honor both --enable-gnutls and --disable-gnutls | Andrew Tridgell | 2010-04-06 | 1 | -5/+12 |
| | | | | | This shows how we can do the dual-boolean rules we use so much with autoconf | ||||
* | build: add cflags from pkg_config results to header/function tests | Andrew Tridgell | 2010-04-06 | 1 | -4/+8 |
| | | | | | | | | | When we find a package with pkg_config we may need to use the resulting ccflags and ldflags in later tests. Support this by adding lib= options to CHECK_FUNC and CHECK_HEADER This gets gnutls on FreeBSD working | ||||
* | build: configure fixes for opensolaris | Andrew Tridgell | 2010-04-06 | 1 | -0/+7 |
| | |||||
* | build: updated configure checks or new syntax | Andrew Tridgell | 2010-04-06 | 1 | -6/+3 |
| | |||||
* | build: fixed gnutls check | Andrew Tridgell | 2010-04-06 | 1 | -1/+1 |
| | |||||
* | build: nearly there on samba4 build | Andrew Tridgell | 2010-04-06 | 1 | -1/+3 |
| | |||||
* | build: check for libgpg-error | Andrew Tridgell | 2010-04-06 | 1 | -1/+3 |
| | |||||
* | build: gcrypt functions | Andrew Tridgell | 2010-04-06 | 1 | -1/+1 |
| | |||||
* | build: more config checks | Andrew Tridgell | 2010-04-06 | 1 | -0/+3 |
| | |||||
* | build: waf build for lib/tls | Andrew Tridgell | 2010-04-06 | 1 | -0/+27 |