From b6bd0bac95e5f5fab65b177a50060070a68136b8 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Mon, 11 Apr 2005 00:14:58 +0000 Subject: [PATCH] r6289: update release notes for 3.0.14 --- WHATSNEW.txt | 87 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 82 insertions(+), 5 deletions(-) diff --git a/WHATSNEW.txt b/WHATSNEW.txt index 7cb8628add7..c7d87e63f84 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -1,6 +1,6 @@ ============================== - Release Notes for Samba 3.0.13 - Mar 24, 2005 + Release Notes for Samba 3.0.14 + Apr 11, 2005 ============================== This is the latest stable release of Samba. This is the version @@ -8,6 +8,86 @@ that production Samba servers should be running for all current bug-fixes. Please read the following important changes in this release. +Common bugs fixed in 3.0.14 include: + + o Compatibility issues between Winbind and Windows 2003 SP1 + domain controllers (*2k3sp1*). + o MS-DFS errors with Windows XP SP2 clients. + o High CPU loads caused by infinite loops in the FindNext() + server code. + + +###################################################################### +Changes +####### + +Changes since 3.0.13 +-------------------- + +o Jeremy Allison + * Prevent nt_status code support when negotiating protocols + earlier than NT1. + * BUG 2533: Remove the UNICODE flags2 bit from SMBsearch calls + as this SMB is DOS codepage only. + * BUG 2585: Fix printf() issues in smbpasswd which caused + seg faults. + * BUG 2563: Fix infinite loop on non-existent file with + FindNext(). + * BUG 2581 (partial): Ensure if realloc fails on an internal + tdb we fail gracefully. + + +o Gerald (Jerry) Carter + * Workaround autoconf issue to prevent debug symbols from + being included in the default build. + * Disable schannel on the \lsarpc pipe in order to successfully + enumerate users and groups (*2k3sp1*) + * Fix parsing error in rpc binds which broke NTLMSSP + authentication. And as a result broke CTL+ALT+DEL password + changes from a Windows 2003 SP1 member of a Samba domain + (*2k3sp1*). + * Revert change to FindFirst() server code that broke WinXP + SP2 clients from launching *.exe files from a dfs target + share. + + +o Volker Lendecke + * Fix build on FreeBSD 4 where Winbind is not supported. + * Fix 'wbinfo --user-sids' when using domain local groups. + * Restrict domain local groups reported by 'wbinfo -r' to + the Samba server domain and not the users domain. + + +o Lin Li + * Ensure that winbind initializes internal trusted domain + structures when enumerating users and groups. + + +o Tim Potter + * BUG 2565: Fix crash bug and compiler warnings in strchr_m() + test. + * Fix compiler warnings. + + +o + * Fix for possible root squash NFS bugs. + + +o Simo Sorce + * Debian packaging fixes. + + + + + +Release Notes for older release follow: + + -------------------------------------------------- + ============================== + Release Notes for Samba 3.0.13 + Mar 24, 2005 + ============================== + Common bugs fixed in 3.0.13 include: o Infinite FindNext() loop from Windows 9x client when @@ -69,9 +149,6 @@ o Jim McDonough * Make sure that enum_group_members() searches the correct suffix. - -Release Notes for older release follow: - -------------------------------------------------- ============================== Release Notes for Samba 3.0.12 -- 2.11.4.GIT