The branch, v3-3-test has been updated
       via  b2b19535d5e5356ec7dcf97c2d550fdd01a02b27 (commit)
      from  528e01f402e54f8d6c1b74a5b7647c037f456412 (commit)

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


- Log -----------------------------------------------------------------
commit b2b19535d5e5356ec7dcf97c2d550fdd01a02b27
Author: Karolin Seeger <[EMAIL PROTECTED]>
Date:   Wed Nov 26 11:20:03 2008 +0100

    WHATSNEW: Update changes and release date.
    
    Karolin

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

Summary of changes:
 WHATSNEW.txt |   62 ++++++++++++++++++++++++++++++++++++++++++++++-----------
 1 files changed, 50 insertions(+), 12 deletions(-)


Changeset truncated at 500 lines:

diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 76d8c34..2a7d1a6 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -1,6 +1,6 @@
                    ================================
                    Release Notes for Samba 3.3.0rc1
-                         November, 19 2008
+                         November, 27 2008
                    ================================
 
 This is the first release candidate of Samba 3.3.0.  This is *not*
@@ -173,7 +173,14 @@ Changes since 3.3.0pre2:
 ------------------------
 
 o   Michael Adam <[EMAIL PROTECTED]>
+    * Fix eventlog crash.
     * Make keytab filename argument mandatory to "net rpc vampire keytab".
+    * Add domain prefix to username in lookup_groupmem().
+    * Honour "winbind use default domain" in lookup_groupmem().
+    * Sanely handle NULL domain in add_member().
+    * Don't list the domain twice when expanding internal aliases.
+    * Prevent negative GM/ cache entries due to broken connections.
+    * Use the reconnect methods instead of the rpc methods directly.
 
 
 o   Jeremy Allison <[EMAIL PROTECTED]>
@@ -182,10 +189,12 @@ o   Jeremy Allison <[EMAIL PROTECTED]>
     * BUG 5818: Sort ACEs in smbcacl output properly and honor inheritance.
     * BUG 5825: Fix account locking with an LDAP backend.
     * BUG 5826: Fix truncated filenames when accessing old servers.
+    * BUG 5873: Fix ACL inheritance.
     * BUG 5889: Fix "delete veto files = no".
     * BUG 5891: Fix smbd crash when viewing the eventlog exported by "eventlog
       list".
     * BUG 5900: Fix vfs_readonly.
+    * BUG 5903: Fix breaking of file contents in vfs_streams_xattr.
     * BUG 5904: Fix SIGABRT while servicing getaddrinfo() request caused by
       libnss_wins.
     * Correctly fix smbclient to terminate on eof from server.
@@ -197,6 +206,8 @@ o   Jeremy Allison <[EMAIL PROTECTED]>
       "Cooper S. Blake" <[EMAIL PROTECTED]>.
     * Fix memory leak in error path, spotted by Martin Zielinski <[EMAIL 
PROTECTED]>.
     * Add vfs_acl_tdb.c module to do ACLs completely in userspace.
+    * Use fxattr calls whenever possible (trying to work around the strange
+      Linux kernel oplock bug).
 
 
 o   Kai Blin <[EMAIL PROTECTED]>
@@ -210,6 +221,7 @@ o   Gerald (Jerry) Carter <[EMAIL PROTECTED]>
 
 o   Steven Danneman <[EMAIL PROTECTED]>
     * Add options to manage identity mapping entries to wbinfo and Winbind.
+    * Fix to allow setting of NULL DACL/SACL.
 
 
 o   Günther Deschner <[EMAIL PROTECTED]>
@@ -220,25 +232,35 @@ o   Günther Deschner <[EMAIL PROTECTED]>
     * _samr_DeleteUser needs to wipe out the user_handle on success.
     * NetGroupEnum_r needs to handle servers with no groups.
     * Fix numerous netapi issues.
-    * Support for partial and delta netlogon replication in "net rpc vampire"
-    * Automatic machine password update in winbindd for member servers
-    * German internalization for pam_winbind
-    * Winbind krb5 locator plugin manpage
-    * New wbclient wbcLookupDomainControllerEx call
+    * Add support for partial and delta netlogon replication in
+      "net rpc vampire".
+    * Add automatic machine password update in Winbind for member servers.
+    * Add German internalization for pam_winbind.
+    * Add Winbind krb5 locator plugin manpage.
+    * Add new wbclient wbcLookupDomainControllerEx call.
     * Use autogenerated DCE/RPC routines for one more call on SVCCTL
-      named pipe
+      named pipe.
     * Use autogenerated NBT routines from Samba4 for Mailslot/CLDAP
-      parsing
-    * Fix winbind password change code for Windows 2000 DCs
-    * Fix PNP_HwProfInfo NDR parsing
-    * Added wbclient wbcLogonUser and wbcLogoffUserEx functions
-    * Automatic home directory creation for pam_winbind
+      parsing.
+    * Fix Winbind password change code for Windows 2000 DCs.
+    * Fix PNP_HwProfInfo NDR parsing.
+    * Add wbclient wbcLogonUser and wbcLogoffUserEx functions.
+    * Add automatic home directory creation for pam_winbind.
+
+
+o   Mathias Dietz <[EMAIL PROTECTED]>
+    * Search for gpfs functions in both libgpfs_gpl.so an libgpfs.so.
 
 
 o   Dina Fine <[EMAIL PROTECTED]>
     * BUG 5908: Fix internal change notify on share directories.
 
 
+o   Nils Goroll <[EMAIL PROTECTED]>
+    * BUG 5135: Prevent calling POSIX ACL vfs methods on zfs share.
+    * BUG 5446: Prevent calling POSIX ACL vfs methods on zfs share.
+
+
 o   Jeff Layton <[EMAIL PROTECTED]>
     * Have uppercase_string return success on NULL pointer in mount.cifs.
     * Make mount.cifs return codes match the return codes for /bin/mount.
@@ -257,6 +279,7 @@ o   Volker Lendecke <[EMAIL PROTECTED]>
     * Fix a valgrind error in idmap_ad_sids_to_unixids().
     * Make memcache_add_talloc NULL out the source pointer.
     * Fix memleak in memcache_add_talloc found by Martin Zielinski <[EMAIL 
PROTECTED]>.
+    * Fix memleak in calculate_next_machine_pwd_change.
 
 
 o   Jeff Layton <[EMAIL PROTECTED]>
@@ -267,6 +290,10 @@ o   Derrell Lipman <[EMAIL PROTECTED]>
     * BUG 5805: Don't close stdout when calling setup_logging multiple times.
 
 
+o   Stefan Metzmacher <[EMAIL PROTECTED]>
+    * Return an error instead of crashing when no realm is given.
+
+
 o   TAKAHASHI Motonobu <[EMAIL PROTECTED]>
     * 5901: Fix default value for streams_depot location.
 
@@ -277,12 +304,19 @@ o   Tim Prouty <[EMAIL PROTECTED]>
 
 o   Andreas Schneider <[EMAIL PROTECTED]>
     * Delete the krb5 ccname variable from the PAM environment if set.
+    * Add a function out of pam_sm_close_session to delete the credentials.
 
 
 o   Davide Sfriso <[EMAIL PROTECTED]>
     * BUG 5906: Fix Winbind crash bug during 'getent group' on PDC.
 
 
+o   Dan Sledz <[EMAIL PROTECTED]>
+    * Add FreeBSD configure check for backtrace_symbols.
+    * Allow SYSLOG_FACILITY to be modified with a new configure option called
+      --with-syslog-facility.
+
+
 o   Joe Smith <[EMAIL PROTECTED]>
     * Fix typo in source/utils/net_rap.c.
 
@@ -293,6 +327,10 @@ o   Martin Schwenke <[EMAIL PROTECTED]>
       compile time rather than install time.
 
 
+o   Yasuma Takeda <[EMAIL PROTECTED]>
+    * BUG 5909: Fix MS-DFS links containing multibyte characters on Vista.
+
+
 o   Bo Yang <[EMAIL PROTECTED]>
     * Fix broken msgids in ntstatus_errors.
     * i18n/l10n pam_winbind


-- 
Samba Shared Repository

Reply via email to