Fix bug #10229 - No access check verification on stream files.
[Samba.git] / WHATSNEW.txt
blobd30b702adf46b3ae11145ea46c55bceeb0cbf1a1
1                    ==============================
2                    Release Notes for Samba 3.6.20
3                          November 06, 2013
4                    ==============================
7 This is is the latest maintenance release of Samba 3.6.
9 Please note that this will probably be the last maintenance release
10 of the Samba 3.6 release series. With the release of Samba 4.1.0, the
11 3.6 release series will be turned into the "security fixes only" mode.
14 Changes since 3.6.19:
15 ---------------------
17 o   Jeremy Allison <jra@samba.org>
20 ######################################################################
21 Reporting bugs & Development Discussion
22 #######################################
24 Please discuss this release on the samba-technical mailing list or by
25 joining the #samba-technical IRC channel on irc.freenode.net.
27 If you do report problems then please try to send high quality
28 feedback. If you don't provide vital information to help us track down
29 the problem then you will probably be ignored.  All bug reports should
30 be filed under the Samba 3.6 product in the project's Bugzilla
31 database (https://bugzilla.samba.org/).
34 ======================================================================
35 == Our Code, Our Bugs, Our Responsibility.
36 == The Samba Team
37 ======================================================================
39 Release notes for older releases follow:
40 ----------------------------------------
42                    ==============================
43                    Release Notes for Samba 3.6.19
44                          September 25, 2013
45                    ==============================
48 This is is the latest maintenance release of Samba 3.6.
50 Please note that this will probably be the last maintenance release
51 of the Samba 3.6 release series. With the release of Samba 4.1.0, the
52 3.6 release series will be turned into the "security fixes only" mode.
55 Changes since 3.6.18:
56 ---------------------
58 o   Jeremy Allison <jra@samba.org>
59     * BUG 5917: Make Samba work on site with Read Only Domain Controller.
62 o   Christian Ambach <ambi@samba.org>
63     * BUG 8955: NetrServerPasswordSet2 timeout is too short.
66 o   Günther Deschner <gd@samba.org>
67     * BUG 9899: Fix fallback to ncacn_np in cm_connect_lsat().
68     * BUG 9615: Fix fallback to ncacn_np in cm_connect_lsat().
69     * BUG 10127: Fix 'smbstatus' as non-root user.
72 o   Volker Lendecke <vl@samba.org>
73     * BUG 8955: Give machine password changes 10 minutes of time.
74     * BUG 10106: Honour output buffer length set by the client for SMB2 GetInfo
75       requests.
76     * BUG 10114: Handle Dropbox (write-only-directory) case correctly in
77       pathname lookup.
80 o   Karolin Seeger <kseeger@samba.org>
81     * BUG 10076: Fix variable list in man vfs_crossrename.
84 o   Andreas Schneider <asn@samba.org>
85     * BUG 9994: s3-winbind: Do not delete an existing valid credential cache.
86     * BUG 10073: 'net ads join': Fix segmentation fault in
87       create_local_private_krb5_conf_for_domain.
90 o   Richard Sharpe <realrichardsharpe@gmail.com>
91     * BUG 10097: MacOSX 10.9 will not follow path-based DFS referrals handed
92       out by Samba.
95 ######################################################################
96 Reporting bugs & Development Discussion
97 #######################################
99 Please discuss this release on the samba-technical mailing list or by
100 joining the #samba-technical IRC channel on irc.freenode.net.
102 If you do report problems then please try to send high quality
103 feedback. If you don't provide vital information to help us track down
104 the problem then you will probably be ignored.  All bug reports should
105 be filed under the Samba 3.6 product in the project's Bugzilla
106 database (https://bugzilla.samba.org/).
109 ======================================================================
110 == Our Code, Our Bugs, Our Responsibility.
111 == The Samba Team
112 ======================================================================
115 ----------------------------------------------------------------------
118                    ==============================
119                    Release Notes for Samba 3.6.18
120                           August 14, 2013
121                    ==============================
124 This is is the latest stable release of Samba 3.6.
127 Changes since 3.6.17:
128 ---------------------
130 o   Jeremy Allison <jra@samba.org>
131     * BUG 9777: vfs_dirsort uses non-stackable calls, dirfd(), malloc instead
132       of talloc and doesn't cope with directories being modified whilst reading.
135 o   Gregor Beck <gbeck@sernet.de>
136     * BUG 9678: Windows 8 Roaming profiles fail.
139 o   Alexander Bokovoy <ab@samba.org>
140     * BUG 9636: Fix parsing linemarkers in preprocessor output.
143 o   Björn Jacke <bj@sernet.de>
144     * BUG 9880: Use of wrong RFC2307 primary group field.
145     * BUG 9983: Fix output of syslog-facility check.
148 o   Ralph Wuerthner <ralphw@de.ibm.com>
149     * BUG 10064: Linux kernel oplock breaks can miss signals.
152 ######################################################################
153 Reporting bugs & Development Discussion
154 #######################################
156 Please discuss this release on the samba-technical mailing list or by
157 joining the #samba-technical IRC channel on irc.freenode.net.
159 If you do report problems then please try to send high quality
160 feedback. If you don't provide vital information to help us track down
161 the problem then you will probably be ignored.  All bug reports should
162 be filed under the Samba 3.6 product in the project's Bugzilla
163 database (https://bugzilla.samba.org/).
166 ======================================================================
167 == Our Code, Our Bugs, Our Responsibility.
168 == The Samba Team
169 ======================================================================
172 ----------------------------------------------------------------------
175                    ==============================
176                    Release Notes for Samba 3.6.17
177                           August 05, 2013
178                    ==============================
181 This is a security release in order to address
182 CVE-2013-4124 (Missing integer wrap protection in EA list reading can cause
183 server to loop with DOS).
185 o  CVE-2013-4124:
186    All current released versions of Samba are vulnerable to a denial of
187    service on an authenticated or guest connection. A malformed packet
188    can cause the smbd server to loop the CPU performing memory
189    allocations and preventing any further service.
191    A connection to a file share, or a local account is needed to exploit
192    this problem, either authenticated or unauthenticated if guest
193    connections are allowed.
195    This flaw is not exploitable beyond causing the code to loop
196    allocating memory, which may cause the machine to exceed memory
197    limits.
200 Changes since 3.6.16:
201 ---------------------
203 o   Jeremy Allison <jra@samba.org>
204     * BUG 10010: CVE-2013-4124: Missing integer wrap protection in EA list
205       reading can cause server to loop with DOS.
208 ######################################################################
209 Reporting bugs & Development Discussion
210 #######################################
212 Please discuss this release on the samba-technical mailing list or by
213 joining the #samba-technical IRC channel on irc.freenode.net.
215 If you do report problems then please try to send high quality
216 feedback. If you don't provide vital information to help us track down
217 the problem then you will probably be ignored.  All bug reports should
218 be filed under the Samba 3.6 product in the project's Bugzilla
219 database (https://bugzilla.samba.org/).
222 ======================================================================
223 == Our Code, Our Bugs, Our Responsibility.
224 == The Samba Team
225 ======================================================================
228 ----------------------------------------------------------------------
231                    ==============================
232                    Release Notes for Samba 3.6.16
233                            June 19, 2013
234                    ==============================
237 This is is the latest stable release of Samba 3.6.
239 Major enhancements in Samba 3.6.16 include:
241 o  Fix crash bug during Win8 sync (bug #9822).
242 o  Properly handle Oplock breaks in compound requests (bug #9722).
245 Changes since 3.6.15:
246 ---------------------
248 o   Michael Adam <obnox@samba.org>
249     * BUG 9881: Link dbwrap_tool and dbwrap_torture against libtevent.
252 o   Jeremy Allison <jra@samba.org>
253     * BUG 9722: Properly handle Oplock breaks in compound requests.
254     * BUG 9822: Fix crash bug during Win8 sync.
257 o   Anand Avati <avati@redhat.com>
258     * BUG 9927: errno gets overwritten in call to check_parent_exists().
261 o   David Disseldorp <ddiss@samba.org>
262     * BUG 8997: Change libreplace GPL source to LGPL.
263     * BUG 9900: is_printer_published GUID retrieval.
266 o   Peng Haitao <penght@cn.fujitsu.com>
267     * BUG 9941: Fix a bug of drvupgrade of smbcontrol.
270 o   Volker Lendecke <vl@samba.org>
271     * BUG 9868: Don't know how to make LIBNDR_PREG_OBJ.
274 o   SATOH Fumiyasu <fumiyas@osstech.co.jp>
275     * BUG 9688: Remove "experimental" label on "max protocol=SMB2" parameter.
278 o   Andreas Schneider <asn@samba.org>
279     * BUG 9881: Check for system libtevent.
282 ######################################################################
283 Reporting bugs & Development Discussion
284 #######################################
286 Please discuss this release on the samba-technical mailing list or by
287 joining the #samba-technical IRC channel on irc.freenode.net.
289 If you do report problems then please try to send high quality
290 feedback. If you don't provide vital information to help us track down
291 the problem then you will probably be ignored.  All bug reports should
292 be filed under the Samba 3.6 product in the project's Bugzilla
293 database (https://bugzilla.samba.org/).
296 ----------------------------------------------------------------------
299                    ==============================
300                    Release Notes for Samba 3.6.15
301                             May 08, 2013
302                    ==============================
305 This is is the latest stable release of Samba 3.6.
307 Major enhancements in Samba 3.6.15 include:
309 o  Fix crash bug in Winbind (bug #9854).
312 Changes since 3.6.14:
313 ---------------------
315 o   Andrew Bartlett <abartlet@samba.org>
316     * BUG 9746: Fix "guest ok", "force user" and "force group" for guest users.
319 o   David Disseldorp <ddiss@samba.org>
320     * BUG 9830: Fix panic in nt_printer_publish_ads.
323 o   Volker Lendecke <vl@samba.org>
324     * BUG 9854: Fix crash bug in Winbind.
327 o   Andreas Schneider <asn@samba.org>
328     * BUG 9817: Fix 'map untrusted to domain' with NTLMv2.
331 ######################################################################
332 Reporting bugs & Development Discussion
333 #######################################
335 Please discuss this release on the samba-technical mailing list or by
336 joining the #samba-technical IRC channel on irc.freenode.net.
338 If you do report problems then please try to send high quality
339 feedback. If you don't provide vital information to help us track down
340 the problem then you will probably be ignored.  All bug reports should
341 be filed under the Samba 3.6 product in the project's Bugzilla
342 database (https://bugzilla.samba.org/).
345 -----------------------------------------------------------------------
348                    ==============================
349                    Release Notes for Samba 3.6.14
350                            April 29, 2013
351                    ==============================
354 This is is the latest stable release of Samba 3.6.
356 Major enhancements in Samba 3.6.14 include:
358 o  Certain xattrs cause Windows error 0x800700FF (bug #9130).
360 Changes since 3.6.13:
361 ---------------------
363 o   Jeremy Allison <jra@samba.org>
364     * BUG 9130: Certain xattrs cause Windows error 0x800700FF.
365     * BUG 9724: Use is_encrypted_packet() function correctly inside server.
366     * BUG 9733: Fix 'smbcontrol close-share' is not working.
367     * BUG 9747: Make sure that we only propogate the INHERITED flag when we are
368       allowed to.
369     * BUG 9748: Remove unneeded fstat system call from hot read path.
370     * BUG 9811: Fix bug in old create temp SMB request. Only use VFS functions.
373 o   David Disseldorp <ddiss@samba.org>
374     * BUG 9650: New or deleted CUPS printerqueues are not recognized by Samba.
375     * BUG 9807: wbinfo: Fix segfault in wbinfo_pam_logon.
378 o   Volker Lendecke <vl@samba.org>
379     * BUG 9727: wkssvc: Fix NULL pointer dereference.
380     * BUG 9736: smbd: Tune "dir" a bit.
381     * BUG 9775: Fix segfault for "artificial" conn_structs.
382     * BUG 9809: RHEL SPEC: Package dbwrap_tool man page.
385 o   Andreas Schneider <asn@samba.org>
386     * BUG 9139: Fix the username map optimization.
387     * BUG 9699: Fix adding case sensitive spn.
388     * BUG 9723: Add a tool to migrate latin1 printing tdbs to registry.
389     * BUG 9735: Fix Winbind separator in upn to username conversion.
390     * BUG 9766: Cache name_to_sid/sid_to_name correctly.
393 Note about upgrading from older versions:
394 -----------------------------------------
396 It is still the case that there are printing tdbs (ntprinting.tdb, ntforms.tdb,
397 ntdrivers.tdb) which are in latin1 or other encodings. When updating from
398 Samba 3.5 or earlier to Samba 3.6 or 4.0 these tdbs need to be migrated to our
399 new registry based printing management.  This means during the migration we
400 also need to do charset conversion. This can only been done manually cause we don't
401 know in which encoding the tdb is. You have to specify the correct code page
402 for the conversion, see iconv -l and Wikipedia [1] for the available codepages.
403 The mostly used one is Windows Latin1 which is CP1252.
405 We've extended the 'net printing dump' and 'net printing migrate' commands to
406 define the encoding of the tdb. So you can correctly view the tdb with:
408   net printing dump encoding=CP1252 /path/to/ntprinters.tdb
410 or migrate it with e.g.:
412   net printing migrate encoding=CP1252 /path/to/ntprinters.tdb
414 If you migrate printers we suggest you do it in the following order.
416 ntforms.tdb
417 ntdrivers.tdb
418 ntprinting.tdb
420 Don't forget to rename, move or delete these files in /var/lib/samba after the
421 migration.
423 [1] https://en.wikipedia.org/wiki/Code_page
426 ######################################################################
427 Reporting bugs & Development Discussion
428 #######################################
430 Please discuss this release on the samba-technical mailing list or by
431 joining the #samba-technical IRC channel on irc.freenode.net.
433 If you do report problems then please try to send high quality
434 feedback. If you don't provide vital information to help us track down
435 the problem then you will probably be ignored.  All bug reports should
436 be filed under the Samba 3.6 product in the project's Bugzilla
437 database (https://bugzilla.samba.org/).
440 ======================================================================
441 == Our Code, Our Bugs, Our Responsibility.
442 == The Samba Team
443 ======================================================================
446 ----------------------------------------------------------------------
449                    ==============================
450                    Release Notes for Samba 3.6.13
451                            March 18, 2013
452                    ==============================
455 This is is the latest stable release of Samba 3.6.
457 Major enhancements in Samba 3.6.13 include:
459 o  Fix two resource leaks in winbindd (bug #9684).
460 o  Unlink after open causes smbd to panic (bug #9571).
463 Changes since 3.6.12:
464 --------------------
466 o   Jeremy Allison <jra@samba.org>
467     * BUG 9519: Samba returns unexpected error on SMB posix open.
468     * BUG 9585: Samba 3.6.x not correctly signing any but the last response in
469       a compound request/response.
470     * BUG 9586: smbd[29175]: disk_free: sys_popen() failed" message logged in
471       /var/log/messages many times.
472     * BUG 9587: Archive flag is always set on directories.
473     * BUG 9588: ACLs are not inherited to directories for DFS shares.
474     * BUG 9637: Renaming directories as guest user in security share mode
475       doesn't work.
478 o   Björn Baumbach <bb@sernet.de>
479     * BUG 9568: Add dbwrap_tool.1 manual page.
482 o   Ira Cooper <ira@samba.org>
483     * BUG 9646: Make SMB2_GETINFO multi-volume aware.
486 o   Günther Deschner <gd@samba.org>
487     * BUG 9474: Downgrade v4 printer driver requests to v3.
490 o   David Disseldorp <ddiss@samba.org>
491     * BUG 9378: Add extra attributes for AD printer publishing.
492     * BUG 9658: Fix initial large PAC sess setup response.
495 o   Björn Jacke <bj@sernet.de>
496     * BUG 7825: Fix GNU ld version detection with
497       old gcc releases.
500 o   Daniel Kobras <d.kobras@science-computing.de>
501     * BUG 9039: 'map untrusted to domain' treats WORKSTATION as bogus domain.
504 o   Guenter Kukkukk <kukks@samba.org>
505     * BUG 9701: Fix vfs_catia module.
508 o   Volker Lendecke <vl@samba.org>
509     * BUG 9541: Add support for posix_openpt.
512 o   Stefan Metzmacher <metze@samba.org>
513     * Bug 9625: wbcAuthenticateEx gives unix times.
516 o   Andreas Schneider <asn@samba.org>
517     * BUG 9574: Fix a possible null pointer dereference in spoolss.
518     * BUG 9684: Fix two resource leaks in winbindd.
519     * BUG 9686: Fix a possible buffer overrun in pdb_smbpasswd.
522 o   Pavel Shilovsky <piastry@etersoft.ru>
523     * Bug #9571: Unlink after open causes smbd to panic.
526 ######################################################################
527 Reporting bugs & Development Discussion
528 #######################################
530 Please discuss this release on the samba-technical mailing list or by
531 joining the #samba-technical IRC channel on irc.freenode.net.
533 If you do report problems then please try to send high quality
534 feedback. If you don't provide vital information to help us track down
535 the problem then you will probably be ignored.  All bug reports should
536 be filed under the Samba 3.6 product in the project's Bugzilla
537 database (https://bugzilla.samba.org/).
540 ======================================================================
541 == Our Code, Our Bugs, Our Responsibility.
542 == The Samba Team
543 ======================================================================
546 ----------------------------------------------------------------------
549                    ==============================
550                    Release Notes for Samba 3.6.12
551                           January 30, 2013
552                    ==============================
555 This is a security release in order to address
556 CVE-2013-0213 (Clickjacking issue in SWAT) and
557 CVE-2013-0214 (Potential XSRF in SWAT).
559 o  CVE-2013-0213:
560    All current released versions of Samba are vulnerable to clickjacking in the
561    Samba Web Administration Tool (SWAT). When the SWAT pages are integrated into
562    a malicious web page via a frame or iframe and then overlaid by other content,
563    an attacker could trick an administrator to potentially change Samba settings.
565    In order to be vulnerable, SWAT must have been installed and enabled
566    either as a standalone server launched from inetd or xinetd, or as a
567    CGI plugin to Apache. If SWAT has not been installed or enabled (which
568    is the default install state for Samba) this advisory can be ignored.
570 o  CVE-2013-0214:
571    All current released versions of Samba are vulnerable to a cross-site
572    request forgery in the Samba Web Administration Tool (SWAT). By guessing a
573    user's password and then tricking a user who is authenticated with SWAT into
574    clicking a manipulated URL on a different web page, it is possible to manipulate
575    SWAT.
577    In order to be vulnerable, the attacker needs to know the victim's password.
578    Additionally SWAT must have been installed and enabled either as a standalone
579    server launched from inetd or xinetd, or as a CGI plugin to Apache. If SWAT has
580    not been installed or enabled (which is the default install state for Samba)
581    this advisory can be ignored.
584 Changes since 3.6.11:
585 --------------------
587 o   Kai Blin <kai@samba.org>
588     * BUG 9576: CVE-2013-0213: Fix clickjacking issue in SWAT.
589     * BUG 9577: CVE-2013-0214: Fix potential XSRF in SWAT.
592 ######################################################################
593 Reporting bugs & Development Discussion
594 #######################################
596 Please discuss this release on the samba-technical mailing list or by
597 joining the #samba-technical IRC channel on irc.freenode.net.
599 If you do report problems then please try to send high quality
600 feedback. If you don't provide vital information to help us track down
601 the problem then you will probably be ignored.  All bug reports should
602 be filed under the Samba 3.6 product in the project's Bugzilla
603 database (https://bugzilla.samba.org/).
606 ======================================================================
607 == Our Code, Our Bugs, Our Responsibility.
608 == The Samba Team
609 ======================================================================
612 ----------------------------------------------------------------------
615                    ==============================
616                    Release Notes for Samba 3.6.11
617                          January 21, 2013
618                    ==============================
621 This is is the latest stable release of Samba 3.6.
623 Major enhancements in Samba 3.6.11 include:
625 o   defer_open is triggered multiple times on the same request (bug #9196).
626 o   Fix SEGV wh_n using second vfs module (bug #9471).
629 Changes since 3.6.10:
630 --------------------
632 o   Jeremy Allison <jra@samba.org>
633     * BUG 9196: defer_open is triggered multiple times on the same request.
634     * BUG 9550: Mask off signals the correct way from the signal handler.
637 o   Björn Baumbach <bb@sernet.de>
638     * BUG 9569: ntlm_auth.1: Fix format and make examples visible.
641 o   Tsukasa Hamano <hamano@osstech.co.jp>
642     * BUG 9471: Fix SEGV when using second vfs module.
645 o   Volker Lendecke <vl@samba.org>
646     * BUG 9548: Correctly detect O_DIRECT.
647     * BUG 9546: Fix aio_suspend detection on FreeBSD.
650 ######################################################################
651 Reporting bugs & Development Discussion
652 #######################################
654 Please discuss this release on the samba-technical mailing list or by
655 joining the #samba-technical IRC channel on irc.freenode.net.
657 If you do report problems then please try to send high quality
658 feedback. If you don't provide vital information to help us track down
659 the problem then you will probably be ignored.  All bug reports should
660 be filed under the Samba 3.6 product in the project's Bugzilla
661 database (https://bugzilla.samba.org/).
664 ======================================================================
665 == Our Code, Our Bugs, Our Responsibility.
666 == The Samba Team
667 ======================================================================
670 ----------------------------------------------------------------------
673                    ==============================
674                    Release Notes for Samba 3.6.10
675                          December 10, 2012
676                    ==============================
679 This is is the latest stable release of Samba 3.6.
681 Major enhancements in Samba 3.6.10 include:
683 o  Respond correctly to FILE_STREAM_INFO requests (bug #9460).
684 o  Fix segfault when "default devmode" is disabled (bug #9433).
685 o  Fix segfaults in "log level = 10" on Solaris (bug #9390).
688 Changes since 3.6.9:
689 --------------------
691 o   Jeremy Allison <jra@samba.org>
692     * BUG 9236: ACL masks incorrectly applied when setting ACLs.
693     * BUG 9374: Allow smb2.acls torture test to pass against smbd with a POSIX
694       ACLs backend.
697 o   Björn Baumbach <bb@sernet.de>
698     * BUG 9345: Manpages: Fix use of <smbconfoption> tag.
701 o   Sumit Bose <sbose@redhat.com>
702     * BUG 9367: Use work around for 'winbind use default domain' only if it is
703       set.
706 o   Günther Deschner <gd@samba.org>
707     * BUG 9272: 'net ads join' does not provide AES keys in host keytab.
708     * BUG 9426: Lookup nametype 0x20 in rpc_pipe_open_tcp_port().
709     * BUG 9439: Fix ncacn_ip_tcp reconnection code for lsa lookups.
710     * BUG 9451: Allow to force DNS updates using net.
713 o   David Disseldorp <ddiss@samba.org>
714     * BUG 9433: Fix segfault when "default devmode" is disabled.
717 o   Volker Lendecke <vl@samba.org>
718     * BUG 9359: Optimization needed for SMB2 performance sensitive workloads.
719     * BUG 9422: Large read requests cause server to issue malformed reply.
720     * BUG 9439: Fix ncacn_ip_tcp reconnection code for lsa lookups.
723 o   Stefan Metzmacher <metze@samba.org>
724     * BUG 9209: Improve the smb2.create.blob test.
725     * BUG 9272: 'net ads join' does not provide AES keys in host keytab.
726     * BUG 9390: Fix segfaults in "log level = 10" on Solaris.
727     * BUG 9402: lib/addns doesn't work with a bind9 server.
730 o   Matthieu Patou <mat@matws.net>
731     * BUG 9418: Fix MD5 detection in the autoconf build.
734 o   Andreas Schneider <asn@samba.org>
735     * BUG 8564: Fix segfault in pam_sm_authenticate().
736     * BUG 9326: Fix 'net ads join' message for the dns domain.
737     * BUG 9386: Winbind: Failover if netlogon pipe is not available.
738     * BUG 9436: Fix leaking sockets of SMB connections to a DC.
741 o   Richard Sharpe <realrichardsharpe@gmail.com>
742     * BUG 9460: Respond correctly to FILE_STREAM_INFO requests.
745 ######################################################################
746 Reporting bugs & Development Discussion
747 #######################################
749 Please discuss this release on the samba-technical mailing list or by
750 joining the #samba-technical IRC channel on irc.freenode.net.
752 If you do report problems then please try to send high quality
753 feedback. If you don't provide vital information to help us track down
754 the problem then you will probably be ignored.  All bug reports should
755 be filed under the Samba 3.6 product in the project's Bugzilla
756 database (https://bugzilla.samba.org/).
759 ======================================================================
760 == Our Code, Our Bugs, Our Responsibility.
761 == The Samba Team
762 ======================================================================
765 ----------------------------------------------------------------------
768                    =============================
769                    Release Notes for Samba 3.6.9
770                          October 29, 2012
771                    =============================
774 This is is the latest stable release of Samba 3.6.
776 Major enhancements in Samba 3.6.9 include:
778 o  When setting a non-default ACL, don't forget to apply masks to
779    SMB_ACL_USER and SMB_ACL_GROUP entries (bug #9236).
780 o  Winbind can't fetch user or group info from AD via LDAP (bug #9147).
781 o  Fix segfault in smbd if user specified ports out for range (bug #9218).
784 Changes since 3.6.8:
785 --------------------
787 o   Michael Adam <obnox@samba.org>
788     * BUG 9173: Make SMB2 compound request create/delete_on_close/close work as
789       Windows.
792 o   Jeremy Allison <jra@samba.org>
793     * BUG 8966: Fix 'net rpc share allowedusers' to work with 2008r2.
794     * BUG 9016: Connection to outbound trusted domain goes offline.
795     * BUG 9117: 'smbclient' can't connect to a Windows 7 server using NTLMv2.
796     * BUG 9147: Winbind can't fetch user or group info from AD via LDAP.
797     * BUG 9174: Empty SPNEGO packet can cause smbd to crash.
798     * BUG 9189: SMB2 Create doesn't return correct MAX ACCESS access mask in
799       blob.
800     * BUG 9209: Parse of invalid SMB2 create blob can cause smbd crash.
801     * BUG 9213: Bad ASN.1 NegTokenInit packet can cause invalid free.
802     * BUG 9222: Signing cannot be disabled for SMB2 by design, so fix the
803       documentation instead.
804     * BUG 9236: When setting a non-default ACL, don't forget to apply masks to
805       SMB_ACL_USER and SMB_ACL_GROUP entries.
808 o   Andrew Bartlett <abartlet@samba.org>
809     * BUG 8788: Initialise ticket to ensure we do not invalid memory.
812 o   Ira Cooper <ira@samba.org>
813     * BUG 9173: Compound requests should continue processing.
816 o   Günther Deschner <gd@samba.org>
817     * BUG 9177: pam_winbind: Match more return codes when wbcGetPwnam has failed.
820 o   Björn Jacke <bj@sernet.de>
821     * BUG 3272: quota: Don't force the block size to 512.
822     * BUG 8107: Add some includes for poll.h.
823     * BUG 8146: Fix wrong test == syntax in configure.
824     * BUG 8344: Fix --with(out)-sendfile-support option handling in autoconf.
825     * BUG 9172: Add quota support for gfs2.
828 o   Volker Lendecke <vl@samba.org>
829     * BUG 9188: Fix crash bug in idmap_hash.
830     * BUG 9268: Make tdb robust against improper CLEAR_IF_FIRST restart.
833 o   Luca Lorenzetto <lorenzetto-luca@ubuntu-it.org>
834     * BUG 9013: Fix crash on null pam change pw response.
837 o   Vladimir Marek <Vladimir.Marek@Oracle.COM>
838     * BUG 9192: Fix service control for non-internal services.
841 o   Stefan Metzmacher <metze@samba.org>
842     * BUG 9173: Make SMB2 compound request create/delete_on_close/close work as
843       Windows.
844     * BUG 9196: Don't take 'state->te' as indication for "was_deferred".
845     * BUG 9209: Fix unitialized padding in smb2_create_blob_push_one().
848 o   Matthieu Patou <mat@matws.net>
849     * BUG 9259: lib-addns: ensure that allocated buffer are pre set to 0.
852 o   Rusty Russell <rusty@rustcorp.com.au>
853     * BUG 9268: Make robust against shrinking tdbs.
856 o   Joachim Schmitz <schmitz@hp.com>
857     * BUG 8107: Fix poll replacement to become a msleep replacement.
860 o   Andreas Schneider <asn@samba.org>
861     * BUG 8632: Fix builtin forms order to match Windows again.
862     * BUG 8769: Fix RAW printing for normal users.
863     * BUG 9112: Increase debug level for info that the db is empty.
864     * BUG 9154: Open printers with the right access mask.
865     * BUG 9171: Remove non-existent option '-Y' from winbindd manpage.
866     * BUG 9218: Fix segfault in smbd if user specified ports out for range.
867     * BUG 9231: Fix NT_STATUS_IO_TIMEOUT during slow import of printers into
868       registry.
869     * BUG 9280: Add support for reloading systemd services.
872 o   Karolin Seeger <kseeger@samba.org>
873     * BUG 9165: Fix makerpms.sh on RHEL.
876 ######################################################################
877 Reporting bugs & Development Discussion
878 #######################################
880 Please discuss this release on the samba-technical mailing list or by
881 joining the #samba-technical IRC channel on irc.freenode.net.
883 If you do report problems then please try to send high quality
884 feedback. If you don't provide vital information to help us track down
885 the problem then you will probably be ignored.  All bug reports should
886 be filed under the Samba 3.6 product in the project's Bugzilla
887 database (https://bugzilla.samba.org/).
890 ======================================================================
891 == Our Code, Our Bugs, Our Responsibility.
892 == The Samba Team
893 ======================================================================
896 ----------------------------------------------------------------------
899                    =============================
900                    Release Notes for Samba 3.6.8
901                          September 17, 2012
902                    =============================
905 This is is the latest stable release of Samba 3.6.
907 Major enhancements in Samba 3.6.8 include:
909 o  Fix crash bug in smbd caused by a blocking lock followed by
910    close (bug #9084).
911 o  Fix Winbind panic if we couldn't find the domain (bug #9135).
914 Changes since 3.6.7:
915 --------------------
917 o   Jeremy Allison <jra@samba.org>
918     * BUG 9058: Fix smbstatus code dump when a file entry has delete tokens.
919     * BUG 9098: Fix refreshing of Kerberos tickets in Winbind.
920     * BUG 9124: Fix setting of "inherited" bit on inherited ACE's.
923 o   Christian Ambach <ambi@samba.org>
924     * BUG 9137: Make 'smbclient allinfo' show the snapshot list.
927 o   Andrew Bartlett <abartlet@samba.org>
928     * BUG 9066: "Domain Users" incorrectly added as additional group on domain
929       members.
930     * BUG 9067: Use correct RID for "Domain Guests" primary group.
933 o   David Binderman <dcb314@hotmail.com>
934     * BUG 9065: Fix bad call to memcpy source3/registry/regfio.c.
937 o   David Disseldorp <ddiss@samba.org>
938     * BUG 9123: Fix lprng job tracking errors.
941 o   Salvador I. Gonzalez <sgonzalez@codejunkie.net>
942     * BUG 9088: Fix smbclient/tarmode panic when connecting to Windows 2000
943       clients.
946 o   Hargagan <shargagan@novell.com>
947     * BUG 9085: Fix NMB registration for a duplicate workstation.
950 o   Björn Jacke <bj@sernet.de>
951     * BUG 9037: Open and netbsd have the md5 symbols in libc.
952     * BUG 9144: Fix nfs quota support with Linux nfs4 mounts.
955 o   Volker Lendecke <vl@samba.org>
956     * BUG 9037: Fix name clash in MD5 causing the "net ads join" to fail on
957       T4 (sun4v) systems on Solaris 10.
958     * BUG 9058: Backport FSCTL codes from master.
959     * BUG 9084: Fix crash bug in smbd caused by a blocking lock followed by
960       close.
961     * BUG 9150: Valid open requests can cause smbd assert due to incorrect
962       oplock handling on delete requests.
965 o   Herb Lewis <hlewis@panasas.com>
966     * BUG 9104: Fix identification of idle clients in Winbind to avoid crashes
967       and NDR parsing errors.
970 o   Stefan Metzmacher <metze@samba.org>
971     * BUG 9058: Fix segfault in smbstatus.
974 o   Andreas Schneider <asn@samba.org>
975     * BUG 9111: Fix compilation with newer MIT Kerberos which hides internal
976       symbols.
977     * BUG 9112: Fix flooding the logs with records we don't find in pcap.
978     * BUG 9122: Initialize the print backend after we setup winreg.
979     * BUG 9135: Fix Winbind panic if we couldn't find the domain.
982 ######################################################################
983 Reporting bugs & Development Discussion
984 #######################################
986 Please discuss this release on the samba-technical mailing list or by
987 joining the #samba-technical IRC channel on irc.freenode.net.
989 If you do report problems then please try to send high quality
990 feedback. If you don't provide vital information to help us track down
991 the problem then you will probably be ignored.  All bug reports should
992 be filed under the Samba 3.6 product in the project's Bugzilla
993 database (https://bugzilla.samba.org/).
996 ======================================================================
997 == Our Code, Our Bugs, Our Responsibility.
998 == The Samba Team
999 ======================================================================
1002 ----------------------------------------------------------------------
1005                    =============================
1006                    Release Notes for Samba 3.6.7
1007                            August 6, 2012
1008                    =============================
1011 This is is the latest stable release of Samba 3.6.
1013 Major enhancements in Samba 3.6.7 include:
1015 o  Fix resolving our own "Domain Local" groups (bug #9052).
1016 o  Fix migrating printers while upgrading from 3.5.x (bug #9026).
1019 Changes since 3.6.6:
1020 --------------------
1022 o   Jeremy Allison <jra@samba.org>
1023     * BUG 8974: Fix kernel oplocks when uid(file) != uid(process).
1024     * BUG 8989: Send correct responses to NT Transact Secondary when no data
1025       and no params for the Trans2 calls are set.
1026     * BUG 9034: Fix typo in set_re_uid() call when USE_SETRESUID selected in
1027       configure.
1030 o   David Binderman <dcb314@hotmail.com>
1031     * BUG 9062: rpcclient: Fix bad call to data_blob_const.
1034 o   Günther Deschner <gd@samba.org>
1035     * BUG 9026: Fix migrating printers while upgrading from 3.5.x.
1038 o   David Disseldorp <ddiss@samba.org>
1039     * BUG 8719: Printing fails in function cups_job_submit.
1040     * BUG 9026: Fix migrating printers while upgrading from 3.5.x.
1043 o   Olaf Flebbe <o.flebbe@science-computing.de>
1044     * BUG 8552: Correct documentation of "case sensitive".
1047 o   Björn Jacke <bj@sernet.de>
1048     * BUG 8996: Fix build without ads support.
1051 o   Volker Lendecke <vl@samba.org>
1052     * BUG 9003: Fix posix acl on gpfs.
1053     * BUG 9040: Using asynchronous IO with SMB2 can return NT_STATUS_FILE_CLOSED
1054       in error instead ofNT_STATUS_FILE_LOCK_CONFLICT.
1057 o   Stefan Metzmacher <metze@samba.org>
1058     * BUG 9002: Don't turn negative cache entries into valid idmappings.
1059     * BUG 9022: Make vfs_gpfs less verbose in get/set_xattr functions.
1060     * BUG 9057: Fix bugs in SMB2 credit handling code.
1063 o   Jiri Popelka <jpopelka@redhat.com>
1064     * BUG 9055: Fix build against CUPS 1.6.
1067 o   Jura Sasek <jiri.sasek@oracle.com>
1068     * BUG 9037: Fix 'net ads join' on T4 (sun4v) systems on Solaris 10.
1071 o   Andreas Schneider <asn@samba.org>
1072     * BUG 9052: Fix resolving our own "Domain Local" groups.
1075 ######################################################################
1076 Reporting bugs & Development Discussion
1077 #######################################
1079 Please discuss this release on the samba-technical mailing list or by
1080 joining the #samba-technical IRC channel on irc.freenode.net.
1082 If you do report problems then please try to send high quality
1083 feedback. If you don't provide vital information to help us track down
1084 the problem then you will probably be ignored.  All bug reports should
1085 be filed under the Samba 3.6 product in the project's Bugzilla
1086 database (https://bugzilla.samba.org/).
1089 ======================================================================
1090 == Our Code, Our Bugs, Our Responsibility.
1091 == The Samba Team
1092 ======================================================================
1095 ----------------------------------------------------------------------
1098                    =============================
1099                    Release Notes for Samba 3.6.6
1100                            June 25, 2012
1101                    =============================
1104 This is is the latest stable release of Samba 3.6.
1106 Major enhancements in Samba 3.6.6 include:
1108 o  Fix possible memory leaks in the Samba master process (bug #8970).
1109 o  Fix uninitialized memory read in talloc_free().
1110 o  Fix joining of XP Pro workstations to 3.6 DCs (bug #8373).
1113 Changes since 3.6.5:
1114 --------------------
1116 o   Michael Adam <obnox@samba.org>
1117     * BUG 8738: SMB2 server will not release unused shares.
1118     * BUG 8749: Sign non guest sessions in SessionSetup.
1119     * BUG 8921: Fix race writing registry values.
1122 o   Jeremy Allison <jra@samba.org>
1123     * BUG 8373: Fix joining of XP Pro workstations to 3.6 DCs.
1124     * BUG 8627: Fix crash bug in dns_create_probe when dns_create_update fails.
1125     * BUG 8723: Add pthread-based aio VFS module.
1126     * BUG 8784: When calculating the share security mask, take priviliges into
1127       account for the connecting user.
1128     * BUG 8811: sd_has_inheritable_components segfaults on an SD that
1129       se_access_check accepts.
1130     * BUG 8837: Fix crash in smbd when deleting directory and veto files are
1131       enabled.
1132     * BUG 8857: Setting traverse rights fails to enable directory traversal when
1133       acl_xattr in use.
1134     * BUG 8882: Broken processing of %U with vfs_full_audit when force user is
1135       set.
1136     * BUG 8897: Make winbind_krb5_locator not only returning one IP address.
1137     * BUG 8910: resolve_ads() code can return zero addresses and miss valid
1138       DC IP addresses.
1139     * BUG 8922: smbclient's tarmode insists on listing excluded directories.
1140     * BUG 8953: Winbind can hang as nbt_getdc() has no timeout.
1141     * BUG 8957: Typo in pam_winbindd code MUST fix.
1142     * BUG 8970: Fix possible memory leaks in the Samba master process.
1143     * BUG 8971: cleanup_timeout_fn() is called too often, on exiting when an
1144       smbd is idle.
1145     * BUG 8972: Directory group write permission bit is set if unix extensions
1146       are enabled.
1149 o   Christian Ambach <ambi@samba.org>
1150     * BUG 8406: Fix a return code check in Winbind.
1151     * BUG 8807: Fix crash in dcerpc_lsa_lookup_sids_noalloc() crashes when
1152       groups has more than 1000 groups.
1155 o   Andrew Bartlett <abartlet@samba.org>
1156     * BUG 8599: Only use SamLogonEx when we can get unencrypted session keys.
1157     * BUG 8727: Fix smbclients with posix large reads.
1158     * BUG 8943: Slow but responsive DC can lock up Winbind for > 10 minutes
1159       at a time.
1162 o   Björn Baumbach <bb@sernet.de>
1163     * BUG 7564: Fix default name resolve order in the manpage.
1164     * BUG 8554, 8612, 8748: Add new printers to registry.
1165     * BUG 8789: Remove whitespace in example samba.ldif.
1168 o   Alexander Bokovoy <ab@samba.org>
1169     * BUG 8988: Avoid crash with MIT krb5 1.10.0 in gss_get_name_attribute().
1172 o   Alejandro Escanero Blanco <aescanero@gmail.com>
1173     * BUG 8798: The primary rid should be in the groups rid array.
1176 o   Ira Cooper <samba@ira.wakeful.net>
1177     * BUG 8729: Fix getpass regressions on Solaris/Illumos.
1178     * BUG 8743: Fix configure.developer builds on Solaris.
1179     * BUG 8910: Fix bad bugfix for bug #8910.
1180     * BUG 8952: Fix negative SID->uid/gid cache handling.
1181     * BUG 8995: Use fsp_persistent_id() as persistent_file_id part for SMB2.
1184 o   David Disseldorp <ddiss@samba.org>
1185     * BUG 8762: Fix crash in printer_list_set_printer().
1188 o   Olaf Flebbe <o.flebbe@science-computing.de>
1189     * BUG 8859: Fix assertion in reg_parse.
1192 o   Björn Jacke <bj@sernet.de>
1193     * BUG 8732: Fix compile of krb5 locator on Solaris.
1194     * BUG 8869: Remove outdated netscape ds 5 schema file.
1195     * BUG 8978: Remove dependency on automake for 'make everything'.
1198 o   Steve Langasek <steve.langasek@ubuntu.com>
1199     * BUG 8920: Fix null dereference in pdb_interface.
1202 o   Volker Lendecke <vl@samba.org>
1203     * Fix uninitialized memory read in talloc_free().
1204     * BUG 8567: Fix segfault in dom_sid_compare.
1205     * BUG 8733: Delete streams on directories (streams_depot).
1206     * BUG 8760: Add SERVERID_UNIQUE_ID_NOT_TO_VERIFY.
1207     * BUG 8836: Fix segfaults on "smbcontrol close-share" in aio_fork.
1208     * BUG 8861: Fix a segfault with debug level 3 on Solaris.
1209     * BUG 8904: Fix Winbind crash triggered by 'wbinfo --lookup-sids ""'.
1210     * BUG 8998: Notify code can miss a ChDir.
1213 o   Stefan Metzmacher <metze@samba.org>
1214     * BUG 8139: Ignore SMBecho errors (the server may not support it).
1215     * BUG 8527: db_ctdb_traverse fails to traverse records created within the
1216       current transaction.
1217     * BUG 8311: Winzip occasionally can not read files out of an open winzip
1218       dialog.
1219     * BUG 8739: Fill the sids array of the info in
1220       wbcAuthUserInfo_to_netr_SamInfo3().
1221     * BUG 8749: Sign non guest sessions in SessionSetup.
1222     * BUG 8995: Use fsp_persistent_id() as persistent_file_id part for SMB2.
1225 o   Matthieu Patou <mat@matws.net>
1226     * BUG 8599: Set the can_do_validation6 also for trusted domain.
1227     * BUG 8714: Catch with pid filename's change when config file is not
1228       smb.conf.
1229     * BUG 8734: Don't try to do clever thing if the username is not found while
1230       authenticating through Winbind.
1231     * BUG 8771: Winbind takes up to 20 minutes to change from DC 1 to DC 2.
1232     * BUG 8975: Call dump_core_setup after command line option has been parsed.
1235 o   SATOH Fumiyasu <fumiyas@osstech.co.jp>
1236     * BUG 8826: Prepend '/' to filename argument (docs).
1239 o   Andreas Schneider <asn@samba.org>
1240     * BUG 8944 and 8567: Don't lookup the system user in pdb.
1243 o   Richard Sharpe <realrichardsharpe@gmail.com>
1244     * BUG 8768: Honor SeTakeOwnershipPrivilege when file opened with
1245       SEC_STD_WRITE_OWNER.
1246     * BUG 8797: Correctly handle DENY ACEs when privileges apply.
1247     * BUG 8822: Fix building out-of-tree modules.
1248     * BUG 8945: vfs_acl_common discards errors from writing to the underlying
1249       storage.
1250     * BUG 8970: Fix possible memory leaks in the Samba master process.
1253 o   Simo Sorce <idra@samba.org>
1254     * BUG 8915: Fix pam_winbind build against newer iniparser library.
1257 o   Joseph Tam <jtam.home@gmail.com>
1258     * BUG 8877: Syslog broken owing to mistyping of debug_settings.syslog.
1261 o   Ralph Wuerthner <ralph.wuerthner@de.ibm.com>
1262     * BUG 8845: Move print_backend_init() behind init_system_info().
1265 ######################################################################
1266 Reporting bugs & Development Discussion
1267 #######################################
1269 Please discuss this release on the samba-technical mailing list or by
1270 joining the #samba-technical IRC channel on irc.freenode.net.
1272 If you do report problems then please try to send high quality
1273 feedback. If you don't provide vital information to help us track down
1274 the problem then you will probably be ignored.  All bug reports should
1275 be filed under the Samba 3.6 product in the project's Bugzilla
1276 database (https://bugzilla.samba.org/).
1279 ======================================================================
1280 == Our Code, Our Bugs, Our Responsibility.
1281 == The Samba Team
1282 ======================================================================
1285 ----------------------------------------------------------------------
1288                    =============================
1289                    Release Notes for Samba 3.6.5
1290                           April 30, 2012
1291                    =============================
1294 This is a security release in order to address
1295 CVE-2012-2111 (Incorrect permission checks when granting/removing
1296 privileges can compromise file server security).
1298 o  CVE-2012-2111:
1299    Samba 3.4.x to 3.6.4 are affected by a
1300    vulnerability that allows arbitrary users
1301    to modify privileges on a file server.
1304 Changes since 3.6.4:
1305 --------------------
1308 o   Jeremy Allison <jra@samba.org>
1309     * Fix  incorrect permission checks when granting/removing
1310       privileges (CVE-2012-2111).
1313 ######################################################################
1314 Reporting bugs & Development Discussion
1315 #######################################
1317 Please discuss this release on the samba-technical mailing list or by
1318 joining the #samba-technical IRC channel on irc.freenode.net.
1320 If you do report problems then please try to send high quality
1321 feedback. If you don't provide vital information to help us track down
1322 the problem then you will probably be ignored.  All bug reports should
1323 be filed under the Samba 3.6 product in the project's Bugzilla
1324 database (https://bugzilla.samba.org/).
1327 ======================================================================
1328 == Our Code, Our Bugs, Our Responsibility.
1329 == The Samba Team
1330 ======================================================================
1333 ----------------------------------------------------------------------
1336                    =============================
1337                    Release Notes for Samba 3.6.4
1338                           April 10, 2012
1339                    =============================
1342 This is a security release in order to address
1343 CVE-2012-1182 ("root" credential remote code execution).
1345 o  CVE-2012-1182:
1346    Samba 3.0.x to 3.6.3 are affected by a
1347    vulnerability that allows remote code
1348    execution as the "root" user.
1351 Changes since 3.6.3:
1352 --------------------
1355 o   Stefan Metzmacher <metze@samba.org>
1356     *BUG 8815: PIDL based autogenerated code allows overwriting beyond of
1357      allocated array (CVE-2012-1182).
1360 ######################################################################
1361 Reporting bugs & Development Discussion
1362 #######################################
1364 Please discuss this release on the samba-technical mailing list or by
1365 joining the #samba-technical IRC channel on irc.freenode.net.
1367 If you do report problems then please try to send high quality
1368 feedback. If you don't provide vital information to help us track down
1369 the problem then you will probably be ignored.  All bug reports should
1370 be filed under the Samba 3.6 product in the project's Bugzilla
1371 database (https://bugzilla.samba.org/).
1374 ======================================================================
1375 == Our Code, Our Bugs, Our Responsibility.
1376 == The Samba Team
1377 ======================================================================
1380 ----------------------------------------------------------------------
1383                    =============================
1384                    Release Notes for Samba 3.6.3
1385                          January 29, 2012
1386                    =============================
1389 This is a security release in order to address
1390 CVE-2012-0817 (Memory leak/Denial of service).
1392 o  CVE-2012-0817:
1393    The Samba File Serving daemon (smbd) in Samba versions
1394    3.6.0 to 3.6.2 is affected by a memory leak that can
1395    cause a server denial of service.
1398 Changes since 3.6.2:
1399 --------------------
1402 o   Jeremy Allison <jra@samba.org>
1403     * BUG 8724: Fix memory leak in parent smbd on connection.
1406 o   Ira Cooper <samba@ira.wakeful.net>
1407     * BUG 8724: Fix memory leak in parent smbd on connection.
1410 ######################################################################
1411 Reporting bugs & Development Discussion
1412 #######################################
1414 Please discuss this release on the samba-technical mailing list or by
1415 joining the #samba-technical IRC channel on irc.freenode.net.
1417 If you do report problems then please try to send high quality
1418 feedback. If you don't provide vital information to help us track down
1419 the problem then you will probably be ignored.  All bug reports should
1420 be filed under the Samba 3.6 product in the project's Bugzilla
1421 database (https://bugzilla.samba.org/).
1424 ======================================================================
1425 == Our Code, Our Bugs, Our Responsibility.
1426 == The Samba Team
1427 ======================================================================
1430 ----------------------------------------------------------------------
1433                    =============================
1434                    Release Notes for Samba 3.6.2
1435                          January 25, 2012
1436                    =============================
1439 This is the latest stable release of Samba 3.6.
1441 Major enhancements in Samba 3.6.2 include:
1443 o  Make Winbind receive user/group information (bug #8371).
1444 o  Several SMB2 fixes.
1447 Changes since 3.6.1:
1448 --------------------
1451 o   Michael Adam <obnox@samba.org>
1452     * BUG 8528: Fix SEGFAULT from net registry export on not zero terminated
1453       REG_SZ values.
1456 o   Jeremy Allison <jra@samba.org>
1457     * BUG 8541: readlink() on Linux clients fails if the symlink target is
1458       outside of the share.
1459     * BUG 8542: smbclient posix_open command fails to return correct info on
1460       open file.
1461     * BUG 8548: winbind_samlogon_retry_loop ignores logon_parameters flags.
1462     * BUG 8561: Password change settings not fully observed.
1463     * BUG 8562: Fix double free error in talloc.
1464     * BUG 8614: Ensure we correctly calculate reply credits over all returned
1465       SMB2 replies.
1466     * BUG 8631: POSIX ACE x permission becomes rx following mapping to and from
1467       a DACL.
1468     * BUG 8636: When returning an ACL without SECINFO_DACL requested, we still
1469       set SEC_DESC_DACL_PRESENT in the type field.
1470     * BUG 8644: vfs_acl_xattr and vfs_acl_tdb modules can fail to add
1471       inheritable entries on a directory with no stored ACL.
1472     * BUG 8663: Fix deleting a symlink if the symlink target is outside of
1473     * the share.
1474     * BUG 8664: Fix renaming a symlink if the symlink target is outside of
1475       the share.
1476     * BUG 8673: Fix NT ACL issue.
1477     * BUG 8674: Fix buffer overflow issue with AES encryption in samba traffic
1478       analyzer.
1479     * BUG 8679: recvfile code path using splice() on Linux leaves data in the
1480       pipe on short write.
1481     * BUG 8687: Fix typo in 'net memberships' usage.
1482     * BUG 8710: Fix major leak with SMB2 in connections.tdb.
1483     * Fix a crash bug in the spoolss code.
1484     * Add new contributing FAQ announcing acceptance of corporate (C).
1487 o   Christian Ambach <ambi@samba.org>
1488     * BUG 8444: Add an allocation pool to idmap_autorid.
1489     * BUG 8585: Increase a debug level.
1492 o   Andrew Bartlett <abartlet@samba.org>
1493     * BUG 8623: Fix crash bug when trying to browse Samba printers.
1496 o   Björn Baumbach <bb@sernet.de>
1497     * BUG 8580: Enable inotify if sys or kernel inotify is available.
1498     * BUG 8618: Fix migrate printer code.
1501 o   Gregor Beck <gbeck@sernet.de>
1502     * BUG 8528: Fix SEGFAULT from net registry export on not zero terminated
1503       REG_SZ values.
1506 o   Günther Deschner <gd@samba.org>
1507     * BUG 7465: Remove pointless use_memory_krb5_ccache.
1508     * BUG 8176: Fix perl path.
1509     * BUG 8591: Fix marshalling of samr_ChangePasswordUser3.
1510     * BUG 8692: libads: Fix malloc/talloc mismatch in
1511       ads_keytab_verify_ticket().
1514 o   David Disseldorp <ddiss@suse.de>
1515     * BUG 4942: DeletePrinterDriverEx deletes files in use.
1516     * BUG 8575: Add systemd service files.
1517     * BUG 8606: Fix intermittent print job failures caused by character
1518       conversion errors.
1519     * BUG 8697: Make DeletePrinterDriverEx remove printer driver files.
1522 o   Björn Jacke <bj@sernet.de>
1523     * BUG 8531: Make DSO_EXPORTS_CMD more portable.
1524     * BUG 8616: Allow to set TCP_NODELAYACK socket option on AIX.
1525     * BUG 8652: Document the "ignore system acls" option of vfs_acl_xattr and
1526       vfs_acl_tdb vfs modules.
1529 o   Frank Lahm <franklahm@googlemail.com>
1530     * BUG 8419: Make VFS op "streaminfo" stackable.
1533 o   Volker Lendecke <vl@samba.org>
1534     * BUG 8371: Make Winbind receive user/group information.
1535     * BUG 8639: Fix the vfs_commit module.
1536     * BUG 8686: Packet validation checks can be done before length validation
1537       causing uninitialized memory read.
1540 o   Stefan Metzmacher <metze@samba.org>
1541     * BUG 5326: Fix cli_write_and_x() against OS/2 print shares.
1542     * BUG 8357: Grant credits in async interim responses (SMB2).
1543     * BUG 8560: Make SMB2 handle compound request headers in the same way
1544       as Windows.
1545     * BUG 8573: Fix alignment in the non-extended-security negprot.
1546     * BUG 8586: libsmb: Only align unicode pipe_name.
1547     * BUG 8579: smb2_flush: Don't send uninitialized memory.
1548     * BUG 8592: Don't limit the number of open dptrs for SMB2.
1549     * BUG 8593: Fix a crash bug in cldap_socket_recv_dgram().
1550     * BUG 8684: Try ctdbd_init_connection() as root.
1553 o   Masafumi Nakayama <MASA23@jp.ibm.com>
1554     * BUG 563: Fix 'smbclient tar' for files greater than 8GB on BE machines.
1557 o   Matthieu Patou <mat@matws.net>
1558     * BUG 8600: Make cldap work over IPv6.
1559     * BUG 8674: Fix buffer overflow issue with AES encryption in samba traffic
1560       analyzer.
1563 o   Andreas Schneider <asn@samba.org>
1564     * BUG 8550: Fix setting the machine account password.
1565     * BUG 8575: Add systemd service files.
1566     * BUG 8608: Winbind: Don't fail on users without a uid.
1567     * BUG 8628: libsmb: Don't duplicate Kerberos service tickets.
1568     * BUG 8643: Add an update function for Winbind cache.
1569     * BUG 8678: Fix Winbind segfault if we can't map the last user.
1572 o   Karolin Seeger <kseeger@samba.org>
1573     * BUG 7705: Fix some RHEL packaging issues.
1576 o   Richard Sharpe <realrichardsharpe@gmail.com>
1577     * BUG 8607: Improve configure.in so it can be used outside the Samba source
1578       tree.
1581 o   Brad Smith <brad@comstyle.com>
1582     * BUG 8525: Fix bug with sys_fseek() wrapper on *BSD / OS X).
1585 o   Henry Wong <henry@stuffedcow.net>
1586     * BUG 8384: Fix Windows XP clients crashing smbd process every once in a
1587       while.
1590 ######################################################################
1591 Reporting bugs & Development Discussion
1592 #######################################
1594 Please discuss this release on the samba-technical mailing list or by
1595 joining the #samba-technical IRC channel on irc.freenode.net.
1597 If you do report problems then please try to send high quality
1598 feedback. If you don't provide vital information to help us track down
1599 the problem then you will probably be ignored.  All bug reports should
1600 be filed under the Samba 3.6 product in the project's Bugzilla
1601 database (https://bugzilla.samba.org/).
1604 ======================================================================
1605 == Our Code, Our Bugs, Our Responsibility.
1606 == The Samba Team
1607 ======================================================================
1610 ----------------------------------------------------------------------
1613                    =============================
1614                    Release Notes for Samba 3.6.1
1615                           October 20, 2011
1616                    =============================
1619 This is the latest stable release of Samba 3.6.
1621 Major enhancements in Samba 3.6.1 include:
1623 o  Fix smbd crashes triggered by Windows XP clients (bug #8384).
1624 o  Fix a Winbind race leading to 100% CPU load (bug #8409).
1625 o  Several SMB2 fixes.
1626 o  The VFS ACL modules are no longer experimental but production-ready.
1629 Changes since 3.6.0:
1630 --------------------
1633 o   Michael Adam <obnox@samba.org>
1634     * BUG 8368: Fix the fallback to the deprecated spelling idmap:script.
1637 o   Jeremy Allison <jra@samba.org>
1638     * BUG 7509: smb_acl_to_posix: ACL is invalid for set (Invalid argument).
1639     * BUG 8229: Fix 'widelinks' regression.
1640     * BUG 8370: Fix vfs_chown_fsp.
1641     * BUG 8412: Fix "saving as" of MS Office 2007 (Word) documents on Samba
1642       shares with SMB2.
1643     * BUG 8422: Fix infinite loop in ACL module code.
1644     * BUG 8429: Compound SMB2 requests on an IPC connection can corrupt the
1645       reply stream.
1646     * BUG 8443: Be smarter about setting default permissions when a ACL_USER_OBJ
1647       isn't given.
1648     * BUG 8453: Fix smbclient segfaults when dialect option -m is used for
1649       legacy dialects.
1650     * BUG 8458: IE9 on Windows 7 cannot download files to samba 3.5.11 share.
1651     * BUG 8473: smb2_find uses a hard coded max reply size of 0x10000 instead of
1652       smb2_max_trans.
1653     * BUG 8474: SMB2 create doesn't cope with an Apple client using NULL blob in
1654       create.
1655     * BUG 8476: Samba asserts when SMB2 client breaks the crediting rules.
1656     * BUG 8477: Map to guest can return uninitialized blob of data.
1657     * BUG 8493: DFS breaks zip file extracting unless "follow symlinks = no"
1658       set.
1659     * BUG 8494: Remove "experimental" label on VFS ACL modules.
1660     * BUG 8507: smbd doesn't correctly honor the "force create mode" bits from a
1661       cifsfs create.
1662     * BUG 8509: Read-only handles on SAMR allow SAMR_DOMAIN_ACCESS_CREATE_USER.
1663     * BUG 8521: Winbind cache timeout expiry test was reversed.
1666 o   Christian Ambach <ambi@samba.org>
1667     * BUG 8428: Fix wrong reply to DHnC (durable handle reconnect).
1668     * BUG 8518: SMB2 create call returns incorrect file allocation size.
1671 o   Björn Baumbach <bb@sernet.de>
1672     * BUG 8364: Fix the build of gpfs.c on RHEL 6.0 with gpfs 3.4.0-4.
1675 o   Bram <fnzon@lists.wizbit.be>
1676     * BUG 7551: Return error of cli_push when 'put - /some/file' is used.
1679 o   Ira Cooper <ira@wakeful.net>
1680     * BUG 8395: Optimize serverid_exists() for Solaris.
1681     * BUG 8442: NFSv4 DENY ACLs always include SYNCHRONIZE flag - blocking
1682       renames.
1685 o   Günther Deschner <gd@samba.org>
1686     * BUG 8401: registry/reg_format.c must include includes.h.
1687     * BUG 7465: Fix 'net ads join -k' when KRB5CCNAME is not set.
1690 o   David Disseldorp <ddiss@suse.de>
1691     * BUG 8480: acl_xattr can free an invalid pointer if no blob is loaded.
1692     * BUG 8520: Fix SMB2 SMB2_OP_GETINFO and SMB2_OP_IOCTL parsing requirements.
1695 o   Wilco Baan Hofman <wilco@baanhofman.nl>
1696     * BUG 8455: Fix uninitialized memory problem in group_sids_to_info3.
1699 o   Björn Jacke <bj@sernet.de>
1700     * BUG 8256: Add man vfs_aio_fork.
1701     * BUG 8363: Fix build of vfs_prealloc on SLES8.
1704 o   Volodymyr Khomenko <Volodymyr_Khomenko@dell.com>
1705     * BUG 8515: Disallow "." in can_set_delete_on_close().
1708 o   Volker Lendecke <vl@samba.org>
1709     * BUG 7864: Fix usage of cli_errstr().
1710     * BUG 8334: smb2: smbd logs "Invalid SMB packet: first request: 0x0008" and crashes.
1711     * BUG 8338: Add a fallback for missing open&x support in MAC OS/X Lion.
1712     * BUG 8360: OS/2 sends an unexpected write&x/read&x chain.
1713     * BUG 8385: Fix smbclient access to NT4 shares.
1714     * BUG 8409: Fix a Winbind race leading to 100% CPU load.
1715     * BUG 8420: Fix 'getent group' if trusted domains are not reachable.
1716     * BUG 8433: Fix segfault in iconv.c.
1717     * BUG 8455: Samba PDC is looking up only primary user group.
1720 o   Herb Lewis <hlewis@panasas.com>
1721     * BUG 8365: Fix warning messages on Freebsd 4.6.2.
1724 o   Stefan Metzmacher <metze@samba.org>
1725     * BUG 8407: SMB2 server can return requests out-of-order when processing
1726       a compound request.
1727     * BUG 8452: Check the wct of the incoming SMBnegprot responses.
1728     * BUG 8473: smb2_find uses a hard coded max reply size of 0x10000 instead of
1729       smb2_max_trans.
1730     * BUG 8476: Don't call smbd_terminate_connection in
1731       smb2_validate_message_id().
1732     * BUG 8503: SMB2_OP_CANCEL requests don't have to be signed.
1733     * BUG 8520: Fix SMB2 SMB2_OP_GETINFO and SMB2_OP_IOCTL parsing requirements.
1736 o   SATOH Fumiyasu <fumiyas@osstech.co.jp>
1737     * BUG 8390: Fix the build of vfs_aixacl2.c.
1740 o   Andreas Schneider <asn@samba.org>
1741     * BUG 8236: Empty notify servername.
1742     * BUG 8351: While migrating forms, don't fail if the form already exists.
1745 o   Andrew Tridgell <tridge@samba.org>
1746     * BUG 8384: Fix smbd crashes triggered by Windows XP clients.
1749 ######################################################################
1750 Reporting bugs & Development Discussion
1751 #######################################
1753 Please discuss this release on the samba-technical mailing list or by
1754 joining the #samba-technical IRC channel on irc.freenode.net.
1756 If you do report problems then please try to send high quality
1757 feedback. If you don't provide vital information to help us track down
1758 the problem then you will probably be ignored.  All bug reports should
1759 be filed under the Samba 3.6 product in the project's Bugzilla
1760 database (https://bugzilla.samba.org/).
1763 ======================================================================
1764 == Our Code, Our Bugs, Our Responsibility.
1765 == The Samba Team
1766 ======================================================================
1769 ----------------------------------------------------------------------
1772                    =============================
1773                    Release Notes for Samba 3.6.0
1774                           August 9, 2011
1775                    =============================
1778 This is the first release of Samba 3.6.0.
1780 Major enhancements in Samba 3.6.0 include:
1783 Changed security defaults
1784 -------------------------
1786 Samba 3.6 has adopted a number of improved security defaults that will
1787 impact on existing users of Samba.
1789  client ntlmv2 auth = yes
1790  client use spnego principal = no
1791  send spnego principal = no
1793 The impact of 'client ntlmv2 auth = yes' is that by default we will not
1794 use NTLM authentication as a client.  This applies to the Samba client
1795 tools such as smbclient and winbind, but does not change the separately
1796 released in-kernel CIFS client.  To re-enable the poorer NTLM encryption
1797 set '--option=clientusentlmv2auth=no' on your smbclient command line, or
1798 set 'client ntlmv2 auth = no' in your smb.conf
1800 The impact of 'client use spnego principal = no' is that Samba will
1801 use CIFS/hostname to obtain a kerberos ticket, acting more like
1802 Windows when using Kerberos against a CIFS server in smbclient,
1803 winbind and other Samba client tools.  This will change which servers
1804 we will successfully negotiate kerberos connections to.  This is due
1805 to Samba no longer trusting a server-provided hint which is not
1806 available from Windows 2008 or later.  For correct operation with all
1807 clients, all aliases for a server should be recorded as a as a
1808 servicePrincipalName on the server's record in AD.  (For this reason,
1809 this behavior change and parameter was also made in Samba 3.5.9)
1811 The impact of 'send spnego principal = no' is to match Windows 2008 and
1812 not to send this principal, making existing clients give more consistent
1813 behaviour (more likely to fall back to NTLMSSP) between Samba and
1814 Windows 2008, and between Windows versions that did and no longer use
1815 this insecure hint.
1818 SMB2 support
1819 ------------
1821 SMB2 support in 3.6.0 is fully functional (with one omission),
1822 and can be enabled by setting:
1824 max protocol = SMB2
1826 in the [global] section of your smb.conf and re-starting
1827 Samba. All features should work over SMB2 except the modification
1828 of user quotas using the Windows quota management tools.
1830 As this is the first release containing what we consider
1831 to be a fully featured SMB2 protocol, we are not enabling
1832 this by default, but encourage users to enable SMB2 and
1833 test it. Once we have enough confirmation from Samba
1834 users and OEMs that SMB2 support is stable in wide user
1835 testing we will enable SMB2 by default in a future Samba
1836 release.
1839 Internal Winbind passdb changes
1840 -------------------------------
1842 Winbind has been changed to use the internal samr and lsa rpc pipe to get
1843 local user and group information instead of calling passdb functions. The
1844 reason is to use more of our infrastructure and test this infrastructure by
1845 using it. With this approach more code in Winbind is shared.
1848 New Spoolss code
1849 ----------------
1851 The spoolss and the old RAP printing code have been completely
1852 overhauled and refactored.
1854 All calls from lanman/printing code has been changed to go through the
1855 spoolss RPC interfaces, this allows us to keep all checks in one place
1856 and avoid special cases in the main printing code.
1857 Printing code has been therefore confined within the spoolss code.
1859 All the printing code, including the spoolss RPC interfaces has been
1860 changed to use the winreg RPC interfaces to store all data.
1861 All data has been migrated from custom, arbitrary TDB files to the
1862 registry interface. This transition allow us to present correct data to
1863 windows client accessing the server registry through the winreg RPC
1864 interfaces to query for printer data. Data is served out from a real
1865 registry implementation and therefore arguably 100% forward compatible.
1867 Migration code from the previous TDB files formats is provided. This
1868 code is automatically invoked the first time the new code is run on the
1869 server. Although manual migration is also available using the 'net
1870 printer migrate' command.
1872 These changes not only make all the spoolss code much more closer to
1873 "the spec", it also greatly improves our internal testing of both
1874 spoolss and winreg interfaces, and reduces overall code duplication.
1876 As part of this work, new tests have been also added to increase
1877 coverage.
1879 This code will also allow, in future, an easy transition to split out
1880 the spooling functions into a separate daemon for those OEMs that do not
1881 need printing functionality in their appliances, reducing the code
1882 footprint.
1885 ID Mapping Changes
1886 ------------------
1888 The id mapping configuration has been a source of much grief in the past.
1889 For this release, id mapping has been rewritten yet again with the goal
1890 of making the configuration more simple and more coherent while keeping
1891 the needed flexibility and even adding to the flexibility in some respects.
1893 The major change that implies the configuration simplifications is at
1894 the heart of the id mapping system: The separation of the "idmap alloc
1895 system" that is responsible for the unix id counters in the tdb, tdb2
1896 and ldap idmap backends from the id mapping code itself has been removed.
1897 The sids_to_unixids operation is now atomic and encapsulates (if needed)
1898 the action of allocating a unix id for a mapping that is to be created.
1899 Consequently all idmap alloc configuration parameters have vanished and
1900 it is hence now also not possible any more to specify an idmap alloc
1901 backend different from the idmap backend. Each idmap backend uses its
1902 own idmap unixid creation mechanism transparently.
1904 As a consequence of the id mapping changes, the methods that are used
1905 for storing and deleting id mappings have been removed from the winbindd
1906 API. The "net idmap dump/restore" commands have been rewritten to
1907 not speak through winbindd any more but directly act on the databases.
1908 This is currently available for the tdb and tdb2 backends, the implementation
1909 for ldap still missing.
1911 The allocate_id functionality is preserved for the unix id creator of the
1912 default idmap configuration is also used as the source of unix ids
1913 for the group mapping database and for the posix attributes in a
1914 ldapsam:editposix setup.
1916 As part of the changes, the default idmap configuration has been
1917 changed to be more coherent with the per-domain configuration.
1918 The parameters "idmap uid", "idmap gid" and "idmap range" are now
1919 deprecated in favour of the systematic "idmap config * : range"
1920 and "idmap config * : backend" parameters. The reason for this change
1921 is that the old options only provided an incomplete and hence deceiving
1922 backwards compatibility, which was a source of many problems with
1923 upgrades. By introducing this change in configuration, it should be
1924 brought to the conciousness of the users that even the simple
1925 id mapping is not working exactly as in Samba 3.0 versions any more.
1928 Endpoint Mapper
1929 ---------------
1931 As Microsoft is more and more relying on endpoint mapper and we didn't have a
1932 complete implementation we decided to create an instance for Samba. The
1933 endpoint mapper is like a DNS server but for ports. If you want to talk to a
1934 certain RPC service over TCP/IP, you just ask the endpoint mapper on which
1935 port it is running. Then you can connect to the service and make sure that it
1936 is running.
1938 The code is deactivated by default, because it needs more testing and it
1939 doesn't scale yet. If you want to enable and test the endpoint mapper
1940 you can set "rpc_server:epmapper = daemon" in the smb.conf file.
1943 Internal restructuring
1944 ----------------------
1946 Ongoing internal restructuring for better separation of internal subsystem to
1947 achieve a faster build, smaller binaries and cleaner dependencies for the samba3
1948 waf build.
1951 SMB Traffic Analyzer
1952 --------------------
1954 Added the new SMB Traffic Analyzer (SMBTA) VFS module protocol 2
1955 featuring encryption, multiple arguments, and easier parseability. A new
1956 tool 'smbta-util' has been created to control the encryption behaviour
1957 of SMBTA. For compatibility, SMBTA by default operates on version 1.
1958 There are programs consuming the data that the module sends.
1960 More information can be found on
1961 http://holger123.wordpress.com/smb-traffic-analyzer/
1964 NFS quota backend on Linux
1965 --------------------------
1967 A new nfs quota backend for Linux has been added that is based
1968 on the existing Solaris/FreeBSD implementation. This allows samba
1969 to communicate correct diskfree information for nfs imports that
1970 are re-exported as samba shares.
1973 ######################################################################
1974 Changes
1975 #######
1977 smb.conf changes
1978 ----------------
1980    Parameter Name                      Description     Default
1981    --------------                      -----------     -------
1983    async smb echo handler              New             No
1984    client ntlmv2 auth                  Changed Default Yes
1985    client use spnego principal         New             No
1986    ctdb locktime warn threshold        New             0
1987    idmap alloc backend                 Removed
1988    log writeable files on exit         New             No
1989    multicast dns register              New             Yes
1990    ncalrpc dir                         New
1991    send spnego principal               New             No
1992    smb2 max credits                    New             8192
1993    smb2 max read                       New             1048576
1994    smb2 max trans                      New             1048576
1995    smb2 max write                      New             1048576
1996    username map cache time             New             0
1997    winbind max clients                 New             200
1999    The variable substitutions for %i and %I no longer
2000    use IPv4 addresses mapped to IPv6, e.g. '::ffff:192.168.0.1',
2001    if the host has IPv6 enabled. Now %i and %I contain just
2002    '192.168.0.1'.
2004 Commit Highlights
2005 -----------------
2007 o   Michael Adam <obnox@samba.org>
2008     * ID Mapping changes.
2011 o   Jeremy Allison <jra@samba.org>
2012     * Implement SMB2 support.
2015 o   Stefan Metzmacher <metze@samba.org>
2016     * Implement SMB2 support.
2019 o   Andreas Schneider <asn@samba.org>
2020     * Add an Endpoint Mapper daemon.
2023 Changes since 3.6.0rc3
2024 ----------------------
2026 o   Michael Adam <obnox@samba.org>
2027     * BUG 8327: Fix the reload of the configuration, also reload activated
2028       registry shares.
2029     * BUG 8328: Cleanup of idmap_tdb2 code.
2032 o   Jeremy Allison <jra@samba.org>
2033     * BUG 7462: Make SA_RESETHAND conditional on its existance.
2034     * BUG 8324: smbclient cannot list directories from a big-endian machine.
2035     * BUG 8335: File copy aborts with smb2_validate_message_id: bad message_id.
2038 o   Christian Ambach <ambi@samba.org>
2039     * BUG 8330: Fix NFSv4 ACL merging logic.
2042 o   Andrew Bartlett <abartlet@samba.org>
2043     * BUG 8326: WinXP cannot join a Samba3 domain with a 'even' hostname.
2046 o   Björn Baumbach <bb@sernet.de>
2047     * BUG 8303: db_ctdb_send_schedule_for_deletion() is not defined.
2050 o   Alban Browaeys <prahal@yahoo.com>
2051     * BUG 8341: Fix segfault in libsmbclient.
2054 o   Björn Jacke <bj@sernet.de>
2055     * BUG 8362: Fix build issue on old glibc systems.
2058 o   Volker Lendecke <vlendec@samba.org>
2059     * BUG 8343: Fix SMB2 crash reading with aio_fork beyond the end of file.
2062 o   Stefan Metzmacher <metze@samba.org>
2063     * BUG 8347: Fix regression for HP-UX, AIX and OSF.
2064     * BUG 8357: Make sure we grant credits on async read/write operations.
2065     * BUG 8358: Fix a bug in run_poll_events().
2068 Changes since 3.6.0rc2
2069 ----------------------
2071 o   Michael Adam <obnox@samba.org>
2072     * BUG 8213: Fixes in idmap_autorid.
2073     * BUG 8217: Do not stat-check the share path in 'net conf addshare'.
2074     * BUG 8281: Fix build of examples/VFS/*.
2077 o   Jeremy Allison <jra@samba.org>
2078     * BUG 8083: Fix "inherit owner = yes" with vfs_acl_xattr or vfs_acl_tdb
2079       module.
2080     * BUG 8211: Fix "inherit owner = yes" when "inherit permissions = yes"
2081       is set.
2082     * BUG 8219: Fix SMB Panic from Windows 7 client.
2083     * BUG 8254: Fix "acl check permissions = no".
2084     * BUG 8293: Fix log file rotating in SMB2.
2085     * BUG 8304: Fix uninitialized variable in error path.
2086     * BUG 8307: brl_close_fnum does not call SMB_VFS_BRL_UNLOCK_WINDOWS on all
2087       locks.
2088     * BUG 8310: toupper_ascii() is broken on big-endian systems.
2089     * BUG 8314: Fix smbd crash with unknown user.
2092 o   Christian Ambach <ambi@samba.org>
2093     * BUG 8231: Fix crash bug in 'net cache get'.
2094     * BUG 8244: Fix copying files larger than 2 GB to a Samba share.
2095     * BUG 8263: Fix build with --with-fake-kaserver or --with-vfs-afsacl.
2096     * BUG 8278: Fix smbd panic when CTDB is unhealthy.
2097     * BUG 8286: Fix smbd crash on premature end of smb2 conn.
2100 o   Andrew Bartlett <abartlet@samba.org>
2101     * BUG 8230: Move .nmbd socket directory to non-hidden name PREFIX/var/nmbd.
2102     * Mark 'time offset' parameter as deprecated.
2105 o   Gregor Beck <gbeck@sernet.de>
2106     * BUG 8193: Add new command 'enumerate_recursive'.
2107     * BUG 8253: Fix Winbind panic if verify_idpool() fails.
2110 o   Kai Blin <kai@samba.org>
2111     * BUG 8289: Fix possible XSS attack (CVE-2011-2694).
2112     * BUG 8290: Fix Cross-Site Request Forgery in SWAT (CVE-2011-2522).
2115 o   Günther Deschner <gd@samba.org>
2116     * BUG 7888: Deal with buggy 3.0 based PDCs.
2117     * BUG 8214: Fix smbd crash on printer driver upgrade.
2118     * BUG 8235: Fix smbd crash on startup caused by migrate_printer().
2121 o   Björn Jacke <bj@sernet.de>
2122     * BUG 8262: Fix build of vfs_commit.
2125 o   Günter Kukkukk <linux@kukkukk.com>
2126     * BUG 8305: Fix segfault in nmbd when using 'smbtree ...'..
2129 o   Volker Lendecke <vl@samba.org>
2130     * BUG 7841: Explicitly pass domain_sid to wbint_LookupRids().
2131     * BUG 8102: Do not allow to change file ACLs from normal domusers.
2132     * BUG 8247: Fix Coverity ID 2582: FORWARD_NULL.
2135 o   Herb Lewis <hlewis@panasas.com>
2136     * BUG 8216: Make Winbind returning correct results with 'sids2xids'.
2139 o   Stefan Metzmacher <metze@samba.org>
2140     * BUG 8102: Do not allow to change file ACLs from normal domusers.
2141     * BUG 8195: Make rpc client code working against NT4 servers.
2142     * BUG 8224: Fix the build on FreeBSD.
2143     * BUG 8226: Use c99 initializers which are supported by old gcc 2.95
2144       compilers.
2145     * BUG 8260: Fix DCERPC responses with fragments larger than 1024 bytes.
2146     * BUG 8264: Fix Valgrind bugs in svcctl.
2147     * BUG 8276: Close all sockets attached to a subnet in close_subnet().
2148     * BUG 8292: Fix a major architectural flaw in the SMB2 server code.
2151 o   Andreas Schneider <asn@samba.org>
2152     * BUG 8215: Fix Winbind unix username lookup.
2153     * BUG 8240: Fix Valgrind warnings in winreg/spoolss code.
2156 Changee since 3.6.0rc1
2157 ----------------------
2159 o   Michael Adam <obnox@samba.org>
2160     * BUG 8200: Add support for multiple writeable ldap idmap domains.
2163 o   Jeremy Allison <jra@samba.org>
2164     * BUG 6911: Fix Kerberos authentication from Vista to Samba.
2165     * BUG 7054: Fix X account flag when "pwdlastset" is "0".
2166     * BUG 8133: Fix strange behavior for the file (whose filename first
2167       character is period ) in SMB2 case.
2168     * BUG 8144: Fix setting timestamp when touching files with CIFS clients.
2169     * BUG 8150: Ban "dos charset = utf8".
2170     * BUG 8153: Fix setting up getaddrinfo on IPv6-only machines.
2171     * BUG 8156: Fix 'net ads join' using the user's Kerberos ticket.
2172     * BUG 8157: Fix parsing a cups printcap file.
2173     * BUG 8163: Fix our asn.1 parser to handle negative numbers.
2174     * BUG 8175: Fix smbd deadlock.
2175     * BUG 8191: Split the ACE flag mapping between nfs4 and Windows into two
2176       separate functions.
2177     * BUG 8197: Winbind does not properly detect when a DC connection is dead.
2178     * BUG 8203: Winbind needs to reset the DC connection if an RPC times out.
2181 o   Christian Ambach <ambi@samba.org>
2182     * BUG 8152: Fix smbd crash in release_ip().
2185 o   Andrew Bartlett <abartlet@samba.org>
2186     * BUG 8151: Deprecate security parameters.
2189 o   Gregor Beck <gbeck@sernet.de>
2190     * BUG 8191: nfs4_acls: Pass ACE_FLAG_INHERITED_ACE up to the client/down
2191       from the client.
2192     * BUG 8192: Fix parsing of multiple flags in 'smbcacls'.
2195 o   Sumit Bose <sbose@redhat.com>
2196     * BUG 8142: Fix typos in LDAP schema files.
2199 o   Holger Hetterich <hhetter@novell.com>
2200     * BUG 8148: Default to protocol version 2 for SMB Traffic Analyzer.
2201     * BUG 8154: Actually make use of SMBTA subversion numbers.
2204 o   Björn Jacke <bj@sernet.de>
2205     * BUG 7998: Remove warning if IOV_MAX is not defined.
2208 o   Jim McDonough <jmcd@samba.org>
2209     * BUG 8166: Don't lockout users when offline.
2212 o   Stefan Metzmacher <metze@samba.org>
2213     * BUG 8140: talloc: Fix Valgrind false positives and other backports.
2214     * BUG 8141: Fix wrong permissions on lp_ncalrpc_dir().
2217 o   Andreas Schneider <asn@samba.org>
2218     * BUG 8155: Fix registering only named pipes on EPM for a service.
2221 o   Volker Lendecke <vl@samba.org>
2222     * BUG 8159: Fix memory corruption in fetching cli->server_domain from the
2223       server.
2224     * BUG 8185: "security=server" does not obey guest login field.
2225     * BUG 8189: Support shadow copy display over SMB2.
2226     * BUG 8199: Fix potential crash in smbd handling smb2.
2229 o   Samuel Thibault <sthibault@debian.org>
2230     * BUG 7998: Fix build on Hurd.
2233 Changes since 3.6.0pre3
2234 -----------------------
2236 o   Jeremy Allison <jra@samba.org>
2237     * BUG 8111: CIFS VFS: Fix unexpected error on SMB posix open.
2238     * BUG 8112: POSIX extension opens of a directory are denied with EISDIR.
2239     * Remove fstrings from client struct.
2240     * BUGFIX when converting from safe_strcpy to strlcpy.
2241     * Fix off-by-one calculations with strlcpy.
2242     * Ensure we always write the correct incoming mid into the share mode table
2243       entries.
2244     * Fix the SMB2 oplock showstopper.
2247 o   Christian Ambach <christian.ambach@de.ibm.com>
2248     * Convert user-specified domain to uppercase in libsmb.
2251 o   Günther Deschner <gd@samba.org>
2252     * BUG 8132: Fix filling printers location field when using cups.
2253     * Fix Coverity CID #2302: FORWARD_NULL.
2254     * Fix cups_pull_comment_location().
2255     * Fix double free of cups request.
2256     * Make cups_pull_comment_location() work again.
2257     * Fix potential crash bug in display_print_driver3().
2260 o   Volker Lendecke <vl@samba.org>
2261     * Properly clean up in pthreadpool_init in case of failure.
2262     * Make plaintext session setup async.
2263     * Reduce fd load in Winbind children.
2264     * Avoid a potential 100% CPU loop in Winbind.
2265     * Tune broadcast namequeries for unique names.
2266     * Properly deal with exited winbind children.
2267     * Fix dup_smb2_vec3.
2268     * Fix return check in nss_wins.
2271 Changes since 3.6.0pre2
2272 -----------------------
2274 o   Michael Adam <obnox@samba.org>
2275     * Fix build of tdb2.
2278 o   Jeremy Allison <jra@samba.org>
2279     * BUG 8083: "inherit owner = yes" doesn't interact correctly with
2280       vfs_acl_xattr or vfs_acl_tdb module.
2281     * BUG 8088: rpccli_samr_chng_pswd_auth_crap segfaults if any input blobs
2282       are null.
2283     * Correctly detect and deny symlinks anywhere in a path (not just the last
2284       component) if "follow symlinks = no".
2287 o   Günther Deschner <gd@samba.org>
2288     * BUG 8106: Fix the build of 'smbget' on HP NonStop.
2289     * Fix timeout in rpc_pipe_open_tcp_port().
2290     * Fix the build of "--with-profiling-data".
2291     * Fix the AIX 5.3 build.
2294 o   Sergey Korsak <skif@1plus1.net>
2295     * BUG #8099: setpwent() actually does endpwent() and vice versa on FreeBSD.
2298 o   Volker Lendecke <vl@samba.org>
2299     * BUG 8066: Fix wrong output in 'smbget'.
2300     * Fix Coverity IDs 986, 1340, 2047, 2299, 2307, 2325, 2335, 2336, 2470,
2301       2471, 2478.
2302     * nsswitch: Add 'wbinfo --lookup-sids'.
2303     * nsswitch: Add 'wbinfo --sids-to-unix-ids'.
2304     * Fix smbd with the async echo responder.
2305     * Fix the build of vfs_gpfs.c.
2306     * Add a 10-second timeout for the 445 or netbios connection to a DC.
2307     * Many pthreadpool fixes.
2310 o   Stefan Metzmacher <metze@samba.org>
2311     * BUG 7383: Listen on IPv6 addresses with IPV6_ONLY.
2314 o   Rusty Russell <rusty@rustcorp.com.au>
2315     * Fix transaction recovery area for converted tdbs.
2319 Changes since 3.6.0pre1
2320 -----------------------
2322 o   Michael Adam <obnox@samba.org>
2323     * ID Mapping changes.
2324     * Add "--option" to 'testparm'.
2327 o   Jeremy Allison <jra@samba.org>
2328     * BUG 7080: Quota only shown when logged as root.
2329     * BUG 7863: Unlink may unlink wrong file when hardlinks are involved.
2330     * BUG 7996: Sgid bit lost on folder rename.
2331     * BUG 8040: Fix smbclient segfault with Cyrillic netbios names.
2332     * Fix crash bug on smbd shutdown when using FOPENDIR().
2333     * Ensure we don't return an incorrect access mask.
2334     * Fix bug against the new Mac client.
2335     * Fix leak in error path.
2336     * Fix error where Windows client spoolss returns WERR_INVALID_DATA.
2339 o   Christian Ambach <christian.ambach@de.ibm.com>
2340     * Fix a segfault in the krb5 locator plugin.
2341     * Enable sharesec for registry shares.
2344 o   Andrew Bartlett <abartlet@samba.org>
2345     * Fix memory leak in "security=share" and "force user".
2348 o   Björn Baumbach <bb@sernet.de>
2349     * BUG 7875: Fix 'nmbd --port'.
2350     * BUG 7880: cmd_spoolss_deletedriver() returned without checking all
2351       architectures.
2354 o   Gregor Beck <gbeck@sernet.de>
2355     * Add new 'net idmap check' command.
2356     * Add new 'net idmap delete' command.
2357     * Fix segfault on missing input file in 'net idmap restore'.
2360 o   Olly Betts <olly@survex.com>
2361     * Fix 'net usersidlist' not to skip every other user.
2364 o   Günther Deschner <gd@samba.org>
2365     * BUG 7690: Retry DNS updates when connection to one nameserver has failed.
2366     * BUG 7945: Let winbind try to use samlogon validation level 6.
2367     * Fix Coverity ID 2041.
2368     * Fix potential crash bug in spoolss_PrinterEnumValues push path.
2369     * Internal restructuring.
2370     * Don't wipe out all printer drivers when only one should be deleted.
2371     * Fix winbindd_dual_pam_auth_samlogon() for NT4 domains.
2374 o   David Disseldorp <ddiss@suse.de>
2375     * BUG 7915: Fix cups pcap reload with no printers.
2376     * BUG 8040: Fix smbclient segfault with Cyrillic netbios names.
2377     * Fix memory leak in print_cups.c.
2378     * Remove duplicate cups response processing code.
2379     * Follow force user/group for driver IO.
2380     * Initiate pcap reload from parent smbd.
2381     * Reload shares after pcap cache fill.
2384 o   Björn Jacke <bj@sernet.de>
2385     * BUG 8033: Add explicit configure option whether or not to enable dmapi
2386       support.
2389 o   Volker Lendecke <vl@samba.org>
2390     * BUG 7917: Fix bug in chain_reply.
2391     * BUG 7940: Fall back for utimes calls.
2392     * BUG 8009: Fix getting username in 'net rap session'.
2393     * BUG 8010: Use jenkins hash for str_checksum.
2394     * BUG 8042: Fix file creation on OS/X.
2395     * Fix numerous Coverity IDs.
2396     * Fix a memory leak in check_sam_security_info3.
2397     * Fix a segfault in the nss wrapper when libnss_winbind.so is not loadable.
2398     * Make "net sam list [users|workstations]" list only the right things.
2399     * Fix a potential memleak in secrets_fetch_trusted_domain_password.
2400     * Use the right credentials in check_netlogond_security.
2401     * Add support for AF_NETLINK addr notifications.
2402     * Fork multiple Winbind children per domain.
2403     * Fix a deadlock between smbd and ctdbd.
2404     * Add 'wbinfo --dc-info'.
2405     * Make "nmbd socket dir" configurable.
2406     * Fix a valgrind error.
2407     * Fix a memleak in receive_getdc_response.
2410 o   Nikolay Martynov <mar.kolya@gmail.com>
2411     * BUG 8010: Fix inode generation so nautilus can count total dir size
2412       correctly.
2415 o   Stefan Metzmacher <metze@samba.org>
2416     * BUG 7567: Fix printing from Windows 7.
2417     * BUG 7899: Don't return "-1" on success in 'net rpc vampire keytab'.
2418     * BUG 7944: Catch lookup_names/sids schannel errors over ncacn_ip_tcp.
2419     * Don't grant SEC_STD_DELETE always to the owner of a file.
2420     * Fix segfaults on addrchange errors in Winbind.
2421     * Allow machine accounts as members in groupdb.
2424 o   Jonathan Nieder <jrnieder@gmail.com>
2425     * BUG 6837: Make "rlimit_max below minimum Windows limit" notification less
2426       scary.
2429 o   Andreas Schneider <asn@samba.org>
2430     * Add an Endpoint Mapper daemon.
2431     * Add IPv6 support for the endpoint mapper.
2432     * Free unused memory in the rpc server.
2433     * Fix possible segfaults in svcctl server.
2434     * Fix possible segfault with client_id in rpc server.
2435     * Add a 'svcctl shutdown' function to rpc server.
2436     * Fix a resource leak in net_afs.
2437     * Fix a resource leak in smbta-util.
2438     * Fix possible resource leak in net_usershare.
2439     * Fix possible resource leak in 'smbget'.
2440     * Fix possible resource leak in 'smbfilter'.
2441     * Fix a possible null pointer dereference in smbd.
2444 o   Pavel Shilovsky <piastry@etersoft.ru>
2445     * BUG 7928: Fix problems with "kernel oplocks" option set to "no".
2446     * Ensure we send the direct levelII oplock break to the correct fid.
2449 o   Simo Sorce <idra@samba.org>
2450     * Fix private libdir and codepages paths.
2453 o   Andrew Tridgell <tridge@samba.org>
2454     * Fix a valgrind error.
2457 ######################################################################
2458 Reporting bugs & Development Discussion
2459 #######################################
2461 Please discuss this release on the samba-technical mailing list or by
2462 joining the #samba-technical IRC channel on irc.freenode.net.
2464 If you do report problems then please try to send high quality
2465 feedback. If you don't provide vital information to help us track down
2466 the problem then you will probably be ignored.  All bug reports should
2467 be filed under the Samba 3.6 product in the project's Bugzilla
2468 database (https://bugzilla.samba.org/).
2471 ======================================================================
2472 == Our Code, Our Bugs, Our Responsibility.
2473 == The Samba Team
2474 ======================================================================