svn commit: samba r7352 - in branches/SAMBA_4_0/source: . auth/gensec auth/kerberos heimdal_build include include/system kdc lib lib/replace smbd

tridge at samba.org tridge at samba.org
Tue Jun 7 07:22:25 GMT 2005


Author: tridge
Date: 2005-06-07 07:22:25 +0000 (Tue, 07 Jun 2005)
New Revision: 7352

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=7352

Log:
the internal heimdal build change. This changes quite a few things:

 - if you want kerberos now, you need to unpack a lorikeet heimdal
   tree in source/heimdal/. If source/heimdal/ does not exist at
   configure time then all kerberos features are disabled. You cannot
   use an external kerberos library for now. That may change later.

 - moved lib/replace/ config stuff to lib/replace/ and create a
   lib/replace/replace.h. That allows the heimdal build to use our
   portability layer, and prevenets duplicate definitions of functions
   like strlcat()

 - if you do enable heimdal, then you will need to do 'make
   HEIMDAL_EXTERNAL' before you build Samba. That should be fixed once
   I explain the problem to jelmer (the problem is the inability to
   set a depend without also dragging in the object list of the
   dependency. We need this for building the heimdal asn1 compiler and
   et compiler.

 - disabled all of the m4 checks for external kerberos libraries. I
   left them in place in auth/kerberos/, but disabled it in
   configure.in

some of the heimdal_build/ code is still very rough, for example I
don't correctly detect the correct awk, flex, bison replacements for
heimdal_build/build_external.sh. I expect to fix that stuff up over
the next few days.

Added:
   branches/SAMBA_4_0/source/heimdal_build/krb5-types.h
   branches/SAMBA_4_0/source/lib/replace/config.mk
   branches/SAMBA_4_0/source/lib/replace/replace.h
Modified:
   branches/SAMBA_4_0/source/auth/gensec/config.m4
   branches/SAMBA_4_0/source/auth/gensec/config.mk
   branches/SAMBA_4_0/source/auth/kerberos/config.m4
   branches/SAMBA_4_0/source/config.list
   branches/SAMBA_4_0/source/configure.in
   branches/SAMBA_4_0/source/heimdal_build/build_external.sh
   branches/SAMBA_4_0/source/heimdal_build/config.h
   branches/SAMBA_4_0/source/heimdal_build/config.m4
   branches/SAMBA_4_0/source/heimdal_build/config.mk
   branches/SAMBA_4_0/source/include/includes.h
   branches/SAMBA_4_0/source/include/system/kerberos.h
   branches/SAMBA_4_0/source/kdc/config.m4
   branches/SAMBA_4_0/source/kdc/config.mk
   branches/SAMBA_4_0/source/kdc/kdc.h
   branches/SAMBA_4_0/source/lib/basic.mk
   branches/SAMBA_4_0/source/smbd/service.c


Changeset:
Sorry, the patch is too large (783 lines) to include; please use WebSVN to see it!
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=7352


More information about the samba-cvs mailing list