summaryrefslogtreecommitdiff
path: root/WHATSNEW.txt
diff options
context:
space:
mode:
authorKarolin Seeger <kseeger@samba.org>2008-11-26 11:20:03 +0100
committerKarolin Seeger <kseeger@samba.org>2008-11-26 11:22:16 +0100
commitd272c6e8937ae448a19fd21b689d3ae3cb99ae26 (patch)
tree59b19d708e34d6cfe898bfd96c793de15e577754 /WHATSNEW.txt
parent5d3ff068e87b962f736c6697c13ca528afd1442e (diff)
downloadsamba-d272c6e8937ae448a19fd21b689d3ae3cb99ae26.tar.gz
WHATSNEW: Update changes and release date.
Karolin (cherry picked from commit b2b19535d5e5356ec7dcf97c2d550fdd01a02b27)
Diffstat (limited to 'WHATSNEW.txt')
-rw-r--r--WHATSNEW.txt62
1 files changed, 50 insertions, 12 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 76d8c340afb..2a7d1a61f87 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 <obnox@samba.org>
+ * 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 <jra@samba.org>
@@ -182,10 +189,12 @@ o Jeremy Allison <jra@samba.org>
* 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 <jra@samba.org>
"Cooper S. Blake" <the_analogkid@yahoo.com>.
* Fix memory leak in error path, spotted by Martin Zielinski <mz@seh.de>.
* 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 <kai@samba.org>
@@ -210,6 +221,7 @@ o Gerald (Jerry) Carter <jerry@samba.org>
o Steven Danneman <steven.danneman@isilon.com>
* Add options to manage identity mapping entries to wbinfo and Winbind.
+ * Fix to allow setting of NULL DACL/SACL.
o Günther Deschner <gd@samba.org>
@@ -220,25 +232,35 @@ o Günther Deschner <gd@samba.org>
* _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 <MDIETZ@de.ibm.com>
+ * Search for gpfs functions in both libgpfs_gpl.so an libgpfs.so.
o Dina Fine <dina@exanet.com>
* BUG 5908: Fix internal change notify on share directories.
+o Nils Goroll <nils.goroll@hamburg.de>
+ * 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 <jlayton@redhat.com>
* 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 <vl@samba.org>
* 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 <mz@seh.de>.
+ * Fix memleak in calculate_next_machine_pwd_change.
o Jeff Layton <jlayton@redhat.com>
@@ -267,6 +290,10 @@ o Derrell Lipman <derrell.lipman@unwireduniverse.com>
* BUG 5805: Don't close stdout when calling setup_logging multiple times.
+o Stefan Metzmacher <metze@samba.org>
+ * Return an error instead of crashing when no realm is given.
+
+
o TAKAHASHI Motonobu <monyo@samba.gr.jp>
* 5901: Fix default value for streams_depot location.
@@ -277,12 +304,19 @@ o Tim Prouty <tim.prouty@isilon.com>
o Andreas Schneider <mail@cynapses.org>
* 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 <sfriso@virgilio.it>
* BUG 5906: Fix Winbind crash bug during 'getent group' on PDC.
+o Dan Sledz <dsledz@isilon.com>
+ * 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 <yasumoto7@gmail.com>
* Fix typo in source/utils/net_rap.c.
@@ -293,6 +327,10 @@ o Martin Schwenke <martin@meltin.net>
compile time rather than install time.
+o Yasuma Takeda <yasuma@osstech.co.jp>
+ * BUG 5909: Fix MS-DFS links containing multibyte characters on Vista.
+
+
o Bo Yang <boyang@novell.com>
* Fix broken msgids in ntstatus_errors.
* i18n/l10n pam_winbind