From d4bf587eb7fdc21d9c64edd5093dd059c60ed73f Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Wed, 27 Feb 2008 22:46:27 +0100 Subject: Add some entries to WHATSNEW If this is too much self-praising, feel free to revert :-) (This used to be commit 1edfeb9951b77a21044f0ea4e75255faef308e67) --- WHATSNEW.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'WHATSNEW.txt') diff --git a/WHATSNEW.txt b/WHATSNEW.txt index de8df4b006..3390256f81 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -22,6 +22,7 @@ Major enhancements in Samba 3.2.0 include: o Introduction of a registry based configuration system. o Improved CIFS Unix Extensions support. o Experimental support for file serving clusters. + o Support for storing alternate data streams in xattrs Winbind and Active Directory Integration: @@ -195,6 +196,10 @@ o Volker Lendecke * Remove static incoming and outgoing buffers from core server SMB packet processing code. * Add "net sam rights" command. + * 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 + * Add implicit temporary talloc contexts via talloc_stack() o Steve French -- cgit From 5021edf98676e0e2fbce835aae2126ad5357b980 Mon Sep 17 00:00:00 2001 From: Kai Blin Date: Thu, 28 Feb 2008 09:11:20 +0100 Subject: WHATSNEW: Added Kai's commits. (This used to be commit 324d2e6585ca813b30bfb3170c74debfcde59905) --- WHATSNEW.txt | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'WHATSNEW.txt') diff --git a/WHATSNEW.txt b/WHATSNEW.txt index 3390256f81..903ea8f6f2 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -51,7 +51,7 @@ Now Licensed under the GNU GPLv3 The Samba Team has adopted the Version 3 of the GNU General Public License for the 3.2 and later releases. The GPLv3 is the updated version of the GPLv2 license under which Samba is currently -distributed. It has been updated to improvecompatibility with other +distributed. It has been updated to improve compatibility with other licenses and to make it easier to adopt internationally, and is an improved version of the license to better suit the needs of Free Software in the 21st Century. @@ -120,7 +120,12 @@ smb.conf changes Changes since 3.2.0pre1: ----------------------- - +o Kai Blin + * Added support for an SMB_CONF_PATH environment variable + containing the path to smb.conf. + * Various fixes to ntlm_auth. + * make test now supports more extensive SPOOLSS testing using vlp. + * Correctly handle mixed-case hostnames in NTLMv2 authentication. Original 3.2.0pre1 commits: --------------------------- -- cgit From 346993ee759c10a65cb22821cafc315186281e59 Mon Sep 17 00:00:00 2001 From: Karolin Seeger Date: Thu, 28 Feb 2008 09:30:06 +0100 Subject: Add my changes to WHATSNEW. Fix typo. Karolin (This used to be commit ebc7f903cfd4a5f7a7baaaa1674ef84368481cb9) --- WHATSNEW.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'WHATSNEW.txt') diff --git a/WHATSNEW.txt b/WHATSNEW.txt index 903ea8f6f2..bcdf56c166 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -168,7 +168,7 @@ o Gerald (Jerry) Carter using remote idmap backends. * Fix LookupNames and LookupSids to use the same resolution heuristics as Windows XP. - * Fix lockups in Winbind when running nscd. + * Fix lookups in Winbind when running nscd. * UPN logon support in pam_winbind. * Add support for GNU linker scripts when build shared libraries (based on work by Julien Cristau and James @@ -235,6 +235,10 @@ o Jiri Sasek o Karolin Seeger * Add deletelocalgroup and unmapunixgroup subcommand to "net sam". * Cleanup internal passdb functions. + * Improve error messages of net subcommands. + * Add 'net rap file user'. + * Change LDAP search filter to find machine accounts which + are not located in the user suffix. o Simo Sorce -- cgit From 732f69eb6b9c8e1ce962dd556dd090343bccdc27 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 28 Feb 2008 09:49:59 +0100 Subject: Update WHATSNEW.txt with my changes for 3.2.0pre2 metze (This used to be commit d18778f329f0c49f1250d93cf1b52603afaf15e1) --- WHATSNEW.txt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'WHATSNEW.txt') diff --git a/WHATSNEW.txt b/WHATSNEW.txt index bcdf56c166..f60aa04d54 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -127,6 +127,25 @@ o Kai Blin * make test now supports more extensive SPOOLSS testing using vlp. * Correctly handle mixed-case hostnames in NTLMv2 authentication. +o Stefan Metzmacher + * Fixes for libreplace. + * Build fixes. + * Add nss_wrapper support. + * Start and test winbindd by 'make test' + * Split up child_dispatch_table into domain, idmap and locator tables + in winbindd. + * Fix for a crash bug in pidl generated client code. + This could have happend with [in,out,unique] pointers + when the clients sends a valid pointer, but the server + reponse with a NULL pointer (as samba-3.0.26a do for some calls). + * Change NTSTAUS into enum ndr_err_code in librpc/ndr. + * Remove unused calls in the struct based winbindd protocol. + * Add --configfile option to wbinfo. + * Convert winbind_env_set(), winbind_on() and winbind_off() into macros. + * Return rids and other_sids arrays in WBFLAG_PAM_INFO3_TEXT mode. + * Implement wbcErrorString() and wbcAuthenticateUserEx() + * Convert auth_winbind to use wbcAuthenticateUserEx() + Original 3.2.0pre1 commits: --------------------------- o Michael Adam -- cgit From 226a17cb3b154eed73417be4a88d7015466c7706 Mon Sep 17 00:00:00 2001 From: Karolin Seeger Date: Thu, 28 Feb 2008 10:16:48 +0100 Subject: Ups... Sorry! Thanks for the hint Volker! :-) Karolin (This used to be commit 1942798c55580ae4777521c077e2766a52fa0192) --- WHATSNEW.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'WHATSNEW.txt') diff --git a/WHATSNEW.txt b/WHATSNEW.txt index f60aa04d54..42eaad4c82 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -187,7 +187,7 @@ o Gerald (Jerry) Carter using remote idmap backends. * Fix LookupNames and LookupSids to use the same resolution heuristics as Windows XP. - * Fix lookups in Winbind when running nscd. + * Fix lockups in Winbind when running nscd. * UPN logon support in pam_winbind. * Add support for GNU linker scripts when build shared libraries (based on work by Julien Cristau and James -- cgit From 9dc87b86137db120834b158063688bfc4f20329b Mon Sep 17 00:00:00 2001 From: Karolin Seeger Date: Thu, 28 Feb 2008 10:47:18 +0100 Subject: Move my changes to the right section in WHATSNEW. Karolin (This used to be commit c0f486dc46fa9a8ace03e6d147e5fdbd4d6e2f2d) --- WHATSNEW.txt | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'WHATSNEW.txt') diff --git a/WHATSNEW.txt b/WHATSNEW.txt index 42eaad4c82..d705dd9fa5 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -127,6 +127,7 @@ o Kai Blin * make test now supports more extensive SPOOLSS testing using vlp. * Correctly handle mixed-case hostnames in NTLMv2 authentication. + o Stefan Metzmacher * Fixes for libreplace. * Build fixes. @@ -146,6 +147,14 @@ o Stefan Metzmacher * Implement wbcErrorString() and wbcAuthenticateUserEx() * Convert auth_winbind to use wbcAuthenticateUserEx() + +o Karolin Seeger + * Improve error messages of net subcommands. + * Add 'net rap file user'. + * Change LDAP search filter to find machine accounts which + are not located in the user suffix. + + Original 3.2.0pre1 commits: --------------------------- o Michael Adam @@ -254,10 +263,6 @@ o Jiri Sasek o Karolin Seeger * Add deletelocalgroup and unmapunixgroup subcommand to "net sam". * Cleanup internal passdb functions. - * Improve error messages of net subcommands. - * Add 'net rap file user'. - * Change LDAP search filter to find machine accounts which - are not located in the user suffix. o Simo Sorce -- cgit From 5764073c0cbf0883b14f686d3f12939e829cc6a5 Mon Sep 17 00:00:00 2001 From: Karolin Seeger Date: Thu, 28 Feb 2008 11:16:46 +0100 Subject: WHATSNEW: Add new parameter 'config backend'. Karolin (This used to be commit f503d193ab4f7cd075f23dd37e83942f9245cfb5) --- WHATSNEW.txt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'WHATSNEW.txt') diff --git a/WHATSNEW.txt b/WHATSNEW.txt index d705dd9fa5..d7a1185c67 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -108,14 +108,15 @@ smb.conf changes client plaintext auth Changed Default No clustering New No cluster addresses New "" + config backend New file ctdb socket New "" lanman auth Changed Default No - mangle map Removed + mangle map Removed open files database hashsize Removed - read bmpx Removed + read bmpx Removed registry shares New No - winbind expand groups New 1 - winbind rpc only New No + winbind expand groups New 1 + winbind rpc only New No Changes since 3.2.0pre1: -- cgit From 36a566dd33052e06593b55f405170e53421ba80c Mon Sep 17 00:00:00 2001 From: Karolin Seeger Date: Thu, 28 Feb 2008 11:22:23 +0100 Subject: WHATSNEW: Fix some typos. Karolin (This used to be commit 5c8b57750186ec482bbfbf608157e4f5e3e80cc0) --- WHATSNEW.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'WHATSNEW.txt') diff --git a/WHATSNEW.txt b/WHATSNEW.txt index d7a1185c67..30f9c0ee91 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -138,15 +138,15 @@ o Stefan Metzmacher in winbindd. * Fix for a crash bug in pidl generated client code. This could have happend with [in,out,unique] pointers - when the clients sends a valid pointer, but the server - reponse with a NULL pointer (as samba-3.0.26a do for some calls). - * Change NTSTAUS into enum ndr_err_code in librpc/ndr. + when the client sends a valid pointer, but the server + responds with a NULL pointer (as samba-3.0.26a does for some calls). + * Change NTSTATUS into enum ndr_err_code in librpc/ndr. * Remove unused calls in the struct based winbindd protocol. * Add --configfile option to wbinfo. * Convert winbind_env_set(), winbind_on() and winbind_off() into macros. * Return rids and other_sids arrays in WBFLAG_PAM_INFO3_TEXT mode. - * Implement wbcErrorString() and wbcAuthenticateUserEx() - * Convert auth_winbind to use wbcAuthenticateUserEx() + * Implement wbcErrorString() and wbcAuthenticateUserEx(). + * Convert auth_winbind to use wbcAuthenticateUserEx(). o Karolin Seeger -- cgit From 78a7a6fefc018f7bbbcd5702efbf59730640e7e2 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Thu, 28 Feb 2008 11:58:09 +0100 Subject: WHATSNEW: adapt section on registry configuration to new facts. Also add to smb.conf changes. Michael (This used to be commit b1a55cd1570d71a015cfeac976fbd1f13c44cc7d) --- WHATSNEW.txt | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'WHATSNEW.txt') diff --git a/WHATSNEW.txt b/WHATSNEW.txt index 30f9c0ee91..bb678fb936 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -79,10 +79,10 @@ Registry Configuration Backend Samba is now able to use a registry based configuration backed to supplement smb.conf setting. This feature may be enabled by setting -"include = registry" and "registry shares = yes" in the [global] -section of smb.conf and may be managed using the "net conf" command. +"config backend = registry" and "registry shares = yes" in the [global] +section of smb.conf and may be managed using the "net conf" command. -More information may be obtained from the smb.conf(5) and net(8) man +More information may be obtained from the smb.conf(5) and net(8) man pages. @@ -110,7 +110,10 @@ smb.conf changes cluster addresses New "" config backend New file ctdb socket New "" + debug class New No lanman auth Changed Default No + ldap debug level New 0 + ldap debug threshold New 10 mangle map Removed open files database hashsize Removed read bmpx Removed -- cgit From 5458715069be7a4f9645d4048e8402a98832fcf4 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Thu, 28 Feb 2008 11:59:11 +0100 Subject: WHATSNEW: Move Volker's post pre1 changes to the appropriate section. Michael (This used to be commit 8cc0d46c388f5971bf468e6eb607b5e230f9a2dd) --- WHATSNEW.txt | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'WHATSNEW.txt') diff --git a/WHATSNEW.txt b/WHATSNEW.txt index bb678fb936..738f5d5ab9 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -132,6 +132,13 @@ o Kai Blin * Correctly handle mixed-case hostnames in NTLMv2 authentication. +o Volker Lendecke + * 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 + * Add implicit temporary talloc contexts via talloc_stack() + + o Stefan Metzmacher * Fixes for libreplace. * Build fixes. @@ -233,10 +240,6 @@ o Volker Lendecke * Remove static incoming and outgoing buffers from core server SMB packet processing code. * Add "net sam rights" command. - * 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 - * Add implicit temporary talloc contexts via talloc_stack() o Steve French -- cgit 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 From 2684818ba916a7cdb9994a91a1443cc23e2b6854 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Thu, 28 Feb 2008 12:11:21 +0100 Subject: WHATSNEW: fix a typo and spacings Michael (This used to be commit 4c02a60a985285d07ee54bb39de6a7568467c944) --- WHATSNEW.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'WHATSNEW.txt') diff --git a/WHATSNEW.txt b/WHATSNEW.txt index 8a5389674f..070f7cfe1a 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -355,7 +355,7 @@ o James Peach o Jiri Sasek - * Added vfs_vfsacl module. + * Added vfs_zfsacl module. o Karolin Seeger -- cgit From 554107bf8bc2efcd98866563255068f16df59e10 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Thu, 28 Feb 2008 12:11:58 +0100 Subject: WHATSNEW: Fix spacings Michael (This used to be commit ac37d607ce799d5dc380a24447768b500a0c64ad) --- WHATSNEW.txt | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'WHATSNEW.txt') diff --git a/WHATSNEW.txt b/WHATSNEW.txt index 070f7cfe1a..27fa6874ca 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -52,11 +52,11 @@ The Samba Team has adopted the Version 3 of the GNU General Public License for the 3.2 and later releases. The GPLv3 is the updated version of the GPLv2 license under which Samba is currently distributed. It has been updated to improve compatibility with other -licenses and to make it easier to adopt internationally, and is an +licenses and to make it easier to adopt internationally, and is an improved version of the license to better suit the needs of Free Software in the 21st Century. -The original announcement is available on-line at +The original announcement is available on-line at http://news.samba.org/announcements/samba_gplv3/ @@ -64,12 +64,12 @@ The original announcement is available on-line at New Security Defaults for Authentication ======================================== -Support for LanMan passwords is now disabled in both client and server -applications. Additionally, clear text authentication requests are +Support for LanMan passwords is now disabled in both client and server +applications. Additionally, clear text authentication requests are disabled by default in client utilities such as smbclient and all -libsmbclient based applications. This will affect connection both -to and from hosts running DOS, Windows 9x/ME, and OS/2. Please refer -to the "Changes" section for details on the exact parameters that were +libsmbclient based applications. This will affect connection both +to and from hosts running DOS, Windows 9x/ME, and OS/2. Please refer +to the "Changes" section for details on the exact parameters that were updated. @@ -270,16 +270,16 @@ o Michael Adam * Merged \winreg server code from the SAMBA_3_2 development branch. * Fixes for libreplace. * Implement new registry configuration backend. - + o Jeremy Allison * Add support for file system objectIDs. * Winbind cache validation support. * Add in the UNIX capability for 24-bit readX. * Improve Delete-on-Close semantics. - * Removal of static file and path name buffers in SMB file serving + * Removal of static file and path name buffers in SMB file serving code. - + o Danilo Almeida * Move the machine account to the OU specified when running "net @@ -287,7 +287,7 @@ o Danilo Almeida o Andrew Bartlett - * Tighten authentication protocol defaults in client tools and + * Tighten authentication protocol defaults in client tools and servers. @@ -301,7 +301,7 @@ o Gerald (Jerry) Carter * Fix lockups in Winbind when running nscd. * UPN logon support in pam_winbind. * Add support for GNU linker scripts when build shared libraries - (based on work by Julien Cristau and James + (based on work by Julien Cristau and James Peach). @@ -318,7 +318,7 @@ o Guenther Deschner o Steve Langasek * Allow SIGTERM to cause nmbd to exit while awaiting a interface - to come up. + to come up. o Volker Lendecke @@ -328,7 +328,7 @@ o Volker Lendecke * Add client support for the SamLogonEx() authentication request. * Implement RPC proxy stubs in the Samba server code to allow replacing implementation functions one by one. - * Remove static incoming and outgoing buffers from core server SMB + * Remove static incoming and outgoing buffers from core server SMB packet processing code. * Add "net sam rights" command. -- cgit From a701cfecd482d978ec3c1463bd357565e0f883d1 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Thu, 28 Feb 2008 12:13:22 +0100 Subject: WHATSNEW: give a new date for the upcoming prerelease. Michael (This used to be commit 38d327d51f17cb2be9e5963496c97c6d68be79ef) --- WHATSNEW.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'WHATSNEW.txt') diff --git a/WHATSNEW.txt b/WHATSNEW.txt index 27fa6874ca..0dd82a1f57 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -1,6 +1,6 @@ ================================= Release Notes for Samba 3.2.0pre2 - Oct XX, 2007 + Feb 29, 2008 ================================= This is the second preview release of Samba 3.2.0. This is *not* -- cgit From d772c3af1b05d86ca6eed34bd3ecabcd3d33066d Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Thu, 28 Feb 2008 12:13:59 +0100 Subject: WHATSNEW: Also merge changes in "Major enhancements" section from v3-2-stable. Michael (This used to be commit 1984e91f05ce95eb43d149e66994196718a6ffba) --- WHATSNEW.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'WHATSNEW.txt') diff --git a/WHATSNEW.txt b/WHATSNEW.txt index 0dd82a1f57..cea6d9bef8 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -22,6 +22,7 @@ Major enhancements in Samba 3.2.0 include: o Introduction of a registry based configuration system. o Improved CIFS Unix Extensions support. o Experimental support for file serving clusters. + o Support for IPv6 connections. o Support for storing alternate data streams in xattrs @@ -33,6 +34,7 @@ Major enhancements in Samba 3.2.0 include: o Support in pam_winbind for logging on using the userPrincipalName. o Expansion of nested domain groups via NSS calls. o Support for Active Directory LDAP Signing policy. + o New LGPL Winbind client library (libwbclient.so) Users & Groups: -- cgit From ed596336ad9498cc37ceece5f7b939366512f5a2 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Thu, 28 Feb 2008 12:19:30 +0100 Subject: WHATSNEW: add two more items to my changes. Michael (This used to be commit d8555f09d4240736b0c5fc93cea33285b33531b4) --- WHATSNEW.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'WHATSNEW.txt') diff --git a/WHATSNEW.txt b/WHATSNEW.txt index cea6d9bef8..c9287ac6a0 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -142,6 +142,9 @@ o Michael Adam * BUG 5063: Fix build on RHEL5. * New smb.conf parameter "config backend = registry" to enable registry only configuration. + * Move "net conf" functionality into a separate module libnet_conf.c + * Restructure registry code, eliminating the dynamic overlay. + Make use of reg_api instead of backend code in most places. * Libreplace fixes. * Build fixes. * Initial support for using subsystems as shared libraries. -- cgit From 0e97acee3f019c83fe021d5a67f450d9dca9336a Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Thu, 28 Feb 2008 12:26:37 +0100 Subject: WHATSNEW: add another change. Michael (This used to be commit 9436afad7e73a22a3320995f8a25e65a74a0532b) --- WHATSNEW.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'WHATSNEW.txt') diff --git a/WHATSNEW.txt b/WHATSNEW.txt index c9287ac6a0..ba2bf972e0 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -145,6 +145,8 @@ o Michael Adam * Move "net conf" functionality into a separate module libnet_conf.c * Restructure registry code, eliminating the dynamic overlay. Make use of reg_api instead of backend code in most places. + * Add support for intercepting LDAP libraries' debug output and print + it in Samba's debugging system. * Libreplace fixes. * Build fixes. * Initial support for using subsystems as shared libraries. -- cgit From d9b6f9a75d39944eb5ef78280fdffd97e45975e6 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Thu, 28 Feb 2008 03:27:55 -0800 Subject: Updated comments on the encryption support. Jeremy. (This used to be commit ab6a9fad3873a9e4f5945e5d72faabbf42bd4f48) --- WHATSNEW.txt | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'WHATSNEW.txt') diff --git a/WHATSNEW.txt b/WHATSNEW.txt index c9287ac6a0..bb68817d17 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -22,9 +22,9 @@ Major enhancements in Samba 3.2.0 include: o Introduction of a registry based configuration system. o Improved CIFS Unix Extensions support. o Experimental support for file serving clusters. - o Support for IPv6 connections. - o Support for storing alternate data streams in xattrs - + o Support for IPv6 in the server, and client tools and libraries. + o Support for storing alternate data streams in xattrs. + o Encrypted SMB transport in client tools and libraries, and server. Winbind and Active Directory Integration: o Full support for Windows 2003 cross-forest, transitive trusts @@ -158,9 +158,7 @@ o Jeremy Allison * 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. - + * Encrypted SMB transport in client tools and libraries, and server. o Kai Blin * Added support for an SMB_CONF_PATH environment variable -- cgit From 6676b948827e92498e19263b3a437f0b4c84fc80 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Thu, 28 Feb 2008 12:47:44 +0100 Subject: Add another WHATSNEW (This used to be commit c6f0ff949b480addfa72cd59a790d673bc40f204) --- WHATSNEW.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'WHATSNEW.txt') diff --git a/WHATSNEW.txt b/WHATSNEW.txt index 1b5fad7faf..13be7ee59c 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -260,6 +260,8 @@ o Andrew Tridgell o Jelmer Vernooij * Additional portability support for building shared libraries. +o Corinna Vinschen + * Get Samba version or capability information from Windows user space Original 3.2.0pre1 commits: -- cgit From ed40151aafcc0416be50197d85784706c882b674 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Thu, 28 Feb 2008 12:53:14 +0100 Subject: WHATSNEW: Add changes by Andreas Schneider. Michael (This used to be commit cfb853e6c2d0f6ef6bca3b5b950bb015603f1c2d) --- WHATSNEW.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'WHATSNEW.txt') diff --git a/WHATSNEW.txt b/WHATSNEW.txt index 13be7ee59c..83868edc53 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -113,6 +113,7 @@ smb.conf changes config backend New file ctdb socket New "" debug class New No + hidden New No lanman auth Changed Default No ldap debug level New 0 ldap debug threshold New 10 @@ -230,6 +231,9 @@ o James Peach o Andreas Schneider * Don't restart winbind if a corrupted tdb is found during initialization. + * Fix Windows 2008 (Longhorn) join. + * Fix crashbug in winbindd. + * Add share parameter "hidden". o Karolin Seeger -- cgit From 830b70ab51adb077f0bb47c33d094b4ed334a593 Mon Sep 17 00:00:00 2001 From: Karolin Seeger Date: Thu, 28 Feb 2008 13:32:34 +0100 Subject: Add missing full stops and blank lines. Karolin (This used to be commit cd784938b72f4e571f6ae178ed953a341f7d0f63) --- WHATSNEW.txt | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) (limited to 'WHATSNEW.txt') diff --git a/WHATSNEW.txt b/WHATSNEW.txt index 83868edc53..16e0275123 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -28,13 +28,13 @@ Major enhancements in Samba 3.2.0 include: Winbind and Active Directory Integration: o Full support for Windows 2003 cross-forest, transitive trusts - and one-way domain trusts + and one-way domain trusts. o Support for userPrincipalName logons via pam_winbind and NSS lookups. o Support in pam_winbind for logging on using the userPrincipalName. o Expansion of nested domain groups via NSS calls. o Support for Active Directory LDAP Signing policy. - o New LGPL Winbind client library (libwbclient.so) + o New LGPL Winbind client library (libwbclient.so). Users & Groups: @@ -163,6 +163,7 @@ o Jeremy Allison (based on work from Andreas Schneider). * Encrypted SMB transport in client tools and libraries, and server. + o Kai Blin * Added support for an SMB_CONF_PATH environment variable containing the path to smb.conf. @@ -196,10 +197,10 @@ o Volker Lendecke * 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 - * Add implicit temporary talloc contexts via talloc_stack() + * 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. + * Add implicit temporary talloc contexts via talloc_stack(). o Stefan Metzmacher @@ -207,7 +208,7 @@ o Stefan Metzmacher * Pidl fixes. * Build fixes. * Add nss_wrapper support. - * Start and test winbindd by 'make test' + * Start and test winbindd by 'make test'. * Split up child_dispatch_table into domain, idmap and locator tables in winbindd. * Fix for a crash bug in pidl generated client code. @@ -264,8 +265,9 @@ o Andrew Tridgell o Jelmer Vernooij * Additional portability support for building shared libraries. + o Corinna Vinschen - * Get Samba version or capability information from Windows user space + * Get Samba version or capability information from Windows user space. Original 3.2.0pre1 commits: @@ -345,7 +347,7 @@ o Volker Lendecke o Steve French - * Fixes for mount.cfs Linux utility. + * Fixes for mount.cifs Linux utility. o Stefan Metzmacher -- cgit From 8471efe308a34f4bd670211104157100f9f2acca Mon Sep 17 00:00:00 2001 From: Karolin Seeger Date: Thu, 28 Feb 2008 15:52:06 +0100 Subject: Update WHATSNEW. Karolin (This used to be commit 01596c9335f0e7f2fd618e79fe313caf97dbb2f4) --- WHATSNEW.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'WHATSNEW.txt') diff --git a/WHATSNEW.txt b/WHATSNEW.txt index 16e0275123..8c32d9aaaf 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -75,7 +75,6 @@ to the "Changes" section for details on the exact parameters that were updated. - Registry Configuration Backend ============================== @@ -94,6 +93,11 @@ Removed Features Both the Python bindings and the libmsrpc shared library have been removed from the tree due to lack of an official maintainer. +As smbfs is no longer supported in current kernel versions, smbmount has +been removed in this Samba version. Please use cifs (mount.cifs) instead. +See examples/scripts/mount/mount.smbfs as an example for a wrapper which +calls mount.cifs instead of smbmount/mount.smbfs. + ###################################################################### @@ -242,6 +246,7 @@ o Karolin Seeger * Add 'net rap file user'. * Change LDAP search filter to find machine accounts which are not located in the user suffix. + * Remove smbmount. o David Shaw -- cgit From 18206a4cb52fba13253339c1b166d3df27345380 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Thu, 21 Feb 2008 16:14:08 +0100 Subject: Add vfs_aio_fork This is used for two purposes: First, I'm using it to test the async I/O code. In the forked process it is pretty easy to delay a reply for a random amount of time. See the BUILD_FARM_HACKS snippet. Second, there are systems around that claim to have Posix AIO but which is broken. This might be some help for those systems. Also add tests how to pass file descriptors (This used to be commit b0e52cecf2009d4c7f29412dadf17910e54e4327) --- WHATSNEW.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'WHATSNEW.txt') diff --git a/WHATSNEW.txt b/WHATSNEW.txt index 8c32d9aaaf..76a66b3d29 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -205,6 +205,8 @@ o Volker Lendecke * Support for storing alternate data streams in xattrs. * Implement a generic in-memory cache based on rb-trees. * Add implicit temporary talloc contexts via talloc_stack(). + * Speed up the smbclient "get" command + * Add the aio_fork module o Stefan Metzmacher -- cgit