summaryrefslogtreecommitdiff
path: root/source4/heimdal_build/wscript_configure
AgeCommit message (Collapse)AuthorFilesLines
2011-04-30kerberos: Only include gssapi/gssapi_krb5.h when availableAndrew Bartlett1-0/+1
2011-04-27auth/kerberos Add check for gss_inquire_sec_context_by_oidAndrew Bartlett1-0/+1
Not all kerberos distributions have this function. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Wed Apr 27 07:39:08 CEST 2011 on sn-devel-104
2011-04-27s3-gse: Don't release the mech OID from gss_accept_security_contextAndrew Bartlett1-0/+1
This is constant data according to the man pages I find for this fucntion, and causes a segfault to free() when linked to Heimdal. I am advised that while it is constant for gss_mech_krb5, it may not be for other mechanisms, so an assert will ensure this is dealt with by the programmer who extends this code in future. Andrew Bartlett
2011-04-23Add check for krb5_free_unparsed_name, when using external heimdal.Jelmer Vernooij1-2/+3
2011-04-16s4-heimdal_build: Add extra HAVE defines needed for the source3 krb5 codeAndrew Bartlett1-0/+3
2011-04-14libcli/auth Move krb5 wrapper functions from s3 into commonAndrew Bartlett1-0/+75
This requires a small rework of the build system to ensure that the correct #define statements are made in both the s3 and top level builds. We now define the various HAVE_ macros in config.h at all times, using heimdal_build/wscript_configure when that is in use. Andrew Bartlett
2011-01-01heimdal_build: Support using system gssapi library.Jelmer Vernooij1-0/+2
2011-01-01heimdal_build: Support using system hdb and kdc libraries.Jelmer Vernooij1-0/+5
2011-01-01heimdal_build: Allow using system krb5.Jelmer Vernooij1-0/+2
2011-01-01heimdal_build: Allow using system heimntlm.Jelmer Vernooij1-0/+2
2011-01-01heimdal_build: Look for asn1_compile (but by default, don't use it).Jelmer Vernooij1-6/+20
2010-12-22heimdal_build: Allow using system hbase and hcrypto.Jelmer Vernooij1-0/+3
2010-10-16heimdal_build: Fix detection of system roken library.Jelmer Vernooij1-1/+1
2010-10-16heimdal_build: Support using system asn1 library.Jelmer Vernooij1-0/+1
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sat Oct 16 02:14:32 UTC 2010 on sn-devel-104
2010-10-16heimdal_build: Add comment with stub for finding the system libtommath.Jelmer Vernooij1-0/+4
2010-10-16heimdal_build: Support using system hx509 library when explicitlyJelmer Vernooij1-0/+1
requested.
2010-10-16heimdal_build: Put version objects in a separate subsystem.Jelmer Vernooij1-6/+10
2010-10-16heimdal: Support using system roken.Jelmer Vernooij1-4/+5
2010-10-16heimdal_build: Use existing functions for finding system libraries.Jelmer Vernooij1-6/+1
2010-10-15heimdal_build: Allow using system wind.Jelmer Vernooij1-0/+20
Please note that to use the system wind library the user explicitly has to specify --bundled-library=!wind . Without that option we will always use the included wind library.
2010-10-06s4-heimdal: disable using the system compile_et for nowAndrew Tridgell1-2/+5
just checking that compile_et exists isn't enough. It has to actually work. Quite a few build farm systems have /usr/bin/compile_et, but it gets link errors when you try to use it (missing symbols et_list_lock and et_list_unlock) Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Wed Oct 6 07:48:16 UTC 2010 on sn-devel-104
2010-10-05heimdal-build: Require com_err library to provide com_right_r function.Jelmer Vernooij1-1/+1
2010-10-05heimdal-com_err: fix the build for systems with older 'com_err' libraryKamen Mazdrashki1-1/+1
Autobuild-User: Kamen Mazdrashki <kamenim@samba.org> Autobuild-Date: Tue Oct 5 21:36:41 UTC 2010 on sn-devel-104
2010-10-04compile_et: Support using system compile_et.Jelmer Vernooij1-7/+10
2010-10-04heimdal: Support using system com_err.Jelmer Vernooij1-0/+3
2010-06-23Per Andrews request, revertJelmer Vernooij1-87/+44
"heimdal/waf: Initial work on making it possible to use the system" as the hdb_check_s4u2self function handling is incorrect. This reverts commit b099631f428d0ecc641d59bd3c94674e6348dde9.
2010-06-19heimdal/waf: Initial work on making it possible to use the systemJelmer Vernooij1-44/+87
heimdal again. Still missing are the detection of the right Heimdal version and linking (unresolved symbols at the moment).
2010-04-06s4-waf: look in libintl for dgettext()Andrew Tridgell1-0/+2
2010-04-06s4-waf: heimdal wants to look for dd_fd in DIRAndrew Tridgell1-0/+4
2010-04-06s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ↵Andrew Tridgell1-0/+2
them
2010-04-06build: configure fixes for opensolarisAndrew Tridgell1-1/+5
2010-04-06build: updated configure checks or new syntaxAndrew Tridgell1-12/+10
2010-04-06build: more functions that are in -lsocket -lnsl on some systemsAndrew Tridgell1-4/+10
2010-04-06build: don't look for gettext twiceAndrew Tridgell1-2/+0
2010-04-06build: don't add curses.h to incremental confdefs.hAndrew Tridgell1-2/+2
2010-04-06build: check libc first for several librariesAndrew Tridgell1-3/+3
2010-04-06build: fixed termcap buildAndrew Tridgell1-1/+3
2010-04-06build: nearly there on samba4 buildAndrew Tridgell1-1/+0
2010-04-06build: fixed winsize checkAndrew Tridgell1-0/+1
2010-04-06build: fixed iuserok testAndrew Tridgell1-1/+3
2010-04-06build: improve autoconf macrosAndrew Tridgell1-1/+3
- enable headers to be specified - enable both forms of DECL check - more libreplace checks - more heimdal checks - more sysdep checks
2010-04-06build: h_errno for heimdalAndrew Tridgell1-0/+4
2010-04-06build: heimdal_build waf supportAndrew Tridgell1-0/+37
heimdal now mostly builds