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

fix some typos

This commit is contained in:
Herb Lewis 0001-01-01 00:00:00 +00:00
parent 7926e6f863
commit 800a4e5194

View File

@ -16,7 +16,7 @@ Major new features:
------------------- -------------------
1) Active Directory support. Samba 3.0 is now able to 1) Active Directory support. Samba 3.0 is now able to
to join a ADS realm as a member server and authenticate join a ADS realm as a member server and authenticate
users using LDAP/Kerberos. users using LDAP/Kerberos.
2) Unicode support. Samba will now negotiate UNICODE on the wire and 2) Unicode support. Samba will now negotiate UNICODE on the wire and
@ -27,9 +27,7 @@ Major new features:
been almost completely rewritten. Most of the changes are internal, been almost completely rewritten. Most of the changes are internal,
but the new auth system is also very configurable. but the new auth system is also very configurable.
4) New filename mangling system. The filename mangling system has been 4) New default filename mangling system.
completely rewritten. An internal database now stores mangling maps
persistently. This needs lots of testing.
5) A new "net" command has been added. It is somewhat similar to 5) A new "net" command has been added. It is somewhat similar to
the "net" command in windows. Eventually we plan to replace the "net" command in windows. Eventually we plan to replace
@ -66,7 +64,7 @@ Plus lots of other improvements!
Additional Documentation Additional Documentation
------------------------ ------------------------
Please refer to Samba documentation tree (including in the docs/ Please refer to Samba documentation tree (included in the docs/
subdirectory) for extensive explanations of installing, configuring subdirectory) for extensive explanations of installing, configuring
and maintaining Samba 3.0 servers and clients. It is advised to and maintaining Samba 3.0 servers and clients. It is advised to
begin with the Samba-HOWTO-Collection for overviews and specific begin with the Samba-HOWTO-Collection for overviews and specific
@ -82,7 +80,7 @@ Please refer to the CVS log for the SAMBA_3_0 branch for complete
details details
1) Various memory leak fixes. 1) Various memory leak fixes.
2) Provide full support SMB signing (server and client) 2) Provide full support for SMB signing (server and client)
3) Check for broken getgrouplist() in glibc. 3) Check for broken getgrouplist() in glibc.
4) Don't get stuck in an infinite loop listing directories 4) Don't get stuck in an infinite loop listing directories
recursively if the server returns an empty directory name recursively if the server returns an empty directory name
@ -90,7 +88,7 @@ details
5) Idle LDAP connections after 150 seconds. 5) Idle LDAP connections after 150 seconds.
6) Patched make uninstallmodules (bug 236). 6) Patched make uninstallmodules (bug 236).
7) Fix bug that caused smbd to return incomplete directory listings 7) Fix bug that caused smbd to return incomplete directory listings
when UNIX files contained MS wildcards characters. when UNIX files contained MS wildcard characters.
8) Quiet default debug messages in command line tools. 8) Quiet default debug messages in command line tools.
9) Fixes to avoid panics on invalid multi-byte strings. 9) Fixes to avoid panics on invalid multi-byte strings.
10) Fix error messages when creating a new smbpasswd file (bug 198). 10) Fix error messages when creating a new smbpasswd file (bug 198).
@ -129,7 +127,7 @@ details
connected user and not root. connected user and not root.
33) Fixed data corruption bug in byte-range locking (e.g. affected MS Excel). 33) Fixed data corruption bug in byte-range locking (e.g. affected MS Excel).
34) Support winbindd on FreeBSD is possible. 34) Support winbindd on FreeBSD is possible.
35) Look at the only first OID in the security blob sent in the session 35) Look at only the first OID in the security blob sent in the session
setup request to determine the token type. setup request to determine the token type.
36) Only push locks onto a blocking lock queue if the posix lock failed with 36) Only push locks onto a blocking lock queue if the posix lock failed with
EACCES or EAGAIN (this means another lock conflicts). Else return an EACCES or EAGAIN (this means another lock conflicts). Else return an
@ -141,7 +139,7 @@ details
mapping. mapping.
40) Expand %g and %G in logon script, profile path, etc... during 40) Expand %g and %G in logon script, profile path, etc... during
a domain logon (bug 208). a domain logon (bug 208).
41) Make sure smbclient client obeys '-s <config>' 41) Make sure smbclient obeys '-s <config>'
42) Added win2k3 shadow copy operations to VFS interface. 42) Added win2k3 shadow copy operations to VFS interface.
43) Allow connections to samba domain member as SERVER\user (don't 43) Allow connections to samba domain member as SERVER\user (don't
always default to DOMAIN\user). always default to DOMAIN\user).
@ -150,14 +148,14 @@ details
45) Remove delays in winbindd caused by invalid DNS lookups. 45) Remove delays in winbindd caused by invalid DNS lookups.
46) Fix supplementary group memberships on systems with slightly 46) Fix supplementary group memberships on systems with slightly
broken NSS implementations (bug 267). broken NSS implementations (bug 267).
47) Correct issue that prevented smbclient from view shares on 47) Correct issue that prevented smbclient from viewing shares on
a win2k server when using a non-anonymous connection (bug 284). a win2k server when using a non-anonymous connection (bug 284).
48) Add --domain=DOMAIN_NAME to wbinfo for limiting operations like 48) Add --domain=DOMAIN_NAME to wbinfo for limiting operations like
'wbinfo -u' to a single domain. The '.' character represents 'wbinfo -u' to a single domain. The '.' character represents
our domain. our domain.
49) Fix group enumeration bug when using an LDAP directory for 49) Fix group enumeration bug when using an LDAP directory for
storing group mappings. storing group mappings.
50) Default to use NTLMv2 if available. Fallback to not using LM/NTLM 50) Default to use NTLMv2 if available. Fallback to not use LM/NTLM
when the extended security capability bit is not set. when the extended security capability bit is not set.
51) Fix crash in 'wbinfo -a' when using extended characters in the 51) Fix crash in 'wbinfo -a' when using extended characters in the
username (bug 269). username (bug 269).
@ -171,7 +169,7 @@ details
56) Fix Query FS Info level 2. 56) Fix Query FS Info level 2.
57) Allow enumeration of users and groups by win9x "file server" (bug 57) Allow enumeration of users and groups by win9x "file server" (bug
286). 286).
58) Create symlinks during instal for modules that support mutliple 58) Create symlinks during install for modules that support mutliple
functions (bug 91). functions (bug 91).
59) More iconv detection fixes. 59) More iconv detection fixes.
60) Fix path length error in vfs_recycle module (bug 291). 60) Fix path length error in vfs_recycle module (bug 291).