r20639: Commit part 1 of 2.
authorAndrew Bartlett <abartlet@samba.org>
Wed, 10 Jan 2007 01:51:35 +0000 (01:51 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:37:20 +0000 (14:37 -0500)
commit08976cb3d2adfe5ea90ed53e6aa6fa8161649f7a
tree08b6c5edcd6df8b332e2b5e9e82139dc7e840424
parent348b7bc380e4ce95cf053134e62c3f5ab6520e34
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
(This used to be commit 75fddbbc0811010a28ca5bb597b573b3f10ef6d6)
17 files changed:
source4/auth/kerberos/krb5_init_context.c
source4/heimdal_build/asn1_deps.pl
source4/heimdal_build/config.h
source4/heimdal_build/config.mk
source4/heimdal_build/crypto-headers.h
source4/heimdal_build/et_deps.pl
source4/heimdal_build/glue.c
source4/heimdal_build/krb5-types.h
source4/heimdal_build/roken.h
source4/kdc/config.mk
source4/kdc/hdb-ldb.c
source4/kdc/kdc.c
source4/kdc/kdc.h
source4/kdc/pac-glue.c
source4/kdc/pac-glue.h [deleted file]
source4/librpc/idl/krb5pac.idl
source4/static_deps.mk