WHATSNEW: Update changes.
[Samba/gebeck_regimport.git] / WHATSNEW.txt
blob512bddd3d31c1fb6e06651c70b70c7339600cc75
1                    =================================
2                    Release Notes for Samba 3.6.0pre1
3                              July 28, 2010
4                    =================================
7 This is the first preview release of Samba 3.6.  This is *not*
8 intended for production environments and is designed for testing
9 purposes only.  Please report any defects via the Samba bug reporting
10 system at https://bugzilla.samba.org/.
13 Major enhancements in Samba 3.6.0 include:
16 SMB2 support
17 ------------
19 SMB2 support in 3.6.0 is fully functional (with one ommission),
20 and can be enabled by setting:
22 max protocol = SMB2
24 in the [global] section of your smb.conf and re-starting
25 Samba. All features should work over SMB2 except the modification
26 of user quotas using the Windows quota management tools.
28 As this is the first release containing what we consider
29 to be a fully featured SMB2 protocol, we are not enabling
30 this by default, but encourage users to enable SMB2 and
31 test it. Once we have enough confirmation from Samba
32 users and OEMs that SMB2 support is stable in wide user
33 testing we will enable SMB2 by default in a future Samba
34 release.
37 Internal Winbind passdb changes
38 -------------------------------
40 Winbind has been changed to use the internal samr and lsa rpc pipe to get
41 local user and group information instead of calling passdb functions. The
42 reason is to use more of our infrastructure and test this infrastructure by
43 using it. With this approach more code in Winbind is shared.
46 SMB Traffic Analyzer
47 --------------------
49 Added the new SMB Traffic Analyzer (SMBTA) VFS module protocol 2
50 featuring encryption, multiple arguments, and easier parseability. A new
51 tool 'smbta-util' has been created to control the encryption behaviour
52 of SMBTA. For compatibility, SMBTA by default operates on version 1.
53 There are programs consuming the data that the module sends.
55 More information can be found on
56 http://holger123.wordpress.com/smb-traffic-analyzer/
59 ######################################################################
60 Changes
61 #######
63 smb.conf changes
64 ----------------
66    Parameter Name                      Description     Default
67    --------------                      -----------     -------
69    log writeable files on exit         New             No
70    ctdb locktime warn threshold        New             0
71    smb2 max read                       New             1048576
72    smb2 max write                      New             1048576
73    smb2 max trans                      New             1048576
74    username map cache time             New             0
75    async smb echo handler              New             No
78 ######################################################################
79 Reporting bugs & Development Discussion
80 #######################################
82 Please discuss this release on the samba-technical mailing list or by
83 joining the #samba-technical IRC channel on irc.freenode.net.
85 If you do report problems then please try to send high quality
86 feedback. If you don't provide vital information to help us track down
87 the problem then you will probably be ignored.  All bug reports should
88 be filed under the Samba 3.6 product in the project's Bugzilla
89 database (https://bugzilla.samba.org/).
92 ======================================================================
93 == Our Code, Our Bugs, Our Responsibility.
94 == The Samba Team
95 ======================================================================