Fix bug #7528 - Solaris with NIS autohome.
[Samba.git] / WHATSNEW.txt
blobd18ef549251a5b7f3bf7f8dd9a58554cf8b30f5e
1                    =============================
2                    Release Notes for Samba 3.5.9
3                            June 14, 2011
4                    =============================
7 This is the latest stable release of Samba 3.5.
9 Major enhancements in Samba 3.5.9 include:
11 o  
13 Changes since 3.5.8:
14 --------------------
16 o   Jeremy Allison <jra@samba.org>
17     * BUG 7080: Quota only shown when logged as root.
18     * BUG 7987: ACL can get lost when files are being renamed.
19     * BUG 7996: sgid bit lost on folder rename.
20     * BUG 8040: Fix 'smbclient' segfaults when a Cyrillic netbios name or
21       workgroup is configured.
22     * BUG 8072: Fix panic in create_file_acl_common.
23     * BUG 8088: Fix segfault in rpccli_samr_chng_pswd_auth_crap if any input
24       blobs are null.
27 o   Christian Ambach <ambi@samba.org>
28     * BUG 8008: Fix a segfault in the krb5 locator plugin.
29     * BUG 8012: Use getgrset() instead of initgroups() + getgroups() when
30       getgrouplist() is not defined.
31     * BUG 8031: Convert gpfs:sharemodes and gpfs:leases parameters from a
32       global setting to a per share setting.
35 o   Björn Baumbach <bb@sernet.de>
36     * BUG 8074: Fix debug message.
39 o   Dmitry Butskoy <dmitry@butskoy.name>
40     * BUG 6966: Respect "allow trusted domains = no" in Winbind.
43 o   Marc A. Dahlhaus <mad@wol.de>
44     * BUG 8047: Fix mdns registration if "interfaces=" is used.
47 o   Günther Deschner <gd@samba.org>
48     * BUG 8085: Fix incorrect timeout handling in ncacn_ip_tcp client code.
51 o   Björn Jacke <bj@sernet.de>
52     * BUG 8033: Add explicit configure option whether to enable dmapi
53       support or not.
56 o   Volker Lendecke <vl@samba.org>
57     * BUG 8009: Fix getting username in 'net rap session'.
58     * BUG 8011: Fix memory corruption in shadow_copy2.
59     * BUG 8016: Fix gpfs_get_xattr.
60     * BUG 8042: File creation on OS/X.
61     * BUG 8054: Winbind cache stores/retrieves wrong sizes for 16-bit ints.
62     * BUG 8066: Fix wrong output in 'smbget'.
65 o   Nikolay Martynov <mar.kolya@gmail.com>
66     * BUG 8010: Fix inode generation so nautilus can count total dir size
67       correctly.
70 o   Stefan Metzmacher <metze@samba.org>
71     * BUG 8034: SEC_STD_DELETE is always granted to the owner of a file.
74 o   Larry Reid <lcreid@jadesystems.ca>
75     * BUG 8055: Can't see Parts of DFS CIFS share.
78 o   Martin Vogt <martin.vogt@itwm.fraunhofer.de>
79     * BUG 6762: Fix ctdb on gpfs error with MS Office.
83 ######################################################################
84 Reporting bugs & Development Discussion
85 #######################################
87 Please discuss this release on the samba-technical mailing list or by
88 joining the #samba-technical IRC channel on irc.freenode.net.
90 If you do report problems then please try to send high quality
91 feedback. If you don't provide vital information to help us track down
92 the problem then you will probably be ignored.  All bug reports should
93 be filed under the Samba 3.5 product in the project's Bugzilla
94 database (https://bugzilla.samba.org/).
97 ======================================================================
98 == Our Code, Our Bugs, Our Responsibility.
99 == The Samba Team
100 ======================================================================
103 Release notes for older releases follow:
104 ----------------------------------------
106                    =============================
107                    Release Notes for Samba 3.5.8
108                            March 7, 2011
109                    =============================
112 This is the latest stable release of Samba 3.5.
114 Major enhancements in Samba 3.5.8 include:
116 o  Fix Winbind crash bug when no DC is available (bug #7730).
117 o  Fix finding users on domain members (bug #7743).
118 o  Fix memory leaks in Winbind (bug #7879).
119 o  Fix printing with Windows 7 clients (bug #7567).
122 Changes since 3.5.7:
123 --------------------
126 o   Michael Adam <obnox@samba.org>
127     * BUG 7594: Fix "log=>ndr_pull_error" in 'wbinfo -u' and 'wbinfo -g'.
128     * BUG 7871: Fix 'net ads dns register' in cluster setups.
129     * BUG 7894: Fix sporadic Winbind panic in rpc query_user_list.
132 o   Jeremy Allison <jra@samba.org>
133     * BUG 7409: Raise debug level for "reduce_name: couldn't get realpath"
134       messages.
135     * BUG 7716: Store unmodified copies of security descriptors in acl_xattr and
136       acl_tdb modules.
137     * BUG 7733: Fix incorrect unix mode_t caused by invalid client DOS
138       attributes on create.
139     * BUG 7734: Apply appropriate create masks when creating files with "inherit
140       ACLs" set to true.
141     * BUG 7743: Fix finding users on domain members.
142     * BUG 7744: Fix "dfree cache time" parameter.
143     * BUG 7777: Fix requesting lookups for BUILTIN sids.
144     * BUG 7785: Fix atime limit.
145     * BUG 7791: Fix copying files from a SMB share using Gnome vfs and SMB
146       signing.
147     * BUG 7812: ACL inheritance cannot be disabled in vfs_acl_xattr/vfs_acl_tdb.
148     * BUG 7835: vfs_fill_sparse() doesn't use posix_fallocate when strict
149       allocate is on.
150     * BUG 7843: Expand the local SAMs aliases.
151     * BUG 7892: Fix stale lock in open_file_fchmod().
152     * BUG 7950: Revalidate the pathname once re-constructed from a root fsp.
155 o   Andrew Bartlett <abartlet@samba.org>
156     * BUG 7356: Fix 'net ads dns register' in Windows 2008 R2 domains.
159 o   Björn Baumbach <bb@sernet.de>
160     * BUG 7875: Fix 'nmbd --port'.
161     * BUG 7880: Make 'rpcclient deldriver' delete drivers for all architectures.
164 o   Günther Deschner <gd@samba.org>
165     * BUG 7567: Fix printing with Windows 7 clients.
166     * BUG 7641: Handle Windows 9x adddriver calls without config file.
167     * BUG 7945: Let Winbind try to use samlogon validation level 6.
170 o   Holger Hetterich <hhetter@novell.com>
171     * BUG 3185: Fix 'testparm' return code when EOF in encountered in param
172       name.
175 o   Björn Jacke <bj@sernet.de>
176     * BUG 7821: Fix build of shared libraries on Tru64.
179 o   Volker Lendecke <vl@samba.org>
180     * BUG 7066: Fix "Your Password expires today" message for users of trusted
181       domains.
182     * BUG 7262: Fix maintaining of users' groups via UsrMgr.
183     * BUG 7656: Fix scalability problem with hundreds of printers.
184     * BUG 7665: Fix memory leak in the netapi routines.
185     * BUG 7730: Fix Winbind crash bug when no DC is available.
186     * BUG 7774: Fix a getgrent crash with many groups.
187     * BUG 7779: Fix smbd crash caused by expand_msdfs.
188     * BUG 7800: Make Winbind recover from a signing error.
189     * BUG 7817: Fix "force group" with ntlmssp guest session setup.
190     * BUG 7841: Make WINBINDD_LOOKUPRIDS asking the right domain.
191     * BUG 7842: Make WINBINDD_LOOKUPRIDS returning the domain name.
192     * BUG 7855: ntlm_auth: Support clients which offer a spnego mechs we don't
193       support.
194     * BUG 7879: Fix memory leaks in Winbind.
195     * BUG 7881: Fix flaky Winbind against Windows 2008.
196     * BUG 7917: Fix connections from WinCE.
197     * BUG 7940: Fix opening MS Powerpoint files.
200 o   Stefan Metzmacher <metze@samba.org>
201     * BUG 7567: Fix printing with Windows 7 clients.
202     * BUG 7855: ntlm_auth: Support clients which offer a spnego mechs we don't
203       support.
204     * BUG 7883: Fix SMB session setups with Kerberos against some closed source
205       SMB servers.
206     * BUG 7896: Don't set SAMR_FIELD_FULL_NAME if we just want to set the
207       account name.
208     * BUG 7899: Don't return "-1" on success in 'net rpc vampire keytab'.
209     * BUG 7942: Fix endless loops caused by inotify.
210     * BUG 7944: Catch lookup_names/sids schannel errors over ncacn_ip_tcp.
213 o   Jonathan Nieder <jrnieder@gmail.com>
214     * BUG 6837:  Make "rlimit_max below minimum Windows limit" notification less
215       scary.
218 o   olivier <olivier@virtscano.fakenet>
219     * BUG 7789: vfs_scannedonly: Switch from mtime to ctime which is more reliable.
222 o   Rusty Russell <rusty@rustcorp.com.au>
223     * BUG 7498: Fix updating the time on close in vfs_gpfs.
226 ######################################################################
227 Reporting bugs & Development Discussion
228 #######################################
230 Please discuss this release on the samba-technical mailing list or by
231 joining the #samba-technical IRC channel on irc.freenode.net.
233 If you do report problems then please try to send high quality
234 feedback. If you don't provide vital information to help us track down
235 the problem then you will probably be ignored.  All bug reports should
236 be filed under the Samba 3.5 product in the project's Bugzilla
237 database (https://bugzilla.samba.org/).
240 ======================================================================
241 == Our Code, Our Bugs, Our Responsibility.
242 == The Samba Team
243 ======================================================================
246 ----------------------------------------------------------------------
249                    =============================
250                    Release Notes for Samba 3.5.7
251                           February 28, 2011
252                    =============================
255 This is a security release in order to address CVE-2011-0719.
258 o  CVE-2011-0719:
259    All current released versions of Samba are vulnerable to
260    a denial of service caused by memory corruption. Range
261    checks on file descriptors being used in the FD_SET macro
262    were not present allowing stack corruption. This can cause
263    the Samba code to crash or to loop attempting to select
264    on a bad file descriptor set.
267 Changes since 3.5.6:
268 --------------------
271 o   Jeremy Allison <jra@samba.org>
272     * BUG 7949: Fix DoS in Winbind and smbd with many file descriptors open.
275 ######################################################################
276 Reporting bugs & Development Discussion
277 #######################################
279 Please discuss this release on the samba-technical mailing list or by
280 joining the #samba-technical IRC channel on irc.freenode.net.
282 If you do report problems then please try to send high quality
283 feedback. If you don't provide vital information to help us track down
284 the problem then you will probably be ignored.  All bug reports should
285 be filed under the Samba 3.5 product in the project's Bugzilla
286 database (https://bugzilla.samba.org/).
289 ======================================================================
290 == Our Code, Our Bugs, Our Responsibility.
291 == The Samba Team
292 ======================================================================
295 ----------------------------------------------------------------------
298                    =============================
299                    Release Notes for Samba 3.5.6
300                           October 8, 2010
301                    =============================
304 This is the latest stable release of Samba 3.5.
306 Major enhancements in Samba 3.5.6 include:
308   o Fix smbd panic on invalid NetBIOS session request (bug #7698).
309   o Fix smbd crash caused by "%D" in "printer admin" (bug #7541).
310   o Fix crash bug with invalid SPNEGO token (bug #7694).
311   o Fix Winbind internal error (bug #7636).
314 Changes since 3.5.5
315 -------------------
318 o   Jeremy Allison <jra@samba.org>
319     * BUG 7577: Fix SPNEGO auth when contacting Win7 system using Microsoft Live
320       Sign-in Assistant.
321     * BUG 7578: Fix 'net idmap restore' setting HWM to avoid duplicates.
322     * BUG 7581: Fix "admin users" when using vfs_acl_xattr.
323     * BUG 7583: Fix smbclient to connect to Alfresco JLAN CIFS server using
324       Kerberos.
325     * BUG 7589: Fix using cached credentials in ntlm_auth.
326     * BUG 7590: Fix Winbind offline login.
327     * BUG 7617: Fix smbd coredump due to uninitialized variables in the
328       performance counter code.
329     * BUG 7636: Fix Winbind internal error.
330     * BUG 7651: Fix mknod and mkfifo failing with "No such file or
331       directory".
332     * BUG 7693: Fix smbd changing mode of files on rename.
333     * BUG 7694: Fix crash bug with invalid SPNEGO token.
334     * BUG 7698: Fix smbd panic on invalid NetBIOS session request.
337 o   Günther Deschner <gd@samba.org>
338     * BUG 7541: Fix smbd crash caused by "%D" in "printer admin".
339     * BUG 7568: Make sure cm_connect_lsa_tcp does not reset the secure channel.
340     * BUG 7658: Fix "dereferencing type-punned pointer will break
341       strict-aliasing rules" warnings).
342     * BUG 7665: Fix memory leak in netapi connection manager.
345 o   Björn Jacke <bj@sernet.de>
346     * BUG 7244: Fall back to cups-config for underlinked libs.
347     * BUG 7474: Fix build on platforms without st_blocks and st_blksize stat
348       struct members.
351 o   Volker Lendecke <vl@samba.org>
352     * BUG 7336: Enable idmap_passdb module build as shared.
353     * BUG 7531: Fix the charset_pull routine.
354     * BUG 7635: Fix 'smbclient -M'.
355     * BUG 7656: Fix scalability problem with hundreds of printers.
356     * BUG 7684: Fix fd leak in libwbclient.so.
357     * BUG 7688: Fix crash bug in rpcclient.
358     * BUG 7470: Standardize S_IREAD and S_IWRITE.
359     * BUG 7715: Fix file corruption when setting Samba "write wache wize".
362 o   Jim McDonough <jmcd@samba.org>
363     * BUG 7280: Fix auto printers with registry config.
366 o   Andreas Schneider <asn@samba.org>
367     * BUG 7538: Fix GUID_from_data_blob() with length of 32.
370 o   Chere Zhou <chere.zhou@isilon.com>
371     * BUG 7662: Align change notify replies on 4-byte boundary.
374 ######################################################################
375 Reporting bugs & Development Discussion
376 #######################################
378 Please discuss this release on the samba-technical mailing list or by
379 joining the #samba-technical IRC channel on irc.freenode.net.
381 If you do report problems then please try to send high quality
382 feedback. If you don't provide vital information to help us track down
383 the problem then you will probably be ignored.  All bug reports should
384 be filed under the Samba 3.5 product in the project's Bugzilla
385 database (https://bugzilla.samba.org/).
388 ======================================================================
389 == Our Code, Our Bugs, Our Responsibility.
390 == The Samba Team
391 ======================================================================
394 ----------------------------------------------------------------------
397                    =============================
398                    Release Notes for Samba 3.5.5
399                          September 14, 2010
400                    =============================
403 This is a security release in order to address CVE-2010-3069.
406 o  CVE-2010-3069:
407    All current released versions of Samba are vulnerable to
408    a buffer overrun vulnerability. The sid_parse() function
409    (and related dom_sid_parse() function in the source4 code)
410    do not correctly check their input lengths when reading a
411    binary representation of a Windows SID (Security ID). This
412    allows a malicious client to send a sid that can overflow
413    the stack variable that is being used to store the SID in the
414    Samba smbd server.
417 Changes since 3.5.4
418 --------------------
421 o   Jeremy Allison <jra@samba.org>
422     * BUG 7669: Fix for CVE-2010-3069.
425 o   Andrew Bartlett <abartlet@samba.org>
426     * BUG 7669: Fix for CVE-2010-3069.
429 ######################################################################
430 Reporting bugs & Development Discussion
431 #######################################
433 Please discuss this release on the samba-technical mailing list or by
434 joining the #samba-technical IRC channel on irc.freenode.net.
436 If you do report problems then please try to send high quality
437 feedback. If you don't provide vital information to help us track down
438 the problem then you will probably be ignored.  All bug reports should
439 be filed under the Samba 3.5 product in the project's Bugzilla
440 database (https://bugzilla.samba.org/).
443 ======================================================================
444 == Our Code, Our Bugs, Our Responsibility.
445 == The Samba Team
446 ======================================================================
449 ----------------------------------------------------------------------
452                    =============================
453                    Release Notes for Samba 3.5.4
454                            June 23, 2010
455                    =============================
458 This is the latest stable release of Samba 3.5.
460 Major enhancements in Samba 3.5.4 include:
462   o Fix smbd crash when sambaLMPassword and sambaNTPassword entries missing
463     from ldap (bug #7448).
464   o Fix init_sam_from_ldap storing group in sid2uid cache (bug #7507).
467 Changes since 3.5.3
468 -------------------
471 o   Michael Adam <obnox@samba.org>
472     * BUG 7507: Fix init_sam_from_ldap storing group in sid2uid cache.
475 o   Jeremy Allison <jra@samba.org>
476     * BUG 7188: Make ea data checks identical for trans2open and trans2mkdir.
477     * BUG 7410: Samba sends "raw" inode number as uniqueid with unix extensions.
478     * BUG 7449: Fix spnego returning incorrect mechListMIC string.
481 o   Günther Deschner <gd@samba.org>
482     * BUG 7341: Fix Winbind over IPv6.
483     * BUG 7459: Fix some crash bugs and missing error codes in AddDriver paths.
484     * BUG 7479: Fix crash bug in _samr_QueryUserInfo{2} level 18.
485     * BUG 7517: Fix session setup from linux kernel cifs clients with
486       "sec=ntlmv2".
489 o   Olaf Flebbe <o.flebbe@science-computing.de>
490     * BUG 7209: Fix build on RHEL5.
493 o   Björn Jacke <bj@sernet.de>
494     * BUG 7427: Using IBM xl_C compiler produces wrong results in configure.
495     * BUG 7503: Fix calculation of st_blocks in vfs_streams_xattr.
496     * BUG 7504: Fix numerous build issues.
499 o   Volker Lendecke <vl@samba.org>
500     * BUG 7253: Fix Samba login cache problem on Sparc Architecture.
501     * BUG 7262: Fix editing users' groups via UsrMgr.
504 o   Buchan Milne <bgmilne@mandriva.org>
505     * BUG 7500: Fix 'not a string literal' warning in netdomjoin-gui.
508 o   Matthieu Patou <mat@matws.net>
509     * BUG 7099: Allow previous password to be stored and use it to check
510       tickets.
513 o   Andreas Schneider <asn@samba.org>
514     * BUG 7423: Fix printing large formats.
517 o   Roel van Meer <rolek@bokxing.nl>
518     * BUG 7448: Fix smbd crash when sambaLMPassword and sambaNTPassword entries
519       missing from ldap.
522 ######################################################################
523 Reporting bugs & Development Discussion
524 #######################################
526 Please discuss this release on the samba-technical mailing list or by
527 joining the #samba-technical IRC channel on irc.freenode.net.
529 If you do report problems then please try to send high quality
530 feedback. If you don't provide vital information to help us track down
531 the problem then you will probably be ignored.  All bug reports should
532 be filed under the Samba 3.5 product in the project's Bugzilla
533 database (https://bugzilla.samba.org/).
536 ======================================================================
537 == Our Code, Our Bugs, Our Responsibility.
538 == The Samba Team
539 ======================================================================
542 ----------------------------------------------------------------------
545                    =============================
546                    Release Notes for Samba 3.5.3
547                             May 19, 2010
548                    =============================
551 This is the latest stable release of Samba 3.5.
553 Major enhancements in Samba 3.5.3 include:
555   o Fix MS-DFS functionality (bug #7339).
556   o Fix a Winbind crash when scanning trusts (bug #7389).
557   o Fix problems with SIGCHLD handling in Winbind (bug #7317).
560 Changes since 3.5.2
561 -------------------
564 o   Jeremy Allison <jra@samba.org>
565     * BUG 7288: Fix SMB job IDs in CUPS job names.
566     * BUG 7339: Fix MS-DFS functionality.
569 o   Andrew Bartlett <abartlet@samba.org>
570     * BUG 7354: Fix CLDAP tsocket problem on Solaris.
573 o   Ira Cooper <samba@ira.wakeful.net>
574     * BUG 7384: Fix bitmap leak in dptr_Close.
577 o   Günther Deschner <gd@samba.org>
578     * BUG 7277: Fix exporting printers via 'cupsaddsmb' command.
579     * BUG 7417: Fix setting of passwords via 'net rpc user password' command.
580     * BUG 7418: Fix 'net rpc printer list' command.
583 o   Olaf Flebbe <o.flebbe@science-computing.de>
584     * BUG 7421: Rename mod_name to module_name.
587 o   Björn Jacke <bj@sernet.de>
588     * BUG 7352: Make TIME_T_MAX defines consistent.
589     * BUG 7385: Fix building with Solaris' gcc.
592 o   Jeff Layton <jlayton@redhat.com>
593     * BUG 7315: Fix segfault in mount.cifs.
596 o   Volker Lendecke <vl@samba.org>
597     * BUG 7357: Re-fix a bug with smbd serving a windows terminal server.
598     * BUG 7389: Fix a Winbind crash when scanning trusts.
599     * BUG 7398: Fix rename problems with full_audit VFS module.
602 o   Jim McDonough <jmcd@samba.org>
603     * BUG 7378: Display an error on 'net conf import' failures.
606 o   Stefan Metzmacher <metze@samba.org>
607     * BUG 7196: Add replacement for IPV6_V6ONLY on linux systems with broken
608       headers.
609     * BUG 7317: Fix problems with SIGCHLD handling in Winbind.
610     * BUG 7354: Fix CLDAP tsocket problem on Solaris.
613 o   Luca Olivetti <luca@wetron.es>
614     * BUG 7263: Fix cups encryption setting.
617 ######################################################################
618 Reporting bugs & Development Discussion
619 #######################################
621 Please discuss this release on the samba-technical mailing list or by
622 joining the #samba-technical IRC channel on irc.freenode.net.
624 If you do report problems then please try to send high quality
625 feedback. If you don't provide vital information to help us track down
626 the problem then you will probably be ignored.  All bug reports should
627 be filed under the Samba 3.5 product in the project's Bugzilla
628 database (https://bugzilla.samba.org/).
631 ======================================================================
632 == Our Code, Our Bugs, Our Responsibility.
633 == The Samba Team
634 ======================================================================
637 ----------------------------------------------------------------------
640                    =============================
641                    Release Notes for Samba 3.5.2
642                            April 7, 2010
643                    =============================
646 This is the latest stable release of Samba 3.5.
648 Major enhancements in Samba 3.5.2 include:
650   o Fix smbd segfaults in _netr_SamLogon for clients sending null domain
651     (bug #7237).
652   o Fix smbd segfaults in "waiting for connections" message (bug #7251).
653   o Fix an uninitialized variable read in smbd (bug #7254).
654   o Fix a memleak in Winbind (bug #7278).
655   o Fix Winbind reconnection to it's own domain (bug #7295).
658 Changes since 3.5.1
659 -------------------
662 o   Michael Adam <obnox@samba.org>
663     * BUG 7231: Fix automatic building of vfs_tsmsm if gpfs and dmapi are
664       present.
665     * BUG 7232: Fix race conditions in CTDB persistent transactions.
666     * BUG 7313: Make 'net conf addshare' atomic.
667     * BUG 7314: Eliminate race condition in creating/scanning sorted subkeys in
668       the registry backend.
671 o   Jeremy Allison <jra@samba.org>
672     * BUG 7075: Fix bug in vfs_scannedonly rmdir implementation.
673     * BUG 7159: Fix handling of bad server data returns in client rpc_transport.
674     * BUG 7234: Symlink delete fails but incorrectly reports success to client.
675     * BUG 7255: Fix "printer admin" functionality.
676     * BUG 7283: Fix smbd segfault if using vfs_acl_tdb.
677     * BUG 7297: Fix smbd crashes with CUPS printers and no [printers] share defined.
678     * BUG 7310: Fix DOS attribute inconsistency with MS Office.
681 o   Kai Blin <kai@samba.org>
682     * BUG 7290: Fix core dump in 'ntlm_auth' with "gss-spnego" helper.
685 o   Günther Deschner <gd@samba.org>
686     * BUG 6727: Fix several printing issues.
687     * BUG 7237: Fix smbd segfaults in _netr_SamLogon for clients sending
688       null domain.
689     * BUG 7256: Fix value-needed calculation in_spoolss_EnumPrinterData().
690     * BUG 7258: Fix _winreg_QueryValue crash bugs and implement Windows
691       behavior.
694 o   Holger Hetterich <hhetter@novell.com>
695     * BUG 7203: Fix 'net share' command.
698 o   Michael Karcher <samba@mkarcher.dialup.fu-berlin.de>
699     * BUG 7269: Fix job management commands for CUPS queues.
702 o   Jeff Layton <jlayton@redhat.com>
703     * BUG 6853: Fix race condition in mount.cifs that allows user to replace
704       mountpoint with a symlink.
707 o   Volker Lendecke <vl@samba.org>
708     * BUG 5198: Fix parsing of the gecos field.
709     * BUG 7202: Fix access by multi-threaded applications.
710     * BUG 7212: Fix returning of group members with 'getent group'.
711     * BUG 7216: Fix the build of net_afs.c with --fake-kaserver=yes.
712     * BUG 7229: Fix a NULL pointer dereference in smbd.
713     * BUG 7232: Fix race conditions in CTDB persistent transactions.
714     * BUG 7254: Fix an uninitialized variable read in smbd.
715     * BUG 7278: Fix a memleak in Winbind.
718 o   Roel van Meer <rolek@alt001.com>
719     * BUG 6814: Fix valgrind warning.
722 o   Stefan Metzmacher <metze@samba.org>
723     * BUG 7170: Never mark external domains as internal in Winbind.
724     * BUG 7225: Make Winbind logs more verbose for troubleshooting.
725     * BUG 7251: Fix smbd segfault in "waiting for connections" message.
726     * BUG 7295: Fix Winbind reconnection to it's own domain.
727     * BUG 7316: Winbind possibly segfaults when trying a trusted domain without
728       inbound trust.
731 o   SATOH Fumiyasu <fumiyas@osstech.co.jp>
732     * BUG 1206: Fix segfault if hide files or veto files has no ".AppleDouble".
735 o   Simo Sorce <idra@samba.org>
736     * BUG 7204: Fix DN parsing name was always null.
739 o   Andrew Tridgell <tridge@samba.org>
740     * BUG 7312: Many disconnecting clients render clustered Samba unusuable
741       for some time.
744 o   Bo Yang <boyang@samba.org>
745     * BUG 7206: Signals are processed twice in child.
749 ######################################################################
750 Reporting bugs & Development Discussion
751 #######################################
753 Please discuss this release on the samba-technical mailing list or by
754 joining the #samba-technical IRC channel on irc.freenode.net.
756 If you do report problems then please try to send high quality
757 feedback. If you don't provide vital information to help us track down
758 the problem then you will probably be ignored.  All bug reports should
759 be filed under the Samba 3.5 product in the project's Bugzilla
760 database (https://bugzilla.samba.org/).
763 ======================================================================
764 == Our Code, Our Bugs, Our Responsibility.
765 == The Samba Team
766 ======================================================================
768 ----------------------------------------------------------------------
770                    =============================
771                    Release Notes for Samba 3.5.1
772                             March 8, 2010
773                    =============================
776 This is a security release in order to address CVE-2010-0728.
779 o  CVE-2010-0728:
780    In Samba releases 3.5.0, 3.4.6 and 3.3.11, new code
781    was added to fix a problem with Linux asynchronous IO handling.
782    This code introduced a bad security flaw on Linux platforms if the
783    binaries were built on Linux platforms with libcap support.
784    The flaw caused all smbd processes to inherit CAP_DAC_OVERRIDE
785    capabilities, allowing all file system access to be allowed
786    even when permissions should have denied access.
789 Changes since 3.5.0
790 -------------------
793 o   Jeremy Allison <jra@samba.org>
794     * BUG 7222: Fix for CVE-2010-0728.
797 ######################################################################
798 Reporting bugs & Development Discussion
799 #######################################
801 Please discuss this release on the samba-technical mailing list or by
802 joining the #samba-technical IRC channel on irc.freenode.net.
804 If you do report problems then please try to send high quality
805 feedback. If you don't provide vital information to help us track down
806 the problem then you will probably be ignored.  All bug reports should
807 be filed under the Samba 3.5 product in the project's Bugzilla
808 database (https://bugzilla.samba.org/).
811 ======================================================================
812 == Our Code, Our Bugs, Our Responsibility.
813 == The Samba Team
814 ======================================================================
817 ----------------------------------------------------------------------
820                    =============================
821                    Release Notes for Samba 3.5.0
822                             March 1, 2010
823                    ===============================
826 This is the first stable release of Samba 3.5.
829 Major enhancements in Samba 3.5.0 include:
831 General changes:
832 o Add support for full Windows timestamp resolution
833 o The Using Samba HTML book has been removed.
834 o 'net', 'smbclient' and libsmbclient can use credentials cached by Winbind.
835 o The default value of "wide links" has been changed to "no".
837 Protocol changes:
838 o Experimental implementation of SMB2
840 Printing Changes:
841 o Add encryption support for connections to a CUPS server
843 Winbind changes:
844 o Major refactoring
845 o Asynchronous
847 VFS modules:
848 o New vfs_scannedonly module has been added.
851 General changes:
852 ================
854 Support for full Windows timestamp resolution has been added. This effectively
855 makes us use Windows' full 100ns timestamp resolution if supported by the
856 kernel (2.6.22 and higher) and the glibc (2.6 and higher).
858 The Using Samba HTML book has been removed from the Samba tarball.
859 It is still available at http://www.samba.org/samba/docs/using_samba/toc.html.
861 Samba client tools like 'net', 'smbclient' and libsmbclient can use the user
862 credentials cached by Winbind at logon time. This is very useful e.g. when
863 connecting to a Samba server using Nautilus without re-entering username and
864 password. This feature is enabled by default and can be disabled per application
865 by setting the LIBSMBCLIENT_NO_CCACHE environment variable.
867 The default value of "wide links" has been changed to "no" to avoid an insecure
868 default configuration ("wide links = yes" and "unix extensions = yes"). For
869 more details, please see http://www.samba.org/samba/news/symlink_attack.html.
872 Protocol changes
873 ================
875 An EXPERIMENTAL implementation of the SMB2 protocol has been added. SMB2 can be
876 enabled by setting "max protocol = smb2". SMB2 is a new implementation of the
877 SMB protocol used by Windows Vista and higher.
879 Printing Changes
880 ================
882 A new parameter "cups encrypt" has been added to control whether connections to
883 CUPS servers will be encrypted or not. The default is to use unencrypted
884 connections.
886 Winbind changes
887 ===============
889 The Winbind daemon has been refactored internally to be asynchronous. The new
890 Winbind will not be blocked by running 'getent group' or 'getent passwd'.
892 VFS modules
893 ===========
895 A new VFS module "scannedonly" has been added. This is a filter that
896 talks to an antivirus-engine and stores whether a file is clean or not.
897 Users do only see clean files on their filesystem.
900 ######################################################################
901 Changes
902 #######
904 smb.conf changes
905 ----------------
907    Parameter Name                      Description     Default
908    --------------                      -----------     -------
910    create krb5 conf                    New             yes
911    ctdb timeout                        New             0
912    cups encrypt                        New             no
913    debug hires timestamp               Changed Default yes
914    ldap deref                          New             auto
915    ldap follow referral                New             auto
916    nmbd bind explicit broadcast        New             no
917    wide links                          Changed Default no
920 New configure options
921 ---------------------
923 --enable-external-libtdb        Enable external tdb
924 --enable-netapi                 Turn on netapi support
925 --enable-pthreadpool            Enable pthreads pool helper support
926 --with-cifsumount               Include umount.cifs (Linux only) support
927 --with-codepagedir=DIR          Where to put codepages
930 Commit Highlights
931 =================
933 o   Björn Jacke <bj@sernet.de>
934     * Add support for full Windows timestamp resolution.
935     * Add encryption support for connections to a CUPS server.
938 o   Volker Lendecke <vl@samba.org>
939     * Major internal refactoring of the Winbind daemon.
940     * Make Winbind asynchronous.
941     * Make 'net', 'smbclient' and libsmbclient use the logon credentials cached
942       by Winbind.
945 o   Stefan Metzmacher <metze@samba.org>
946     * Implement the new SMB2 protocol (experimental).
949 Changes since 3.5.0rc3
950 ----------------------
953 o   Günther Deschner <gd@samba.org>
954     * BUG 7181: Fix 'net ads dns' usage calls.
955     * BUG 7182: Fix uninitialized variable in wkssvc_enumerateusers.
958 o   Volker Lendecke <vl@samba.org>
959     * BUG 7145: Fix duplicate sam and unix accounts.
960     * BUG 7166: Avoid calling cli_alloc_mid twice in cli_smb_req_iov_send.
963 o   Stefan Metzmacher <metze@samba.org>
964     * BUG 7160: Keep the the correct negotiate_flags on the cli->dc structure.
967 Changes since 3.5.0rc2
968 ----------------------
971 o   Jeremy Allison <jra@samba.org>
972     * BUG 6557: Fix vfs_full_audit.
973     * BUG 6876: Fix duplicate initializer in the rmdir module.
974     * BUG 7063: Fix core dump on Ubuntu 8.04 64 bit.
975     * BUG 7067: Fix failing of smbd to respond to a read or a write caused by
976       Linux asynchronous IO (aio).
977     * BUG 7069: Fix 'smbget' error status.
978     * BUG 7072: Fix unlocking of accounts from ldap.
979     * BUG 7079  Cliconnect gets realm wrong with trusted domains.
980     * BUG 7081: Fix vfs_expand_msdfs.
981     * BUG 7084: Fix storing of create time on directories in an EA in new
982       create time code.
983     * BUG 7104: "wide links" and "unix extensions" are incompatible.
984     * BUG 7118: Fix nmbd problems with socket address.
985     * BUG 7122: Fix reading of large browselist.
986     * BUG 7154: "mangling method = hash" can crash storing a name containing a '.'.
987     * BUG 7155: Valgrind Conditional jump or move depends on uninitialised
988       value(s) error when "mangling method = hash"..
991 o   Steven Danneman <steven.danneman@isilon.com>
992     * BUG 7096: Fix string buffer overflow causing heap corruption in smbd.
995 o   Günther Deschner <gd@samba.org>
996     * BUG 6888: Fix printing with 64 bit clients.
997     * BUG 7130: Fix listing of printjobs in  Windows 7.
998     * BUG 7148: Fix get_acl_blob in the acl_tdb VFS module.
1001 o   Björn Jacke <bj@sernet.de>
1002     * BUG 7103: Fix build issue on Tru64.
1003     * BUG 7116: Change ldap filter to what really was intended.
1004     * Fix some wrong newlines in de translation strings.
1007 o   Jeff Layton <jlayton@redhat.com>
1008     * BUG 6868: Fix crash bug in 'cifs.upcall'.
1011 o   Volker Lendecke <vl@samba.org>
1012     * BUG 7085: Fix an early release of the global lock that can cause data
1013       corruption in libtdb.
1014     * BUG 7139: Owner of file not available with Kerberos.
1017 o   Stefan Metzmacher <metze@samba.org>
1018     * BUG 6888: Fix printing with 64 bit clients.
1019     * BUG 7098: Fix results of 'smbclient -L' with a large browse list.
1020     * BUG 7116: Add pdb_ldap performance fixes.
1021     * BUG 7118: Add new "nmbd bind explicit broadcast" parameter.
1022     * BUG 7119: Support large browselist.
1023     * BUG 7140: Fix IPv4/IPv6 problems.
1026 o   Lars Müller <lars@samba.org>
1027     * BUG 7071: Fix build of 'smbfilter'.
1028     * BUG 7047: Add cross option to samba_cv_linux_getgrouplist_ok.
1029     * BUG 7102: Normalize "Changing password for" msg IDs and STRs.
1032 o   Olivier Sessink <olivier@virtscano.fakenet>
1033     * BUG 7076: Fix build of vfs_scannedonly on AIX.
1036 o   Bo Yang <boyang@samba.org>
1037     * BUG 7106: Fix malformed require_membership_of_sid.
1041 Changes since 3.5.0rc1
1042 ----------------------
1045 o   Michael Adam <obnox@samba.org>
1046     * BUG 4347: Check password history before increasing "badPasswordCount".
1049 o   Jeremy Allison <jra@samba.org>
1050     * BUG 5202: Fix changing of ACLs on writable file with "dos filemode=yes".
1051     * BUG 6876: Fix deletion of an object whose parent folder does not have delete
1052       rights fails even if the delete right is set on the object in
1053       vfs_acl_xattr and vfs_acl_tdb.
1054     * BUG 7033: Fix SMBrmdir error message when deleting a directory fails.
1055     * BUG 7036: Fix 'net rpc getsid' in hardened Windows environments.
1056     * BUG 7045: Fix bad (non memory copying) interfaces in smbc_setXXXX calls.
1059 o   Giovanni Bajo <rasky@develer.com>
1060     * BUG 7029: Disable sanity check in NetShareEnum for better compatibility
1061       with Windows.
1064 o   Kai Blin <kai@samba.org>
1065     * BUG 7039: Fix compile error with WITH_DNS_UPDATE. Update .po files.
1068 o   Günther Deschner <gd@samba.org>
1069     * BUG 7043: Fix crash bug in libsmbclient.
1072 o   André Hentschel <nerv@dawncrow.de>
1073     * BUG 7039: Complete German translation of 'net'.
1076 o   Björn Jacke <bj@sernet.de>
1077     * BUG 7039: Improve some German translations in 'net'.
1080 o   William Jojo <w.jojo@hvcc.edu>
1081     * BUG 7052: Fix DFS on AIX.
1084 o   Volker Lendecke <vl@samba.org>
1085     * BUG 6981: Fix large paged search with DirX LDAP servers.
1086     * BUG 7027: Fix a segfault in winbindd_dual_ccache_ntlm_auth().
1087     * BUG 7037: Fix a Winbind segfault in "trusted_domains".
1088     * BUG 7046: Fix libsmbclient crash against OpenSolaris CIFS server.
1089     * BUG 7062: Make 'net', 'smbclient' and libsmbclient use the logon
1090       credentials cached by Winbind.
1091     * Lock down some srvsvc calls according to what w2k3 seems to do.
1094 o   Stefan Metzmacher <metze@samba.org>
1095     * BUG 6157: Restore Samba 3.0.x behavior and use the first "uid" value in
1096       pdb_ldap.
1099 o   SASAJIMA Toshihiro <sasajima_t@jp.fujitsu.com>
1100     * BUG 7034: Fix segfault in vfs_cap.
1103 o   Olivier Sessink <oliviersessink@gmail.com>
1104     * BUG 7028: Add new scannedonly VFS module.
1107 Changes since 3.5.0pre2
1108 -----------------------
1110 o   Jeremy Allison <jra@samba.org>
1111     * BUG 6837: Fix "Too many open files" when trying to access large number of
1112       files with Windows 7.
1113     * BUG 6939: Fix long filenames when "mangling method" is set to "hash".
1114     * BUG 7020: Fix smbd using 2G memory.
1115     * Ensure dos_mode can return FILE_ATTRIBUTE_NORMAL, then filter the returned
1116       attributes by protocol level.
1117     * Vector correctly through reply_openerror() (which uses the same logic).
1118     * Fix bugs with the full Windows ACL support.
1121 o   Kai Blin <kai@samba.org>
1122     * Add a few missing gettext calls to the 'net' command.
1123     * Fix up a share type translation and translate some more strings in 'net'.
1126 o   Günther Deschner <gd@samba.org>
1127     * Allow to call "pdbedit -N description -u user" without specifiyng "-r".
1128     * Add spoolss_DriverInfo7.
1129     * Fix rpcclient after setprinter IDL fixes.
1130     * Use generated krb5.conf in 'net ads testjoin'.
1133 o   Jonas Gorski <jonas.gorski+samba@gmail.com>
1134     * BUG 6992: make test for getgrouplist cacheable.
1137 o   André Hentschel <nerv@dawncrow.de>
1138     * Add some German translations for the 'net' command.
1141 o   Suresh Jayaraman <sjayaraman@suse.de>
1142     * Update mount.cifs man page with nounix option.
1145 o   Volker Lendecke <vl@samba.org>
1146     * Fix _samr_GetAliasMembership for results with 0 rids.
1147     * Fix an error case in cli_negprot.
1148     * Add a lower-cost alternative to wbinfo -t: wbinfo --ping-dc.
1149     * Restore correct timeouts for SMB requests.
1150     * Fix a 64-bit error in libsmb.
1151     * Replace IS_DOMAIN_OFFLINE by a function in Winbind.
1152     * Simplify/cleanup Winbind code.
1155 o   Kamen Mazdrashki <kamen.mazdrashki@postpath.com>
1156     * Fix write behind memory block in libtalloc.
1157     * Fix result check for getaddrinfo().
1160 o   Jim McDonough <jmcd@samba.org>
1161     * BUG 7014: Fix Winbind crash when retrieving empty group members.
1164 o   Brian Lu <brian.lu@sun.com>
1165     * BUG 6991: Create symbol links to shared libraries.
1168 o   Stefan Metzmacher <metze@samba.org>
1169     * Add tsocket_address_bsd_sockaddr() and tsocket_address_bsd_from_sockaddr()
1170       to tsocket.
1171     * Always set tdb->tracefd to -1 to be safe on goto fail in libtdb.
1172     * Add TDB_DISALLOW_NESTING and make TDB_ALLOW_NESTING the default behavior.
1173     * Fix standalone 'make installdocs'.
1176 o   Peter Rosin <peda@lysator.liu.se>
1177     * Output %p as unsigned in snprintf replacement.
1180 o   Ronnie Sahlberg <ronniesahlberg@gmail.com>
1181     * New attempt at TDB transaction nesting allow/disallow.
1184 o   Kirill Smelkov <kirr@mns.spb.ru>
1185     * Remove swig stuff from libtdb.
1186     * Reset tdb->fd to -1 in tdb_close() in libtdb.
1189 o   Simo Sorce <idra@samba.org>
1190     * Change the way mksysms work in libtalloc.
1193 o   Jelmer Vernooij <jelmer@samba.org>
1194     * Also build and install tdb manpages from standalone tdb.
1197 o   Bo Yang <boyang@samba.org>
1198     * Fix infinite loop in NCACN_IP_TCP as there is no timeout.
1199     * Make winbindd_cache.c aware of domain offline to avoid unnecessary backend
1200       query.
1201     * List trusted domains from wcache when domain is offline.
1204 Changes since 3.5.0pre1
1205 -----------------------
1207 o   Michael Adam <obnox@samba.org>
1208     * Fix the build when no external talloc and tdb are installed.
1209     * Fix detection of CTDB headers on systems without system-libtalloc.
1212 o   Jeremy Allison <jra@samba.org>
1213     * BUG 6802: A created folder does not properly inherit permissions from
1214       parent in vfs_acl_xattr.
1215     * BUG 6837: "Too many open files" when trying to access large number of
1216       files from Windows 7.
1217     * BUG 6938 : No hook exists to check creation rights when using acl_xattr
1218       module.
1219     * Fix vfs_acl_xattr which was failing to call the NEXT connect function.
1220     * Restructure the ACL code.
1221     * Refactor reply_rmdir to use handle based code.
1224 o   Dan Cox <dan@wep.net>
1225     * BUG 2350: Add LDAP Alias Dereferencing support.
1228 o   Günther Deschner <gd@samba.org>
1229     * BUG 6929: Fix build with recent heimdal.
1230     * Fix several printing issues.
1231     * Fix the build on Mac OS X 10.6.2.
1232     * Fix net and rpcclient after setprinterdataex changes.
1233     * Add full support for level 8 printer drivers.
1234     * Add more spoolss architectures to IDL.
1235     * Fix enumprinter key client and server.
1236     * Fix crash in EnumPrinterDataEx.
1239 o   Björn Jacke <bj@sernet.de>
1240     * Prefer posix_fallocate for doing "strict allocate".
1243 o   Matt Kraai <mkraai@beckman.com>
1244     * BUG 6860: Fix shared library build on QNX.
1247 o   Volker Lendecke <vl@samba.org>
1248     * BUG 6288: SWAT adds a second share when changing parameters of an existing
1249       share.
1250     * BUG 6435: Fix minor memory corruption.
1251     * Restore "fake directory create times" as a share parameter.
1252     * Fix explicit stat64 support.
1253     * Add support for NetWkstaGetInfo 101 and 102.
1254     * Add rpcclient wkssvc_enumerateusers.
1255     * De-deprecate "write cache size" to prevent its removal without a proper
1256       alternative.
1257     * Allow more than 1000 users in BUILTIN\Users.
1260 o   Jim McDonough <jmcd@samba.org>
1261     * BUG 6967: Prevent glibc error on 'net ads join'.
1264 o   Lars Müller <lars@samba.org>
1265     * BUG 6710: Only install the cifs.upcall man page if CIFSUPCALL_PROGS was
1266       set while configure.
1269 o   Ian Puleston <ipuleston@sonicwall.com>
1270     * Complete support for NetWkstaGetInfo/NetWkstaEnumUsers.
1273 o   Karolin Seeger <kseeger@samba.org>
1274     * Fix the build of the example VFS modules.
1277 o   Bo Yang <boyang@samba.org>
1278     * BUG 6879: Fix crash in Winbind.
1279     * Fix crash in free_file_list().
1280     * Give the user a chance to change password when password will expire soon.
1283 ######################################################################
1284 Reporting bugs & Development Discussion
1285 #######################################
1287 Please discuss this release on the samba-technical mailing list or by
1288 joining the #samba-technical IRC channel on irc.freenode.net.
1290 If you do report problems then please try to send high quality
1291 feedback. If you don't provide vital information to help us track down
1292 the problem then you will probably be ignored.  All bug reports should
1293 be filed under the Samba 3.5 product in the project's Bugzilla
1294 database (https://bugzilla.samba.org/).
1297 ======================================================================
1298 == Our Code, Our Bugs, Our Responsibility.
1299 == The Samba Team
1300 ======================================================================