| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | heimdal Extra files required for merge up to current heimdal | Andrew Bartlett | 2010-11-15 | 2 | -23/+25 |
| | | |||||
| * | Add attribute macros for Heimdal to use | Andrew Bartlett | 2010-11-15 | 1 | -1/+3 |
| | | | | | | | | | Heimdal uses HEIMDAL_NORETURN_ATTRIBUTE and HEIMDAL_PRINTF_ATTRIBUTE, and we need to provide a link between these and Samba's function attribute handling. Andrew Bartlett | ||||
| * | unix_privs: Add missing dependency on libreplace. | Jelmer Vernooij | 2010-11-12 | 1 | -1/+1 |
| | | |||||
| * | heimdal_build: Add missing dependency on replace, necessary because ↵ | Jelmer Vernooij | 2010-11-12 | 1 | -1/+1 |
| | | | | | replace.h is included. | ||||
| * | s4: Remove the old perl/m4/make/mk-based build system. | Jelmer Vernooij | 2010-10-31 | 4 | -1197/+0 |
| | | | | | | | | | The new waf-based build system now has all the same functionality, and the old build system has been broken for quite some time. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sun Oct 31 02:01:44 UTC 2010 on sn-devel-104 | ||||
| * | s4-waf: added a lexyacc.sh script that manually rebuilds the heimdal parsers | Andrew Tridgell | 2010-10-30 | 1 | -0/+82 |
| | | | | | | we so rarely need to rebuild these that it is simplest to just run lexyacc.sh when we import a new heimdal release | ||||
| * | waf: build all libraries after all object files | Andrew Tridgell | 2010-10-30 | 1 | -2/+7 |
| | | | | | | | this makes it easier to perform symbol checking before the link stage. The two new build groups symbolcheck and syslibcheck will be used by the symbols.py extension | ||||
| * | s4-heimdal: removed the use of signal.c from roken | Andrew Tridgell | 2010-10-30 | 1 | -1/+0 |
| | | | | | | | we don't need to replace signal() Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | ||||
| * | waf: Remove lib prefix from libraries manually. | Jelmer Vernooij | 2010-10-26 | 1 | -1/+1 |
| | | |||||
| * | torture_local: Add missing dependency on socket_wrapper. | Jelmer Vernooij | 2010-10-26 | 1 | -1/+1 |
| | | |||||
| * | s4-waf: don't generate PACKAGE_* defines in config.h | Stefan Metzmacher | 2010-10-25 | 3 | -5/+8 |
| | | | | | | | | | | | | - We don't use them anywhere (heimdal has special rules) - They calculate the version at configure time and may contain the wrong git hash while building - If we really need them in future we should add them to version.h and not config.h, as the changing git hash will trigger a full rebuild if config.h changes. metze | ||||
| * | s4: Rename LIBSAMBA-* to libsamba-* | Jelmer Vernooij | 2010-10-24 | 1 | -1/+1 |
| | | |||||
| * | s4: Rename UID_WRAPPER to uid_wrapper. | Jelmer Vernooij | 2010-10-23 | 1 | -1/+1 |
| | | | | | Only link to uid_wrapper when it is enabled. | ||||
| * | waf: fixed the handling of -Wl,-no-undefined | Andrew Tridgell | 2010-10-21 | 1 | -3/+1 |
| | | | | | | this flag was not being propogated to our link rules, so we were not in fact enforcing no undefined symbols in libraries. | ||||
| * | s4-waf: removed dependencies on missing subsystems | Andrew Tridgell | 2010-10-21 | 1 | -2/+2 |
| | | | | | these were left over from the old config.mk system | ||||
| * | waf: replace the is_bundled option with private_library | Andrew Tridgell | 2010-10-21 | 1 | -3/+3 |
| | | | | | | 'private_library' better captures what we are trying to get at when we bundle a library | ||||
| * | waf: put -Wl,-no-undefined only in the linker flags, not when compiling C | Andrew Tridgell | 2010-10-19 | 1 | -3/+3 |
| | | |||||
| * | heimdal_build: Add dependency on com_err to HEIMDAL_CONFIG. | Jelmer Vernooij | 2010-10-18 | 1 | -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.h | Jelmer Vernooij | 2010-10-18 | 1 | -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 Vernooij | 2010-10-17 | 1 | -9/+17 |
| | | |||||
| * | heimdal: Remove some unused arguments from HEIMDAL_SUBSYSTEM(). | Jelmer Vernooij | 2010-10-16 | 1 | -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 Vernooij | 2010-10-16 | 1 | -2/+5 |
| | | |||||
| * | heimdal: Leave off ../heimdal prefix to HEIMDAL_BINARY(). | Jelmer Vernooij | 2010-10-16 | 1 | -29/+14 |
| | | |||||
| * | heimdal: Allow leaving off prefix to HEIMDAL_ERRTABLE(). | Jelmer Vernooij | 2010-10-16 | 1 | -9/+11 |
| | | |||||
| * | heimdal: Allow leaving off prefix for HEIMDAL_ASN1(). | Jelmer Vernooij | 2010-10-16 | 1 | -19/+20 |
| | | |||||
| * | heimdal: Allow leaving off ../heimdal prefix for proto headers. | Jelmer Vernooij | 2010-10-16 | 1 | -13/+14 |
| | | |||||
| * | heimdal: Allow leaving off ../heimdal prefix for source files. | Jelmer Vernooij | 2010-10-16 | 1 | -104/+104 |
| | | |||||
| * | heimdal: Add convenience functions for finding heimdal paths. | Jelmer Vernooij | 2010-10-16 | 1 | -3/+6 |
| | | |||||
| * | heimdal: Call HEIMDAL_AUTOPROTO() manually. | Jelmer Vernooij | 2010-10-16 | 1 | -15/+11 |
| | | |||||
| * | heimdal: Call HEIMDAL_AUTOPROTO_PRIVATE() manually. | Jelmer Vernooij | 2010-10-16 | 1 | -6/+4 |
| | | |||||
| * | heimdal: Add variables for source files. | Jelmer Vernooij | 2010-10-16 | 1 | -12/+15 |
| | | |||||
| * | heimdal: Simplify handling of ../heimdal prefixes in HEIMDAL_SUBSYSTEM. | Jelmer Vernooij | 2010-10-16 | 1 | -82/+83 |
| | | |||||
| * | heimdal_build: Fix detection of system roken library. | Jelmer Vernooij | 2010-10-16 | 1 | -1/+1 |
| | | |||||
| * | heimdal_build: Remove ignored argument ldflags from HEIMDAL_BINARY(). | Jelmer Vernooij | 2010-10-16 | 1 | -1/+0 |
| | | |||||
| * | heimdal_build: Support using system asn1 library. | Jelmer Vernooij | 2010-10-16 | 2 | -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 Vernooij | 2010-10-16 | 1 | -42/+41 |
| | | |||||
| * | heimdal_build: Add comment with stub for finding the system libtommath. | Jelmer Vernooij | 2010-10-16 | 1 | -0/+4 |
| | | |||||
| * | heimdal_build: Initial work on supporting an external heimdal library. | Jelmer Vernooij | 2010-10-16 | 1 | -5/+6 |
| | | |||||
| * | heimdal_build: Support using system hx509 library when explicitly | Jelmer Vernooij | 2010-10-16 | 2 | -47/+44 |
| | | | | | requested. | ||||
| * | heimdal_build: Fix build with system roken. | Jelmer Vernooij | 2010-10-16 | 1 | -9/+9 |
| | | |||||
| * | heimdal_build: Put version objects in a separate subsystem. | Jelmer Vernooij | 2010-10-16 | 4 | -21/+57 |
| | | |||||
| * | heimdal: Support using system roken. | Jelmer Vernooij | 2010-10-16 | 2 | -98/+100 |
| | | |||||
| * | heimdal_build: Use existing functions for finding system libraries. | Jelmer Vernooij | 2010-10-16 | 1 | -6/+1 |
| | | |||||
| * | heimdal Add missing dependencies on wind. | Jelmer Vernooij | 2010-10-15 | 1 | -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 Vernooij | 2010-10-15 | 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. | ||||
| * | s4-heimdal: fixed some trailing commas in heimdal build | Andrew Tridgell | 2010-10-14 | 1 | -3/+3 |
| | | |||||
| * | heimdal: Add soname for com_err. | Jelmer Vernooij | 2010-10-13 | 1 | -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 Vernooij | 2010-10-13 | 1 | -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 change | Andrew Tridgell | 2010-10-13 | 1 | -6/+15 |
| | | | | | only 2 files in heimdal depend on dynconfig variables | ||||
| * | heimdal_build: Fix dependencies for hx509. | Jelmer Vernooij | 2010-10-10 | 1 | -1/+1 |
| | | |||||
