s3: Fix bug #9085.
[Samba.git] / WHATSNEW.txt
blobda49f983fd8e250e90794778632b18c00b85ae5b
1                    ==============================
2                    Release Notes for Samba 3.5.18
3                            , 2012
4                    ==============================
7 This is the latest stable release of Samba 3.5.
9 Major enhancements in Samba 3.5.16 include:
12 Changes since 3.5.17:
13 ---------------------
15 o   Jeremy Allison <jra@samba.org>
18 ######################################################################
19 Reporting bugs & Development Discussion
20 #######################################
22 Please discuss this release on the samba-technical mailing list or by
23 joining the #samba-technical IRC channel on irc.freenode.net.
25 If you do report problems then please try to send high quality
26 feedback. If you don't provide vital information to help us track down
27 the problem then you will probably be ignored.  All bug reports should
28 be filed under the Samba 3.5 product in the project's Bugzilla
29 database (https://bugzilla.samba.org/).
32 ======================================================================
33 == Our Code, Our Bugs, Our Responsibility.
34 == The Samba Team
35 ======================================================================
38 Release notes for older releases follow:
39 ----------------------------------------
41                    ==============================
42                    Release Notes for Samba 3.5.17
43                            August 13, 2012
44                    ==============================
47 This is the latest stable release of Samba 3.5.
50 Changes since 3.5.16:
51 ---------------------
53 o   Jeremy Allison <jra@samba.org>
54     * BUG 9034: Fix typo in set_re_uid() call when USE_SETRESUID selected in
55       configure.
58 o   Björn Jacke <bj@sernet.de>
59     * BUG 8996: Fix build without ads support.
60     * BUG 9011: Second part of a fix for bug #9011 (Build on HP-UX broken).
63 o   Stefan Metzmacher <metze@samba.org>
64     * BUG 9022: Make vfs_gpfs less verbose in get/set_xattr functions.
67 ######################################################################
68 Reporting bugs & Development Discussion
69 #######################################
71 Please discuss this release on the samba-technical mailing list or by
72 joining the #samba-technical IRC channel on irc.freenode.net.
74 If you do report problems then please try to send high quality
75 feedback. If you don't provide vital information to help us track down
76 the problem then you will probably be ignored.  All bug reports should
77 be filed under the Samba 3.5 product in the project's Bugzilla
78 database (https://bugzilla.samba.org/).
81 ======================================================================
82 == Our Code, Our Bugs, Our Responsibility.
83 == The Samba Team
84 ======================================================================
87 ----------------------------------------------------------------------
90                    ==============================
91                    Release Notes for Samba 3.5.16
92                             July 2, 2012
93                    ==============================
96 This is the latest stable release of Samba 3.5.
98 Major enhancements in Samba 3.5.16 include:
100 o  Fix possible memory leaks in the Samba master process (bug #8970).
101 o  Fix uninitialized memory read in talloc_free().
102 o  Fix smbd crash with unknown user (bug #8314).
105 Changes since 3.5.15:
106 ---------------------
108 o   Jeremy Allison <jra@samba.org>
109     * BUG 8314: Fix smbd crash with unknown user.
110     * BUG 8831: Fix inconsistent (with manpage) command-line switch for "help"
111       in smbtree.
112     * BUG 8882: Fix processing of %U with vfs_full_audit when "force user"
113       is set.
114     * BUG 8897: winbind_krb5_locator only returns one IP address.
115     * BUG 8910: resolve_ads() code can return zero addresses and miss valid DC
116       IP addresses.
117     * BUG 8957: Fix typo in pam_winbindd code.
118     * BUG 8972: Directory group write permission bit is set if unix extensions
119       are enabled.
120     * BUG 8974: Kernel oplocks are broken when uid(file) != uid(process).
121     * BUG 8989: Send correct responses to NT Transact Secondary when no data and
122       no params.
123     * BUG 8994: Fix "winbind normalize names".
126 o   Andrew Bartlett <abartlet@samba.org>
127     * BUG 8599: Only use SamLogonEx when we can get unencrypted session keys.
128     * BUG 8943: Slow but responsive DC can lock up winbindd for > 10 minutes
129       at a time.
132 o   Björn Baumbach <bb@sernet.de>
133     * BUG 7564: Fix default name resolve order in the manpage.
136 o   John Bradshaw <john@johnbradshaw.org>
137     * BUG 7938: Fix typo (overrided -> overridden) in Samba3-HOWTO.
140 o   Olaf Flebbe <o.flebbe@science-computing.de>
141     * BUG 8552: Correct documentation of "case sensitive".
144 o   Björn Jacke <bj@sernet.de>
145     * BUG 8869: Remove outdated netscape ds 5 schema file.
146     * BUG 9011: Fix build on HP-UX.
149 o   Volker Lendecke <vl@samba.org>
150     * Fix uninitialized memory read in talloc_free().
151     * BUG 8338: OS/X can not deal with a 10-vwv read on normal files.
152     * BUG 8998: Notify code can miss a ChDir.
153     * BUG 9000: Fix a Winbind race leading to 100% CPU.
154     * BUG 9003: Fix posix acl on gpfs.
157 o   Matthieu Patou <mat@matws.net>
158     * BUG 8975: Make sure that Winbind can coredump.
161 o   Karolin Seeger <kseeger@samba.org>
162     * BUG 7930: Add hint that setting "profile acls = yes" on normal shares can
163       cause trouble.
166 o   Richard Sharpe <realrichardsharpe@gmail.com>
167     * BUG 8822: Fix building out-of-tree vfs modules.
168     * BUG 8970: Fix possible memory leaks in the Samba master process.
171 o   Simo Sorce <idra@samba.org>
172     * BUG 8915: Fix pam_winbind build against newer iniparser library.
175 ######################################################################
176 Reporting bugs & Development Discussion
177 #######################################
179 Please discuss this release on the samba-technical mailing list or by
180 joining the #samba-technical IRC channel on irc.freenode.net.
182 If you do report problems then please try to send high quality
183 feedback. If you don't provide vital information to help us track down
184 the problem then you will probably be ignored.  All bug reports should
185 be filed under the Samba 3.5 product in the project's Bugzilla
186 database (https://bugzilla.samba.org/).
189 ======================================================================
190 == Our Code, Our Bugs, Our Responsibility.
191 == The Samba Team
192 ======================================================================
195 ----------------------------------------------------------------------
198                    ==============================
199                    Release Notes for Samba 3.5.15
200                            April 30, 2012
201                    ==============================
204 This is a security release in order to address
205 CVE-2012-2111 (Incorrect permission checks when granting/removing
206 privileges can compromise file server security).
208 o  CVE-2012-2111:
209    Samba 3.4.x to 3.6.4 are affected by a
210    vulnerability that allows arbitrary users
211    to modify privileges on a file server.
214 Changes since 3.5.14:
215 ---------------------
218 o   Jeremy Allison <jra@samba.org>
219     * Fix  incorrect permission checks when granting/removing
220       privileges (CVE-2012-2111).
223 ######################################################################
224 Reporting bugs & Development Discussion
225 #######################################
227 Please discuss this release on the samba-technical mailing list or by
228 joining the #samba-technical IRC channel on irc.freenode.net.
230 If you do report problems then please try to send high quality
231 feedback. If you don't provide vital information to help us track down
232 the problem then you will probably be ignored.  All bug reports should
233 be filed under the Samba 3.5 product in the project's Bugzilla
234 database (https://bugzilla.samba.org/).
237 ======================================================================
238 == Our Code, Our Bugs, Our Responsibility.
239 == The Samba Team
240 ======================================================================
243 ----------------------------------------------------------------------
246                    ==============================
247                    Release Notes for Samba 3.5.14
248                            April 10, 2012
249                    ==============================
252 This is a security release in order to address
253 CVE-2012-1182 ("root" credential remote code execution).
255 o  CVE-2012-1182:
256    Samba 3.0.x to 3.6.3 are affected by a
257    vulnerability that allows remote code
258    execution as the "root" user.
261 Changes since 3.5.13:
262 ---------------------
265 o   Stefan Metzmacher <metze@samba.org>
266     *BUG 8815: PIDL based autogenerated code allows overwriting beyond of
267      allocated array (CVE-2012-1182).
270 ######################################################################
271 Reporting bugs & Development Discussion
272 #######################################
274 Please discuss this release on the samba-technical mailing list or by
275 joining the #samba-technical IRC channel on irc.freenode.net.
277 If you do report problems then please try to send high quality
278 feedback. If you don't provide vital information to help us track down
279 the problem then you will probably be ignored.  All bug reports should
280 be filed under the Samba 3.5 product in the project's Bugzilla
281 database (https://bugzilla.samba.org/).
284 ======================================================================
285 == Our Code, Our Bugs, Our Responsibility.
286 == The Samba Team
287 ======================================================================
290 ----------------------------------------------------------------------
293                    ==============================
294                    Release Notes for Samba 3.5.13
295                           March 12, 2012
296                    ==============================
299 This is the latest stable release of Samba 3.5.
301 Major enhancements in Samba 3.5.13 include:
303 o  Fix a crash bug in cldap_socket_recv_dgram() (bug #8593).
304 o  Fully observe password change settings (bug #8561).
305 o  Fix NT ACL issue (bug #8673).
306 o  Fix segfault in Winbind if we can't map the last user (bug #8678).
309 Changes since 3.5.12:
310 --------------------
313 o   Michael Adam <obnox@samba.org>
314     * BUG 8327: Fix config reload to reload shares from registry.
317 o   Jeremy Allison <jra@samba.org>
318     * BUG 8139: Ignore SMBecho errors.
319     * BUG 8521: Fix Winbind cache timeout expiry test.
320     * BUG 8561: Fully observe password change settings.
321     * BUG 8631: Fix POSIX ACE x permission mapping to and from a DACL.
322     * BUG 8636: When returning an ACL without SECINFO_DACL requested, we still
323       set SEC_DESC_DACL_PRESENT in the type field.
324     * BUG 8644: Make sure that vfs_acl_xattr and vfs_acl_tdb modules add
325       inheritable entries on a directory with no stored ACL.
326     * BUG 8663: Fix deleting a symlink if the symlink target is outside of the
327     * share.
328     * BUG 8664: Fix renaming a symlink if the symlink target is outside of the
329       share.
330     * BUG 8673: Fix NT ACL issue.
331     * BUG 8679: Make sure that recvfile code path using splice() on Linux
332       does not leave data in the pipe on short write.
333     * BUG 8687: Fix typo in 'net memberships' usage.
336 o   Christian Ambach <christian.ambach@de.ibm.com>
337     * BUG 8658: Add timeouts to Winbind cache.
340 o   Andrew Bartlett <abartlet@samba.org>
341     * BUG 8727: Do not limit read replies to NBT packet sizes.
344 o   Günther Deschner <gd@samba.org>
345     * BUG 8176: Fix perl path.
346     * BUG 8692: Fix malloc/talloc mismatch in ads_keytab_verify_ticket().
349 o   Björn Jacke <bj@sernet.de>
350     * BUG 8652: Document the ignore system acls option of vfs_acl_xattr and
351       vfs_acl_tdb.
354 o   Jeff Layton <jlayton@redhat.com>
355     * BUG 8648: Document more undocumented mount.cifs options.
358 o   Volker Lendecke <vl@samba.org>
359     * BUG 8639: Fix the vfs_commit module.
360     * BUG 8686: Packet validation checks can be done before length validation
361       causing uninitialized memory read.
364 o   Stefan Metzmacher <metze@samba.org>
365     * BUG 5326: Fix cli_write_and_x() against OS/2 print shares.
366     * BUG 8562: Fix double free error (talloc).
367     * BUG 8593: Fix a crash bug in cldap_socket_recv_dgram().
368     * BUG 8684: Try ctdbd_init_connection() as root.
371 o   Masafumi Nakayama <MASA23@jp.ibm.com>
372     * BUG 563: Fix 'smbclient tar' for files greater than 8GB on BE machines.
375 o   Matthieu Patou <mat@matws.net>
376     * BUG 8599: Make WINBINDD_PAM_AUTH_CRAP return valid user session key.
377     * BUG 8771: Make Winbind change faster from DC1 to DC2.
380 o   Andreas Schneider <asn@samba.org>
381     * BUG 8608: Don't fail on users without a uid (Winbind).
382     * BUG 8628: Don't duplicate Kerberos service tickets.
383     * BUG 8645: Add missing prefixpath options for mount.cifs manpage.
384     * BUG 8658: Add an update function for Winbind cache.
385     * BUG 8678: Fix segfault in Winbind if we can't map the last user.
388 o   Karolin Seeger <kseeger@samba.org>
389     * BUG 7705: Fix rpm build issues on RHEL4.
392 o   Richard Sharpe <realrichardsharpe@gmail.com>
393     * BUG 8607: Simplify building modules outside the Samba source tree.
396 ######################################################################
397 Reporting bugs & Development Discussion
398 #######################################
400 Please discuss this release on the samba-technical mailing list or by
401 joining the #samba-technical IRC channel on irc.freenode.net.
403 If you do report problems then please try to send high quality
404 feedback. If you don't provide vital information to help us track down
405 the problem then you will probably be ignored.  All bug reports should
406 be filed under the Samba 3.5 product in the project's Bugzilla
407 database (https://bugzilla.samba.org/).
410 ======================================================================
411 == Our Code, Our Bugs, Our Responsibility.
412 == The Samba Team
413 ======================================================================
416 ----------------------------------------------------------------------
419                    ==============================
420                    Release Notes for Samba 3.5.12
421                           November 2, 2011
422                    ==============================
425 This is the latest stable release of Samba 3.5.
427 Major enhancements in Samba 3.5.12 include:
429 o  Fix race condition in Winbind (bug 7844).
430 o  The VFS ACL modules are no longer experimental but production-ready.
433 Changes since 3.5.11:
434 --------------------
437 o   Jeremy Allison <jra@samba.org>
438     * BUG 7509: smb_acl_to_posix: ACL is invalid for set (Invalid argument).
439     * BUG 7551: Return error of cli_push when 'put - /some/file' is used.
440     * BUG 8156: 'net ads join' fails to use the user's kerberos ticket.
441     * BUG 8370: Fix vfs_chown_fsp.
442     * BUG 8422: Fix infinite loop in ACL module code.
443     * BUG 8443: Be smarter about setting default permissions when a ACL_USER_OBJ
444       isn't given.
445     * BUG 8458: IE9 on Windows 7 cannot download files to samba 3.5.11 share.
446     * BUG 8493: DFS breaks zip file extracting unless "follow symlinks = no"
447       set.
448     * BUG 8507: Make smbd correctly honor the "force create mode" bits from a
449       cifsfs create.
450     * BUG 8541: Fix readlink() on Linux clients if the symlink target is
451       outside of the share.
452     * BUG 8542: smbclient posix_open command fails to return correct info on
453       open file.
456 o   Pierre Carrier <pcarrier@redhat.com>
457     * BUG 8186: Allow changing the maximum number of simultaneous clients in
458       Winbind through an smb.conf option.
461 o   Günther Deschner <gd@samba.org>
462     * BUG 7465: Fix 'net ads join -k' when KRB5CCNAME is not set.
463     * BUG 7888: Deal with buggy 3.0 based PDCs.
464     * BUG 8491: Fix some coverity issues.
467 o   David Disseldorp <ddiss@suse.de>
468     * BUG 8480: acl_xattr can free an invalid pointer if no blob is loaded.
471 o   Björn Jacke <bj@sernet.de>
472     * BUG 8256: Add man vfs_aio_fork.
473     * BUG 8362: Fix SWAT build issue on old glibc systems.
474     * BUG 8531: Make DSO_EXPORTS_CMD more portable.
477 o   Volodymyr Khomenko <Volodymyr_Khomenko@dell.com>
478     * BUG 8515: Disallow "." in can_set_delete_on_close().
481 o   Volker Lendecke <vl@samba.org>
482     * BUG 7844: Fix race condition in Winbind.
483     * BUG 8338: Add a fallback for missing open&x support in OS/X Lion.
484     * BUG 8420: Fix getent group if trusted domains are not reachable.
487 o   Stefan Metzmacher <metze@samba.org
488     * BUG 8347: Fix regression on HP-UX, AIX and OSF introduced by the fix for
489       CVE-2011-2522.
490     * BUG 8452: Check the wct of the incoming SMBnegprot responses in libsmb.
491     * BUG 8491: Fix some coverity issues.
494 ######################################################################
495 Reporting bugs & Development Discussion
496 #######################################
498 Please discuss this release on the samba-technical mailing list or by
499 joining the #samba-technical IRC channel on irc.freenode.net.
501 If you do report problems then please try to send high quality
502 feedback. If you don't provide vital information to help us track down
503 the problem then you will probably be ignored.  All bug reports should
504 be filed under the Samba 3.5 product in the project's Bugzilla
505 database (https://bugzilla.samba.org/).
508 ======================================================================
509 == Our Code, Our Bugs, Our Responsibility.
510 == The Samba Team
511 ======================================================================
514 ----------------------------------------------------------------------
517                    ==============================
518                    Release Notes for Samba 3.5.11
519                            August 4, 2011
520                    ==============================
523 This is the latest stable release of Samba 3.5.
525 Major enhancements in Samba 3.5.11 include:
527 o  Fix access to Samba shares when Windows security patch KB2536276 is installed
528    (bug #8238).
529 o  Fix Winbind panics if verify_idpool() fails (bug #8253).
532 Changes since 3.5.10:
533 --------------------
536 o   Jeremy Allison <jra@samba.org>
537     * BUG 7462: Make SA_RESETHAND conditional on its existance.
538     * BUG 8254: Make "acl check permissions = no" working in all cases.
541 o   Gregor Beck <gbeck@sernet.de>
542     * BUG 8253: Fix Winbind panics if verify_idpool() fails.
545 o   David Disseldorp <ddiss@suse.de>
546     * BUG 8269: Stop spamming log with "Could not find child X -- ignoring"
547       messages in smbd.
550 o   Björn Jacke <bj@sernet.de>
551     * BUG 7460: Include sys/file.h only when available.
554 o   Volker Lendecke <vl@samba.org>
555     * BUG 7841: Explicitly pass domain_sid to wbint_LookupRids().
556     * BUG 8238: Fix access to Samba shares when Windows security patch
557       KB2536276 is installed.
558     * BUG 8322: Add HAVE_FUNCTION_ATTRIBUTE_DESTRUCTOR.
561 o   Stefan Metzmacher <metze@samba.org>
562     * BUG 7841: Make WINBINDD_LOOKUPRIDS ask the right domain.
563     * BUG 8276: Close all sockets attached to a subnet in close_subnet().
566 ######################################################################
567 Reporting bugs & Development Discussion
568 #######################################
570 Please discuss this release on the samba-technical mailing list or by
571 joining the #samba-technical IRC channel on irc.freenode.net.
573 If you do report problems then please try to send high quality
574 feedback. If you don't provide vital information to help us track down
575 the problem then you will probably be ignored.  All bug reports should
576 be filed under the Samba 3.5 product in the project's Bugzilla
577 database (https://bugzilla.samba.org/).
580 ======================================================================
581 == Our Code, Our Bugs, Our Responsibility.
582 == The Samba Team
583 ======================================================================
586 ----------------------------------------------------------------------
589                    ==============================
590                    Release Notes for Samba 3.5.10
591                            July 26, 2011
592                    ==============================
595 This is a security release in order to address
596 CVE-2011-2522 (Cross-Site Request Forgery in SWAT) and
597 CVE-2011-2694 (Cross-Site Scripting vulnerability in SWAT).
600 o  CVE-2011-2522:
601    The Samba Web Administration Tool (SWAT) in Samba versions
602    3.0.x to 3.5.9 are affected by a cross-site request forgery.
605 o  CVE-2011-2694:
606    The Samba Web Administration Tool (SWAT) in Samba versions
607    3.0.x to 3.5.9 are affected by a cross-site scripting
608    vulnerability.
610 Please note that SWAT must be enabled in order for these
611 vulnerabilities to be exploitable. By default, SWAT
612 is *not* enabled on a Samba install.
615 Changes since 3.5.9:
616 --------------------
619 o   Kai Blin <kai@samba.org>
620     * BUG 8289: SWAT contains a cross-site scripting vulnerability.
621     * BUG 8290: CSRF vulnerability in SWAT.
624 ######################################################################
625 Reporting bugs & Development Discussion
626 #######################################
628 Please discuss this release on the samba-technical mailing list or by
629 joining the #samba-technical IRC channel on irc.freenode.net.
631 If you do report problems then please try to send high quality
632 feedback. If you don't provide vital information to help us track down
633 the problem then you will probably be ignored.  All bug reports should
634 be filed under the Samba 3.5 product in the project's Bugzilla
635 database (https://bugzilla.samba.org/).
638 ======================================================================
639 == Our Code, Our Bugs, Our Responsibility.
640 == The Samba Team
641 ======================================================================
644 ----------------------------------------------------------------------
647                    =============================
648                    Release Notes for Samba 3.5.9
649                            June 14, 2011
650                    =============================
653 This is the latest stable release of Samba 3.5.
655 Major enhancements in Samba 3.5.9 include:
657 o  Sgid bit lost on folder rename (bug #7996).
658 o  ACL can get lost when files are being renamed (bug #7987).
659 o  Respect "allow trusted domains = no" in Winbind (bug #6966).
660 o  Samba now follows Windows behaviour as a Kerberos client,
661    requesting a CIFS/ ticket (bug #7893).
663 New Kerberos behaviour
664 ----------------------
666 A new parameter 'client use spnego principal' defaults to 'no' and
667 mean Samba will use CIFS/hostname to obtain a kerberos ticket, acting
668 more like Windows when using Kerberos against a CIFS server in
669 smbclient, winbind and other Samba client tools.  This will change
670 which servers we will successfully negotiate kerberos connections to.
671 This is due to Samba no longer trusting a server-provided hint which
672 is not available from Windows 2008 or later.  For correct operation
673 with all clients, all aliases for a server should be recorded as a as
674 a servicePrincipalName on the server's record in AD.
676 Changes since 3.5.8:
677 --------------------
679 o   Jeremy Allison <jra@samba.org>
680     * BUG 6911: Kerberos authentication from Vista to Samba fails when security
681       blob size is greater than 16 kB.
682     * BUG 7080: Quota only shown when logged as root.
683     * BUG 7528: Fix Solaris with NIS autohome.
684     * BUG 7987: ACL can get lost when files are being renamed.
685     * BUG 7996: sgid bit lost on folder rename.
686     * BUG 8040: Fix 'smbclient' segfaults when a Cyrillic netbios name or
687       workgroup is configured.
688     * BUG 8072: Fix panic in create_file_acl_common.
689     * BUG 8038: Fix is_myname_or_ipaddr() to be robust against strange DNS
690       setups.
691     * BUG 8083: "inherit owner = yes" doesn't interact correctly with
692       vfs_acl_xattr or vfs_acl_tdb module.
693     * BUG 8088: Fix segfault in rpccli_samr_chng_pswd_auth_crap if any input
694       blobs are null.
695     * BUG 8111: CIFS VFS: Fix unexpected error on SMB posix open.
696     * BUG 8157: Fix parsing CUPS printcap files in std_pcap_cache_reload().
697     * BUG 8163: Fix our asn.1 parser to handle negative numbers.
698     * BUG 8211: "inherit owner = yes" doesn't interact correctly with "inherit
699       permissions = yes".
702 o   Christian Ambach <ambi@samba.org>
703     * BUG 8008: Fix a segfault in the krb5 locator plugin.
704     * BUG 8012: Use getgrset() instead of initgroups() + getgroups() when
705       getgrouplist() is not defined.
706     * BUG 8031: Convert gpfs:sharemodes and gpfs:leases parameters from a
707       global setting to a per share setting.
710 o   Andrew Bartlett <abartlet@samba.org>
711     * BUG 7893: Don't ever ask for machine$ principals as a target.
714 o   Björn Baumbach <bb@sernet.de>
715     * BUG 8074: Fix debug message.
718 o   Dmitry Butskoy <dmitry@butskoy.name>
719     * BUG 6966: Respect "allow trusted domains = no" in Winbind.
722 o   Marc A. Dahlhaus <mad@wol.de>
723     * BUG 8047: Fix mdns registration if "interfaces=" is used.
726 o   Günther Deschner <gd@samba.org>
727     * BUG 7993: Make sure we don't crash when publishing a single printer.
728     * BUG 8085: Fix incorrect timeout handling in ncacn_ip_tcp client code.
729     * BUG 8132: Fix filling printers location field when using CUPS.
732 o   David Disseldorp <ddiss@suse.de>
733     * BUG 7836: Make newly added printers visible to clients.
734     * BUG 7994: Use printcap IDL for IPC.
737 o   Björn Jacke <bj@sernet.de>
738     * BUG 7825: Fix GNU ld version detection with old gcc releases.
739     * BUG 8033: Add explicit configure option whether to enable dmapi
740       support or not.
743 o   Sergey Korsak <skif@1plus1.net>
744     * BUG 8099: setpwent() actually does endpwent() on FreeBSD.
747 o   Volker Lendecke <vl@samba.org>
748     * BUG 8009: Fix getting username in 'net rap session'.
749     * BUG 8011: Fix memory corruption in shadow_copy2.
750     * BUG 8016: Fix gpfs_get_xattr.
751     * BUG 8042: File creation on OS/X.
752     * BUG 8054: Winbind cache stores/retrieves wrong sizes for 16-bit ints.
753     * BUG 8066: Fix wrong output in 'smbget'.
754     * BUG 8087: Fix wbcChangeUserPasswordEx in RESPONSE mode.
757 o   Nikolay Martynov <mar.kolya@gmail.com>
758     * BUG 8010: Fix inode generation so nautilus can count total dir size
759       correctly.
762 o   Jim McDonough <jmcd@samba.org>
763     * BUG 6364: Pull realm from supplied username on libnet join.
764     * BUG 8166: Don't lockout users when offline.
767 o   Stefan Metzmacher <metze@samba.org>
768     * BUG 7383: Normalize IPv4 mapped IPv6 addresses in both directions.
769     * BUG 8034: SEC_STD_DELETE is always granted to the owner of a file.
772 o   Larry Reid <lcreid@jadesystems.ca>
773     * BUG 8055: Can't see Parts of DFS CIFS share.
776 o   Simo Sorce <idra@samba.org>
777     * BUG 7610: winbindd_cache.tdb grows too large when scaled.
780 o   Martin Vogt <martin.vogt@itwm.fraunhofer.de>
781     * BUG 6762: Fix ctdb on gpfs error with MS Office.
785 ######################################################################
786 Reporting bugs & Development Discussion
787 #######################################
789 Please discuss this release on the samba-technical mailing list or by
790 joining the #samba-technical IRC channel on irc.freenode.net.
792 If you do report problems then please try to send high quality
793 feedback. If you don't provide vital information to help us track down
794 the problem then you will probably be ignored.  All bug reports should
795 be filed under the Samba 3.5 product in the project's Bugzilla
796 database (https://bugzilla.samba.org/).
799 ======================================================================
800 == Our Code, Our Bugs, Our Responsibility.
801 == The Samba Team
802 ======================================================================
805 ----------------------------------------------------------------------
808                    =============================
809                    Release Notes for Samba 3.5.8
810                            March 7, 2011
811                    =============================
814 This is the latest stable release of Samba 3.5.
816 Major enhancements in Samba 3.5.8 include:
818 o  Fix Winbind crash bug when no DC is available (bug #7730).
819 o  Fix finding users on domain members (bug #7743).
820 o  Fix memory leaks in Winbind (bug #7879).
821 o  Fix printing with Windows 7 clients (bug #7567).
824 Changes since 3.5.7:
825 --------------------
828 o   Michael Adam <obnox@samba.org>
829     * BUG 7594: Fix "log=>ndr_pull_error" in 'wbinfo -u' and 'wbinfo -g'.
830     * BUG 7871: Fix 'net ads dns register' in cluster setups.
831     * BUG 7894: Fix sporadic Winbind panic in rpc query_user_list.
834 o   Jeremy Allison <jra@samba.org>
835     * BUG 7409: Raise debug level for "reduce_name: couldn't get realpath"
836       messages.
837     * BUG 7716: Store unmodified copies of security descriptors in acl_xattr and
838       acl_tdb modules.
839     * BUG 7733: Fix incorrect unix mode_t caused by invalid client DOS
840       attributes on create.
841     * BUG 7734: Apply appropriate create masks when creating files with "inherit
842       ACLs" set to true.
843     * BUG 7743: Fix finding users on domain members.
844     * BUG 7744: Fix "dfree cache time" parameter.
845     * BUG 7777: Fix requesting lookups for BUILTIN sids.
846     * BUG 7785: Fix atime limit.
847     * BUG 7791: Fix copying files from a SMB share using Gnome vfs and SMB
848       signing.
849     * BUG 7812: ACL inheritance cannot be disabled in vfs_acl_xattr/vfs_acl_tdb.
850     * BUG 7835: vfs_fill_sparse() doesn't use posix_fallocate when strict
851       allocate is on.
852     * BUG 7843: Expand the local SAMs aliases.
853     * BUG 7892: Fix stale lock in open_file_fchmod().
854     * BUG 7950: Revalidate the pathname once re-constructed from a root fsp.
857 o   Andrew Bartlett <abartlet@samba.org>
858     * BUG 7356: Fix 'net ads dns register' in Windows 2008 R2 domains.
861 o   Björn Baumbach <bb@sernet.de>
862     * BUG 7875: Fix 'nmbd --port'.
863     * BUG 7880: Make 'rpcclient deldriver' delete drivers for all architectures.
866 o   Günther Deschner <gd@samba.org>
867     * BUG 7567: Fix printing with Windows 7 clients.
868     * BUG 7641: Handle Windows 9x adddriver calls without config file.
869     * BUG 7945: Let Winbind try to use samlogon validation level 6.
872 o   Holger Hetterich <hhetter@novell.com>
873     * BUG 3185: Fix 'testparm' return code when EOF in encountered in param
874       name.
877 o   Björn Jacke <bj@sernet.de>
878     * BUG 7821: Fix build of shared libraries on Tru64.
881 o   Volker Lendecke <vl@samba.org>
882     * BUG 7066: Fix "Your Password expires today" message for users of trusted
883       domains.
884     * BUG 7262: Fix maintaining of users' groups via UsrMgr.
885     * BUG 7656: Fix scalability problem with hundreds of printers.
886     * BUG 7665: Fix memory leak in the netapi routines.
887     * BUG 7730: Fix Winbind crash bug when no DC is available.
888     * BUG 7774: Fix a getgrent crash with many groups.
889     * BUG 7779: Fix smbd crash caused by expand_msdfs.
890     * BUG 7800: Make Winbind recover from a signing error.
891     * BUG 7817: Fix "force group" with ntlmssp guest session setup.
892     * BUG 7841: Make WINBINDD_LOOKUPRIDS asking the right domain.
893     * BUG 7842: Make WINBINDD_LOOKUPRIDS returning the domain name.
894     * BUG 7855: ntlm_auth: Support clients which offer a spnego mechs we don't
895       support.
896     * BUG 7879: Fix memory leaks in Winbind.
897     * BUG 7881: Fix flaky Winbind against Windows 2008.
898     * BUG 7917: Fix connections from WinCE.
899     * BUG 7940: Fix opening MS Powerpoint files.
902 o   Stefan Metzmacher <metze@samba.org>
903     * BUG 7567: Fix printing with Windows 7 clients.
904     * BUG 7855: ntlm_auth: Support clients which offer a spnego mechs we don't
905       support.
906     * BUG 7883: Fix SMB session setups with Kerberos against some closed source
907       SMB servers.
908     * BUG 7896: Don't set SAMR_FIELD_FULL_NAME if we just want to set the
909       account name.
910     * BUG 7899: Don't return "-1" on success in 'net rpc vampire keytab'.
911     * BUG 7942: Fix endless loops caused by inotify.
912     * BUG 7944: Catch lookup_names/sids schannel errors over ncacn_ip_tcp.
915 o   Jonathan Nieder <jrnieder@gmail.com>
916     * BUG 6837:  Make "rlimit_max below minimum Windows limit" notification less
917       scary.
920 o   olivier <olivier@virtscano.fakenet>
921     * BUG 7789: vfs_scannedonly: Switch from mtime to ctime which is more reliable.
924 o   Rusty Russell <rusty@rustcorp.com.au>
925     * BUG 7498: Fix updating the time on close in vfs_gpfs.
928 ######################################################################
929 Reporting bugs & Development Discussion
930 #######################################
932 Please discuss this release on the samba-technical mailing list or by
933 joining the #samba-technical IRC channel on irc.freenode.net.
935 If you do report problems then please try to send high quality
936 feedback. If you don't provide vital information to help us track down
937 the problem then you will probably be ignored.  All bug reports should
938 be filed under the Samba 3.5 product in the project's Bugzilla
939 database (https://bugzilla.samba.org/).
942 ======================================================================
943 == Our Code, Our Bugs, Our Responsibility.
944 == The Samba Team
945 ======================================================================
948 ----------------------------------------------------------------------
951                    =============================
952                    Release Notes for Samba 3.5.7
953                           February 28, 2011
954                    =============================
957 This is a security release in order to address CVE-2011-0719.
960 o  CVE-2011-0719:
961    All current released versions of Samba are vulnerable to
962    a denial of service caused by memory corruption. Range
963    checks on file descriptors being used in the FD_SET macro
964    were not present allowing stack corruption. This can cause
965    the Samba code to crash or to loop attempting to select
966    on a bad file descriptor set.
969 Changes since 3.5.6:
970 --------------------
973 o   Jeremy Allison <jra@samba.org>
974     * BUG 7949: Fix DoS in Winbind and smbd with many file descriptors open.
977 ######################################################################
978 Reporting bugs & Development Discussion
979 #######################################
981 Please discuss this release on the samba-technical mailing list or by
982 joining the #samba-technical IRC channel on irc.freenode.net.
984 If you do report problems then please try to send high quality
985 feedback. If you don't provide vital information to help us track down
986 the problem then you will probably be ignored.  All bug reports should
987 be filed under the Samba 3.5 product in the project's Bugzilla
988 database (https://bugzilla.samba.org/).
991 ======================================================================
992 == Our Code, Our Bugs, Our Responsibility.
993 == The Samba Team
994 ======================================================================
997 ----------------------------------------------------------------------
1000                    =============================
1001                    Release Notes for Samba 3.5.6
1002                           October 8, 2010
1003                    =============================
1006 This is the latest stable release of Samba 3.5.
1008 Major enhancements in Samba 3.5.6 include:
1010   o Fix smbd panic on invalid NetBIOS session request (bug #7698).
1011   o Fix smbd crash caused by "%D" in "printer admin" (bug #7541).
1012   o Fix crash bug with invalid SPNEGO token (bug #7694).
1013   o Fix Winbind internal error (bug #7636).
1016 Changes since 3.5.5
1017 -------------------
1020 o   Jeremy Allison <jra@samba.org>
1021     * BUG 7577: Fix SPNEGO auth when contacting Win7 system using Microsoft Live
1022       Sign-in Assistant.
1023     * BUG 7578: Fix 'net idmap restore' setting HWM to avoid duplicates.
1024     * BUG 7581: Fix "admin users" when using vfs_acl_xattr.
1025     * BUG 7583: Fix smbclient to connect to Alfresco JLAN CIFS server using
1026       Kerberos.
1027     * BUG 7589: Fix using cached credentials in ntlm_auth.
1028     * BUG 7590: Fix Winbind offline login.
1029     * BUG 7617: Fix smbd coredump due to uninitialized variables in the
1030       performance counter code.
1031     * BUG 7636: Fix Winbind internal error.
1032     * BUG 7651: Fix mknod and mkfifo failing with "No such file or
1033       directory".
1034     * BUG 7693: Fix smbd changing mode of files on rename.
1035     * BUG 7694: Fix crash bug with invalid SPNEGO token.
1036     * BUG 7698: Fix smbd panic on invalid NetBIOS session request.
1039 o   Günther Deschner <gd@samba.org>
1040     * BUG 7541: Fix smbd crash caused by "%D" in "printer admin".
1041     * BUG 7568: Make sure cm_connect_lsa_tcp does not reset the secure channel.
1042     * BUG 7658: Fix "dereferencing type-punned pointer will break
1043       strict-aliasing rules" warnings).
1044     * BUG 7665: Fix memory leak in netapi connection manager.
1047 o   Björn Jacke <bj@sernet.de>
1048     * BUG 7244: Fall back to cups-config for underlinked libs.
1049     * BUG 7474: Fix build on platforms without st_blocks and st_blksize stat
1050       struct members.
1053 o   Volker Lendecke <vl@samba.org>
1054     * BUG 7336: Enable idmap_passdb module build as shared.
1055     * BUG 7531: Fix the charset_pull routine.
1056     * BUG 7635: Fix 'smbclient -M'.
1057     * BUG 7656: Fix scalability problem with hundreds of printers.
1058     * BUG 7684: Fix fd leak in libwbclient.so.
1059     * BUG 7688: Fix crash bug in rpcclient.
1060     * BUG 7470: Standardize S_IREAD and S_IWRITE.
1061     * BUG 7715: Fix file corruption when setting Samba "write wache wize".
1064 o   Jim McDonough <jmcd@samba.org>
1065     * BUG 7280: Fix auto printers with registry config.
1068 o   Andreas Schneider <asn@samba.org>
1069     * BUG 7538: Fix GUID_from_data_blob() with length of 32.
1072 o   Chere Zhou <chere.zhou@isilon.com>
1073     * BUG 7662: Align change notify replies on 4-byte boundary.
1076 ######################################################################
1077 Reporting bugs & Development Discussion
1078 #######################################
1080 Please discuss this release on the samba-technical mailing list or by
1081 joining the #samba-technical IRC channel on irc.freenode.net.
1083 If you do report problems then please try to send high quality
1084 feedback. If you don't provide vital information to help us track down
1085 the problem then you will probably be ignored.  All bug reports should
1086 be filed under the Samba 3.5 product in the project's Bugzilla
1087 database (https://bugzilla.samba.org/).
1090 ======================================================================
1091 == Our Code, Our Bugs, Our Responsibility.
1092 == The Samba Team
1093 ======================================================================
1096 ----------------------------------------------------------------------
1099                    =============================
1100                    Release Notes for Samba 3.5.5
1101                          September 14, 2010
1102                    =============================
1105 This is a security release in order to address CVE-2010-3069.
1108 o  CVE-2010-3069:
1109    All current released versions of Samba are vulnerable to
1110    a buffer overrun vulnerability. The sid_parse() function
1111    (and related dom_sid_parse() function in the source4 code)
1112    do not correctly check their input lengths when reading a
1113    binary representation of a Windows SID (Security ID). This
1114    allows a malicious client to send a sid that can overflow
1115    the stack variable that is being used to store the SID in the
1116    Samba smbd server.
1119 Changes since 3.5.4
1120 --------------------
1123 o   Jeremy Allison <jra@samba.org>
1124     * BUG 7669: Fix for CVE-2010-3069.
1127 o   Andrew Bartlett <abartlet@samba.org>
1128     * BUG 7669: Fix for CVE-2010-3069.
1131 ######################################################################
1132 Reporting bugs & Development Discussion
1133 #######################################
1135 Please discuss this release on the samba-technical mailing list or by
1136 joining the #samba-technical IRC channel on irc.freenode.net.
1138 If you do report problems then please try to send high quality
1139 feedback. If you don't provide vital information to help us track down
1140 the problem then you will probably be ignored.  All bug reports should
1141 be filed under the Samba 3.5 product in the project's Bugzilla
1142 database (https://bugzilla.samba.org/).
1145 ======================================================================
1146 == Our Code, Our Bugs, Our Responsibility.
1147 == The Samba Team
1148 ======================================================================
1151 ----------------------------------------------------------------------
1154                    =============================
1155                    Release Notes for Samba 3.5.4
1156                            June 23, 2010
1157                    =============================
1160 This is the latest stable release of Samba 3.5.
1162 Major enhancements in Samba 3.5.4 include:
1164   o Fix smbd crash when sambaLMPassword and sambaNTPassword entries missing
1165     from ldap (bug #7448).
1166   o Fix init_sam_from_ldap storing group in sid2uid cache (bug #7507).
1169 Changes since 3.5.3
1170 -------------------
1173 o   Michael Adam <obnox@samba.org>
1174     * BUG 7507: Fix init_sam_from_ldap storing group in sid2uid cache.
1177 o   Jeremy Allison <jra@samba.org>
1178     * BUG 7188: Make ea data checks identical for trans2open and trans2mkdir.
1179     * BUG 7410: Samba sends "raw" inode number as uniqueid with unix extensions.
1180     * BUG 7449: Fix spnego returning incorrect mechListMIC string.
1183 o   Günther Deschner <gd@samba.org>
1184     * BUG 7341: Fix Winbind over IPv6.
1185     * BUG 7459: Fix some crash bugs and missing error codes in AddDriver paths.
1186     * BUG 7479: Fix crash bug in _samr_QueryUserInfo{2} level 18.
1187     * BUG 7517: Fix session setup from linux kernel cifs clients with
1188       "sec=ntlmv2".
1191 o   Olaf Flebbe <o.flebbe@science-computing.de>
1192     * BUG 7209: Fix build on RHEL5.
1195 o   Björn Jacke <bj@sernet.de>
1196     * BUG 7427: Using IBM xl_C compiler produces wrong results in configure.
1197     * BUG 7503: Fix calculation of st_blocks in vfs_streams_xattr.
1198     * BUG 7504: Fix numerous build issues.
1201 o   Volker Lendecke <vl@samba.org>
1202     * BUG 7253: Fix Samba login cache problem on Sparc Architecture.
1203     * BUG 7262: Fix editing users' groups via UsrMgr.
1206 o   Buchan Milne <bgmilne@mandriva.org>
1207     * BUG 7500: Fix 'not a string literal' warning in netdomjoin-gui.
1210 o   Matthieu Patou <mat@matws.net>
1211     * BUG 7099: Allow previous password to be stored and use it to check
1212       tickets.
1215 o   Andreas Schneider <asn@samba.org>
1216     * BUG 7423: Fix printing large formats.
1219 o   Roel van Meer <rolek@bokxing.nl>
1220     * BUG 7448: Fix smbd crash when sambaLMPassword and sambaNTPassword entries
1221       missing from ldap.
1224 ######################################################################
1225 Reporting bugs & Development Discussion
1226 #######################################
1228 Please discuss this release on the samba-technical mailing list or by
1229 joining the #samba-technical IRC channel on irc.freenode.net.
1231 If you do report problems then please try to send high quality
1232 feedback. If you don't provide vital information to help us track down
1233 the problem then you will probably be ignored.  All bug reports should
1234 be filed under the Samba 3.5 product in the project's Bugzilla
1235 database (https://bugzilla.samba.org/).
1238 ======================================================================
1239 == Our Code, Our Bugs, Our Responsibility.
1240 == The Samba Team
1241 ======================================================================
1244 ----------------------------------------------------------------------
1247                    =============================
1248                    Release Notes for Samba 3.5.3
1249                             May 19, 2010
1250                    =============================
1253 This is the latest stable release of Samba 3.5.
1255 Major enhancements in Samba 3.5.3 include:
1257   o Fix MS-DFS functionality (bug #7339).
1258   o Fix a Winbind crash when scanning trusts (bug #7389).
1259   o Fix problems with SIGCHLD handling in Winbind (bug #7317).
1262 Changes since 3.5.2
1263 -------------------
1266 o   Jeremy Allison <jra@samba.org>
1267     * BUG 7288: Fix SMB job IDs in CUPS job names.
1268     * BUG 7339: Fix MS-DFS functionality.
1271 o   Andrew Bartlett <abartlet@samba.org>
1272     * BUG 7354: Fix CLDAP tsocket problem on Solaris.
1275 o   Ira Cooper <samba@ira.wakeful.net>
1276     * BUG 7384: Fix bitmap leak in dptr_Close.
1279 o   Günther Deschner <gd@samba.org>
1280     * BUG 7277: Fix exporting printers via 'cupsaddsmb' command.
1281     * BUG 7417: Fix setting of passwords via 'net rpc user password' command.
1282     * BUG 7418: Fix 'net rpc printer list' command.
1285 o   Olaf Flebbe <o.flebbe@science-computing.de>
1286     * BUG 7421: Rename mod_name to module_name.
1289 o   Björn Jacke <bj@sernet.de>
1290     * BUG 7352: Make TIME_T_MAX defines consistent.
1291     * BUG 7385: Fix building with Solaris' gcc.
1294 o   Jeff Layton <jlayton@redhat.com>
1295     * BUG 7315: Fix segfault in mount.cifs.
1298 o   Volker Lendecke <vl@samba.org>
1299     * BUG 7357: Re-fix a bug with smbd serving a windows terminal server.
1300     * BUG 7389: Fix a Winbind crash when scanning trusts.
1301     * BUG 7398: Fix rename problems with full_audit VFS module.
1304 o   Jim McDonough <jmcd@samba.org>
1305     * BUG 7378: Display an error on 'net conf import' failures.
1308 o   Stefan Metzmacher <metze@samba.org>
1309     * BUG 7196: Add replacement for IPV6_V6ONLY on linux systems with broken
1310       headers.
1311     * BUG 7317: Fix problems with SIGCHLD handling in Winbind.
1312     * BUG 7354: Fix CLDAP tsocket problem on Solaris.
1315 o   Luca Olivetti <luca@wetron.es>
1316     * BUG 7263: Fix cups encryption setting.
1319 ######################################################################
1320 Reporting bugs & Development Discussion
1321 #######################################
1323 Please discuss this release on the samba-technical mailing list or by
1324 joining the #samba-technical IRC channel on irc.freenode.net.
1326 If you do report problems then please try to send high quality
1327 feedback. If you don't provide vital information to help us track down
1328 the problem then you will probably be ignored.  All bug reports should
1329 be filed under the Samba 3.5 product in the project's Bugzilla
1330 database (https://bugzilla.samba.org/).
1333 ======================================================================
1334 == Our Code, Our Bugs, Our Responsibility.
1335 == The Samba Team
1336 ======================================================================
1339 ----------------------------------------------------------------------
1342                    =============================
1343                    Release Notes for Samba 3.5.2
1344                            April 7, 2010
1345                    =============================
1348 This is the latest stable release of Samba 3.5.
1350 Major enhancements in Samba 3.5.2 include:
1352   o Fix smbd segfaults in _netr_SamLogon for clients sending null domain
1353     (bug #7237).
1354   o Fix smbd segfaults in "waiting for connections" message (bug #7251).
1355   o Fix an uninitialized variable read in smbd (bug #7254).
1356   o Fix a memleak in Winbind (bug #7278).
1357   o Fix Winbind reconnection to it's own domain (bug #7295).
1360 Changes since 3.5.1
1361 -------------------
1364 o   Michael Adam <obnox@samba.org>
1365     * BUG 7231: Fix automatic building of vfs_tsmsm if gpfs and dmapi are
1366       present.
1367     * BUG 7232: Fix race conditions in CTDB persistent transactions.
1368     * BUG 7313: Make 'net conf addshare' atomic.
1369     * BUG 7314: Eliminate race condition in creating/scanning sorted subkeys in
1370       the registry backend.
1373 o   Jeremy Allison <jra@samba.org>
1374     * BUG 7075: Fix bug in vfs_scannedonly rmdir implementation.
1375     * BUG 7159: Fix handling of bad server data returns in client rpc_transport.
1376     * BUG 7234: Symlink delete fails but incorrectly reports success to client.
1377     * BUG 7255: Fix "printer admin" functionality.
1378     * BUG 7283: Fix smbd segfault if using vfs_acl_tdb.
1379     * BUG 7297: Fix smbd crashes with CUPS printers and no [printers] share defined.
1380     * BUG 7310: Fix DOS attribute inconsistency with MS Office.
1383 o   Kai Blin <kai@samba.org>
1384     * BUG 7290: Fix core dump in 'ntlm_auth' with "gss-spnego" helper.
1387 o   Günther Deschner <gd@samba.org>
1388     * BUG 6727: Fix several printing issues.
1389     * BUG 7237: Fix smbd segfaults in _netr_SamLogon for clients sending
1390       null domain.
1391     * BUG 7256: Fix value-needed calculation in_spoolss_EnumPrinterData().
1392     * BUG 7258: Fix _winreg_QueryValue crash bugs and implement Windows
1393       behavior.
1396 o   Holger Hetterich <hhetter@novell.com>
1397     * BUG 7203: Fix 'net share' command.
1400 o   Michael Karcher <samba@mkarcher.dialup.fu-berlin.de>
1401     * BUG 7269: Fix job management commands for CUPS queues.
1404 o   Jeff Layton <jlayton@redhat.com>
1405     * BUG 6853: Fix race condition in mount.cifs that allows user to replace
1406       mountpoint with a symlink.
1409 o   Volker Lendecke <vl@samba.org>
1410     * BUG 5198: Fix parsing of the gecos field.
1411     * BUG 7202: Fix access by multi-threaded applications.
1412     * BUG 7212: Fix returning of group members with 'getent group'.
1413     * BUG 7216: Fix the build of net_afs.c with --fake-kaserver=yes.
1414     * BUG 7229: Fix a NULL pointer dereference in smbd.
1415     * BUG 7232: Fix race conditions in CTDB persistent transactions.
1416     * BUG 7254: Fix an uninitialized variable read in smbd.
1417     * BUG 7278: Fix a memleak in Winbind.
1420 o   Roel van Meer <rolek@alt001.com>
1421     * BUG 6814: Fix valgrind warning.
1424 o   Stefan Metzmacher <metze@samba.org>
1425     * BUG 7170: Never mark external domains as internal in Winbind.
1426     * BUG 7225: Make Winbind logs more verbose for troubleshooting.
1427     * BUG 7251: Fix smbd segfault in "waiting for connections" message.
1428     * BUG 7295: Fix Winbind reconnection to it's own domain.
1429     * BUG 7316: Winbind possibly segfaults when trying a trusted domain without
1430       inbound trust.
1433 o   SATOH Fumiyasu <fumiyas@osstech.co.jp>
1434     * BUG 1206: Fix segfault if hide files or veto files has no ".AppleDouble".
1437 o   Simo Sorce <idra@samba.org>
1438     * BUG 7204: Fix DN parsing name was always null.
1441 o   Andrew Tridgell <tridge@samba.org>
1442     * BUG 7312: Many disconnecting clients render clustered Samba unusuable
1443       for some time.
1446 o   Bo Yang <boyang@samba.org>
1447     * BUG 7206: Signals are processed twice in child.
1451 ######################################################################
1452 Reporting bugs & Development Discussion
1453 #######################################
1455 Please discuss this release on the samba-technical mailing list or by
1456 joining the #samba-technical IRC channel on irc.freenode.net.
1458 If you do report problems then please try to send high quality
1459 feedback. If you don't provide vital information to help us track down
1460 the problem then you will probably be ignored.  All bug reports should
1461 be filed under the Samba 3.5 product in the project's Bugzilla
1462 database (https://bugzilla.samba.org/).
1465 ======================================================================
1466 == Our Code, Our Bugs, Our Responsibility.
1467 == The Samba Team
1468 ======================================================================
1470 ----------------------------------------------------------------------
1472                    =============================
1473                    Release Notes for Samba 3.5.1
1474                             March 8, 2010
1475                    =============================
1478 This is a security release in order to address CVE-2010-0728.
1481 o  CVE-2010-0728:
1482    In Samba releases 3.5.0, 3.4.6 and 3.3.11, new code
1483    was added to fix a problem with Linux asynchronous IO handling.
1484    This code introduced a bad security flaw on Linux platforms if the
1485    binaries were built on Linux platforms with libcap support.
1486    The flaw caused all smbd processes to inherit CAP_DAC_OVERRIDE
1487    capabilities, allowing all file system access to be allowed
1488    even when permissions should have denied access.
1491 Changes since 3.5.0
1492 -------------------
1495 o   Jeremy Allison <jra@samba.org>
1496     * BUG 7222: Fix for CVE-2010-0728.
1499 ######################################################################
1500 Reporting bugs & Development Discussion
1501 #######################################
1503 Please discuss this release on the samba-technical mailing list or by
1504 joining the #samba-technical IRC channel on irc.freenode.net.
1506 If you do report problems then please try to send high quality
1507 feedback. If you don't provide vital information to help us track down
1508 the problem then you will probably be ignored.  All bug reports should
1509 be filed under the Samba 3.5 product in the project's Bugzilla
1510 database (https://bugzilla.samba.org/).
1513 ======================================================================
1514 == Our Code, Our Bugs, Our Responsibility.
1515 == The Samba Team
1516 ======================================================================
1519 ----------------------------------------------------------------------
1522                    =============================
1523                    Release Notes for Samba 3.5.0
1524                             March 1, 2010
1525                    ===============================
1528 This is the first stable release of Samba 3.5.
1531 Major enhancements in Samba 3.5.0 include:
1533 General changes:
1534 o Add support for full Windows timestamp resolution
1535 o The Using Samba HTML book has been removed.
1536 o 'net', 'smbclient' and libsmbclient can use credentials cached by Winbind.
1537 o The default value of "wide links" has been changed to "no".
1539 Protocol changes:
1540 o Experimental implementation of SMB2
1542 Printing Changes:
1543 o Add encryption support for connections to a CUPS server
1545 Winbind changes:
1546 o Major refactoring
1547 o Asynchronous
1549 VFS modules:
1550 o New vfs_scannedonly module has been added.
1553 General changes:
1554 ================
1556 Support for full Windows timestamp resolution has been added. This effectively
1557 makes us use Windows' full 100ns timestamp resolution if supported by the
1558 kernel (2.6.22 and higher) and the glibc (2.6 and higher).
1560 The Using Samba HTML book has been removed from the Samba tarball.
1561 It is still available at http://www.samba.org/samba/docs/using_samba/toc.html.
1563 Samba client tools like 'net', 'smbclient' and libsmbclient can use the user
1564 credentials cached by Winbind at logon time. This is very useful e.g. when
1565 connecting to a Samba server using Nautilus without re-entering username and
1566 password. This feature is enabled by default and can be disabled per application
1567 by setting the LIBSMBCLIENT_NO_CCACHE environment variable.
1569 The default value of "wide links" has been changed to "no" to avoid an insecure
1570 default configuration ("wide links = yes" and "unix extensions = yes"). For
1571 more details, please see http://www.samba.org/samba/news/symlink_attack.html.
1574 Protocol changes
1575 ================
1577 An EXPERIMENTAL implementation of the SMB2 protocol has been added. SMB2 can be
1578 enabled by setting "max protocol = smb2". SMB2 is a new implementation of the
1579 SMB protocol used by Windows Vista and higher.
1581 Printing Changes
1582 ================
1584 A new parameter "cups encrypt" has been added to control whether connections to
1585 CUPS servers will be encrypted or not. The default is to use unencrypted
1586 connections.
1588 Winbind changes
1589 ===============
1591 The Winbind daemon has been refactored internally to be asynchronous. The new
1592 Winbind will not be blocked by running 'getent group' or 'getent passwd'.
1594 VFS modules
1595 ===========
1597 A new VFS module "scannedonly" has been added. This is a filter that
1598 talks to an antivirus-engine and stores whether a file is clean or not.
1599 Users do only see clean files on their filesystem.
1602 ######################################################################
1603 Changes
1604 #######
1606 smb.conf changes
1607 ----------------
1609    Parameter Name                      Description     Default
1610    --------------                      -----------     -------
1612    create krb5 conf                    New             yes
1613    ctdb timeout                        New             0
1614    cups encrypt                        New             no
1615    debug hires timestamp               Changed Default yes
1616    ldap deref                          New             auto
1617    ldap follow referral                New             auto
1618    nmbd bind explicit broadcast        New             no
1619    wide links                          Changed Default no
1622 New configure options
1623 ---------------------
1625 --enable-external-libtdb        Enable external tdb
1626 --enable-netapi                 Turn on netapi support
1627 --enable-pthreadpool            Enable pthreads pool helper support
1628 --with-cifsumount               Include umount.cifs (Linux only) support
1629 --with-codepagedir=DIR          Where to put codepages
1632 Commit Highlights
1633 =================
1635 o   Björn Jacke <bj@sernet.de>
1636     * Add support for full Windows timestamp resolution.
1637     * Add encryption support for connections to a CUPS server.
1640 o   Volker Lendecke <vl@samba.org>
1641     * Major internal refactoring of the Winbind daemon.
1642     * Make Winbind asynchronous.
1643     * Make 'net', 'smbclient' and libsmbclient use the logon credentials cached
1644       by Winbind.
1647 o   Stefan Metzmacher <metze@samba.org>
1648     * Implement the new SMB2 protocol (experimental).
1651 Changes since 3.5.0rc3
1652 ----------------------
1655 o   Günther Deschner <gd@samba.org>
1656     * BUG 7181: Fix 'net ads dns' usage calls.
1657     * BUG 7182: Fix uninitialized variable in wkssvc_enumerateusers.
1660 o   Volker Lendecke <vl@samba.org>
1661     * BUG 7145: Fix duplicate sam and unix accounts.
1662     * BUG 7166: Avoid calling cli_alloc_mid twice in cli_smb_req_iov_send.
1665 o   Stefan Metzmacher <metze@samba.org>
1666     * BUG 7160: Keep the the correct negotiate_flags on the cli->dc structure.
1669 Changes since 3.5.0rc2
1670 ----------------------
1673 o   Jeremy Allison <jra@samba.org>
1674     * BUG 6557: Fix vfs_full_audit.
1675     * BUG 6876: Fix duplicate initializer in the rmdir module.
1676     * BUG 7063: Fix core dump on Ubuntu 8.04 64 bit.
1677     * BUG 7067: Fix failing of smbd to respond to a read or a write caused by
1678       Linux asynchronous IO (aio).
1679     * BUG 7069: Fix 'smbget' error status.
1680     * BUG 7072: Fix unlocking of accounts from ldap.
1681     * BUG 7079  Cliconnect gets realm wrong with trusted domains.
1682     * BUG 7081: Fix vfs_expand_msdfs.
1683     * BUG 7084: Fix storing of create time on directories in an EA in new
1684       create time code.
1685     * BUG 7104: "wide links" and "unix extensions" are incompatible.
1686     * BUG 7118: Fix nmbd problems with socket address.
1687     * BUG 7122: Fix reading of large browselist.
1688     * BUG 7154: "mangling method = hash" can crash storing a name containing a '.'.
1689     * BUG 7155: Valgrind Conditional jump or move depends on uninitialised
1690       value(s) error when "mangling method = hash"..
1693 o   Steven Danneman <steven.danneman@isilon.com>
1694     * BUG 7096: Fix string buffer overflow causing heap corruption in smbd.
1697 o   Günther Deschner <gd@samba.org>
1698     * BUG 6888: Fix printing with 64 bit clients.
1699     * BUG 7130: Fix listing of printjobs in  Windows 7.
1700     * BUG 7148: Fix get_acl_blob in the acl_tdb VFS module.
1703 o   Björn Jacke <bj@sernet.de>
1704     * BUG 7103: Fix build issue on Tru64.
1705     * BUG 7116: Change ldap filter to what really was intended.
1706     * Fix some wrong newlines in de translation strings.
1709 o   Jeff Layton <jlayton@redhat.com>
1710     * BUG 6868: Fix crash bug in 'cifs.upcall'.
1713 o   Volker Lendecke <vl@samba.org>
1714     * BUG 7085: Fix an early release of the global lock that can cause data
1715       corruption in libtdb.
1716     * BUG 7139: Owner of file not available with Kerberos.
1719 o   Stefan Metzmacher <metze@samba.org>
1720     * BUG 6888: Fix printing with 64 bit clients.
1721     * BUG 7098: Fix results of 'smbclient -L' with a large browse list.
1722     * BUG 7116: Add pdb_ldap performance fixes.
1723     * BUG 7118: Add new "nmbd bind explicit broadcast" parameter.
1724     * BUG 7119: Support large browselist.
1725     * BUG 7140: Fix IPv4/IPv6 problems.
1728 o   Lars Müller <lars@samba.org>
1729     * BUG 7071: Fix build of 'smbfilter'.
1730     * BUG 7047: Add cross option to samba_cv_linux_getgrouplist_ok.
1731     * BUG 7102: Normalize "Changing password for" msg IDs and STRs.
1734 o   Olivier Sessink <olivier@virtscano.fakenet>
1735     * BUG 7076: Fix build of vfs_scannedonly on AIX.
1738 o   Bo Yang <boyang@samba.org>
1739     * BUG 7106: Fix malformed require_membership_of_sid.
1743 Changes since 3.5.0rc1
1744 ----------------------
1747 o   Michael Adam <obnox@samba.org>
1748     * BUG 4347: Check password history before increasing "badPasswordCount".
1751 o   Jeremy Allison <jra@samba.org>
1752     * BUG 5202: Fix changing of ACLs on writable file with "dos filemode=yes".
1753     * BUG 6876: Fix deletion of an object whose parent folder does not have delete
1754       rights fails even if the delete right is set on the object in
1755       vfs_acl_xattr and vfs_acl_tdb.
1756     * BUG 7033: Fix SMBrmdir error message when deleting a directory fails.
1757     * BUG 7036: Fix 'net rpc getsid' in hardened Windows environments.
1758     * BUG 7045: Fix bad (non memory copying) interfaces in smbc_setXXXX calls.
1761 o   Giovanni Bajo <rasky@develer.com>
1762     * BUG 7029: Disable sanity check in NetShareEnum for better compatibility
1763       with Windows.
1766 o   Kai Blin <kai@samba.org>
1767     * BUG 7039: Fix compile error with WITH_DNS_UPDATE. Update .po files.
1770 o   Günther Deschner <gd@samba.org>
1771     * BUG 7043: Fix crash bug in libsmbclient.
1774 o   André Hentschel <nerv@dawncrow.de>
1775     * BUG 7039: Complete German translation of 'net'.
1778 o   Björn Jacke <bj@sernet.de>
1779     * BUG 7039: Improve some German translations in 'net'.
1782 o   William Jojo <w.jojo@hvcc.edu>
1783     * BUG 7052: Fix DFS on AIX.
1786 o   Volker Lendecke <vl@samba.org>
1787     * BUG 6981: Fix large paged search with DirX LDAP servers.
1788     * BUG 7027: Fix a segfault in winbindd_dual_ccache_ntlm_auth().
1789     * BUG 7037: Fix a Winbind segfault in "trusted_domains".
1790     * BUG 7046: Fix libsmbclient crash against OpenSolaris CIFS server.
1791     * BUG 7062: Make 'net', 'smbclient' and libsmbclient use the logon
1792       credentials cached by Winbind.
1793     * Lock down some srvsvc calls according to what w2k3 seems to do.
1796 o   Stefan Metzmacher <metze@samba.org>
1797     * BUG 6157: Restore Samba 3.0.x behavior and use the first "uid" value in
1798       pdb_ldap.
1801 o   SASAJIMA Toshihiro <sasajima_t@jp.fujitsu.com>
1802     * BUG 7034: Fix segfault in vfs_cap.
1805 o   Olivier Sessink <oliviersessink@gmail.com>
1806     * BUG 7028: Add new scannedonly VFS module.
1809 Changes since 3.5.0pre2
1810 -----------------------
1812 o   Jeremy Allison <jra@samba.org>
1813     * BUG 6837: Fix "Too many open files" when trying to access large number of
1814       files with Windows 7.
1815     * BUG 6939: Fix long filenames when "mangling method" is set to "hash".
1816     * BUG 7020: Fix smbd using 2G memory.
1817     * Ensure dos_mode can return FILE_ATTRIBUTE_NORMAL, then filter the returned
1818       attributes by protocol level.
1819     * Vector correctly through reply_openerror() (which uses the same logic).
1820     * Fix bugs with the full Windows ACL support.
1823 o   Kai Blin <kai@samba.org>
1824     * Add a few missing gettext calls to the 'net' command.
1825     * Fix up a share type translation and translate some more strings in 'net'.
1828 o   Günther Deschner <gd@samba.org>
1829     * Allow to call "pdbedit -N description -u user" without specifiyng "-r".
1830     * Add spoolss_DriverInfo7.
1831     * Fix rpcclient after setprinter IDL fixes.
1832     * Use generated krb5.conf in 'net ads testjoin'.
1835 o   Jonas Gorski <jonas.gorski+samba@gmail.com>
1836     * BUG 6992: make test for getgrouplist cacheable.
1839 o   André Hentschel <nerv@dawncrow.de>
1840     * Add some German translations for the 'net' command.
1843 o   Suresh Jayaraman <sjayaraman@suse.de>
1844     * Update mount.cifs man page with nounix option.
1847 o   Volker Lendecke <vl@samba.org>
1848     * Fix _samr_GetAliasMembership for results with 0 rids.
1849     * Fix an error case in cli_negprot.
1850     * Add a lower-cost alternative to wbinfo -t: wbinfo --ping-dc.
1851     * Restore correct timeouts for SMB requests.
1852     * Fix a 64-bit error in libsmb.
1853     * Replace IS_DOMAIN_OFFLINE by a function in Winbind.
1854     * Simplify/cleanup Winbind code.
1857 o   Kamen Mazdrashki <kamen.mazdrashki@postpath.com>
1858     * Fix write behind memory block in libtalloc.
1859     * Fix result check for getaddrinfo().
1862 o   Jim McDonough <jmcd@samba.org>
1863     * BUG 7014: Fix Winbind crash when retrieving empty group members.
1866 o   Brian Lu <brian.lu@sun.com>
1867     * BUG 6991: Create symbol links to shared libraries.
1870 o   Stefan Metzmacher <metze@samba.org>
1871     * Add tsocket_address_bsd_sockaddr() and tsocket_address_bsd_from_sockaddr()
1872       to tsocket.
1873     * Always set tdb->tracefd to -1 to be safe on goto fail in libtdb.
1874     * Add TDB_DISALLOW_NESTING and make TDB_ALLOW_NESTING the default behavior.
1875     * Fix standalone 'make installdocs'.
1878 o   Peter Rosin <peda@lysator.liu.se>
1879     * Output %p as unsigned in snprintf replacement.
1882 o   Ronnie Sahlberg <ronniesahlberg@gmail.com>
1883     * New attempt at TDB transaction nesting allow/disallow.
1886 o   Kirill Smelkov <kirr@mns.spb.ru>
1887     * Remove swig stuff from libtdb.
1888     * Reset tdb->fd to -1 in tdb_close() in libtdb.
1891 o   Simo Sorce <idra@samba.org>
1892     * Change the way mksysms work in libtalloc.
1895 o   Jelmer Vernooij <jelmer@samba.org>
1896     * Also build and install tdb manpages from standalone tdb.
1899 o   Bo Yang <boyang@samba.org>
1900     * Fix infinite loop in NCACN_IP_TCP as there is no timeout.
1901     * Make winbindd_cache.c aware of domain offline to avoid unnecessary backend
1902       query.
1903     * List trusted domains from wcache when domain is offline.
1906 Changes since 3.5.0pre1
1907 -----------------------
1909 o   Michael Adam <obnox@samba.org>
1910     * Fix the build when no external talloc and tdb are installed.
1911     * Fix detection of CTDB headers on systems without system-libtalloc.
1914 o   Jeremy Allison <jra@samba.org>
1915     * BUG 6802: A created folder does not properly inherit permissions from
1916       parent in vfs_acl_xattr.
1917     * BUG 6837: "Too many open files" when trying to access large number of
1918       files from Windows 7.
1919     * BUG 6938 : No hook exists to check creation rights when using acl_xattr
1920       module.
1921     * Fix vfs_acl_xattr which was failing to call the NEXT connect function.
1922     * Restructure the ACL code.
1923     * Refactor reply_rmdir to use handle based code.
1926 o   Dan Cox <dan@wep.net>
1927     * BUG 2350: Add LDAP Alias Dereferencing support.
1930 o   Günther Deschner <gd@samba.org>
1931     * BUG 6929: Fix build with recent heimdal.
1932     * Fix several printing issues.
1933     * Fix the build on Mac OS X 10.6.2.
1934     * Fix net and rpcclient after setprinterdataex changes.
1935     * Add full support for level 8 printer drivers.
1936     * Add more spoolss architectures to IDL.
1937     * Fix enumprinter key client and server.
1938     * Fix crash in EnumPrinterDataEx.
1941 o   Björn Jacke <bj@sernet.de>
1942     * Prefer posix_fallocate for doing "strict allocate".
1945 o   Matt Kraai <mkraai@beckman.com>
1946     * BUG 6860: Fix shared library build on QNX.
1949 o   Volker Lendecke <vl@samba.org>
1950     * BUG 6288: SWAT adds a second share when changing parameters of an existing
1951       share.
1952     * BUG 6435: Fix minor memory corruption.
1953     * Restore "fake directory create times" as a share parameter.
1954     * Fix explicit stat64 support.
1955     * Add support for NetWkstaGetInfo 101 and 102.
1956     * Add rpcclient wkssvc_enumerateusers.
1957     * De-deprecate "write cache size" to prevent its removal without a proper
1958       alternative.
1959     * Allow more than 1000 users in BUILTIN\Users.
1962 o   Jim McDonough <jmcd@samba.org>
1963     * BUG 6967: Prevent glibc error on 'net ads join'.
1966 o   Lars Müller <lars@samba.org>
1967     * BUG 6710: Only install the cifs.upcall man page if CIFSUPCALL_PROGS was
1968       set while configure.
1971 o   Ian Puleston <ipuleston@sonicwall.com>
1972     * Complete support for NetWkstaGetInfo/NetWkstaEnumUsers.
1975 o   Karolin Seeger <kseeger@samba.org>
1976     * Fix the build of the example VFS modules.
1979 o   Bo Yang <boyang@samba.org>
1980     * BUG 6879: Fix crash in Winbind.
1981     * Fix crash in free_file_list().
1982     * Give the user a chance to change password when password will expire soon.
1985 ######################################################################
1986 Reporting bugs & Development Discussion
1987 #######################################
1989 Please discuss this release on the samba-technical mailing list or by
1990 joining the #samba-technical IRC channel on irc.freenode.net.
1992 If you do report problems then please try to send high quality
1993 feedback. If you don't provide vital information to help us track down
1994 the problem then you will probably be ignored.  All bug reports should
1995 be filed under the Samba 3.5 product in the project's Bugzilla
1996 database (https://bugzilla.samba.org/).
1999 ======================================================================
2000 == Our Code, Our Bugs, Our Responsibility.
2001 == The Samba Team
2002 ======================================================================