[SCM] Samba Shared Repository - branch v3-3-test updated - release-3-2-0pre2-4863-g3a4e410

Karolin Seeger kseeger at samba.org
Fri Jan 23 10:53:19 GMT 2009


The branch, v3-3-test has been updated
       via  3a4e410e7802073e159b6e4dfdfb3319053503f9 (commit)
      from  d74b63091781e442e42b1fa7881e903a0bcc928c (commit)

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


- Log -----------------------------------------------------------------
commit 3a4e410e7802073e159b6e4dfdfb3319053503f9
Author: Karolin Seeger <kseeger at samba.org>
Date:   Fri Jan 23 11:51:56 2009 +0100

    WHATSNEW: Add note about libsmbclient changes.
    
    Karolin

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

Summary of changes:
 WHATSNEW.txt |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 7f8e817..dc2de98 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -37,6 +37,8 @@ Major enhancements in Samba 3.3.0 include:
  Libraries:
  o NetApi library implements various new calls for User- and Group
    Account Management.
+ o libsmbclient does now determine case sensitivity based on file system
+   attributes.
 
 
 General changes
@@ -184,6 +186,19 @@ A basic config using the current trunk code would look like:
 Please refer to the idmap_adex(8) man page for more details.
 
 
+Libraries
+=========
+
+libsmbclient will now treat file names case-sensitive by default if the filesystem
+we are connecting to supports case sensitivity. This change of behavior is
+considered a bug fix, as it was previously possible to accidentally overwrite a
+file that had the same case-insensitive name but a different case-sensitive name
+as a previously-existing file, while creating a new file.
+
+If it is not possible to detect if the filesystem supports case sensitivity,
+the user-specified option value will be used.
+
+
 ######################################################################
 Changes
 #######


-- 
Samba Shared Repository


More information about the samba-cvs mailing list