[SCM] Samba Shared Repository - branch v3-0-test updated - initial-v3-0-unstable-32-g4871866

Gerald (Jerry) Carter jerry at samba.org
Wed Nov 21 04:23:09 GMT 2007


The branch, v3-0-test has been updated
       via  487186624bbe67a5cbbe7f48be031edf4e52bd4f (commit)
       via  30eb456bc2e261f561f02a867309d62fff9a20a6 (commit)
      from  9acd56a247abdc1334fa011063940db6e0d65370 (commit)

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


- Log -----------------------------------------------------------------
commit 487186624bbe67a5cbbe7f48be031edf4e52bd4f
Author: Gerald (Jerry) Carter <jerry at samba.org>
Date:   Tue Nov 20 21:55:27 2007 -0600

    Update release notes for the 3.0.27a release.
    (cherry picked from commit 7fe4b24fcebe231843149fd8f7dbe5676812367d)

commit 30eb456bc2e261f561f02a867309d62fff9a20a6
Author: Gerald (Jerry) Carter <jerry at samba.org>
Date:   Tue Nov 20 18:19:32 2007 -0600

    Copy the full release notes from the 3.0.27 tag.
    
    Some parts were somehow different.
    (cherry picked from commit d6c3df20e8f6656da40b1baba4618d0220c1a4c1)

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

Summary of changes:
 WHATSNEW.txt |  129 +++++++++++++++++++++++++++++++++++++++++++++++++++++++---
 1 files changed, 123 insertions(+), 6 deletions(-)


Changeset truncated at 500 lines:

diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index d208c07..9b5494c 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -1,3 +1,95 @@
+                   ===============================
+                   Release Notes for Samba 3.0.27a
+                             Nov 20, 2007
+                   ===============================
+
+Samba 3.0.27a is a bug fix release and is the current release
+for production servers running the Samba 3.0 series.
+
+Important fixes in 3.0.27a include:
+
+  o A crash bug regression experienced by smbfs clients caused
+    by the fix for CVE-2007-4572.
+
+
+
+######################################################################
+Changes
+#######
+
+Changes since 3.0.27
+--------------------
+
+o   Michael Adam <obnox at samba.org>
+    * BUG 4308: Add missing become_root/unbecome_root around calls of 
+      add_aliases.  Add same changes in create_token_from_username()
+      surrounding the call to getsampwsid().
+    * BUG 5083: Make solarisacl_sys_acl_get_fd() return a result when 
+      there is one (thereby fixing a memleak).
+    * BUG 5023: Fix smbd's interaction with NFSv4 ACL compatible VFS 
+      plugins such as GPFS and ZFS.
+
+
+o   Jeremy Allison <jra at samba.org>
+    * BUG 4978: Ensure that DOS attributes are copied with folders.
+    * Fix bug where tdb lock call interrupted with an alarm sig would 
+      not terminate and could lead to runaway smbd processes.
+    * Fix smbd crash bug which resulted from a regression in the patch
+      for CVE-2007-4572 patch.
+    * Prevent nmbd from adding non-initialized name to IP address
+      mappings to it's WINS database.
+
+
+o   Dmitry Butskoy <buc at odusz.so-cdu.ru>
+    * Properly catch errors in the query_user() callback to avoid
+      generated struct passwd replies with zero length usernames.
+
+
+o   Gerald (Jerry) Carter <jerry at samba.org>
+    * Prevent segv in winbindd running on a DC using the "idmap
+      backend" syntax.
+
+
+o   Steve Langasek <vorlon at debian.org>
+    * BUG 4781: Allow cleaning of /etc/mtab by canonicalizing mountpoint.
+
+
+o   Volker Lendecke <vl at samba.org>
+    * BUG 4028: Fix message popup sent via "smbclient -M".
+    * BUG 4984: Filename unix_convert() fixes for WinNT 4.0 clients.
+
+
+o   Stefan Metzmacher <metze at samba.org>
+    * Fix crash bug in pidl generated client code caused by
+      [in,out,unique] pointers.
+    * Fix crash bug in the group mapping code.
+
+
+o   Heinrich Mislik <Heinrich.Mislik at univie.ac.at>
+    * Fixes for AIX quota support.
+
+
+o   Tomasz Ostrowski <tometzky at batory.org.pl>
+    * BUG 4393: Prevent smbclient from dropping 0 bytes files from tar 
+      archives.
+
+
+o   Simo Sorce <idra at samba.org>
+    * Fixes for internal idmap domain list when "winbind trusted
+      domains only" is enabled.
+    * Fix 32/64-bit compatibility issues in the winbind request/response
+      structures.
+
+
+o   Martin Zielinski <mz at seh.de>
+    * Error code path fix for get_mydnsdomname().
+
+
+
+Release notes for older releases follow:
+
+      --------------------------------------------------
+
                    ==============================
                    Release Notes for Samba 3.0.27
                             Nov 15, 2007
@@ -265,13 +357,9 @@ o   Atsushi Nakabayashi <nakabayashi at miraclelinux.com>
       --------------------------------------------------
                    ===============================
                    Release Notes for Samba 3.0.25b
-                             June 20, 2007
+                             June 26, 2007
                    ===============================
 
-This is the third production release of the Samba 3.0.25 code 
-base and is the version that servers should be run for for all 
-current bug fixes.  
-
 Major bug fixes included in Samba 3.0.25b are:
 
   o Offline caching of files with Windows XP/Vista clients.
@@ -280,6 +368,20 @@ Major bug fixes included in Samba 3.0.25b are:
   o Crashes is idmap_ldap and idmap_rid.
 
 
+Changes to 'net idmap dump'
+===========================
+
+A change in command line syntax and behavior was introduced in the
+3.0.25 release series where the command 
+
+  $ net idmap dump /.../path/to/idmap.tdb
+
+would overwrite the tdb instead of dumping its contents to standard 
+output as was the case in releases prior to Samba 3.0.25.  The 
+changed has been reverted in 3.0.25b and the semantics from 3.0.24
+and earlier releases have been restored.  
+
+
 ######################################################################
 Changes
 #######
@@ -309,15 +411,28 @@ o   Jeremy Allison <jra at samba.org>
     * Fix sync_file() to return NTSTATUS and return this on failure in
       the write reply path.
     * BUG 4678,4697: Fix token creation for clear text logins.  
+    * BUG 4725: Don't crash when no eventlog names are defined in
+      smb.conf.
+    * Ensure we will always release any timeout handler on fsp close 
+      or removal of oplock.
 
 
 o   Jacob Berkman <jberkman at novell.com>
     * BUG 4566: Pass password data to krb5_prompter.
 
 
+o   Gerald (Jerry) Carter <jerry at samba.org>
+    * BUG 4579: Fix "wbinfo -t" when running winbindd on a Samba DC.
+
+
 o   Guenther Deschner <gd at samba.org>
     * BUG 4657: Fix compilation and linking of pam_smbpass.so.
     * Add more netlogon GetDcName() client calls.
+    * Fix event based krb5 ticket refreshing in winbindd.
+
+o   SATOH Fumiyasu <fumiyas at osstech.co.jp>
+    * BUG 4720: Fix smbclient connections to share names containing 
+      multibyte characters.
 
 
 o   Steve Langasek <vorlon at debian.org>
@@ -328,7 +443,9 @@ o   Steve Langasek <vorlon at debian.org>
 o   Volker Lendecke <vl at samba.org>
     * Fix record state check error when reviewing entries in nmbd's
       WINS database.
-
+    * Revert 'net idmap dump' behavior to 3.0.24 behavior to fix change 
+      in command line syntax that would overwrite winbindd_idmap.tdb.
+      
 
 o   Justin Maggard <jmaggard at infrant.com>
     * Don't expire a password if it's explicitly set as ACB_PWNOTREQ.


-- 
Samba Shared Repository


More information about the samba-cvs mailing list