summaryrefslogtreecommitdiffstats
path: root/source4/heimdal_build
Commit message (Collapse)AuthorAgeFilesLines
...
* heimdal: Add soname for com_err.Jelmer Vernooij2010-10-131-0/+1
| | | | | Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Wed Oct 13 20:00:40 UTC 2010 on sn-devel-104
* heimdal: Add sonames.Jelmer Vernooij2010-10-131-2/+9
| | | | | Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Wed Oct 13 18:15:04 UTC 2010 on sn-devel-104
* s4: don't rebuild all of heimdal when dynconfig options changeAndrew Tridgell2010-10-131-6/+15
| | | | only 2 files in heimdal depend on dynconfig variables
* heimdal_build: Fix dependencies for hx509.Jelmer Vernooij2010-10-101-1/+1
|
* s4-heimdal: disable using the system compile_et for nowAndrew Tridgell2010-10-061-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
* heimdal-build: Require com_err library to provide com_right_r function.Jelmer Vernooij2010-10-051-1/+1
|
* heimdal-com_err: fix the build for systems with older 'com_err' libraryKamen Mazdrashki2010-10-051-1/+1
| | | | | Autobuild-User: Kamen Mazdrashki <kamenim@samba.org> Autobuild-Date: Tue Oct 5 21:36:41 UTC 2010 on sn-devel-104
* Add missing dependencies for com_err.Jelmer Vernooij2010-10-051-2/+2
|
* heimdal-build: Simplify calls to convenience functions.Jelmer Vernooij2010-10-051-116/+94
|
* heimdal-build: Add HEIMDAL_BINARY convenience method.Jelmer Vernooij2010-10-051-24/+80
|
* heimdal-build: Implement HEIMDAL_LIBRARY with fewer wafsamba functions.Jelmer Vernooij2010-10-051-9/+50
|
* heimdal-build: Add heimdal specific subsystem function.Jelmer Vernooij2010-10-051-10/+52
|
* heimdal-build: Add custom heimdal generator.Jelmer Vernooij2010-10-051-7/+32
|
* heimdal: Fix name of hx509 library.Jelmer Vernooij2010-10-051-10/+10
|
* heimdal: Fix name of kdc library.Jelmer Vernooij2010-10-051-1/+1
|
* heimdal: Fix name of 'hdb'.Jelmer Vernooij2010-10-051-2/+2
|
* heimdal: Fix library name of heimntlm.Jelmer Vernooij2010-10-051-5/+5
|
* heimdal: Fix library name of gssapi.Jelmer Vernooij2010-10-051-1/+1
|
* heimdal: Fix names of roken, wind libraries.Jelmer Vernooij2010-10-051-26/+26
|
* compile_et: Support using system compile_et.Jelmer Vernooij2010-10-043-40/+38
|
* heimdal: Support using system com_err.Jelmer Vernooij2010-10-042-16/+17
|
* heimdal: Move asn1 list to heimdal_build.Jelmer Vernooij2010-10-031-15/+119
|
* heimdal: Move SAMBA_ERRTABLE to heimdal_build.Jelmer Vernooij2010-10-031-9/+35
|
* heimdal: Move autoproto code to heimdal_build.Jelmer Vernooij2010-10-031-0/+25
|
* wafsamba: Move heimdal library code to heimdal_build.Jelmer Vernooij2010-10-031-262/+274
|
* heimdal: Convert hx509 to library.Jelmer Vernooij2010-10-031-2/+3
|
* heimdal: convert some subsystems to libraries, consistent with upstream heimdal.Jelmer Vernooij2010-10-031-15/+22
|
* Add new files for sha512 supportAndrew Bartlett2010-10-031-1/+1
|
* s4-heimdal We don't need HDBDIR any moreAndrew Bartlett2010-10-031-2/+0
|
* heimdal: change the version stringMatthieu Patou2010-10-031-1/+1
|
* s4-heimdal_build fix up build after heimdal importAndrew Bartlett2010-10-033-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
* Revert "s4/heimdal_build: use GetTimeOfDay macro instead of gettimeofday"Björn Jacke2010-08-311-1/+0
| | | | | This reverts commit 659829851703797b47d398d3c71ad971b2c5dab7 which later on needs some tweeks to not break some builds
* s4/heimdal_build: use GetTimeOfDay macro instead of gettimeofdayBjörn Jacke2010-08-311-0/+1
|
* Per Andrews request, revertJelmer Vernooij2010-06-232-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.
* heimdal/waf: Initial work on making it possible to use the systemJelmer Vernooij2010-06-192-579/+624
| | | | | | | heimdal again. Still missing are the detection of the right Heimdal version and linking (unresolved symbols at the moment).
* s4:heimdal_build: move #undef __APPLE__ to the end of roken.hStefan Metzmacher2010-05-142-5/+5
| | | | | | Some system includes need __APPLE__ defined. metze
* s4:heimdal_build: undefine __APPLE__ as we don't need that magicStefan Metzmacher2010-05-121-0/+5
| | | | | | This hopefully fixes the build on Mac OS 10. metze
* s4:heimdal_build: remove heimdal/lib/hcrypto/evp-cc.c from autoconf buildStefan Metzmacher2010-05-121-1/+0
| | | | metze
* s4:heimdal_build: remove heimdal/lib/hcrypto/evp-cc.c from the buildStefan Metzmacher2010-05-111-1/+1
| | | | | | | This is not needed and contains one big #ifdef __APPLE__ and breaks the build on Mac OS 10. metze
* s4-heimdalbuild: remove LIBNETIF dependency from HEIMDAL_GSSAPIAndrew Tridgell2010-04-261-1/+1
| | | | this avoids the s3compat layer from getting duplicate interfaces code
* s4:heimdal_build/wscript_build: avoid global deps for hostcc stuffStefan Metzmacher2010-04-121-0/+3
| | | | metze
* s4:heimdal_build/wscript: rename HEIMDAL_ROKEN_H => HEIMDAL_ROKEN_HOSTCCStefan Metzmacher2010-04-121-8/+10
| | | | metze
* lib/replace/wscript: rename LIBREPLACE_H => LIBREPLACE_HOSTCCStefan Metzmacher2010-04-121-3/+5
| | | | metze
* s4-waf: inline LIBREPLACE_NETWORK into 'replace'Stefan Metzmacher2010-04-121-1/+1
| | | | metze
* s4:heimdal_build/wscript_build: remove more network related stuff from ↵Stefan Metzmacher2010-04-101-3/+4
| | | | | | HEIMDAL_ROKEN_H metze
* s4:heimdal_build/wscript_build: use LIBREPLACE_H for asn1_compile and compile_etStefan Metzmacher2010-04-101-2/+2
| | | | metze
* s4:heimdal_build/wscript_build: we don't need separate subsystems just for ↵Stefan Metzmacher2010-04-091-40/+11
| | | | | | optional source files metze
* s4:heimdal_build/wscript_build: remove useless dependecies of HEIMDAL_ROKEN_HStefan Metzmacher2010-04-091-3/+4
| | | | | | This hopefully fixes the build on host opi - OpenSUSE 10.2 (x86_64). metze
* s4:heimdal_build/wscript_build: create a HEIMDAL_ROKEN*_SOURCE variableStefan Metzmacher2010-04-091-3/+40
| | | | metze
* s4-waf: we don't need strerror_r from rokenAndrew Tridgell2010-04-061-2/+2
|