1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

Merge latest fixes from the release tree for WHATSNEW.txt

(This used to be commit c49205bee4)
This commit is contained in:
Alexander Bokovoy 2003-09-26 09:54:10 +00:00
parent 0fea43eb60
commit 2e4f22795b

View File

@ -87,9 +87,9 @@ Changes since 3.0rc4
Please refer to the CVS log for the SAMBA_3_0 branch for complete Please refer to the CVS log for the SAMBA_3_0 branch for complete
details: details:
1) Fix bug that prevented restoring filenames of length 1) Fix bug that prevented filenames of length >100 characters
>100 characters. from being restored using smbclient's tar functionality.
2) Fix bug that prevented fast path code in strchr_m 2) Fix bug that prevented fast path code in strchr_m()
from being used. from being used.
3) Make sure we store the desired access flag on incoming 3) Make sure we store the desired access flag on incoming
SAMR rpc calls. SAMR rpc calls.
@ -105,7 +105,7 @@ details:
if one of the SIDs could not be resolved (bug 470). if one of the SIDs could not be resolved (bug 470).
10) Remove -P option from smbclient printing scripts since it 10) Remove -P option from smbclient printing scripts since it
has a different meaning in Samba 3.0 (bug 473). has a different meaning in Samba 3.0 (bug 473).
11) Sync smbldap-tools with latest version 11) Sync smbldap-tools with latest version from idealx cvs tree.
12) Cleanup some warnings produced by the Sun C compiler. 12) Cleanup some warnings produced by the Sun C compiler.
13) Several fixes for SWAT relating to international character 13) Several fixes for SWAT relating to international character
sets. sets.