r20639: Commit part 1 of 2.
commit75fddbbc0811010a28ca5bb597b573b3f10ef6d6
authorAndrew Bartlett <abartlet@samba.org>
Wed, 10 Jan 2007 01:51:35 +0000 (10 01:51 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:37:20 +0000 (10 14:37 -0500)
tree04f828c16582c7b3222355fe020ca6e481734bee
parenta0e2e30d570f246d646f88d7f81ab08208b96131
r20639: Commit part 1 of 2.

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
17 files changed:
source/auth/kerberos/krb5_init_context.c
source/heimdal_build/asn1_deps.pl
source/heimdal_build/config.h
source/heimdal_build/config.mk
source/heimdal_build/crypto-headers.h
source/heimdal_build/et_deps.pl
source/heimdal_build/glue.c
source/heimdal_build/krb5-types.h
source/heimdal_build/roken.h
source/kdc/config.mk
source/kdc/hdb-ldb.c
source/kdc/kdc.c
source/kdc/kdc.h
source/kdc/pac-glue.c
source/kdc/pac-glue.h [deleted file]
source/librpc/idl/krb5pac.idl
source/static_deps.mk