Ensure all pointers are initialized. Without this we can crash when looking up a...
[Samba.git] / WHATSNEW.txt
blob3135cd55b7654addc9a5b31f3319eacb8e559d0a
1                    =================================
2                    Release Notes for Samba 3.3.0pre2
3                           September 30, 2008
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     * BUG 5751: Fix showing of ACLs on DFS in (lib)smbclient.
101     * BUG 5762: Fix opening of mangled directory name (resulted
102       'is a stream name').
103     * Add st_birthtime and friends for accurate create times on *BSD
104       and MacOSX).
105     * Fix the wcache_invalidate_samlogon calls.
106     * Clarify usage of "force create mode".
107     * Get smbd to look (read-only) into the winbindd cache for uid/gid <--> sid
108       mappings.
109     * Write times code update.
112 o   Steven Danneman <steven.danneman@isilon.com>
113     * Fix build warnings.
114     * Cleanup of DC enumeration in get_dcs().
117 o   Günther Deschner <gd@samba.org>
118     * BUG 5710: Fix changing of machine account passwords.
119     * Fix invalid sid copy (hit when enumerating sibling domains) in Winbind.
122 o   James Ding <ding_cc@hotmail.com>
123     * BUG 5736: Fix Winbind crash bug with trusted domains.
126 o   Ephi Dror <Ephi.Dror@datadomain.com>
127     * Correct the netsamlogon_clear_cached_user function.
130 o   Jeff Layton <jlayton@redhat.com>
131     * Fix build warnings in cifs.upcall.
134 o   Volker Lendecke <vl@sernet.de>
135     * Fix Coverity IDs 587 and 589.
136     * Increase the default positive idmap cache time to a week.
137     * BUG 5707: Do proper error handling if the socket is closed.
138     * Fix calculation of useable_space for trans2 and nttrans replies.
139     * Add mapping of generic bits when setting an NFSv4 ACL.
142 o   Stefan Metzmacher <metze@samba.org>
143     * Some write time fixes.
146 o   Simo Sorce <idra@samba.org>
147     * Fix enumeration of nested group memberships in Winbind.
148       This affected only setups using "security = ads".
151 o   Timur <timur@FreeBSD.org>
152     * Fix cut and paste error in quota code.
153     * Fix display of POSIX ACLs.
154     * Fix aio on FreeBSD.
157 o   Andrew Tridgell <tridge@samba.org>
158     * Fix permissions of group_mapping.ldb (CVE-2008-3789).
159     * Avoid a race condition in glibc between AIO and setresuid().
160     * Add missing become root for AIO operations.
161     * Fix an errno handling bug that could lead to an infinite loop.
162     * Fix logic of tsmsm_sendfile().
163     * Fix handling of arbitrary new PAC types.
166 o   Qiao Yang <geoyang@ironport.com>
167     * Fix a memleak.
170 Commit Highlights:
171 ------------------
173 o   Michael Adam <obnox@samba.org>
174     * BUG 5609: Remove configure option "--with-libdir" and add
175       "--with-modulesdir".
176     * Extend "net rpc vampire keytab" to support differential replication
177       and storing of kerberos keys.
178     * Rework internal logic of registry tdb code.
179     * Freeze autogenerated prototype headers (good bye "make proto").
182 o   Jeremy Allison <jra@samba.org>
183     * Add new "winbind reconnect delay" parameter.
184     * Make the change to smbcontrol for "all" to mean broadcast,
185       and "smbd" to mean the main smb daemon.
188 o   Guenther Deschner <gd@samba.org>
189     * BUG 5710: Fix changing of machine account passwords.
190     * Add "net rpc vampire keytab" and "net rpc vampire ldif".
193 o   Volker Lendecke <vl@samba.org>
194     * Rework of the Winbind idmap backend.
195     * Fix calculation of useable_space for trans2 and nttrans replies.
196     * Add mapping of generic bits when setting an NFSv4 ACL.
199 ######################################################################
200 Reporting bugs & Development Discussion
201 #######################################
203 Please discuss this release on the samba-technical mailing list or by
204 joining the #samba-technical IRC channel on irc.freenode.net.
206 If you do report problems then please try to send high quality
207 feedback. If you don't provide vital information to help us track down
208 the problem then you will probably be ignored.  All bug reports should
209 be filed under the Samba 3.3 product in the project's Bugzilla
210 database (https://bugzilla.samba.org/).
213 ======================================================================
214 == Our Code, Our Bugs, Our Responsibility.
215 == The Samba Team
216 ======================================================================