diff options
author | Gerald Carter <jerry@samba.org> | 2004-01-06 18:42:09 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2004-01-06 18:42:09 +0000 |
commit | bc17b416ffe2b1f72f69737a723f081681d24996 (patch) | |
tree | 5a7993f9354e3f882cfada1a87854b7209cdbc1d | |
parent | 29b4959815d9cb5ad0d300a4eb41c4d06f9653dc (diff) | |
download | samba-bc17b416ffe2b1f72f69737a723f081681d24996.tar.gz samba-bc17b416ffe2b1f72f69737a723f081681d24996.tar.bz2 samba-bc17b416ffe2b1f72f69737a723f081681d24996.zip |
* making sure contributors are listed in alphabetical order
* adding jra's fix for bug 815
(This used to be commit 4d07f7dff8a60b4bce0e266a6a3b13d35dbff089)
-rw-r--r-- | WHATSNEW.txt | 10 |
1 files 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 <jra@samba.org> * 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 <paca@sci.fi> @@ -114,6 +116,11 @@ o Stefan Metzmacher <metze@metzemix.de> * Revert to 2.2 quota code because of so many broken quota files out there. +o James Peach <jpeach@sgi.com> + * BUG 889: Change smbd to use pread/pwrite on platforms that + support these calls. Can lead to a significant speed increase. + + o Tim Potter <tpot@samba.org> * BUG 924: Fix typo in RW2 torture test. @@ -130,9 +137,6 @@ o Jelmer Vernooij <jelmer@samba.org> * Put functions for generating SQL queries in pdb_sql.c * Add pgSQL backend (based on patch by Hamish Friedlander) -o James Peach <jpeach@sgi.com> - * Change smbd to use pread/pwrite on platforms that support - these calls. Can lead to a significant speed increase. Changes since 3.0.0 |