summaryrefslogtreecommitdiff
path: root/source4/static_deps.mk
AgeCommit message (Collapse)AuthorFilesLines
2008-10-24Rename string_replace_w to string_replace_m, which is more correct.Jelmer Vernooij1-3/+1
2008-08-01build: autogenerate heimdal basicsStefan Metzmacher1-26/+1
metze (This used to be commit f19d2182b802a49449cbb9e4e6334f223ceb284d)
2008-05-28Use variables for directories in static_deps.mkJelmer Vernooij1-8/+8
(This used to be commit 2561a52e8f05494e0a703b6e82e8fcc491b3a393)
2008-05-27Use variable for heimdal source dir in static deps file.Jelmer Vernooij1-23/+23
(This used to be commit df603ad290700c2b286972cd7a6a28ac07f81f60)
2008-05-18Fix a couple (well, little more than that..) of typos.Jelmer Vernooij1-5/+2
(This used to be commit a6b52119940a900fb0de3864b8bca94e2965cc24)
2008-04-15Fix the build.Jelmer Vernooij1-1/+0
(This used to be commit ecaa5bb83b5cf319718d15aff96152d70fa19f7f)
2008-03-19Merge lorikeet-heimdal -r 787 into Samba4 tree.Andrew Bartlett1-1/+2
Andrew Bartlett (This used to be commit d88b530522d3cef67c24422bd5182fb875d87ee2)
2007-10-10r25302: try to fix the buildStefan Metzmacher1-1/+0
metze (This used to be commit d7c93167e8b7e3395a982569fb0606c701e691e1)
2007-10-10r24794: util_proto.h is no longer generated.Jelmer Vernooij1-1/+0
(This used to be commit 01096201bfa089f668a834697f470cbefc2a35f4)
2007-10-10r24614: Merge with current lorikeet-heimdal. This brings us one step closerAndrew Bartlett1-0/+1
to an alpha release. Andrew Bartlett (This used to be commit 30e02747d511630659c59eafec8d28f58605943b)
2007-10-10r23490: try to fix the build without automatic dependenciesStefan Metzmacher1-2/+1
metze (This used to be commit d5a1806dff50b2731efbc522e86527e4a2961644)
2007-10-10r23456: Update Samba4 to current lorikeet-heimdal.Andrew Bartlett1-1/+1
Andrew Bartlett (This used to be commit ae0f81ab235c72cceb120bcdeb051a483cf3cc4f)
2007-10-10r22442: fix the build without autodependenciesStefan Metzmacher1-2/+0
metze (This used to be commit 9e68b0490daaed18dc1e6281da34317bece27a95)
2007-10-10r20639: Commit part 1 of 2.Andrew Bartlett1-2/+12
This patch updates our build system and glue to support a new snapshot of lorikeet-heimdal. We now procude a [SUBSYTEM] in the ans1_deps.pl script, and can depend on that in the heimdal_build/config.mk. This is much easier than listing every generated .o file individually. This required some small changes to the build system, due to the way the parent directory was handled for the output of scripts. I've also cleaned up et_deps.pl to handle cleaning up it's generated files on clean. The PAC glue in Heimdal has changed significantly: we no longer have a custom hack in the KDC, instead we have the windc plugin interface. As such, pac-glue.c is much smaller. In the future, when I'm confident of the new code, we will also be able to 'downsize' auth/kerberos/kerberos_pac.c. (I'll include the updated copy of heimdal in the next chekin, to make it clearer what's changed in Samba4 itself). Andrew Bartlett (This used to be commit 75fddbbc0811010a28ca5bb597b573b3f10ef6d6)
2007-10-10r19681: Update to current lorikeet-heimdal. I'm looking at using the realmAndrew Bartlett1-0/+1
lookup plugin, the new PAC validation code as well as Heimdal's SPNEGO implementation. Andrew Bartlett (This used to be commit 05421f45ed7811697ea491e26c9d991a7faa1a64)
2007-10-10r19604: This is a massive commit, and I appologise in advance for it's size.Andrew Bartlett1-1/+3
This merges Samba4 with lorikeet-heimdal, which itself has been tracking Heimdal CVS for the past couple of weeks. This is such a big change because Heimdal reorganised it's internal structures, with the mechglue merge, and because many of our 'wishes' have been granted: we now have DCE_STYLE GSSAPI, send_to_kdc hooks and many other features merged into the mainline code. We have adapted to upstream's choice of API in these cases. In gensec_gssapi and gensec_krb5, we either expect a valid PAC, or NO PAC. This matches windows behavour. We also have an option to require the PAC to be present (which allows us to automate the testing of this code). This also includes a restructure of how the kerberos dependencies are handled, due to the fallout of the merge. Andrew Bartlett (This used to be commit 4826f1735197c2a471d771495e6d4c1051b4c471)
2007-10-10r15278: Fix recreating symlink every time.Jelmer Vernooij1-2/+2
(This used to be commit 6f8382432f8e6fba4d7c0f629f94ad514f0cee08)
2007-10-10r15156: For some reason, ln -sf doesn't appear to work as expected on IRIX. ↵James Peach1-1/+1
Replace this with an explicit rm. (This used to be commit ed33a140044c301f23b1bccbc334dd0e163647ed)
2007-10-10r14605: Create heimdal/lib/des/hcrypto symlink if it doesn't existJelmer Vernooij1-0/+1
(This used to be commit 303832bdc90f371c68185773009d143d1acf93ae)
2007-10-10r14555: Remove cycle from ruleJelmer Vernooij1-1/+1
(This used to be commit 94d182d6ad7e21c1c1722d91eb84d895889b945c)
2007-10-10r14554: Write out header dependencies. This means all C files affected will beJelmer Vernooij1-0/+35
rebuilt when a header file is changed. It also means parallel builds work now. It will take a minute or so to generate all the dependency information, but there should be no need to rebuild that information later on, unless a file changes. This behaviour is only enabled when building in developer mode (--enable-developer) and requires a GNU make (or compatible). In all other cases, the file 'static_deps.mk' is included, which contains some basic hardcoded dependency information. (This used to be commit eb435386f015ce1d89eb6f7e7837622ebd9e1951)