r20639: Commit part 1 of 2.
commit340beb72b4f9417c436d4acf8dcb0969b76e06ea
authorAndrew Bartlett <abartlet@samba.org>
Wed, 10 Jan 2007 01:51:35 +0000 (10 01:51 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 10 Jan 2007 01:51:35 +0000 (10 01:51 +0000)
treea6e7cf943b5d924dba38f6c6d0353d35adf52717
parent9f789a7d8b209dfd12a7d25433ffdf40f87712d7
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