[SCM] Samba Shared Repository - branch v3-4-test updated

Karolin Seeger kseeger at samba.org
Thu Oct 29 01:46:24 MDT 2009


The branch, v3-4-test has been updated
       via  508ef02... WHATSNEW: Complete release notes.
       via  3e90a59... s3:configure: Fix typo in libtalloc check.
      from  5158bdc... WHATSNEW: Update release notes.

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


- Log -----------------------------------------------------------------
commit 508ef0261c56a6d93257d4e2b4cb917cb8bd10bb
Author: Karolin Seeger <kseeger at samba.org>
Date:   Thu Oct 29 08:45:36 2009 +0100

    WHATSNEW: Complete release notes.
    
    Karolin

commit 3e90a5977e8e95dd6cd90031fcb753480c55142b
Author: Karolin Seeger <kseeger at samba.org>
Date:   Tue Oct 27 16:29:20 2009 +0100

    s3:configure: Fix typo in libtalloc check.
    
    Fix bug #6849. Thanks to Mike Frysinger <vapier at gentoo.org> for reporting
    and providing the patch!
    
    Karolin

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

Summary of changes:
 WHATSNEW.txt         |    1 +
 source3/configure.in |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index eef1c15..ca66189 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -10,6 +10,7 @@ Major enhancements in Samba 3.4.3 include:
 
    o Fix trust relationships to windows 2008 (2008 r2) (bug #6711).
    o Fix file corruption using smbclient with NT4 server (bug #6606).
+   o Fix Windows 7 share access (which defaults to NTLMv2) (bug #6680).
 
 
 ######################################################################
diff --git a/source3/configure.in b/source3/configure.in
index e34e1ad..fdbda2b 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -31,7 +31,7 @@ if test "x$enable_external_libtalloc" != xno
 then
 	PKG_CHECK_MODULES(TALLOC, talloc >= 1.3.0, 
 		[ enable_external_libtalloc=yes ],
-		[ if x$enable_external_libtalloc = xyes; then 
+		[ if test "x$enable_external_libtalloc" = xyes; then
 		 	AC_MSG_ERROR([Unable to find libtalloc])
 	      else 
 			enable_external_libtalloc=no


-- 
Samba Shared Repository


More information about the samba-cvs mailing list