From aa39f8aeab4ff08fd083cf913576f24104b08fde Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Mon, 19 Jun 2006 12:13:46 +0000 Subject: r16348: * merging changes from SAMBA_3_0 r16346 * updating release notes to match --- WHATSNEW.txt | 40 +++++++++++++++++++++++++++++++++------- 1 file changed, 33 insertions(+), 7 deletions(-) (limited to 'WHATSNEW.txt') diff --git a/WHATSNEW.txt b/WHATSNEW.txt index 2bc092c8f80..2143a8868ed 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -1,6 +1,6 @@ ================================= - Release Notes for Samba 3.0.23rc2 - Jun XX, 2006 + Release Notes for Samba 3.0.23rc3 + Jun 19, 2006 ================================= This is the third release candidate of the 3.0.23 code base and is @@ -10,12 +10,13 @@ Your testing and feedback is greatly appreciated. We would like to thank the developers of Klocwork for their analysis of the Samba source tree. This release candidate includes fixes -for over two dozen defects reported by the Klocwork code analyzer. - +for over three dozen defects reported by the Klocwork code analyzer. Common issues addressed in 3.0.23rc3 include: - o + o Many more warnings from the Klocwork code analyzer. + o Various portability bugs on AIX, Solaris, and True64. + ###################################################################### Changes @@ -32,6 +33,11 @@ o Jeremy Allison * Cleanup pdb_get_XXX() methods and ensure that a failure to allocate memory for a samu user structure is reported as a failure to the calling function. + * Fix memleak in printing gencache contents. + * Fix warnings reported by gcc4 -O6 on 64-bit systems + * Fix naming conflicts with 'net usershare' structures and + Solaris header files. + * Fix memleaks on error paths from the ASN.1 parsing code. o Gerald (Jerry) Carter @@ -43,19 +49,39 @@ o Gerald (Jerry) Carter o Guenther Deschner * Fix memleaks in winbindd ads searches. * Fix timestamp bug in pam_winbindd which forced users to change - passwords prematurelty. + passwords prematurely. * Small debug message cleanups. + * Small fixes for 'net ads password'. + * Add TCP fallback for our implementation of the CHANGEPW + kpasswd calls. + * BUG 3843: Allow to set passwords directly when creating users + via "net rpc user add" + * Add "rpc shell" to the usage text for the net command. + + +o Bjoern Jacke . + * Fix DMAPI compile failures on AIX and True64. + * Fix AIX PIC suffix (use .o instead of .po). o Volker Lendecke * Fixes for various Klocwork defect reports. - * Fixes for two Coverity defect reports. + * Fixes for various Coverity defect reports. o Jason Mader * Compiler warning fixes. +o James Peach + * Ensure smbclient always prompts on standard output when in + interactive mode. + + +o Andreas Schwab + * Correct syntax error in aclocal.m4. + + Release Notes for older release follow: -------------------------------------------------- -- cgit