WHATSNEW: Updates changes since 3.3.0.
[samba.git] / WHATSNEW.txt
1                    =============================
2                    Release Notes for Samba 3.3.1
3                           February, 24 2009
4                    =============================
5
6 This is the latest bugfix release release of the Samba 3.3 series.
7
8 Major enhancements in Samba 3.3.1 include:
9
10      * Fix net ads join when "ldap ssl = start tls" (bug #6073).
11      * Fix renaming/deleting of files using Windows clients (bug #6082).
12      * Fix renaming/deleting a "not matching/resolving" symlink (bug #6090).
13      * Fix remotely adding a share via the Windows MMC.
14
15
16 ######################################################################
17 Changes
18 #######
19
20 smb.conf changes
21 ----------------
22
23     Parameter Name                      Description     Default
24     --------------                      -----------     -------
25     ldap ssl ads                        New             No
26
27
28 Changes since 3.3.0:
29 --------------------
30
31
32 o   Jeremy Allison <jra@samba.org>
33     * BUG 6082: Fix renaming/deleting of files using Windows clients.
34     * BUG 6069: Fix build with too many arguments.
35     * BUG 6090: Fix renaming/deleting a "not matching/resolving" symlink.
36     * BUG 6099: Try to fix domain join of Win7 Beta.
37     * BUG 6117: Fix core dump of pdbedit -a.
38     * BUG 6133: Fix deletion of non-ACL files on Solaris/ZFS/NFSv4 ACL
39       filesystem.
40     * Fix Coverity IDs 115, 116, 117, 602.
41     * Fix warning (bad handler prototype).
42     * Unify the detection of the timespec code in configure.in, and the
43       application of it in time.c.
44     * Correctly use chroot().
45     * Parameterize in local.h the MAX_RPC_DATA_SIZE, and ensure that "offered"
46       read from the rpc packet in spoolss is under that size.
47     * Backport the semantics of when to delete alternate data streams on a file
48       truncate.
49     * Fix printf warnings.
50
51
52 o   Michael Adam <obnox@samba.org>
53     * BUG 6066: netinet/ip.h present but cannot be compiled on Solaris.
54     * BUG 6073: Prevent ads_connect() from using SSL unless explicitly
55       requested.
56     * Fix 'getent passwd' to allocate new uids.
57     * Fix 'getent group' to allocate new gids.
58     * Remove check for sharename being a username in 'net conf
59       addshare'.
60
61
62 o   Guenther Deschner <gd@samba.org>
63     * Fix Coverity ID 848.
64     * Remove unused ENUM_HND from 'net'.
65     * Fix getform command asprintf return code in rpcclient.
66     * Fix memleak in get_remote_printer_publishing_data().
67     * Remove duplicate prototypes for generated rpc server functions.
68
69
70 o   Holger Hetterich <hhetter@novell.com>
71     * Enable total anonymization in vfs_smb_traffic_analyzer.
72
73
74 o   Bjoern Jacke <bj@sernet.de>
75     * Fix build with external dns_sd libraries.
76     * Fix configure check "sub-second timestamps without struct timespec".
77     * Add configure check for AIX style sub-second resolution support.
78     * Add configure check for Tru64 sub-second timestamp resolution.
79     * Add Tru64 sub-second resolution timestamp support.
80     * Enable IPv6 support for NetBSD and FreeBSD.
81
82
83 o   Guenter Kukkukk <linux@kukkukk.com>
84     * Don't try and delete a default ACL from a file.
85
86
87 o   Volker Lendecke <vl@samba.org>
88     * BUG 5798: CFLAGS info lost in configure.
89     * Fix Coverity IDs 740, 742, 744, 745, 876, 879, 880.
90     * Fix remotely adding a share via the Windows MMC.
91     * Avoid valgrind errors.
92     * Fix 'net rpc join' for users with the SeMachineAccountPrivilege.
93     * Fix resume handle for _samr_EnumDomainGroups.
94     * Fix a buffer handling bug when adding lots of registry keys.
95     * Fix a O(n^2) algorithm in regdb_fetch_keys().
96
97
98 o   Jeff Layton <jlayton@redhat.com>
99     * Initialize rc to 0 in main in mount.cifs.
100
101
102 o   Derrell Lipman <derrell.lipman@unwireduniverse.com>
103     * BUG 6069: Add a fstatvfs function for libsmbclient.
104     * Eliminate compiler warnings.
105
106
107 o   Glenn Machin <gmachin@sandia.gov>
108     * Don't miss an absolute pathname as a kerberos keytab path.
109
110
111 o   Stefan Metzmacher <metze@samba.org>
112     * BUG 6100: Implement _netr_LogonGetCapabilities() with
113       NT_STATUS_NOT_IMPLEMENTED.
114     * Make Samba work with older ctdb versions.
115     * Add S-1-22-X-Y sids to the local token.
116
117
118 o   Lars Mueller <lars@samba.org>
119     * Conditional install of the cifs.upcall man page.
120     * Adjust regex to match variable names including underscores.
121
122
123 o   Shirish Pargaonkar <shirishpargaonkar@gmail.com>
124     * BUG 4370: Clean-up entries in /etc/mtab after unmount.
125     * Add fakemount (-f) and nomtab (-n) flags to mount.cifs.
126
127
128 o   Ted Percival <ted.percival@quest.com>
129     * Fix a crash during name resolution.
130
131
132 o   Tim Prouty <tprouty@samba.org>
133     * Fix "assignment discards qualifiers from pointer target type"
134       warnings.
135     * Fix SMB_VFS_RECVFILE/SENDFILE macros.
136
137
138 o   Karolin Seeger <kseeger@samba.org>
139     * Change "ldap ssl:ads" parameter to "ldap ssl ads".
140     * Add manpages for vfs_acl_xattr and vfs_acl_tdb.
141
142
143 o   Dan Sledz <dsledz@isilon.com>
144     * Fix double free caused by incorrect talloc_steal usage.
145
146
147 o   Simo Sorce <idra@samba.org>
148     * Build ldbrename.
149
150
151 o   Aravind Srinivasan <aravind.srinivasan@isilon.com>
152     * Make nmbd check all available interfaces for WINS before failing.
153
154
155 o   Miguel Suarez <Miguel.Suarez@stratus.com>
156     * Fix compilation of vfs_default on systems that do not support utimes().
157
158
159 o   Yasuma Takeda <yasuma@osstech.co.jp>
160     * BUG 5920: Fix the calculation of the memcpy length.
161     * BUG 6098: Fix ads_find_dc() in setups with "security = domain".
162
163
164 o   Bo Yang <boyang@novell.com>
165     * Make libsmbclient work with DFS.
166
167
168 ######################################################################
169 Reporting bugs & Development Discussion
170 #######################################
171
172 Please discuss this release on the samba-technical mailing list or by
173 joining the #samba-technical IRC channel on irc.freenode.net.
174
175 If you do report problems then please try to send high quality
176 feedback. If you don't provide vital information to help us track down
177 the problem then you will probably be ignored.  All bug reports should
178 be filed under the Samba 3.3 product in the project's Bugzilla
179 database (https://bugzilla.samba.org/).
180
181
182 ======================================================================
183 == Our Code, Our Bugs, Our Responsibility.
184 == The Samba Team
185 ======================================================================
186