printing: Add new parameter "cups timeout".
[Samba.git] / WHATSNEW.txt
blobbca14a7271ef6173995f972ed6a6d89f0b0f6582
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".
23  o Added support for user and group aliasing.
25  Administrative tools:
26  o The destination "all" of smbcontrol does now affect all running
27    daemons including nmbd and winbindd.
28  o New 'net rpc vampire keytab' and 'net rpc vampire ldif' commands.
29  o The 'net' utility can now use kerberos for joining and authentication.
31  Libraries:
32  o NetApi library implements various new calls for User- and Group
33    Account Management.
36 Configure changes
37 =================
39 The configure option "--with-libdir" has been removed. The library
40 directory can still be specified by using the existing "--libdir" option.
41 A new option "--with-modulesdir" has been added to allow the specification
42 of a separate directory for the shared modules.
45 Winbind idmap backend changes
46 =============================
48 The idmap configuration has changed with version 3.3 to something that
49 allows a smoother upgrade path from pre-3.0.25 configurations that use
50 "idmap backend". The reason for this change is that to many, also to Samba
51 developers, the 3.0.25 style configuration with "idmap config" turned out
52 to be very complex. Version 3.3 no longer deprecates the "idmap backend"
53 parameter, instead with "idmap backend" the default idmap backend is
54 specified.
56 Accordingly, the "idmap config <domain> : default = yes" setting is no
57 longer being looked at.
59 The alloc backend defaults to the default backend, which should be able to
60 allocate IDs. In the default distribution the tdb and ldap backends can
61 allocate, the ad and rid backends can not. The idmap alloc range is now
62 being set with the "old" parameters "idmap uid" and "idmap gid".
64 The "idmap domains" parameter has been removed.
67 winbind reconnect delay
68 =======================
70 This is a new parameter which specifies the number of seconds the Winbind
71 daemon will wait between attempts to contact a Domain controller for a domain
72 that is determined to be down or not contactable.
75 ######################################################################
76 Changes
77 #######
79 smb.conf changes
80 ----------------
82     Parameter Name                      Description     Default
83     --------------                      -----------     -------
84     idmap domains                       Removed
85     init logon delayed hosts            New             ""
86     init logon delay                    New             100
87     winbind reconnect delay             New             30
90 Changes since 3.3.0pre1:
91 ------------------------
94 o   Michael Adam <obnox@samba.org>
96     * BUG 5492: Fix RHEL SPEC file by removing libmsrpc stuff.
97     * BUG 5507: Fix several issues in the RHEL SPEC file.
99 o   Jeremy Allison <jra@samba.org>
100     * BUG 5729: Explicitly allow "-valid".
101     * BUG 5751: Fix showing of ACLs on DFS in (lib)smbclient.
102     * BUG 5762: Fix opening of mangled directory name (resulted
103       'is a stream name').
104     * Fix crashes when looking up a non-existant uid.
105     * Fix getting/setting of NT ACLs on a file.
106     * Add st_birthtime and friends for accurate create times on *BSD
107       and MacOSX).
108     * Fix the wcache_invalidate_samlogon calls.
109     * Clarify usage of "force create mode".
110     * Get smbd to look (read-only) into the winbindd cache for uid/gid <--> sid
111       mappings.
112     * Write times code update.
113     * Add experimental version of VFS module acl_xattr.
116 o   Gerald W. Carter <jerry@samba.org>
117     * Fix segfault when calling nss_get_info() with a NULL ads structure.
118     * Add support for name aliasing in Winbind.
119     * Add the idmap/nss-info provider from Likewise Open.
120     * Allow an admin to define the "uid" attribute for a RFC2307
121       user object in AD to be the username alias.
124 o   Steven Danneman <steven.danneman@isilon.com>
125     * Fix build warnings.
126     * Cleanup of DC enumeration in get_dcs().
129 o   Günther Deschner <gd@samba.org>
130     * BUG 5710: Fix changing of machine account passwords.
131     * Fix invalid sid copy (hit when enumerating sibling domains) in Winbind.
132     * Fix double installation of cifs.upcall.
135 o   James Ding <ding_cc@hotmail.com>
136     * BUG 5736: Fix Winbind crash bug with trusted domains.
139 o   Ephi Dror <Ephi.Dror@datadomain.com>
140     * Correct the netsamlogon_clear_cached_user function.
143 o   Jeff Layton <jlayton@redhat.com>
144     * Fix build warnings in cifs.upcall.
147 o   Volker Lendecke <vl@sernet.de>
148     * Fix Coverity IDs 587 and 589.
149     * Increase the default positive idmap cache time to a week.
150     * BUG 5707: Do proper error handling if the socket is closed.
151     * Fix calculation of useable_space for trans2 and nttrans replies.
152     * Add mapping of generic bits when setting an NFSv4 ACL.
155 o   Stefan Metzmacher <metze@samba.org>
156     * Some write time fixes.
159 o   Simo Sorce <idra@samba.org>
160     * Fix enumeration of nested group memberships in Winbind.
161       This affected only setups using "security = ads".
164 o   Timur <timur@FreeBSD.org>
165     * Fix cut and paste error in quota code.
166     * Fix display of POSIX ACLs.
167     * Fix aio on FreeBSD.
170 o   Andrew Tridgell <tridge@samba.org>
171     * Fix permissions of group_mapping.ldb (CVE-2008-3789).
172     * Avoid a race condition in glibc between AIO and setresuid().
173     * Add missing become root for AIO operations.
174     * Fix an errno handling bug that could lead to an infinite loop.
175     * Fix logic of tsmsm_sendfile().
176     * Fix handling of arbitrary new PAC types.
179 o   Qiao Yang <geoyang@ironport.com>
180     * Fix a memleak.
183 Commit Highlights:
184 ------------------
186 o   Michael Adam <obnox@samba.org>
187     * BUG 5609: Remove configure option "--with-libdir" and add
188       "--with-modulesdir".
189     * Extend "net rpc vampire keytab" to support differential replication
190       and storing of kerberos keys.
191     * Rework internal logic of registry tdb code.
192     * Freeze autogenerated prototype headers (good bye "make proto").
195 o   Jeremy Allison <jra@samba.org>
196     * Add new "winbind reconnect delay" parameter.
197     * Make the change to smbcontrol for "all" to mean broadcast,
198       and "smbd" to mean the main smb daemon.
201 o   Guenther Deschner <gd@samba.org>
202     * BUG 5710: Fix changing of machine account passwords.
203     * Add "net rpc vampire keytab" and "net rpc vampire ldif".
206 o   Volker Lendecke <vl@samba.org>
207     * Rework of the Winbind idmap backend.
208     * Fix calculation of useable_space for trans2 and nttrans replies.
209     * Add mapping of generic bits when setting an NFSv4 ACL.
212 ######################################################################
213 Reporting bugs & Development Discussion
214 #######################################
216 Please discuss this release on the samba-technical mailing list or by
217 joining the #samba-technical IRC channel on irc.freenode.net.
219 If you do report problems then please try to send high quality
220 feedback. If you don't provide vital information to help us track down
221 the problem then you will probably be ignored.  All bug reports should
222 be filed under the Samba 3.3 product in the project's Bugzilla
223 database (https://bugzilla.samba.org/).
226 ======================================================================
227 == Our Code, Our Bugs, Our Responsibility.
228 == The Samba Team
229 ======================================================================