From bc17b416ffe2b1f72f69737a723f081681d24996 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Tue, 6 Jan 2004 18:42:09 +0000 Subject: * making sure contributors are listed in alphabetical order * adding jra's fix for bug 815 (This used to be commit 4d07f7dff8a60b4bce0e266a6a3b13d35dbff089) --- WHATSNEW.txt | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/WHATSNEW.txt b/WHATSNEW.txt index 9f9868d026..2984fee111 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -32,6 +32,8 @@ Commits o Jeremy Allison * Tidy up of NTLMSSP code. * Fixes for SMB signing errors + * BUG 815: Workaround NT4 bug to support plaintext + password logins and UNICODE. o Petri Asikainen @@ -114,6 +116,11 @@ o Stefan Metzmacher * Revert to 2.2 quota code because of so many broken quota files out there. +o James Peach + * BUG 889: Change smbd to use pread/pwrite on platforms that + support these calls. Can lead to a significant speed increase. + + o Tim Potter * BUG 924: Fix typo in RW2 torture test. @@ -130,9 +137,6 @@ o Jelmer Vernooij * Put functions for generating SQL queries in pdb_sql.c * Add pgSQL backend (based on patch by Hamish Friedlander) -o James Peach - * Change smbd to use pread/pwrite on platforms that support - these calls. Can lead to a significant speed increase. Changes since 3.0.0 -- cgit