[SCM] Samba Shared Repository - branch v4-0-test updated - release-4-0-0alpha3-1612-geae17ae

Jelmer Vernooij jelmer at samba.org
Mon May 19 23:53:00 GMT 2008


The branch, v4-0-test has been updated
       via  eae17ae8ecdcb83fdb756189a9d5609a192371a4 (commit)
       via  7385d9641d49b94c83fd2c75e57c9623d21fcdb0 (commit)
      from  69bac908bec3216d2f17042aa05ab8d4b55b0918 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v4-0-test


- Log -----------------------------------------------------------------
commit eae17ae8ecdcb83fdb756189a9d5609a192371a4
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Tue May 20 01:52:11 2008 +0200

    Update tdb version number.

commit 7385d9641d49b94c83fd2c75e57c9623d21fcdb0
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Tue May 20 01:02:05 2008 +0200

    Fix proto generation.

-----------------------------------------------------------------------

Summary of changes:
 source/auth/ntlmssp/config.mk |    2 +-
 source/lib/tdb/configure.ac   |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/auth/ntlmssp/config.mk b/source/auth/ntlmssp/config.mk
index ca58e28..129f58d 100644
--- a/source/auth/ntlmssp/config.mk
+++ b/source/auth/ntlmssp/config.mk
@@ -2,7 +2,7 @@
 
 MSRPC_PARSE_OBJ_FILES = $(addprefix $(authsrcdir)/ntlmssp/, ntlmssp_parse.o)
 
-$(eval $(call proto_header_template,$(authsrcdir)/ntlmssp/msrpc_parse.h,$(MSRPC_PARSE_OBJ_FILES)))
+$(eval $(call proto_header_template,$(authsrcdir)/ntlmssp/msrpc_parse.h,$(MSRPC_PARSE_OBJ_FILES:.o=.c)))
 
 ################################################
 # Start MODULE gensec_ntlmssp
diff --git a/source/lib/tdb/configure.ac b/source/lib/tdb/configure.ac
index 9b16a82..eaf70d3 100644
--- a/source/lib/tdb/configure.ac
+++ b/source/lib/tdb/configure.ac
@@ -2,7 +2,7 @@ AC_PREREQ(2.50)
 AC_DEFUN([SMB_MODULE_DEFAULT], [echo -n ""])
 AC_DEFUN([SMB_LIBRARY_ENABLE], [echo -n ""])
 AC_DEFUN([SMB_ENABLE], [echo -n ""])
-AC_INIT(tdb, 1.1.1)
+AC_INIT(tdb, 1.1.2)
 AC_CONFIG_SRCDIR([common/tdb.c])
 AC_CONFIG_HEADER(include/config.h)
 AC_LIBREPLACE_ALL_CHECKS


-- 
Samba Shared Repository


More information about the samba-cvs mailing list