r15297: Move create_security_token() to samdb as it requires SAMDB (and the rest...
authorJelmer Vernooij <jelmer@samba.org>
Thu, 27 Apr 2006 16:09:17 +0000 (16:09 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:05:04 +0000 (14:05 -0500)
commit5b3ab728edfc9cdd9eee16ad0fe6dfd4b5ced630
tree94c681b9a52a188ccda853da1cdac01544012034
parent137ace965e3477c4d92dfd33758d59db346acbcf
r15297: Move create_security_token() to samdb as it requires SAMDB (and the rest of LIBSECURITY doesn't)
Make the ldb password_hash module only depend on some keys manipulation code, not full heimdal
Some other dependency fixes
21 files changed:
source/auth/auth_sam.c
source/auth/auth_util.c
source/auth/config.mk
source/auth/credentials/config.mk
source/auth/gensec/gensec_gssapi.c
source/auth/gensec/gensec_krb5.c
source/auth/kerberos/config.mk
source/auth/kerberos/kerberos_pac.c
source/client/config.mk
source/dsdb/config.mk
source/dsdb/samdb/ldb_modules/config.mk
source/dsdb/samdb/samdb.c
source/heimdal_build/config.mk
source/kdc/config.mk
source/libcli/auth/config.mk
source/libcli/config.mk
source/libcli/ldap/config.mk
source/libcli/security/config.mk
source/libcli/security/security_token.c
source/librpc/config.mk
source/passdb/config.mk