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