Raise version number up to 3.4.2.
[Samba.git] / WHATSNEW.txt
blobc066e4bcc496776ce984320ac799be32910b1ef9
1                    =============================
2                    Release Notes for Samba 3.4.1
3                          September 9, 2009
4                    =============================
7 This is the latest stable release of Samba 3.4.
10 Major enhancements in Samba 3.4.1 include:
12    o Fix authentication on member servers without Winbind (bug #6650).
13    o Nautilus fails to copy files from an SMB share (bug #6649).
14    o Fix connections of Win98 clients (bug #6551).
15    o Fix interdomain trusts with Windows 2008 R2 DCs (bug #6697).
16    o Fix Winbind authentication issue (bug #6646).
19 ######################################################################
20 Changes
21 #######
23 Changes since 3.4.0
24 -------------------
27 o   Michael Adam <obnox@samba.org>
28     * BUG 6650: Fix authentication on member servers without Winbind.
31 o   Jeremy Allison <jra@samba.org>
32     * BUG 6437: Make open_udp_socket() IPv6 clean.
33     * BUG 6506: Smbd server doesn't set EAs when a file is overwritten in
34       NT_TRANSACT_CREATE.
35     * BUG 6551: Fix connections of Win98 clients.
36     * BUG 6564: SetPrinter fails (panics) as non root.
37     * BUG 6593: Correctly implement SMB_INFO_STANDARD setfileinfo.
38     * BUG 6649: Nautilus fails to copy files from an SMB share.
39     * BUG 6651: Fix smbd SIGSEGV when breaking oplocks.
40     * BUG 6673: Fix 'smbpasswd' with "unix password sync = yes".
43 o   Yannick Bergeron <burgergold@hotmail.com>
44     * Increase the max_grp value to 128 (AIX NGROUPS_MAX value) instead of 32 to
45       allow AIX to call sys_getgrouplist only once.
48 o   Günther Deschner <gd@samba.org>
49     * BUG 6568: Fix _spoolss_GetPrintProcessorDirectory() implementation.
50     * BUG 6607: Fix crash bug in spoolss_addprinterex_level_2.
51     * BUG 6680: Fix authentication failure from Windows 7 when domain joined.
52     * BUG 6697: Fix interdomain trusts with Windows 2008 R2 DCs.
55 o   Olaf Flebbe <flebbe@nix.science-computing.de>
56     * BUG 6655: Fix 'smbcontrol smbd ping'.
59 o   Björn Jacke <bj@sernet.de>
60     * BUG 6105: Make linking of rpcclient --as-needed safe.
63 o   Matt Kraai <mkraai@beckman.com>
64     * BUG 6630: Fix opening of sockets on QNX.
67 o   Robert LeBlanc <robert@leblancnet.us>
68     * BUG 6700: Use dns domain name when needing to guess server principal.
71 o   Volker Lendecke <vl@samba.org>
72     * BUG 5886: Fix password change propagation with ldapsam.
73     * BUG 6585: Fix unqualified "net join".
74     * BUG 6611: Fix a valgrind error in chain_reply.
75     * BUG 6646: Fix Winbind authentication issue.
76     * Fix linking on Solaris.
79 o   Stefan Metzmacher <metze@samba.org>
80     * BUG 6222: Default to DRSUAPI replication for net rpc vampire keytab.
81     * BUG 6532: Fix the build with external talloc.
82     * BUG 6538: Cancel all locks that are made before the first failure.
83     * BUG 6627: Raise the timeout for lsa_Lookup*() calls from 10 to 35 seconds.
84     * BUG 6651: Fix smbd SIGSEGV when breaking oplocks.
85     * BUG 6664: Fix truncation of the session key.
88 o   Tim Prouty <tprouty@samba.org>
89     * BUG 6620: Fix a bug in renames of directories.
92 o   Rusty Russell <rusty@rustcorp.com.au>
93     * BUG 6601: Avoid global fd limits.
96 o   SATOH Fumiyasu <fumiyas@osstech.co.jp>
97     * BUG 6496: MS-DFS cannot follow multibyte char link name in libsmbclient.
100 o   Simo Sorce <idra@samba.org>
101     * BUG 6693: Check we read off the complete event from inotify.
104 o   Peter Volkov <pva@gentoo.org>
105     * BUG 6105: Make linking of cifs.upcall --as-needed safe.
108 o   TAKEDA Yasuma <yasuma@osstech.co.jp>
109     * BUG 5879: Update LDAP schema for Netscape DS 5.
112 o   Bo Yang <boyang@samba.org>
113     * BUG 6560: Fix lookupname.
114     * BUG 6615: Fix browsing of DFS when using kerberos in libsmbclient.
115     * BUG 6688: Fix crash in 'net usershare list'.
118 ######################################################################
119 Reporting bugs & Development Discussion
120 #######################################
122 Please discuss this release on the samba-technical mailing list or by
123 joining the #samba-technical IRC channel on irc.freenode.net.
125 If you do report problems then please try to send high quality
126 feedback. If you don't provide vital information to help us track down
127 the problem then you will probably be ignored.  All bug reports should
128 be filed under the Samba 3.4 product in the project's Bugzilla
129 database (https://bugzilla.samba.org/).
132 ======================================================================
133 == Our Code, Our Bugs, Our Responsibility.
134 == The Samba Team
135 ======================================================================
138 Release notes for older versions follow:
139 ----------------------------------------
141                    =============================
142                    Release Notes for Samba 3.4.0
143                            July 3, 2009
144                    =============================
147 This is the first stable release of Samba 3.4.
150 Major enhancements in Samba 3.4.0 include:
151 ------------------------------------------
153 Configuration changes:
154 o The default passdb backend has been changed to 'tdbsam'!
156 General changes:
157 o Samba4 and Samba3 sources are included in the tarball
159 Authentication Changes:
160 o Changed the way smbd handles untrusted domain names given during user
161   authentication.
163 Printing Changes:
164 o Various fixes including printer change notificiation for Samba spoolss
165   print servers.
167 Internal changes:
168 o The remaining hand-marshalled DCE/RPC services (ntsvcs, svcctl, eventlog
169   and spoolss) were replaced by autogenerated code based on PIDL.
170 o Samba3 and Samba4 do now share a common tevent library.
171 o The code has been cleaned up and the major basic interfaces are shared with
172   Samba4 now.
173 o An asynchronous API has been added.
176 Configuration changes
177 =====================
179 !!! ATTENTION !!!
180 The default passdb backend has been changed to 'tdbsam'! That breaks existing
181 setups using the 'smbpasswd' backend without explicit declaration! Please use
182 'passdb backend = smbpasswd' if you would like to stick to the 'smbpasswd'
183 backend or convert your smbpasswd entries using e.g. 'pdbedit -i smbpasswd -e
184 tdbsam'.
186 The 'tdbsam' backend is much more flexible concerning per user settings
187 like 'profile path' or 'home directory' and there are some commands which do not
188 work with the 'smbpasswd' backend at all.
191 General Changes
192 ===============
194 On the way towards a standalone Samba AD domain controller, Samba3 and Samba4
195 branches can be built as "merged" build. That's why Samba3 and Samba4 sources
196 are included in the tarball. The merged build is possible in Samba 3.4.0, but
197 disabled by default. To learn more about the merged build,
198 please see http://wiki.samba.org/index.php/Franky.
200 According to this one, there is no "source" directory included in the tarball at
201 all. Samba3 sources are located in "source3", Samba4 sources are located in
202 "source4". The libraries have been moved to the toplevel directory.
204 To build plain Samba3, please change to "source3" and start the build as usual.
205 To build Samba4 as well, please use the "--enable-merged-build" configure
206 option.
209 Authentication Changes
210 ======================
212 Previously, when Samba was a domain member and a client was connecting using an
213 untrusted domain name, such as BOGUS\user smbd would remap the untrusted
214 domain to the primary domain smbd was a member of and attempt authentication
215 using that DOMAIN\user name.  This differed from how a Windows member server
216 would behave.  Now, smbd will replace the BOGUS name with it's SAM name.  In
217 the case where smbd is acting as a PDC this will be DOMAIN\user.  In the case
218 where smbd is acting as a domain member server this will be WORKSTATION\user.
219 Thus, smbd will never assume that an incoming user name which is not qualified
220 with the same primary domain, is part of smbd's primary domain.
222 While this behavior matches Windows, it may break some workflows which depended
223 on smbd to always pass through bogus names to the DC for verification.  A new
224 parameter "map untrusted to domain" can be enabled to revert to the legacy
225 behavior.
228 Printing Changes
229 ================
231 The spoolss subsystem was replaced by autogenerated code based on PIDL. That fixes
232 several printing issues including printer change notificiation on Samba print
233 servers and will stabilize the printing functionality generally.
234 The support for spoolss printing with Windows Vista has been improved.
237 Internal Changes
238 ================
240 The remaining hand-marshalled DCE/RPC services (ntsvcs, svcctl, eventlog and
241 spoolss) were replaced by autogenerated code based on PIDL.
242 So Günther Deschner finally corrected one of the biggest mistakes in the
243 development of Samba: Hand-marshalled RPC stubs.
245 Thanks a lot! :-)
247 Samba3 and Samba4 do now share a common tevent library for fd and timer events.
249 The code has been cleaned up and Samba3 and Samba4 do share the major basic
250 interfaces now. That is why the libraries were moved to the toplevel directory.
251 That is one of the first steps to share code and minimize the gap between
252 these two versions.
254 An asynchronous API has been added.
257 ######################################################################
258 Changes
259 #######
261 smb.conf changes
262 ----------------
264    Parameter Name                      Description     Default
265    --------------                      -----------     -------
267    access based share enum             New             No
268    dedicated keytab file               New             ""
269    kerberos method                     New             default
270    map untrusted to domain             New             No
271    max open files                      Changed Default auto detected
272    passdb backend                      Changed Default tdbsam
273    perfcount module                    New             ""
274    use kerberos keytab                 Removed
277 New [sub]commands
278 -----------------
280    net eventlog                 Import/dump/export native win32 eventlog files.
281    net rpc service create       Create a new service.
282    net rpc service delete       Delete an existing service.
285 New configure options
286 ---------------------
288 --enable-external-libtalloc     Enable external talloc
289 --enable-merged-build           Build Samba 4 as well
290 --enable-gnutls                 Turn on gnutls support
291 --with-statedir=DIR             Where to put persistent state files
292 --with-cachedir=DIR             Where to put temporary cache files
293 --with-ncalprcdir=DIR           Where to put ncalrpc sockets
294 --with-selftest-shrdir=DIR      The share directory that make test will be run
295                                 against
296 --with-selftest-custom-conf=PATH
297                                 An optional custom smb.conf that is included in
298                                 the server smb.conf during make test
299 --with-wbclient                 Use external wbclient
300 --with-included-popt            Use bundled popt library, not from system
301 --with-libiconv=BASEDIR         Use libiconv in BASEDIR/lib and BASEDIR/include
302 --with-sqlite3                  SQLITE3 backend support
303 --with-pthreads                 Include pthreads
304 --with-setproctitle             Search for setproctitle support
307 Commit Highlights
308 =================
311 o   Steven Danneman <steven.danneman@isilon.com>
312     * Change the way smbd handles untrusted domain names given during user
313       authentication.
316 o   Guenther Deschner <gd@samba.org>
317     * Replace the hand-marshalled DCE/RPC services ntsvcs, svcctl, eventlog
318       and spoolss by autogenerated code based on PIDL.
319     * Fix several printing issues and improve support for printer change
320       notificiations.
321     * Add 'net eventlog'.
324 o   Volker Lendecke <vl@samba.org>
325     * Add asynchronous API.
328 o   Stefan Metzmacher <metze@samba.org>
329     * Make Samba3 and Samba4 share a tevent library.
332 o   Dan Sledz <dsledz@isilon.com>
333     * Add two new parameters to control how we verify kerberos tickets.
336 o   Danny Tylman <danny.tylman@insightix.com>
337     * Add 'net rpc service' subcommands 'create' and 'delete'.
340 o   Jelmer Vernooij <jelmer@samba.org>
341     * Make merged build possible.
342     * Move common libraries to the shared lib/ directory.
345 Changes since 3.4.0rc1
346 ----------------------
349 o    Jeremy Allison <jra@samba.org>
350      * BUG 6520: Fix time stamps when "unix extensions = yes".
353 o    Michael Adam <obnox@samba.org>
354      * BUG 6509: Use gid (not uid) cache in fetch_gid_from_cache().
355      * BUG 6521: Fix building tevent_ntstatus without config.h.
356      * BUG 6531: Fix pid file name.
359 o    Guenther Deschner <gd@samba.org>
360      * BUG 6512: Fix support for enumerating user forms.
363 o    Bjoern Jacke <bj@sernet.de>
364      * BUG 6497: Fix calling of 'test' in configure.
365      * BUG 6459: Fix build of pam_smbpass on some distributions.
368 o    Volker Lendecke <vl@samba.org>
369      * BUG 6431: Local groups from 3.0 setups no longer found.
370      * BUG 6498: Add workaround for MS KB932762.
373 o    David Markey <admin@dmarkey.com>
374      * BUG 6514: Improve error message in 'net' when smb.conf is not available.
377 o    Jim McDonough <jmcd@samba.org>
378      * BUG 6481: 'net ads leave' needs to try account deletion, NetUnjoinDomain
379        not.
382 o    Stefan Metzmacher <metze@samba.org>
383      * BUG 6526: Fix notifies in the share root directory.
386 o    Bo Yang <boyang@samba.org>
387      * BUG 6499: Fix building of pam_smbpass.
390 Changes since 3.4.0pre2
391 -----------------------
394 o   Jeremy Allison <jra@samba.org>
395     * BUG 6297: Owner of sticky directory cannot delete files created by
396       others.
397     * BUG 6476: Fix smbd-zombies in memory when using [x]inetd.
398     * BUG 6487: Add missing DFS call in trans2 mkdir call.
399     * BUG 6488: acl_group_override() call in posix acls references an
400       uninitialized variable.
403 o   Günther Deschner <gd@samba.org>
404     * BUG 4296: Clean up group membership while deleting a user.
405     * BUG 5456: Fix "net ads testjoin".
406     * BUG 6253: Use correct value for password expiry calculation in
407       pam_winbind.
408     * BUG 6305: Correctly prompt for a password when a username was given.
409     * BUG 6451: net/libnetapi user rename using wrong access bits.
410     * BUG 6458: Fix uninitialized variable in local_password_change().
411     * BUG 6465: Fix enumeration of empty aliases.
414 o   Volker Lendecke <vl@samba.org>
415     * BUG 4699: Remove pidfile on clean shutdown.
416     * BUG 6349: Initialize domain info struct.
417     * BUG 6449: 'net rap user add' crashes without -C option.
420 o   David Markey <admin@dmarkey.com>
421     * BUG 6328: Add support for multiple rights to
422       "net sam rights grant/revoke".
425 o   Andreas Schneider <mail@cynapses.org>
426     * Improve pam_winbind documentation.
429 o   Simo Sorce <idra@samba.org>
430     * BUG 6081: Make it possible to change machine account sids.
431     * BUG 6333: Consolidate create/delete account paths in pdbedit.
432     * BUG 6584: Allow DOM\user when changing passwords remotely.
435 o   Jelmer Vernooij <jelmer@samba.org>
436     * Remove outdated Debian package sources.
439 Changes since 3.4.0pre1
440 -----------------------
443 o   Jeremy Allison <jra@samba.org>
444     * BUG 6291: Fix 'force user'.
445     * BUG 6313: ldapsam_update_sam_account() crashes while doing talloc_free on
446       malloced memory.
447     * BUG 6315: Fix smbd crashes when doing vfs_full_audit on IPC$ close event.
448     * BUG 6330: Fix DFS on AIX.
449     * Fix a bunch of compiler warnings about wrong format types.
450     * Fix the core of the SAMR access functions.
451     * Fix SAMR server for winbindd access.
454 o   Michael Adam <obnox@samba.org>
455     * BUG 4271: testparm should not print includes.
456     * BUG 6292: Update config.guess from gnu.org.
457     * BUG 6320: Handle registry config source in file_list.
458     * BUG 6371: Unsuccessful 'net conf setparm' leaves empty share.
459     * BUG 6387: Fix a crash bug in idmap_ldap_unixids_to_sids.
460     * BUG 6415: Filter out of range mappings in default idmap config
461       (idmap_tdb).
462     * BUG 6416: Filter out of range mappings in default idmap config
463       (idmap_tdb2).
464     * BUG 6417: Filter out of range mappings in default idmap config
465       (idmap_ldap).
466     * Add dbwrap_tool - a tdb tool that is CTDB-aware.
467     * Hide "config backend" from swat.
468     * Fix linking with --disable-shared-libs.
471 o   Steven Danneman <steven.danneman@isilon.com>
472     * Fix issue with missing entries when enumerating directories.
473     * Map NULL domains to our global sam name.
476 o   Günther Deschner <gd@samba.org>
477     * BUG 5859: Fix renaming of samr objects failed due to samr setuserinfo
478       access checks.
479     * BUG 6099: Fix NETLOGON credential chain.
480     * BUG 6253: Use correct value for password expiry calculation.
481     * BUG 6309: Support remote unjoining of Windows 2003 or greater.
482     * BUG 6340: Don't segfault when cleartext trustdom pwd could not be
483       retrieved.
484     * BUG 6372: usermanager only displaying 1024 groups and aliases.
485     * Fix driver upload for Xerox 4110 PS printer driver.
486     * Add "net dom renamecomputer" to rename machines in a domain.
487     * Inspect the correct computername string before enabling/disabling the
488       change button in netdomjoin-gui.
489     * Fix join prompt dialog test in netdomjoin-gui.
490     * Only gray out labels when not root and not connecting to remote
491       machines (netdomjoin-gui).
492     * Allow to switch between workgroups/domains with the same name
493       (netdomjoin-gui).
494     * Add NetShutdownInit and NetShutdownAbort.
495     * Fix samr access checks.
496     * Add a security model to LSA.
497     * Fix nss_wrapper build for Solaris.
500 o   Geza Gemes <geza@kzsdabas.hu>
501     * BUG 6136: New AFS syscall conventions.
504 o   Ole Hansen <ole@redvw.com>
505     * BUG 6359: smbclient -L does not list workgroup for hosts with both IPv4
506       and IPv6 addresses
509 o   Björn Jacke <bj@sernet.de>
510     * Also handle DirX return codes.
513 o   Steve Langasek <vorlon@debian.org>
514     * BUG 4831: Don't call openlog() or closelog() from pam_smbpass.
517 o   Volker Lendecke <vl@samba.org>
518     * BUG 5681: Do not limit the number of network interfaces.
519     * BUG 6157: Fix handling of multi-value attribute "uid".
520     * BUG 6302: Give the VFS a chance to read from 0-byte files.
521     * BUG 6336: Fix segfault in 'net groupmap set'.
522     * BUG 6361: Make --rcfile work in smbget.
523     * Do not crash in ctdbd_traverse if ctdbd is not around.
524     * Fix Coverity ID 897.
525     * Fix a race condition in vfs_aio_fork with gpfs share modes.
526     * Fix bug disclosed by lock8 torture test.
527     * Fix a race condition in winbind leading to a panic.
528     * Attempt to fix a Debian build problem.
531 o   Jim McDonough <jmcd@samba.org>
532     * Detect tight loop in tdb_find().
535 o   Stefan Metzmacher <metze@samba.org>
536     * BUG 2346: Fix posix ACLs when setting an ACL without explicit ACE for the
537       owner.
540 o   Tim Prouty <tprouty@samba.org>
541     * Fix chained sesssetupAndX/tconn messages.
542     * Fix strict locking with chained reads.
543     * Fix two bugs in sendfile.
546 o   Slava Semushin <php-coder@altlinux.ru>
547     * Fix memory leak.
548     * Fix file descriptor leak.
551 o   Aravind Srinivasan <aravind.srinivasan@isilon.com>
552     * Fallback to the legacy sid_to_(uid|gid) instead of returning NULL.
553     * Always allocate memory in dptr_ReadDirName.
556 o   Kumar Thangavelu <Kumar.Thangavelu@riverbed.com>
557     * Fix 'net' crash during domain join.
560 o   Marc VanHeyningen <marc.vanheyningen@isilon.com>
561     * Zero an uninitialized array.
562     * Allow child processes to exit gracefully if we are out of fds.
565 ######################################################################
566 Reporting bugs & Development Discussion
567 #######################################
569 Please discuss this release on the samba-technical mailing list or by
570 joining the #samba-technical IRC channel on irc.freenode.net.
572 If you do report problems then please try to send high quality
573 feedback. If you don't provide vital information to help us track down
574 the problem then you will probably be ignored.  All bug reports should
575 be filed under the Samba 3.4 product in the project's Bugzilla
576 database (https://bugzilla.samba.org/).
579 ======================================================================
580 == Our Code, Our Bugs, Our Responsibility.
581 == The Samba Team
582 ======================================================================