s4-dsdb: Added python helpers for getting and seting dSHeuristics to SamDB
[kai/samba.git] / WHATSNEW.txt
1                    =================================
2                    Release Notes for Samba 3.6.0pre1
3                              July 28, 2010
4                    =================================
5
6
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/.
11
12
13 Major enhancements in Samba 3.6.0 include:
14
15
16 SMB2 support
17 ------------
18
19 SMB2 support in 3.6.0 is fully functional (with one ommission),
20 and can be enabled by setting:
21
22 max protocol = SMB2
23
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.
27
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.
35
36
37 Internal Winbind passdb changes
38 -------------------------------
39
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.
44
45
46 New Spoolss code
47 ----------------
48
49 The spoolss and the old RAP printing code have been completely
50 overhauled and refactored.
51
52 All calls from lanman/printing code has been changed to go through the
53 spoolss RPC interfaces, this allows us to keep all checks in one place
54 and avoid special cases in the main printing code.
55 Printing code has been therefore confined within the spoolss code.
56
57 All the printing code, including the spoolss RPC interfaces has been
58 changed to use the winreg RPC interfaces to store all data.
59 All data has been migrated from custom, arbitrary TDB files to the
60 registry interface. This transition allow us to present correct data to
61 windows client accessing the server registry through the winreg RPC
62 interfaces to query for printer data. Data is served out from a real
63 registry implementation and therefore arguably 100% forward compatible.
64
65 Migration code from the previous TDB files formats is provided. This
66 code is automatically invoked the first time the new code is run on the
67 server. Although manual migration is also available using the 'net
68 printer migrate' command.
69
70 These changes not only make all the spoolss code much more closer to
71 "the spec", it also greatly improves our internal testing of both
72 spoolss and winreg interfaces, and reduces overall code duplication.
73
74 As part of this work, new tests have been also added to increase
75 coverage.
76
77 This code will also allow, in future, an easy transition to split out
78 the spooling functions into a separate daemon for those OEMs that do not
79 need printing functionality in their appliances, reducing the code
80 footprint.
81
82
83 SMB Traffic Analyzer
84 --------------------
85
86 Added the new SMB Traffic Analyzer (SMBTA) VFS module protocol 2
87 featuring encryption, multiple arguments, and easier parseability. A new
88 tool 'smbta-util' has been created to control the encryption behaviour
89 of SMBTA. For compatibility, SMBTA by default operates on version 1.
90 There are programs consuming the data that the module sends.
91
92 More information can be found on
93 http://holger123.wordpress.com/smb-traffic-analyzer/
94
95
96 ######################################################################
97 Changes
98 #######
99
100 smb.conf changes
101 ----------------
102
103    Parameter Name                      Description     Default
104    --------------                      -----------     -------
105
106    log writeable files on exit         New             No
107    ctdb locktime warn threshold        New             0
108    smb2 max read                       New             1048576
109    smb2 max write                      New             1048576
110    smb2 max trans                      New             1048576
111    username map cache time             New             0
112    async smb echo handler              New             No
113
114
115 ######################################################################
116 Reporting bugs & Development Discussion
117 #######################################
118
119 Please discuss this release on the samba-technical mailing list or by
120 joining the #samba-technical IRC channel on irc.freenode.net.
121
122 If you do report problems then please try to send high quality
123 feedback. If you don't provide vital information to help us track down
124 the problem then you will probably be ignored.  All bug reports should
125 be filed under the Samba 3.6 product in the project's Bugzilla
126 database (https://bugzilla.samba.org/).
127
128
129 ======================================================================
130 == Our Code, Our Bugs, Our Responsibility.
131 == The Samba Team
132 ======================================================================
133