summaryrefslogtreecommitdiff
path: root/source4/heimdal_build
AgeCommit message (Collapse)AuthorFilesLines
2010-10-10heimdal_build: Fix dependencies for hx509.Jelmer Vernooij1-1/+1
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-05Add missing dependencies for com_err.Jelmer Vernooij1-2/+2
2010-10-05heimdal-build: Simplify calls to convenience functions.Jelmer Vernooij1-116/+94
2010-10-05heimdal-build: Add HEIMDAL_BINARY convenience method.Jelmer Vernooij1-24/+80
2010-10-05heimdal-build: Implement HEIMDAL_LIBRARY with fewer wafsamba functions.Jelmer Vernooij1-9/+50
2010-10-05heimdal-build: Add heimdal specific subsystem function.Jelmer Vernooij1-10/+52
2010-10-05heimdal-build: Add custom heimdal generator.Jelmer Vernooij1-7/+32
2010-10-05heimdal: Fix name of hx509 library.Jelmer Vernooij1-10/+10
2010-10-05heimdal: Fix name of kdc library.Jelmer Vernooij1-1/+1
2010-10-05heimdal: Fix name of 'hdb'.Jelmer Vernooij1-2/+2
2010-10-05heimdal: Fix library name of heimntlm.Jelmer Vernooij1-5/+5
2010-10-05heimdal: Fix library name of gssapi.Jelmer Vernooij1-1/+1
2010-10-05heimdal: Fix names of roken, wind libraries.Jelmer Vernooij1-26/+26
2010-10-04compile_et: Support using system compile_et.Jelmer Vernooij3-40/+38
2010-10-04heimdal: Support using system com_err.Jelmer Vernooij2-16/+17
2010-10-03heimdal: Move asn1 list to heimdal_build.Jelmer Vernooij1-15/+119
2010-10-03heimdal: Move SAMBA_ERRTABLE to heimdal_build.Jelmer Vernooij1-9/+35
2010-10-03heimdal: Move autoproto code to heimdal_build.Jelmer Vernooij1-0/+25
2010-10-03wafsamba: Move heimdal library code to heimdal_build.Jelmer Vernooij1-262/+274
2010-10-03heimdal: Convert hx509 to library.Jelmer Vernooij1-2/+3
2010-10-03heimdal: convert some subsystems to libraries, consistent with upstream heimdal.Jelmer Vernooij1-15/+22
2010-10-03Add new files for sha512 supportAndrew Bartlett1-1/+1
2010-10-03s4-heimdal We don't need HDBDIR any moreAndrew Bartlett1-2/+0
2010-10-03heimdal: change the version stringMatthieu Patou1-1/+1
2010-10-03s4-heimdal_build fix up build after heimdal importAndrew Bartlett3-6/+15
Heimdal has it's own dynconfig like system, and so we need the LIBDIR etc in the CFLAGS here. We also need to define build rules for the new files imported in the merge commit, and fix up some header files. This includes the work by Matthieu Patou <mat@matws.net> Andrew Bartlett
2010-08-31Revert "s4/heimdal_build: use GetTimeOfDay macro instead of gettimeofday"Björn Jacke1-1/+0
This reverts commit 659829851703797b47d398d3c71ad971b2c5dab7 which later on needs some tweeks to not break some builds
2010-08-31s4/heimdal_build: use GetTimeOfDay macro instead of gettimeofdayBjörn Jacke1-0/+1
2010-06-23Per Andrews request, revertJelmer Vernooij2-624/+579
"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 Vernooij2-579/+624
heimdal again. Still missing are the detection of the right Heimdal version and linking (unresolved symbols at the moment).
2010-05-14s4:heimdal_build: move #undef __APPLE__ to the end of roken.hStefan Metzmacher2-5/+5
Some system includes need __APPLE__ defined. metze
2010-05-12s4:heimdal_build: undefine __APPLE__ as we don't need that magicStefan Metzmacher1-0/+5
This hopefully fixes the build on Mac OS 10. metze
2010-05-12s4:heimdal_build: remove heimdal/lib/hcrypto/evp-cc.c from autoconf buildStefan Metzmacher1-1/+0
metze
2010-05-11s4:heimdal_build: remove heimdal/lib/hcrypto/evp-cc.c from the buildStefan Metzmacher1-1/+1
This is not needed and contains one big #ifdef __APPLE__ and breaks the build on Mac OS 10. metze
2010-04-26s4-heimdalbuild: remove LIBNETIF dependency from HEIMDAL_GSSAPIAndrew Tridgell1-1/+1
this avoids the s3compat layer from getting duplicate interfaces code
2010-04-12s4:heimdal_build/wscript_build: avoid global deps for hostcc stuffStefan Metzmacher1-0/+3
metze
2010-04-12s4:heimdal_build/wscript: rename HEIMDAL_ROKEN_H => HEIMDAL_ROKEN_HOSTCCStefan Metzmacher1-8/+10
metze
2010-04-12lib/replace/wscript: rename LIBREPLACE_H => LIBREPLACE_HOSTCCStefan Metzmacher1-3/+5
metze
2010-04-12s4-waf: inline LIBREPLACE_NETWORK into 'replace'Stefan Metzmacher1-1/+1
metze
2010-04-10s4:heimdal_build/wscript_build: remove more network related stuff from ↵Stefan Metzmacher1-3/+4
HEIMDAL_ROKEN_H metze
2010-04-10s4:heimdal_build/wscript_build: use LIBREPLACE_H for asn1_compile and compile_etStefan Metzmacher1-2/+2
metze
2010-04-09s4:heimdal_build/wscript_build: we don't need separate subsystems just for ↵Stefan Metzmacher1-40/+11
optional source files metze
2010-04-09s4:heimdal_build/wscript_build: remove useless dependecies of HEIMDAL_ROKEN_HStefan Metzmacher1-3/+4
This hopefully fixes the build on host opi - OpenSUSE 10.2 (x86_64). metze
2010-04-09s4:heimdal_build/wscript_build: create a HEIMDAL_ROKEN*_SOURCE variableStefan Metzmacher1-3/+40
metze
2010-04-06s4-waf: we don't need strerror_r from rokenAndrew Tridgell1-2/+2
2010-04-06s4-waf: fixed some of the group orderingAndrew Tridgell1-2/+5
We need to try to keep targets in the right groups
2010-04-06s4-waf: look in libintl for dgettext()Andrew Tridgell2-1/+3
2010-04-06s4-waf: heimdal wants to look for dd_fd in DIRAndrew Tridgell1-0/+4