1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-24 02:04:21 +03:00

preparing for release of 3.0alpha23

(This used to be commit 42d76f44c0be90b4f78a568a577672cacf800639)
This commit is contained in:
Gerald Carter 2003-03-31 03:07:13 +00:00
parent 160818df20
commit 64bc6eb62b

View File

@ -1,5 +1,5 @@
WHATS NEW IN Samba 3.0 alpha23 WHATS NEW IN Samba 3.0 alpha23
31st March 2003 30th March 2003
============================== ==============================
This is a pre-release of Samba 3.0. This is NOT a stable release. This is a pre-release of Samba 3.0. This is NOT a stable release.
@ -89,7 +89,7 @@ Changes in alpha23:
to transfer your group mapping database to LDAP. to transfer your group mapping database to LDAP.
All groups must be represented as posixGroup objects in All groups must be represented as posixGroup objects in
the directory and adapt the LDAP schema to support the the directory and you must adapt your LDAP schema to support the
sambaGroupMapping before running this command. Refer to sambaGroupMapping before running this command. Refer to
examples/LDAP/samba.schema for details on the objectclass. examples/LDAP/samba.schema for details on the objectclass.
@ -123,7 +123,7 @@ Changes in alpha23:
change of owning user is towards the current user. Otherwise change of owning user is towards the current user. Otherwise
chown is done after setting ACLs. chown is done after setting ACLs.
4) Continuing work on NTLMSSP-based SMB signing 4) Continuing work on NTLMSSP-based SMB signing
5) When opening an existing DB, don't require the hash_size 5) When opening an existing TDB, don't require the hash_size
specified to the open call to be the same as that of the specified to the open call to be the same as that of the
existing tdb. The specified hash_size is only used if the existing tdb. The specified hash_size is only used if the
tdb needs to be (re)created. tdb needs to be (re)created.
@ -144,7 +144,7 @@ Changes in alpha23:
17) Add a 'privileged' mode to Winbindd 17) Add a 'privileged' mode to Winbindd
18) Work around platforms that have broken getgrnam() implementations 18) Work around platforms that have broken getgrnam() implementations
19) Merge real time signal fixes for kernel oplock code from HEAD 19) Merge real time signal fixes for kernel oplock code from HEAD
20) fix CIDR hosts allow/deny notation 20) Fix CIDR hosts allow/deny notation
21) Fixup tcon&X server responses and error codes 21) Fixup tcon&X server responses and error codes
22) Set domain for users in passdb created by "net rpc vampire" 22) Set domain for users in passdb created by "net rpc vampire"
23) More scalable printing updates 23) More scalable printing updates