s3:libsmb: Correctly chew keepalive packets
[Samba.git] / WHATSNEW.txt
blobcd759452ffc56ab11057b56d80458cefb4021a37
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).
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     * Fix linking on Solaris.
78 o   Stefan Metzmacher <metze@samba.org>
79     * BUG 6222: Default to DRSUAPI replication for net rpc vampire keytab.
80     * BUG 6532: Fix the build with external talloc.
81     * BUG 6538: Cancel all locks that are made before the first failure.
82     * BUG 6627: Raise the timeout for lsa_Lookup*() calls from 10 to 35 seconds.
83     * BUG 6651: Fix smbd SIGSEGV when breaking oplocks.
84     * BUG 6664: Fix truncation of the session key.
87 o   Tim Prouty <tprouty@samba.org>
88     * BUG 6620: Fix a bug in renames of directories.
91 o   Rusty Russell <rusty@rustcorp.com.au>
92     * BUG 6601: Avoid global fd limits.
95 o   SATOH Fumiyasu <fumiyas@osstech.co.jp>
96     * BUG 6496: MS-DFS cannot follow multibyte char link name in libsmbclient.
99 o   Simo Sorce <idra@samba.org>
100     * BUG 6693: Check we read off the complete event from inotify.
103 o   Peter Volkov <pva@gentoo.org>
104     * BUG 6105: Make linking of cifs.upcall --as-needed safe.
107 o   TAKEDA Yasuma <yasuma@osstech.co.jp>
108     * BUG 5879: Update LDAP schema for Netscape DS 5.
111 o   Bo Yang <boyang@samba.org>
112     * BUG 6560: Fix lookupname.
113     * BUG 6615: Fix browsing of DFS when using kerberos in libsmbclient.
114     * BUG 6688: Fix crash in 'net usershare list'.
117 ######################################################################
118 Reporting bugs & Development Discussion
119 #######################################
121 Please discuss this release on the samba-technical mailing list or by
122 joining the #samba-technical IRC channel on irc.freenode.net.
124 If you do report problems then please try to send high quality
125 feedback. If you don't provide vital information to help us track down
126 the problem then you will probably be ignored.  All bug reports should
127 be filed under the Samba 3.4 product in the project's Bugzilla
128 database (https://bugzilla.samba.org/).
131 ======================================================================
132 == Our Code, Our Bugs, Our Responsibility.
133 == The Samba Team
134 ======================================================================
137 Release notes for older versions follow:
138 ----------------------------------------
140                    =============================
141                    Release Notes for Samba 3.4.0
142                            July 3, 2009
143                    =============================
146 This is the first stable release of Samba 3.4.
149 Major enhancements in Samba 3.4.0 include:
150 ------------------------------------------
152 Configuration changes:
153 o The default passdb backend has been changed to 'tdbsam'!
155 General changes:
156 o Samba4 and Samba3 sources are included in the tarball
158 Authentication Changes:
159 o Changed the way smbd handles untrusted domain names given during user
160   authentication.
162 Printing Changes:
163 o Various fixes including printer change notificiation for Samba spoolss
164   print servers.
166 Internal changes:
167 o The remaining hand-marshalled DCE/RPC services (ntsvcs, svcctl, eventlog
168   and spoolss) were replaced by autogenerated code based on PIDL.
169 o Samba3 and Samba4 do now share a common tevent library.
170 o The code has been cleaned up and the major basic interfaces are shared with
171   Samba4 now.
172 o An asynchronous API has been added.
175 Configuration changes
176 =====================
178 !!! ATTENTION !!!
179 The default passdb backend has been changed to 'tdbsam'! That breaks existing
180 setups using the 'smbpasswd' backend without explicit declaration! Please use
181 'passdb backend = smbpasswd' if you would like to stick to the 'smbpasswd'
182 backend or convert your smbpasswd entries using e.g. 'pdbedit -i smbpasswd -e
183 tdbsam'.
185 The 'tdbsam' backend is much more flexible concerning per user settings
186 like 'profile path' or 'home directory' and there are some commands which do not
187 work with the 'smbpasswd' backend at all.
190 General Changes
191 ===============
193 On the way towards a standalone Samba AD domain controller, Samba3 and Samba4
194 branches can be built as "merged" build. That's why Samba3 and Samba4 sources
195 are included in the tarball. The merged build is possible in Samba 3.4.0, but
196 disabled by default. To learn more about the merged build,
197 please see http://wiki.samba.org/index.php/Franky.
199 According to this one, there is no "source" directory included in the tarball at
200 all. Samba3 sources are located in "source3", Samba4 sources are located in
201 "source4". The libraries have been moved to the toplevel directory.
203 To build plain Samba3, please change to "source3" and start the build as usual.
204 To build Samba4 as well, please use the "--enable-merged-build" configure
205 option.
208 Authentication Changes
209 ======================
211 Previously, when Samba was a domain member and a client was connecting using an
212 untrusted domain name, such as BOGUS\user smbd would remap the untrusted
213 domain to the primary domain smbd was a member of and attempt authentication
214 using that DOMAIN\user name.  This differed from how a Windows member server
215 would behave.  Now, smbd will replace the BOGUS name with it's SAM name.  In
216 the case where smbd is acting as a PDC this will be DOMAIN\user.  In the case
217 where smbd is acting as a domain member server this will be WORKSTATION\user.
218 Thus, smbd will never assume that an incoming user name which is not qualified
219 with the same primary domain, is part of smbd's primary domain.
221 While this behavior matches Windows, it may break some workflows which depended
222 on smbd to always pass through bogus names to the DC for verification.  A new
223 parameter "map untrusted to domain" can be enabled to revert to the legacy
224 behavior.
227 Printing Changes
228 ================
230 The spoolss subsystem was replaced by autogenerated code based on PIDL. That fixes
231 several printing issues including printer change notificiation on Samba print
232 servers and will stabilize the printing functionality generally.
233 The support for spoolss printing with Windows Vista has been improved.
236 Internal Changes
237 ================
239 The remaining hand-marshalled DCE/RPC services (ntsvcs, svcctl, eventlog and
240 spoolss) were replaced by autogenerated code based on PIDL.
241 So Günther Deschner finally corrected one of the biggest mistakes in the
242 development of Samba: Hand-marshalled RPC stubs.
244 Thanks a lot! :-)
246 Samba3 and Samba4 do now share a common tevent library for fd and timer events.
248 The code has been cleaned up and Samba3 and Samba4 do share the major basic
249 interfaces now. That is why the libraries were moved to the toplevel directory.
250 That is one of the first steps to share code and minimize the gap between
251 these two versions.
253 An asynchronous API has been added.
256 ######################################################################
257 Changes
258 #######
260 smb.conf changes
261 ----------------
263    Parameter Name                      Description     Default
264    --------------                      -----------     -------
266    access based share enum             New             No
267    dedicated keytab file               New             ""
268    kerberos method                     New             default
269    map untrusted to domain             New             No
270    max open files                      Changed Default auto detected
271    passdb backend                      Changed Default tdbsam
272    perfcount module                    New             ""
273    use kerberos keytab                 Removed
276 New [sub]commands
277 -----------------
279    net eventlog                 Import/dump/export native win32 eventlog files.
280    net rpc service create       Create a new service.
281    net rpc service delete       Delete an existing service.
284 New configure options
285 ---------------------
287 --enable-external-libtalloc     Enable external talloc
288 --enable-merged-build           Build Samba 4 as well
289 --enable-gnutls                 Turn on gnutls support
290 --with-statedir=DIR             Where to put persistent state files
291 --with-cachedir=DIR             Where to put temporary cache files
292 --with-ncalprcdir=DIR           Where to put ncalrpc sockets
293 --with-selftest-shrdir=DIR      The share directory that make test will be run
294                                 against
295 --with-selftest-custom-conf=PATH
296                                 An optional custom smb.conf that is included in
297                                 the server smb.conf during make test
298 --with-wbclient                 Use external wbclient
299 --with-included-popt            Use bundled popt library, not from system
300 --with-libiconv=BASEDIR         Use libiconv in BASEDIR/lib and BASEDIR/include
301 --with-sqlite3                  SQLITE3 backend support
302 --with-pthreads                 Include pthreads
303 --with-setproctitle             Search for setproctitle support
306 Commit Highlights
307 =================
310 o   Steven Danneman <steven.danneman@isilon.com>
311     * Change the way smbd handles untrusted domain names given during user
312       authentication.
315 o   Guenther Deschner <gd@samba.org>
316     * Replace the hand-marshalled DCE/RPC services ntsvcs, svcctl, eventlog
317       and spoolss by autogenerated code based on PIDL.
318     * Fix several printing issues and improve support for printer change
319       notificiations.
320     * Add 'net eventlog'.
323 o   Volker Lendecke <vl@samba.org>
324     * Add asynchronous API.
327 o   Stefan Metzmacher <metze@samba.org>
328     * Make Samba3 and Samba4 share a tevent library.
331 o   Dan Sledz <dsledz@isilon.com>
332     * Add two new parameters to control how we verify kerberos tickets.
335 o   Danny Tylman <danny.tylman@insightix.com>
336     * Add 'net rpc service' subcommands 'create' and 'delete'.
339 o   Jelmer Vernooij <jelmer@samba.org>
340     * Make merged build possible.
341     * Move common libraries to the shared lib/ directory.
344 Changes since 3.4.0rc1
345 ----------------------
348 o    Jeremy Allison <jra@samba.org>
349      * BUG 6520: Fix time stamps when "unix extensions = yes".
352 o    Michael Adam <obnox@samba.org>
353      * BUG 6509: Use gid (not uid) cache in fetch_gid_from_cache().
354      * BUG 6521: Fix building tevent_ntstatus without config.h.
355      * BUG 6531: Fix pid file name.
358 o    Guenther Deschner <gd@samba.org>
359      * BUG 6512: Fix support for enumerating user forms.
362 o    Bjoern Jacke <bj@sernet.de>
363      * BUG 6497: Fix calling of 'test' in configure.
364      * BUG 6459: Fix build of pam_smbpass on some distributions.
367 o    Volker Lendecke <vl@samba.org>
368      * BUG 6431: Local groups from 3.0 setups no longer found.
369      * BUG 6498: Add workaround for MS KB932762.
372 o    David Markey <admin@dmarkey.com>
373      * BUG 6514: Improve error message in 'net' when smb.conf is not available.
376 o    Jim McDonough <jmcd@samba.org>
377      * BUG 6481: 'net ads leave' needs to try account deletion, NetUnjoinDomain
378        not.
381 o    Stefan Metzmacher <metze@samba.org>
382      * BUG 6526: Fix notifies in the share root directory.
385 o    Bo Yang <boyang@samba.org>
386      * BUG 6499: Fix building of pam_smbpass.
389 Changes since 3.4.0pre2
390 -----------------------
393 o   Jeremy Allison <jra@samba.org>
394     * BUG 6297: Owner of sticky directory cannot delete files created by
395       others.
396     * BUG 6476: Fix smbd-zombies in memory when using [x]inetd.
397     * BUG 6487: Add missing DFS call in trans2 mkdir call.
398     * BUG 6488: acl_group_override() call in posix acls references an
399       uninitialized variable.
402 o   Günther Deschner <gd@samba.org>
403     * BUG 4296: Clean up group membership while deleting a user.
404     * BUG 5456: Fix "net ads testjoin".
405     * BUG 6253: Use correct value for password expiry calculation in
406       pam_winbind.
407     * BUG 6305: Correctly prompt for a password when a username was given.
408     * BUG 6451: net/libnetapi user rename using wrong access bits.
409     * BUG 6458: Fix uninitialized variable in local_password_change().
410     * BUG 6465: Fix enumeration of empty aliases.
413 o   Volker Lendecke <vl@samba.org>
414     * BUG 4699: Remove pidfile on clean shutdown.
415     * BUG 6349: Initialize domain info struct.
416     * BUG 6449: 'net rap user add' crashes without -C option.
419 o   David Markey <admin@dmarkey.com>
420     * BUG 6328: Add support for multiple rights to
421       "net sam rights grant/revoke".
424 o   Andreas Schneider <mail@cynapses.org>
425     * Improve pam_winbind documentation.
428 o   Simo Sorce <idra@samba.org>
429     * BUG 6081: Make it possible to change machine account sids.
430     * BUG 6333: Consolidate create/delete account paths in pdbedit.
431     * BUG 6584: Allow DOM\user when changing passwords remotely.
434 o   Jelmer Vernooij <jelmer@samba.org>
435     * Remove outdated Debian package sources.
438 Changes since 3.4.0pre1
439 -----------------------
442 o   Jeremy Allison <jra@samba.org>
443     * BUG 6291: Fix 'force user'.
444     * BUG 6313: ldapsam_update_sam_account() crashes while doing talloc_free on
445       malloced memory.
446     * BUG 6315: Fix smbd crashes when doing vfs_full_audit on IPC$ close event.
447     * BUG 6330: Fix DFS on AIX.
448     * Fix a bunch of compiler warnings about wrong format types.
449     * Fix the core of the SAMR access functions.
450     * Fix SAMR server for winbindd access.
453 o   Michael Adam <obnox@samba.org>
454     * BUG 4271: testparm should not print includes.
455     * BUG 6292: Update config.guess from gnu.org.
456     * BUG 6320: Handle registry config source in file_list.
457     * BUG 6371: Unsuccessful 'net conf setparm' leaves empty share.
458     * BUG 6387: Fix a crash bug in idmap_ldap_unixids_to_sids.
459     * BUG 6415: Filter out of range mappings in default idmap config
460       (idmap_tdb).
461     * BUG 6416: Filter out of range mappings in default idmap config
462       (idmap_tdb2).
463     * BUG 6417: Filter out of range mappings in default idmap config
464       (idmap_ldap).
465     * Add dbwrap_tool - a tdb tool that is CTDB-aware.
466     * Hide "config backend" from swat.
467     * Fix linking with --disable-shared-libs.
470 o   Steven Danneman <steven.danneman@isilon.com>
471     * Fix issue with missing entries when enumerating directories.
472     * Map NULL domains to our global sam name.
475 o   Günther Deschner <gd@samba.org>
476     * BUG 5859: Fix renaming of samr objects failed due to samr setuserinfo
477       access checks.
478     * BUG 6099: Fix NETLOGON credential chain.
479     * BUG 6253: Use correct value for password expiry calculation.
480     * BUG 6309: Support remote unjoining of Windows 2003 or greater.
481     * BUG 6340: Don't segfault when cleartext trustdom pwd could not be
482       retrieved.
483     * BUG 6372: usermanager only displaying 1024 groups and aliases.
484     * Fix driver upload for Xerox 4110 PS printer driver.
485     * Add "net dom renamecomputer" to rename machines in a domain.
486     * Inspect the correct computername string before enabling/disabling the
487       change button in netdomjoin-gui.
488     * Fix join prompt dialog test in netdomjoin-gui.
489     * Only gray out labels when not root and not connecting to remote
490       machines (netdomjoin-gui).
491     * Allow to switch between workgroups/domains with the same name
492       (netdomjoin-gui).
493     * Add NetShutdownInit and NetShutdownAbort.
494     * Fix samr access checks.
495     * Add a security model to LSA.
496     * Fix nss_wrapper build for Solaris.
499 o   Geza Gemes <geza@kzsdabas.hu>
500     * BUG 6136: New AFS syscall conventions.
503 o   Ole Hansen <ole@redvw.com>
504     * BUG 6359: smbclient -L does not list workgroup for hosts with both IPv4
505       and IPv6 addresses
508 o   Björn Jacke <bj@sernet.de>
509     * Also handle DirX return codes.
512 o   Steve Langasek <vorlon@debian.org>
513     * BUG 4831: Don't call openlog() or closelog() from pam_smbpass.
516 o   Volker Lendecke <vl@samba.org>
517     * BUG 5681: Do not limit the number of network interfaces.
518     * BUG 6157: Fix handling of multi-value attribute "uid".
519     * BUG 6302: Give the VFS a chance to read from 0-byte files.
520     * BUG 6336: Fix segfault in 'net groupmap set'.
521     * BUG 6361: Make --rcfile work in smbget.
522     * Do not crash in ctdbd_traverse if ctdbd is not around.
523     * Fix Coverity ID 897.
524     * Fix a race condition in vfs_aio_fork with gpfs share modes.
525     * Fix bug disclosed by lock8 torture test.
526     * Fix a race condition in winbind leading to a panic.
527     * Attempt to fix a Debian build problem.
530 o   Jim McDonough <jmcd@samba.org>
531     * Detect tight loop in tdb_find().
534 o   Stefan Metzmacher <metze@samba.org>
535     * BUG 2346: Fix posix ACLs when setting an ACL without explicit ACE for the
536       owner.
539 o   Tim Prouty <tprouty@samba.org>
540     * Fix chained sesssetupAndX/tconn messages.
541     * Fix strict locking with chained reads.
542     * Fix two bugs in sendfile.
545 o   Slava Semushin <php-coder@altlinux.ru>
546     * Fix memory leak.
547     * Fix file descriptor leak.
550 o   Aravind Srinivasan <aravind.srinivasan@isilon.com>
551     * Fallback to the legacy sid_to_(uid|gid) instead of returning NULL.
552     * Always allocate memory in dptr_ReadDirName.
555 o   Kumar Thangavelu <Kumar.Thangavelu@riverbed.com>
556     * Fix 'net' crash during domain join.
559 o   Marc VanHeyningen <marc.vanheyningen@isilon.com>
560     * Zero an uninitialized array.
561     * Allow child processes to exit gracefully if we are out of fds.
564 ######################################################################
565 Reporting bugs & Development Discussion
566 #######################################
568 Please discuss this release on the samba-technical mailing list or by
569 joining the #samba-technical IRC channel on irc.freenode.net.
571 If you do report problems then please try to send high quality
572 feedback. If you don't provide vital information to help us track down
573 the problem then you will probably be ignored.  All bug reports should
574 be filed under the Samba 3.4 product in the project's Bugzilla
575 database (https://bugzilla.samba.org/).
578 ======================================================================
579 == Our Code, Our Bugs, Our Responsibility.
580 == The Samba Team
581 ======================================================================