summaryrefslogtreecommitdiffstats
path: root/source4/heimdal_build
Commit message (Collapse)AuthorAgeFilesLines
* heimdal_build: Add dependency on com_err to HEIMDAL_CONFIG.Jelmer Vernooij2010-10-181-1/+1
| | | | | Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Mon Oct 18 10:27:47 UTC 2010 on sn-devel-104
* heimdal: Attempt to fix path of hdb_asn1.hJelmer Vernooij2010-10-181-0/+1
| | | | | Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Mon Oct 18 00:15:11 UTC 2010 on sn-devel-104
* heimdal: Add local simpler copy of to_list().Jelmer Vernooij2010-10-171-9/+17
|
* heimdal: Remove some unused arguments from HEIMDAL_SUBSYSTEM().Jelmer Vernooij2010-10-161-7/+3
| | | | | Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sat Oct 16 16:14:24 UTC 2010 on sn-devel-104
* heimdal: Allow leaving off prefix from asn1 option_file.Jelmer Vernooij2010-10-161-2/+5
|
* heimdal: Leave off ../heimdal prefix to HEIMDAL_BINARY().Jelmer Vernooij2010-10-161-29/+14
|
* heimdal: Allow leaving off prefix to HEIMDAL_ERRTABLE().Jelmer Vernooij2010-10-161-9/+11
|
* heimdal: Allow leaving off prefix for HEIMDAL_ASN1().Jelmer Vernooij2010-10-161-19/+20
|
* heimdal: Allow leaving off ../heimdal prefix for proto headers.Jelmer Vernooij2010-10-161-13/+14
|
* heimdal: Allow leaving off ../heimdal prefix for source files.Jelmer Vernooij2010-10-161-104/+104
|
* heimdal: Add convenience functions for finding heimdal paths.Jelmer Vernooij2010-10-161-3/+6
|
* heimdal: Call HEIMDAL_AUTOPROTO() manually.Jelmer Vernooij2010-10-161-15/+11
|
* heimdal: Call HEIMDAL_AUTOPROTO_PRIVATE() manually.Jelmer Vernooij2010-10-161-6/+4
|
* heimdal: Add variables for source files.Jelmer Vernooij2010-10-161-12/+15
|
* heimdal: Simplify handling of ../heimdal prefixes in HEIMDAL_SUBSYSTEM.Jelmer Vernooij2010-10-161-82/+83
|
* heimdal_build: Fix detection of system roken library.Jelmer Vernooij2010-10-161-1/+1
|
* heimdal_build: Remove ignored argument ldflags from HEIMDAL_BINARY().Jelmer Vernooij2010-10-161-1/+0
|
* heimdal_build: Support using system asn1 library.Jelmer Vernooij2010-10-162-28/+35
| | | | | Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sat Oct 16 02:14:32 UTC 2010 on sn-devel-104
* heimdal_build: Skip some hx509 code when using system hx509.Jelmer Vernooij2010-10-161-42/+41
|
* heimdal_build: Add comment with stub for finding the system libtommath.Jelmer Vernooij2010-10-161-0/+4
|
* heimdal_build: Initial work on supporting an external heimdal library.Jelmer Vernooij2010-10-161-5/+6
|
* heimdal_build: Support using system hx509 library when explicitlyJelmer Vernooij2010-10-162-47/+44
| | | | requested.
* heimdal_build: Fix build with system roken.Jelmer Vernooij2010-10-161-9/+9
|
* heimdal_build: Put version objects in a separate subsystem.Jelmer Vernooij2010-10-164-21/+57
|
* heimdal: Support using system roken.Jelmer Vernooij2010-10-162-98/+100
|
* heimdal_build: Use existing functions for finding system libraries.Jelmer Vernooij2010-10-161-6/+1
|
* heimdal Add missing dependencies on wind.Jelmer Vernooij2010-10-151-2/+2
| | | | | Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Fri Oct 15 23:20:22 UTC 2010 on sn-devel-104
* heimdal_build: Allow using system wind.Jelmer Vernooij2010-10-152-47/+67
| | | | | | 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.
* s4-heimdal: fixed some trailing commas in heimdal buildAndrew Tridgell2010-10-141-3/+3
|
* 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
|