r26511: Janitorial: Fix a warning for the 'printf' attribute on gendb_search_v
[Samba.git] / WHATSNEW.txt
blobbe36136699742d49cfdb954a958b4452b97ce6f5
1                    =================================
2                    Release Notes for Samba 3.3.0pre2
3                             
4                    =================================
6 This is the second preview release of Samba 3.3.0.  This is *not*
7 intended for production environments and is designed for testing
8 purposes only.  Please report any defects via the Samba bug reporting
9 system at https://bugzilla.samba.org/.
11 Major enhancements in Samba 3.3.0 include:
13  Configuration/installation:
14  o Splitting of library directory into library directory and separate
15    modules directory.
17  File Serving:
18  o Extended Cluster support.
20  Winbind:
21  o Simplyfied idmap configuration.
22  o Added new parameter "winbind reconnect delay".
24  Administrative tools:
25  o The destination "all" of smbcontrol does now affect all running
26    daemons including nmbd and winbindd.
27  o New 'net rpc vampire keytab' and 'net rpc vampire ldif' commands.
28  o The 'net' utility can now use kerberos for joining and authentication.
30  Libraries:
31  o NetApi library implements various new calls for User- and Group
32    Account Management.
35 Configure changes
36 =================
38 The configure option "--with-libdir" has been removed. The library
39 directory can still be specified by using the existing "--libdir" option.
40 A new option "--with-modulesdir" has been added to allow the specification
41 of a separate directory for the shared modules.
44 Winbind idmap backend changes
45 =============================
47 The idmap configuration has changed with version 3.3 to something that
48 allows a smoother upgrade path from pre-3.0.25 configurations that use
49 "idmap backend". The reason for this change is that to many, also to Samba
50 developers, the 3.0.25 style configuration with "idmap config" turned out
51 to be very complex. Version 3.3 no longer deprecates the "idmap backend"
52 parameter, instead with "idmap backend" the default idmap backend is
53 specified.
55 Accordingly, the "idmap config <domain> : default = yes" setting is no
56 longer being looked at.
58 The alloc backend defaults to the default backend, which should be able to
59 allocate IDs. In the default distribution the tdb and ldap backends can
60 allocate, the ad and rid backends can not. The idmap alloc range is now
61 being set with the "old" parameters "idmap uid" and "idmap gid".
63 The "idmap domains" parameter has been removed.
66 winbind reconnect delay
67 =======================
69 This is a new parameter which specifies the number of seconds the Winbind
70 daemon will wait between attempts to contact a Domain controller for a domain
71 that is determined to be down or not contactable.
74 ######################################################################
75 Changes
76 #######
78 smb.conf changes
79 ----------------
81     Parameter Name                      Description     Default
82     --------------                      -----------     -------
83     idmap domains                       Removed
84     init logon delayed hosts            New             ""
85     init logon delay                    New             100
86     winbind reconnect delay             New             30
89 Changes since 3.3.0pre1:
90 ------------------------
93 o   Michael Adam <obnox@samba.org>
95     * BUG 5492: Fix RHEL SPEC file by removing libmsrpc stuff.
96     * BUG 5507: Fix several issues in the RHEL SPEC file.
98 o   Jeremy Allison <jra@samba.org>
99     * BUG 5729: Explicitly allow "-valid".
100     * Add st_birthtime and friends for accurate create times on *BSD
101       and MacOSX).
102     * Fix the wcache_invalidate_samlogon calls.
103     * Clarify usage of "force create mode".
104     * Get smbd to look (read-only) into the winbindd cache for uid/gid <--> sid
105       mappings.
106     * Write times code update.
110 o   Steven Danneman <steven.danneman@isilon.com>
111     * Cleanup of DC enumeration in get_dcs().
114 o   Günther Deschner <gd@samba.org>
115     * BUG 5710: Fix changing of machine account passwords.
116     * Fix invalid sid copy (hit when enumerating sibling domains) in Winbind.
119 o   James Ding <ding_cc@hotmail.com>
120     * BUG 5736: Fix Winbind crash bug with trusted domains.
123 o   Ephi Dror <Ephi.Dror@datadomain.com>
124     * Correct the netsamlogon_clear_cached_user function.
127 o   Volker Lendecke <vl@sernet.de>
128     * Fix Coverity IDs 587 and 589.
129     * Increase the default positive idmap cache time to a week.
130     * BUG 5707: Do proper error handling if the socket is closed.
131     * Fix calculation of useable_space for trans2 and nttrans replies.
132     * Add mapping of generic bits when setting an NFSv4 ACL.
135 o   Stefan Metzmacher <metze@samba.org>
136     * Some write time fixes.
139 o   Andrew Tridgell <tridge@samba.org>
140     * Fix permissions of group_mapping.ldb (CVE-2008-3789).
141     * Avoid a race condition in glibc between AIO and setresuid().
142     * Add missing become root for AIO operations.
143     * Fix an errno handling bug that could lead to an infinite loop.
144     * Fix logic of tsmsm_sendfile().
145     * Fix handling of arbitrary new PAC types.
148 o   Qiao Yang <geoyang@ironport.com>
149     * Fix a memleak.
152 Commit Highlights:
153 ------------------
155 o   Michael Adam <obnox@samba.org>
156     * BUG 5609: Remove configure option "--with-libdir" and add
157       "--with-modulesdir".
158     * Extend "net rpc vampire keytab" to support differential replication
159       and storing of kerberos keys.
160     * Rework internal logic of registry tdb code.
161     * Freeze autogenerated prototype headers (good bye "make proto").
164 o   Jeremy Allison <jra@samba.org>
165     * Add new "winbind reconnect delay" parameter.
166     * Make the change to smbcontrol for "all" to mean broadcast,
167       and "smbd" to mean the main smb daemon.
170 o   Guenther Deschner <gd@samba.org>
171     * BUG 5710: Fix changing of machine account passwords.
172     * Add "net rpc vampire keytab" and "net rpc vampire ldif".
175 o   Volker Lendecke <vl@samba.org>
176     * Rework of the Winbind idmap backend.
177     * Fix calculation of useable_space for trans2 and nttrans replies.
178     * Add mapping of generic bits when setting an NFSv4 ACL.
181 ######################################################################
182 Reporting bugs & Development Discussion
183 #######################################
185 Please discuss this release on the samba-technical mailing list or by
186 joining the #samba-technical IRC channel on irc.freenode.net.
188 If you do report problems then please try to send high quality
189 feedback. If you don't provide vital information to help us track down
190 the problem then you will probably be ignored.  All bug reports should
191 be filed under the Samba 3.3 product in the project's Bugzilla
192 database (https://bugzilla.samba.org/).
195 ======================================================================
196 == Our Code, Our Bugs, Our Responsibility.
197 == The Samba Team
198 ======================================================================