Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-10-16 | heimdal: Allow leaving off ../heimdal prefix for source files. | Jelmer Vernooij | 1 | -104/+104 | |
2010-10-16 | heimdal: Add convenience functions for finding heimdal paths. | Jelmer Vernooij | 1 | -3/+6 | |
2010-10-16 | heimdal: Call HEIMDAL_AUTOPROTO() manually. | Jelmer Vernooij | 1 | -15/+11 | |
2010-10-16 | heimdal: Call HEIMDAL_AUTOPROTO_PRIVATE() manually. | Jelmer Vernooij | 1 | -6/+4 | |
2010-10-16 | heimdal: Add variables for source files. | Jelmer Vernooij | 1 | -12/+15 | |
2010-10-16 | heimdal: Simplify handling of ../heimdal prefixes in HEIMDAL_SUBSYSTEM. | Jelmer Vernooij | 1 | -82/+83 | |
2010-10-16 | heimdal_build: Fix detection of system roken library. | Jelmer Vernooij | 1 | -1/+1 | |
2010-10-16 | heimdal_build: Remove ignored argument ldflags from HEIMDAL_BINARY(). | Jelmer Vernooij | 1 | -1/+0 | |
2010-10-16 | heimdal_build: Support using system asn1 library. | Jelmer Vernooij | 2 | -28/+35 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sat Oct 16 02:14:32 UTC 2010 on sn-devel-104 | |||||
2010-10-16 | heimdal_build: Skip some hx509 code when using system hx509. | Jelmer Vernooij | 1 | -42/+41 | |
2010-10-16 | heimdal_build: Add comment with stub for finding the system libtommath. | Jelmer Vernooij | 1 | -0/+4 | |
2010-10-16 | heimdal_build: Initial work on supporting an external heimdal library. | Jelmer Vernooij | 1 | -5/+6 | |
2010-10-16 | heimdal_build: Support using system hx509 library when explicitly | Jelmer Vernooij | 2 | -47/+44 | |
requested. | |||||
2010-10-16 | heimdal_build: Fix build with system roken. | Jelmer Vernooij | 1 | -9/+9 | |
2010-10-16 | heimdal_build: Put version objects in a separate subsystem. | Jelmer Vernooij | 4 | -21/+57 | |
2010-10-16 | heimdal: Support using system roken. | Jelmer Vernooij | 2 | -98/+100 | |
2010-10-16 | heimdal_build: Use existing functions for finding system libraries. | Jelmer Vernooij | 1 | -6/+1 | |
2010-10-15 | heimdal Add missing dependencies on wind. | Jelmer Vernooij | 1 | -2/+2 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Fri Oct 15 23:20:22 UTC 2010 on sn-devel-104 | |||||
2010-10-15 | heimdal_build: Allow using system wind. | Jelmer Vernooij | 2 | -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. | |||||
2010-10-14 | s4-heimdal: fixed some trailing commas in heimdal build | Andrew Tridgell | 1 | -3/+3 | |
2010-10-13 | heimdal: Add soname for com_err. | Jelmer Vernooij | 1 | -0/+1 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Wed Oct 13 20:00:40 UTC 2010 on sn-devel-104 | |||||
2010-10-13 | heimdal: Add sonames. | Jelmer Vernooij | 1 | -2/+9 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Wed Oct 13 18:15:04 UTC 2010 on sn-devel-104 | |||||
2010-10-13 | s4: don't rebuild all of heimdal when dynconfig options change | Andrew Tridgell | 1 | -6/+15 | |
only 2 files in heimdal depend on dynconfig variables | |||||
2010-10-10 | heimdal_build: Fix dependencies for hx509. | Jelmer Vernooij | 1 | -1/+1 | |
2010-10-06 | s4-heimdal: disable using the system compile_et for now | Andrew Tridgell | 1 | -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-05 | heimdal-build: Require com_err library to provide com_right_r function. | Jelmer Vernooij | 1 | -1/+1 | |
2010-10-05 | heimdal-com_err: fix the build for systems with older 'com_err' library | Kamen Mazdrashki | 1 | -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-05 | Add missing dependencies for com_err. | Jelmer Vernooij | 1 | -2/+2 | |
2010-10-05 | heimdal-build: Simplify calls to convenience functions. | Jelmer Vernooij | 1 | -116/+94 | |
2010-10-05 | heimdal-build: Add HEIMDAL_BINARY convenience method. | Jelmer Vernooij | 1 | -24/+80 | |
2010-10-05 | heimdal-build: Implement HEIMDAL_LIBRARY with fewer wafsamba functions. | Jelmer Vernooij | 1 | -9/+50 | |
2010-10-05 | heimdal-build: Add heimdal specific subsystem function. | Jelmer Vernooij | 1 | -10/+52 | |
2010-10-05 | heimdal-build: Add custom heimdal generator. | Jelmer Vernooij | 1 | -7/+32 | |
2010-10-05 | heimdal: Fix name of hx509 library. | Jelmer Vernooij | 1 | -10/+10 | |
2010-10-05 | heimdal: Fix name of kdc library. | Jelmer Vernooij | 1 | -1/+1 | |
2010-10-05 | heimdal: Fix name of 'hdb'. | Jelmer Vernooij | 1 | -2/+2 | |
2010-10-05 | heimdal: Fix library name of heimntlm. | Jelmer Vernooij | 1 | -5/+5 | |
2010-10-05 | heimdal: Fix library name of gssapi. | Jelmer Vernooij | 1 | -1/+1 | |
2010-10-05 | heimdal: Fix names of roken, wind libraries. | Jelmer Vernooij | 1 | -26/+26 | |
2010-10-04 | compile_et: Support using system compile_et. | Jelmer Vernooij | 3 | -40/+38 | |
2010-10-04 | heimdal: Support using system com_err. | Jelmer Vernooij | 2 | -16/+17 | |
2010-10-03 | heimdal: Move asn1 list to heimdal_build. | Jelmer Vernooij | 1 | -15/+119 | |
2010-10-03 | heimdal: Move SAMBA_ERRTABLE to heimdal_build. | Jelmer Vernooij | 1 | -9/+35 | |
2010-10-03 | heimdal: Move autoproto code to heimdal_build. | Jelmer Vernooij | 1 | -0/+25 | |
2010-10-03 | wafsamba: Move heimdal library code to heimdal_build. | Jelmer Vernooij | 1 | -262/+274 | |
2010-10-03 | heimdal: Convert hx509 to library. | Jelmer Vernooij | 1 | -2/+3 | |
2010-10-03 | heimdal: convert some subsystems to libraries, consistent with upstream heimdal. | Jelmer Vernooij | 1 | -15/+22 | |
2010-10-03 | Add new files for sha512 support | Andrew Bartlett | 1 | -1/+1 | |
2010-10-03 | s4-heimdal We don't need HDBDIR any more | Andrew Bartlett | 1 | -2/+0 | |
2010-10-03 | heimdal: change the version string | Matthieu Patou | 1 | -1/+1 | |