libcli/auth Move krb5 wrapper functions from s3 into common
authorAndrew Bartlett <abartlet@samba.org>
Thu, 14 Apr 2011 05:40:28 +0000 (15:40 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 14 Apr 2011 06:38:26 +0000 (16:38 +1000)
commit4ba1375526e6582d6c095592f0e82d1ba501ee3e
treead4ebe6a5e142733dc01c933c081adcaa542e2d0
parent3d7998bce1f3366e99f5b4f42d3eae934c1539b7
libcli/auth Move krb5 wrapper functions from s3 into common

This requires a small rework of the build system to ensure that the
correct #define statements are made in both the s3 and top level
builds.  We now define the various HAVE_ macros in config.h at all
times, using heimdal_build/wscript_configure when that is in use.

Andrew Bartlett
12 files changed:
lib/replace/system/kerberos.h
libcli/auth/krb5_wrap.c [moved from source4/auth/kerberos/clikrb5.c with 69% similarity]
libcli/auth/krb5_wrap.h [new file with mode: 0644]
libcli/auth/wscript_build
source3/Makefile.in
source3/include/smb_krb5.h
source3/libsmb/clikrb5.c
source3/wscript
source3/wscript_build
source4/auth/kerberos/kerberos_util.c
source4/auth/kerberos/wscript_build
source4/heimdal_build/wscript_configure