From 61ef292ea4f5084194d47eb656460b8a19bc397c Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Thu, 28 Feb 2008 12:08:11 +0100 Subject: WHATSNEW: Merge additions from v3-2-stable's WHATSNEW. :-} Michael (This used to be commit 5d1631bd9bfd79357eb0dc47c3ab0b698696efb4) --- WHATSNEW.txt | 91 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 91 insertions(+) (limited to 'WHATSNEW.txt') diff --git a/WHATSNEW.txt b/WHATSNEW.txt index 738f5d5ab9..8a5389674f 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -124,6 +124,39 @@ smb.conf changes Changes since 3.2.0pre1: ----------------------- + +o Michael Adam + * Add library for access to the registry configuration data. + * BUG 5023: Separate NFS4 and POSIX ACL code in file access checks. + * BUG 4308: Fix Excel save operation ACL bug. + * Refactor and consolidate logic for retrieving the machine + trust password information. + * VFS API cleanup (remove redundant parameter). + * BUG 4801: Correctly implement LSA lookup levels for LookupNames. + * Add new option "debug class" to control printing of the debug class. + in debug headers. + * Enable building of the zfsacl and notify_fam vfs modules. + * BUG 5083: Fix memleak in solarisacl module. + * BUG 5063: Fix build on RHEL5. + * New smb.conf parameter "config backend = registry" to enable registry + only configuration. + * Libreplace fixes. + * Build fixes. + * Initial support for using subsystems as shared libraries. + Use talloc, tdb, and libnetapi as shared libraries internally. + + +o Jeremy Allison + * Added support for IPv6 client and server connections. + * Add in the recvfile entry to the VFS layer. + * Removal of pstring data type. + * Remove unused utilities: smbctool and rpctorture. + * Fix service principal detection to match Windows Vista + (based on work from Andreas Schneider). + * Additional work on the session data privacy for clients + implementing the Unix CIFS Extensions. + + o Kai Blin * Added support for an SMB_CONF_PATH environment variable containing the path to smb.conf. @@ -132,7 +165,31 @@ o Kai Blin * Correctly handle mixed-case hostnames in NTLMv2 authentication. +o Gerald (Jerry) Carter + * Add Winbind client library. + * Decouple static linking between smbd and winbindd's client + interface. + + +o Guenther Deschner + * Enhance client and server remote registry access. + * Add client calls for remotely joining a computer to a domain + (including calls from "net dom" command). + * Add libnetapi.so library for joining domains including + sample GTK+ app. + + +o Steve Langasek + * Integrate 2 out of 3 --with-fhs patches from Debian packaging + for better adherence to the FHS standard. + + o Volker Lendecke + * Add talloc_stackframe() and talloc_pool() features. + * Removal of pstring data type. + * Add generic a in-memory cache. + * Import the Linux red-black tree implementation. + * Remove large amount of global variables. * Support for storing xattrs in tdb files * Support for storing alternate data streams in xattrs * Implement a generic in-memory cache based on rb-trees @@ -141,6 +198,7 @@ o Volker Lendecke o Stefan Metzmacher * Fixes for libreplace. + * Pidl fixes. * Build fixes. * Add nss_wrapper support. * Start and test winbindd by 'make test' @@ -159,6 +217,16 @@ o Stefan Metzmacher * Convert auth_winbind to use wbcAuthenticateUserEx(). +o James Peach + * Add support for DNS Service Discovery. Based on work from + Rishi Srivatsavai . + + +o Andreas Schneider + * Don't restart winbind if a corrupted tdb is found during + initialization. + + o Karolin Seeger * Improve error messages of net subcommands. * Add 'net rap file user'. @@ -166,6 +234,29 @@ o Karolin Seeger are not located in the user suffix. +o David Shaw + * BUG 5073: Allow "delete readonly = yes" to correctly override + deletion of a file. + + +o Rishi Srivatsavai + * Register the smb service with mDNS if mDNS is supported. + * Add smbclient support for basic mDNS browsing. + + +o Andrew Tridgell + * Fix padding between Winbind 32bit/64bit client library in + the request/response structures. + * Added a syncops VFS module for file systems which do not + guarantee meta-data operations are immediately committed to + disk in stable form. + + +o Jelmer Vernooij + * Additional portability support for building shared libraries. + + + Original 3.2.0pre1 commits: --------------------------- o Michael Adam -- cgit