Age | Commit message (Expand) | Author | Files | Lines |
2011-07-15 | s4:heimdal: add missing files | Stefan Metzmacher | 1 | -1/+4 |
2011-07-14 | s4:heimdal_build: we need k5crypto and gssapi_krb5 aliases also when using sy... | Stefan Metzmacher | 1 | -13/+7 |
2011-07-14 | s4:heimdal_build: only maintain lib/gssapi/{spnego,krb5} file lists once | Stefan Metzmacher | 1 | -90/+67 |
2011-05-31 | heimdal_build: Don't use heimdal's getprogname() and setprogname() | Andrew Bartlett | 1 | -6/+0 |
2011-04-26 | build: Move Heimdal/MIT compat build rules to heimdal_build | Andrew Bartlett | 1 | -0/+13 |
2011-02-07 | s4-heimdal: allow heimdal build scripts to work from top level | Andrew Tridgell | 1 | -3/+6 |
2011-01-01 | heimdal_build: Add missing dependencies when building with system heimdal. | Jelmer Vernooij | 1 | -2/+2 |
2011-01-01 | heimdal_build: Add conditionals for all libraries. | Jelmer Vernooij | 1 | -110/+105 |
2011-01-01 | heimdal_build: Allow using system krb5. | Jelmer Vernooij | 1 | -70/+70 |
2011-01-01 | heimdal_build: Allow using system heimntlm. | Jelmer Vernooij | 1 | -12/+14 |
2011-01-01 | heimdal_build: Look for asn1_compile (but by default, don't use it). | Jelmer Vernooij | 1 | -4/+11 |
2010-12-22 | heimdal_build: Use consistent name for heimbase. | Jelmer Vernooij | 1 | -5/+5 |
2010-12-22 | heimdal_build: When using system hbase/hcrypto, don't compile our own versions. | Jelmer Vernooij | 1 | -18/+19 |
2010-12-19 | heimdal: Fix build if using system roken. | Jelmer Vernooij | 1 | -1/+1 |
2010-12-18 | heimdal_build: Simplify HEIMDAL_LIBRARY - version_script files are now taken ... | Jelmer Vernooij | 1 | -15/+2 |
2010-12-18 | heimdal_build: Add version-script for heimdal_base, hx509 and hcrypto. Conver... | Jelmer Vernooij | 1 | -40/+41 |
2010-12-17 | heimdal_build: Add version-script for krb5. | Jelmer Vernooij | 1 | -0/+1 |
2010-12-17 | heimdal_build: Add version-script for gssapi. | Jelmer Vernooij | 1 | -0/+1 |
2010-12-17 | heimdal_build: Add version-script for asn1. | Jelmer Vernooij | 1 | -0/+1 |
2010-12-17 | heimdal_build: Add version-script for hdb. | Jelmer Vernooij | 1 | -4/+5 |
2010-12-17 | heimdal_build: Add version-script for kdc. | Jelmer Vernooij | 1 | -1/+2 |
2010-12-17 | heimdal_build: Add version-script for wind. | Jelmer Vernooij | 1 | -0/+1 |
2010-12-17 | heimdal_build: Add version-script for ntlm. | Jelmer Vernooij | 1 | -0/+1 |
2010-12-17 | heimdal: Add version script file for hcrypto (unused so far, as hcrypto still... | Jelmer Vernooij | 1 | -0/+1 |
2010-12-17 | heimdal_build: Add version-script for roken. | Jelmer Vernooij | 1 | -0/+1 |
2010-12-17 | heimdal_build: Add version-script for com_err. | Jelmer Vernooij | 1 | -0/+1 |
2010-12-17 | wafsamba: Specify full vscript path so non-autogenerated files are possible, ... | Jelmer Vernooij | 1 | -1/+4 |
2010-12-17 | heimdal_build: Simplify version_script handling. | Jelmer Vernooij | 1 | -6/+7 |
2010-12-17 | heimdal_build: Simplify library handling. | Jelmer Vernooij | 1 | -17/+12 |
2010-12-13 | s4:heimdal_build: replace '+' by '_' for vscripts in HEIMDAL_LIBRARY() | Stefan Metzmacher | 1 | -1/+2 |
2010-12-08 | s4-heimdal: enable symbol versioning in heimdal | Andrew Tridgell | 1 | -20/+38 |
2010-12-01 | s4:heimdal: import lorikeet-heimdal-201012010201 (commit 81fe27bcc0148d410ca4... | Andrew Bartlett | 1 | -3/+5 |
2010-11-21 | heimdal: fixed the waf build with a space in the directory name | Andrew Tridgell | 1 | -10/+10 |
2010-11-20 | heimdal: Don't depend on compile_asn1 and et_compile when using system versions. | Arnaud Faucher | 1 | -3/+5 |
2010-11-15 | heimdal_base: Fix include path so heim_threads.h can be found. | Jelmer Vernooij | 1 | -1/+1 |
2010-11-15 | heimdal_base: Add missing dependency on replace. | Jelmer Vernooij | 1 | -1/+1 |
2010-11-15 | heimdal Extra files required for merge up to current heimdal | Andrew Bartlett | 1 | -17/+25 |
2010-11-12 | unix_privs: Add missing dependency on libreplace. | Jelmer Vernooij | 1 | -1/+1 |
2010-11-12 | heimdal_build: Add missing dependency on replace, necessary because replace.h... | Jelmer Vernooij | 1 | -1/+1 |
2010-10-30 | waf: build all libraries after all object files | Andrew Tridgell | 1 | -2/+7 |
2010-10-30 | s4-heimdal: removed the use of signal.c from roken | Andrew Tridgell | 1 | -1/+0 |
2010-10-26 | waf: Remove lib prefix from libraries manually. | Jelmer Vernooij | 1 | -1/+1 |
2010-10-26 | torture_local: Add missing dependency on socket_wrapper. | Jelmer Vernooij | 1 | -1/+1 |
2010-10-25 | s4-waf: don't generate PACKAGE_* defines in config.h | Stefan Metzmacher | 1 | -1/+0 |
2010-10-24 | s4: Rename LIBSAMBA-* to libsamba-* | Jelmer Vernooij | 1 | -1/+1 |
2010-10-23 | s4: Rename UID_WRAPPER to uid_wrapper. | Jelmer Vernooij | 1 | -1/+1 |
2010-10-21 | waf: fixed the handling of -Wl,-no-undefined | Andrew Tridgell | 1 | -3/+1 |
2010-10-21 | s4-waf: removed dependencies on missing subsystems | Andrew Tridgell | 1 | -2/+2 |
2010-10-21 | waf: replace the is_bundled option with private_library | Andrew Tridgell | 1 | -3/+3 |
2010-10-19 | waf: put -Wl,-no-undefined only in the linker flags, not when compiling C | Andrew Tridgell | 1 | -3/+3 |