Remove unneeded initializations (we already talloc_zero).
[Samba.git] / WHATSNEW.txt
bloba921e4a7a25d639dfd937029e6407dcbcc63b001
1                    ==============================
2                    Release Notes for Samba 3.6.17
3                           August 14, 2013
4                    ==============================
7 This is is the latest stable release of Samba 3.6.
9 Major enhancements in Samba 3.6.17 include:
11 o  
13 Changes since 3.6.16:
14 ---------------------
16 o   Jeremy Allison <jra@samba.org>
19 ######################################################################
20 Reporting bugs & Development Discussion
21 #######################################
23 Please discuss this release on the samba-technical mailing list or by
24 joining the #samba-technical IRC channel on irc.freenode.net.
26 If you do report problems then please try to send high quality
27 feedback. If you don't provide vital information to help us track down
28 the problem then you will probably be ignored.  All bug reports should
29 be filed under the Samba 3.6 product in the project's Bugzilla
30 database (https://bugzilla.samba.org/).
33 ======================================================================
34 == Our Code, Our Bugs, Our Responsibility.
35 == The Samba Team
36 ======================================================================
38 Release notes for older releases follow:
39 ----------------------------------------
41                    ==============================
42                    Release Notes for Samba 3.6.16
43                            June 19, 2013
44                    ==============================
47 This is is the latest stable release of Samba 3.6.
49 Major enhancements in Samba 3.6.16 include:
51 o  Fix crash bug during Win8 sync (bug #9822).
52 o  Properly handle Oplock breaks in compound requests (bug #9722).
55 Changes since 3.6.15:
56 ---------------------
58 o   Michael Adam <obnox@samba.org>
59     * BUG 9881: Link dbwrap_tool and dbwrap_torture against libtevent.
62 o   Jeremy Allison <jra@samba.org>
63     * BUG 9722: Properly handle Oplock breaks in compound requests.
64     * BUG 9822: Fix crash bug during Win8 sync.
67 o   Anand Avati <avati@redhat.com>
68     * BUG 9927: errno gets overwritten in call to check_parent_exists().
71 o   David Disseldorp <ddiss@samba.org>
72     * BUG 8997: Change libreplace GPL source to LGPL.
73     * BUG 9900: is_printer_published GUID retrieval.
76 o   Peng Haitao <penght@cn.fujitsu.com>
77     * BUG 9941: Fix a bug of drvupgrade of smbcontrol.
80 o   Volker Lendecke <vl@samba.org>
81     * BUG 9868: Don't know how to make LIBNDR_PREG_OBJ.
84 o   SATOH Fumiyasu <fumiyas@osstech.co.jp>
85     * BUG 9688: Remove "experimental" label on "max protocol=SMB2" parameter.
88 o   Andreas Schneider <asn@samba.org>
89     * BUG 9881: Check for system libtevent.
92 ######################################################################
93 Reporting bugs & Development Discussion
94 #######################################
96 Please discuss this release on the samba-technical mailing list or by
97 joining the #samba-technical IRC channel on irc.freenode.net.
99 If you do report problems then please try to send high quality
100 feedback. If you don't provide vital information to help us track down
101 the problem then you will probably be ignored.  All bug reports should
102 be filed under the Samba 3.6 product in the project's Bugzilla
103 database (https://bugzilla.samba.org/).
106 ----------------------------------------------------------------------
109                    ==============================
110                    Release Notes for Samba 3.6.15
111                             May 08, 2013
112                    ==============================
115 This is is the latest stable release of Samba 3.6.
117 Major enhancements in Samba 3.6.15 include:
119 o  Fix crash bug in Winbind (bug #9854).
122 Changes since 3.6.14:
123 ---------------------
125 o   Andrew Bartlett <abartlet@samba.org>
126     * BUG 9746: Fix "guest ok", "force user" and "force group" for guest users.
129 o   David Disseldorp <ddiss@samba.org>
130     * BUG 9830: Fix panic in nt_printer_publish_ads.
133 o   Volker Lendecke <vl@samba.org>
134     * BUG 9854: Fix crash bug in Winbind.
137 o   Andreas Schneider <asn@samba.org>
138     * BUG 9817: Fix 'map untrusted to domain' with NTLMv2.
141 ######################################################################
142 Reporting bugs & Development Discussion
143 #######################################
145 Please discuss this release on the samba-technical mailing list or by
146 joining the #samba-technical IRC channel on irc.freenode.net.
148 If you do report problems then please try to send high quality
149 feedback. If you don't provide vital information to help us track down
150 the problem then you will probably be ignored.  All bug reports should
151 be filed under the Samba 3.6 product in the project's Bugzilla
152 database (https://bugzilla.samba.org/).
155 -----------------------------------------------------------------------
158                    ==============================
159                    Release Notes for Samba 3.6.14
160                            April 29, 2013
161                    ==============================
164 This is is the latest stable release of Samba 3.6.
166 Major enhancements in Samba 3.6.14 include:
168 o  Certain xattrs cause Windows error 0x800700FF (bug #9130).
170 Changes since 3.6.13:
171 ---------------------
173 o   Jeremy Allison <jra@samba.org>
174     * BUG 9130: Certain xattrs cause Windows error 0x800700FF.
175     * BUG 9724: Use is_encrypted_packet() function correctly inside server.
176     * BUG 9733: Fix 'smbcontrol close-share' is not working.
177     * BUG 9747: Make sure that we only propogate the INHERITED flag when we are
178       allowed to.
179     * BUG 9748: Remove unneeded fstat system call from hot read path.
180     * BUG 9811: Fix bug in old create temp SMB request. Only use VFS functions.
183 o   David Disseldorp <ddiss@samba.org>
184     * BUG 9650: New or deleted CUPS printerqueues are not recognized by Samba.
185     * BUG 9807: wbinfo: Fix segfault in wbinfo_pam_logon.
188 o   Volker Lendecke <vl@samba.org>
189     * BUG 9727: wkssvc: Fix NULL pointer dereference.
190     * BUG 9736: smbd: Tune "dir" a bit.
191     * BUG 9775: Fix segfault for "artificial" conn_structs.
192     * BUG 9809: RHEL SPEC: Package dbwrap_tool man page.
195 o   Andreas Schneider <asn@samba.org>
196     * BUG 9139: Fix the username map optimization.
197     * BUG 9699: Fix adding case sensitive spn.
198     * BUG 9723: Add a tool to migrate latin1 printing tdbs to registry.
199     * BUG 9735: Fix Winbind separator in upn to username conversion.
200     * BUG 9766: Cache name_to_sid/sid_to_name correctly.
203 Note about upgrading from older versions:
204 -----------------------------------------
206 It is still the case that there are printing tdbs (ntprinting.tdb, ntforms.tdb,
207 ntdrivers.tdb) which are in latin1 or other encodings. When updating from
208 Samba 3.5 or earlier to Samba 3.6 or 4.0 these tdbs need to be migrated to our
209 new registry based printing management.  This means during the migration we
210 also need to do charset conversion. This can only been done manually cause we don't
211 know in which encoding the tdb is. You have to specify the correct code page
212 for the conversion, see iconv -l and Wikipedia [1] for the available codepages.
213 The mostly used one is Windows Latin1 which is CP1252.
215 We've extended the 'net printing dump' and 'net printing migrate' commands to
216 define the encoding of the tdb. So you can correctly view the tdb with:
218   net printing dump encoding=CP1252 /path/to/ntprinters.tdb
220 or migrate it with e.g.:
222   net printing migrate encoding=CP1252 /path/to/ntprinters.tdb
224 If you migrate printers we suggest you do it in the following order.
226 ntforms.tdb
227 ntdrivers.tdb
228 ntprinting.tdb
230 Don't forget to rename, move or delete these files in /var/lib/samba after the
231 migration.
233 [1] https://en.wikipedia.org/wiki/Code_page
236 ######################################################################
237 Reporting bugs & Development Discussion
238 #######################################
240 Please discuss this release on the samba-technical mailing list or by
241 joining the #samba-technical IRC channel on irc.freenode.net.
243 If you do report problems then please try to send high quality
244 feedback. If you don't provide vital information to help us track down
245 the problem then you will probably be ignored.  All bug reports should
246 be filed under the Samba 3.6 product in the project's Bugzilla
247 database (https://bugzilla.samba.org/).
250 ======================================================================
251 == Our Code, Our Bugs, Our Responsibility.
252 == The Samba Team
253 ======================================================================
256 ----------------------------------------------------------------------
259                    ==============================
260                    Release Notes for Samba 3.6.13
261                            March 18, 2013
262                    ==============================
265 This is is the latest stable release of Samba 3.6.
267 Major enhancements in Samba 3.6.13 include:
269 o  Fix two resource leaks in winbindd (bug #9684).
270 o  Unlink after open causes smbd to panic (bug #9571).
273 Changes since 3.6.12:
274 --------------------
276 o   Jeremy Allison <jra@samba.org>
277     * BUG 9519: Samba returns unexpected error on SMB posix open.
278     * BUG 9585: Samba 3.6.x not correctly signing any but the last response in
279       a compound request/response.
280     * BUG 9586: smbd[29175]: disk_free: sys_popen() failed" message logged in
281       /var/log/messages many times.
282     * BUG 9587: Archive flag is always set on directories.
283     * BUG 9588: ACLs are not inherited to directories for DFS shares.
284     * BUG 9637: Renaming directories as guest user in security share mode
285       doesn't work.
288 o   Björn Baumbach <bb@sernet.de>
289     * BUG 9568: Add dbwrap_tool.1 manual page.
292 o   Ira Cooper <ira@samba.org>
293     * BUG 9646: Make SMB2_GETINFO multi-volume aware.
296 o   Günther Deschner <gd@samba.org>
297     * BUG 9474: Downgrade v4 printer driver requests to v3.
300 o   David Disseldorp <ddiss@samba.org>
301     * BUG 9378: Add extra attributes for AD printer publishing.
302     * BUG 9658: Fix initial large PAC sess setup response.
305 o   Björn Jacke <bj@sernet.de>
306     * BUG 7825: Fix GNU ld version detection with
307       old gcc releases.
310 o   Daniel Kobras <d.kobras@science-computing.de>
311     * BUG 9039: 'map untrusted to domain' treats WORKSTATION as bogus domain.
314 o   Guenter Kukkukk <kukks@samba.org>
315     * BUG 9701: Fix vfs_catia module.
318 o   Volker Lendecke <vl@samba.org>
319     * BUG 9541: Add support for posix_openpt.
322 o   Stefan Metzmacher <metze@samba.org>
323     * Bug 9625: wbcAuthenticateEx gives unix times.
326 o   Andreas Schneider <asn@samba.org>
327     * BUG 9574: Fix a possible null pointer dereference in spoolss.
328     * BUG 9684: Fix two resource leaks in winbindd.
329     * BUG 9686: Fix a possible buffer overrun in pdb_smbpasswd.
332 o   Pavel Shilovsky <piastry@etersoft.ru>
333     * Bug #9571: Unlink after open causes smbd to panic.
336 ######################################################################
337 Reporting bugs & Development Discussion
338 #######################################
340 Please discuss this release on the samba-technical mailing list or by
341 joining the #samba-technical IRC channel on irc.freenode.net.
343 If you do report problems then please try to send high quality
344 feedback. If you don't provide vital information to help us track down
345 the problem then you will probably be ignored.  All bug reports should
346 be filed under the Samba 3.6 product in the project's Bugzilla
347 database (https://bugzilla.samba.org/).
350 ======================================================================
351 == Our Code, Our Bugs, Our Responsibility.
352 == The Samba Team
353 ======================================================================
356 ----------------------------------------------------------------------
359                    ==============================
360                    Release Notes for Samba 3.6.12
361                           January 30, 2013
362                    ==============================
365 This is a security release in order to address
366 CVE-2013-0213 (Clickjacking issue in SWAT) and
367 CVE-2013-0214 (Potential XSRF in SWAT).
369 o  CVE-2013-0213:
370    All current released versions of Samba are vulnerable to clickjacking in the
371    Samba Web Administration Tool (SWAT). When the SWAT pages are integrated into
372    a malicious web page via a frame or iframe and then overlaid by other content,
373    an attacker could trick an administrator to potentially change Samba settings.
375    In order to be vulnerable, SWAT must have been installed and enabled
376    either as a standalone server launched from inetd or xinetd, or as a
377    CGI plugin to Apache. If SWAT has not been installed or enabled (which
378    is the default install state for Samba) this advisory can be ignored.
380 o  CVE-2013-0214:
381    All current released versions of Samba are vulnerable to a cross-site
382    request forgery in the Samba Web Administration Tool (SWAT). By guessing a
383    user's password and then tricking a user who is authenticated with SWAT into
384    clicking a manipulated URL on a different web page, it is possible to manipulate
385    SWAT.
387    In order to be vulnerable, the attacker needs to know the victim's password.
388    Additionally SWAT must have been installed and enabled either as a standalone
389    server launched from inetd or xinetd, or as a CGI plugin to Apache. If SWAT has
390    not been installed or enabled (which is the default install state for Samba)
391    this advisory can be ignored.
394 Changes since 3.6.11:
395 --------------------
397 o   Kai Blin <kai@samba.org>
398     * BUG 9576: CVE-2013-0213: Fix clickjacking issue in SWAT.
399     * BUG 9577: CVE-2013-0214: Fix potential XSRF in SWAT.
402 ######################################################################
403 Reporting bugs & Development Discussion
404 #######################################
406 Please discuss this release on the samba-technical mailing list or by
407 joining the #samba-technical IRC channel on irc.freenode.net.
409 If you do report problems then please try to send high quality
410 feedback. If you don't provide vital information to help us track down
411 the problem then you will probably be ignored.  All bug reports should
412 be filed under the Samba 3.6 product in the project's Bugzilla
413 database (https://bugzilla.samba.org/).
416 ======================================================================
417 == Our Code, Our Bugs, Our Responsibility.
418 == The Samba Team
419 ======================================================================
422 ----------------------------------------------------------------------
425                    ==============================
426                    Release Notes for Samba 3.6.11
427                          January 21, 2013
428                    ==============================
431 This is is the latest stable release of Samba 3.6.
433 Major enhancements in Samba 3.6.11 include:
435 o   defer_open is triggered multiple times on the same request (bug #9196).
436 o   Fix SEGV wh_n using second vfs module (bug #9471).
439 Changes since 3.6.10:
440 --------------------
442 o   Jeremy Allison <jra@samba.org>
443     * BUG 9196: defer_open is triggered multiple times on the same request.
444     * BUG 9550: Mask off signals the correct way from the signal handler.
447 o   Björn Baumbach <bb@sernet.de>
448     * BUG 9569: ntlm_auth.1: Fix format and make examples visible.
451 o   Tsukasa Hamano <hamano@osstech.co.jp>
452     * BUG 9471: Fix SEGV when using second vfs module.
455 o   Volker Lendecke <vl@samba.org>
456     * BUG 9548: Correctly detect O_DIRECT.
457     * BUG 9546: Fix aio_suspend detection on FreeBSD.
460 ######################################################################
461 Reporting bugs & Development Discussion
462 #######################################
464 Please discuss this release on the samba-technical mailing list or by
465 joining the #samba-technical IRC channel on irc.freenode.net.
467 If you do report problems then please try to send high quality
468 feedback. If you don't provide vital information to help us track down
469 the problem then you will probably be ignored.  All bug reports should
470 be filed under the Samba 3.6 product in the project's Bugzilla
471 database (https://bugzilla.samba.org/).
474 ======================================================================
475 == Our Code, Our Bugs, Our Responsibility.
476 == The Samba Team
477 ======================================================================
480 ----------------------------------------------------------------------
483                    ==============================
484                    Release Notes for Samba 3.6.10
485                          December 10, 2012
486                    ==============================
489 This is is the latest stable release of Samba 3.6.
491 Major enhancements in Samba 3.6.10 include:
493 o  Respond correctly to FILE_STREAM_INFO requests (bug #9460).
494 o  Fix segfault when "default devmode" is disabled (bug #9433).
495 o  Fix segfaults in "log level = 10" on Solaris (bug #9390).
498 Changes since 3.6.9:
499 --------------------
501 o   Jeremy Allison <jra@samba.org>
502     * BUG 9236: ACL masks incorrectly applied when setting ACLs.
503     * BUG 9374: Allow smb2.acls torture test to pass against smbd with a POSIX
504       ACLs backend.
507 o   Björn Baumbach <bb@sernet.de>
508     * BUG 9345: Manpages: Fix use of <smbconfoption> tag.
511 o   Sumit Bose <sbose@redhat.com>
512     * BUG 9367: Use work around for 'winbind use default domain' only if it is
513       set.
516 o   Günther Deschner <gd@samba.org>
517     * BUG 9272: 'net ads join' does not provide AES keys in host keytab.
518     * BUG 9426: Lookup nametype 0x20 in rpc_pipe_open_tcp_port().
519     * BUG 9439: Fix ncacn_ip_tcp reconnection code for lsa lookups.
520     * BUG 9451: Allow to force DNS updates using net.
523 o   David Disseldorp <ddiss@samba.org>
524     * BUG 9433: Fix segfault when "default devmode" is disabled.
527 o   Volker Lendecke <vl@samba.org>
528     * BUG 9359: Optimization needed for SMB2 performance sensitive workloads.
529     * BUG 9422: Large read requests cause server to issue malformed reply.
530     * BUG 9439: Fix ncacn_ip_tcp reconnection code for lsa lookups.
533 o   Stefan Metzmacher <metze@samba.org>
534     * BUG 9209: Improve the smb2.create.blob test.
535     * BUG 9272: 'net ads join' does not provide AES keys in host keytab.
536     * BUG 9390: Fix segfaults in "log level = 10" on Solaris.
537     * BUG 9402: lib/addns doesn't work with a bind9 server.
540 o   Matthieu Patou <mat@matws.net>
541     * BUG 9418: Fix MD5 detection in the autoconf build.
544 o   Andreas Schneider <asn@samba.org>
545     * BUG 8564: Fix segfault in pam_sm_authenticate().
546     * BUG 9326: Fix 'net ads join' message for the dns domain.
547     * BUG 9386: Winbind: Failover if netlogon pipe is not available.
548     * BUG 9436: Fix leaking sockets of SMB connections to a DC.
551 o   Richard Sharpe <realrichardsharpe@gmail.com>
552     * BUG 9460: Respond correctly to FILE_STREAM_INFO requests.
555 ######################################################################
556 Reporting bugs & Development Discussion
557 #######################################
559 Please discuss this release on the samba-technical mailing list or by
560 joining the #samba-technical IRC channel on irc.freenode.net.
562 If you do report problems then please try to send high quality
563 feedback. If you don't provide vital information to help us track down
564 the problem then you will probably be ignored.  All bug reports should
565 be filed under the Samba 3.6 product in the project's Bugzilla
566 database (https://bugzilla.samba.org/).
569 ======================================================================
570 == Our Code, Our Bugs, Our Responsibility.
571 == The Samba Team
572 ======================================================================
575 ----------------------------------------------------------------------
578                    =============================
579                    Release Notes for Samba 3.6.9
580                          October 29, 2012
581                    =============================
584 This is is the latest stable release of Samba 3.6.
586 Major enhancements in Samba 3.6.9 include:
588 o  When setting a non-default ACL, don't forget to apply masks to
589    SMB_ACL_USER and SMB_ACL_GROUP entries (bug #9236).
590 o  Winbind can't fetch user or group info from AD via LDAP (bug #9147).
591 o  Fix segfault in smbd if user specified ports out for range (bug #9218).
594 Changes since 3.6.8:
595 --------------------
597 o   Michael Adam <obnox@samba.org>
598     * BUG 9173: Make SMB2 compound request create/delete_on_close/close work as
599       Windows.
602 o   Jeremy Allison <jra@samba.org>
603     * BUG 8966: Fix 'net rpc share allowedusers' to work with 2008r2.
604     * BUG 9016: Connection to outbound trusted domain goes offline.
605     * BUG 9117: 'smbclient' can't connect to a Windows 7 server using NTLMv2.
606     * BUG 9147: Winbind can't fetch user or group info from AD via LDAP.
607     * BUG 9174: Empty SPNEGO packet can cause smbd to crash.
608     * BUG 9189: SMB2 Create doesn't return correct MAX ACCESS access mask in
609       blob.
610     * BUG 9209: Parse of invalid SMB2 create blob can cause smbd crash.
611     * BUG 9213: Bad ASN.1 NegTokenInit packet can cause invalid free.
612     * BUG 9222: Signing cannot be disabled for SMB2 by design, so fix the
613       documentation instead.
614     * BUG 9236: When setting a non-default ACL, don't forget to apply masks to
615       SMB_ACL_USER and SMB_ACL_GROUP entries.
618 o   Andrew Bartlett <abartlet@samba.org>
619     * BUG 8788: Initialise ticket to ensure we do not invalid memory.
622 o   Ira Cooper <ira@samba.org>
623     * BUG 9173: Compound requests should continue processing.
626 o   Günther Deschner <gd@samba.org>
627     * BUG 9177: pam_winbind: Match more return codes when wbcGetPwnam has failed.
630 o   Björn Jacke <bj@sernet.de>
631     * BUG 3272: quota: Don't force the block size to 512.
632     * BUG 8107: Add some includes for poll.h.
633     * BUG 8146: Fix wrong test == syntax in configure.
634     * BUG 8344: Fix --with(out)-sendfile-support option handling in autoconf.
635     * BUG 9172: Add quota support for gfs2.
638 o   Volker Lendecke <vl@samba.org>
639     * BUG 9188: Fix crash bug in idmap_hash.
640     * BUG 9268: Make tdb robust against improper CLEAR_IF_FIRST restart.
643 o   Luca Lorenzetto <lorenzetto-luca@ubuntu-it.org>
644     * BUG 9013: Fix crash on null pam change pw response.
647 o   Vladimir Marek <Vladimir.Marek@Oracle.COM>
648     * BUG 9192: Fix service control for non-internal services.
651 o   Stefan Metzmacher <metze@samba.org>
652     * BUG 9173: Make SMB2 compound request create/delete_on_close/close work as
653       Windows.
654     * BUG 9196: Don't take 'state->te' as indication for "was_deferred".
655     * BUG 9209: Fix unitialized padding in smb2_create_blob_push_one().
658 o   Matthieu Patou <mat@matws.net>
659     * BUG 9259: lib-addns: ensure that allocated buffer are pre set to 0.
662 o   Rusty Russell <rusty@rustcorp.com.au>
663     * BUG 9268: Make robust against shrinking tdbs.
666 o   Joachim Schmitz <schmitz@hp.com>
667     * BUG 8107: Fix poll replacement to become a msleep replacement.
670 o   Andreas Schneider <asn@samba.org>
671     * BUG 8632: Fix builtin forms order to match Windows again.
672     * BUG 8769: Fix RAW printing for normal users.
673     * BUG 9112: Increase debug level for info that the db is empty.
674     * BUG 9154: Open printers with the right access mask.
675     * BUG 9171: Remove non-existent option '-Y' from winbindd manpage.
676     * BUG 9218: Fix segfault in smbd if user specified ports out for range.
677     * BUG 9231: Fix NT_STATUS_IO_TIMEOUT during slow import of printers into
678       registry.
679     * BUG 9280: Add support for reloading systemd services.
682 o   Karolin Seeger <kseeger@samba.org>
683     * BUG 9165: Fix makerpms.sh on RHEL.
686 ######################################################################
687 Reporting bugs & Development Discussion
688 #######################################
690 Please discuss this release on the samba-technical mailing list or by
691 joining the #samba-technical IRC channel on irc.freenode.net.
693 If you do report problems then please try to send high quality
694 feedback. If you don't provide vital information to help us track down
695 the problem then you will probably be ignored.  All bug reports should
696 be filed under the Samba 3.6 product in the project's Bugzilla
697 database (https://bugzilla.samba.org/).
700 ======================================================================
701 == Our Code, Our Bugs, Our Responsibility.
702 == The Samba Team
703 ======================================================================
706 ----------------------------------------------------------------------
709                    =============================
710                    Release Notes for Samba 3.6.8
711                          September 17, 2012
712                    =============================
715 This is is the latest stable release of Samba 3.6.
717 Major enhancements in Samba 3.6.8 include:
719 o  Fix crash bug in smbd caused by a blocking lock followed by
720    close (bug #9084).
721 o  Fix Winbind panic if we couldn't find the domain (bug #9135).
724 Changes since 3.6.7:
725 --------------------
727 o   Jeremy Allison <jra@samba.org>
728     * BUG 9058: Fix smbstatus code dump when a file entry has delete tokens.
729     * BUG 9098: Fix refreshing of Kerberos tickets in Winbind.
730     * BUG 9124: Fix setting of "inherited" bit on inherited ACE's.
733 o   Christian Ambach <ambi@samba.org>
734     * BUG 9137: Make 'smbclient allinfo' show the snapshot list.
737 o   Andrew Bartlett <abartlet@samba.org>
738     * BUG 9066: "Domain Users" incorrectly added as additional group on domain
739       members.
740     * BUG 9067: Use correct RID for "Domain Guests" primary group.
743 o   David Binderman <dcb314@hotmail.com>
744     * BUG 9065: Fix bad call to memcpy source3/registry/regfio.c.
747 o   David Disseldorp <ddiss@samba.org>
748     * BUG 9123: Fix lprng job tracking errors.
751 o   Salvador I. Gonzalez <sgonzalez@codejunkie.net>
752     * BUG 9088: Fix smbclient/tarmode panic when connecting to Windows 2000
753       clients.
756 o   Hargagan <shargagan@novell.com>
757     * BUG 9085: Fix NMB registration for a duplicate workstation.
760 o   Björn Jacke <bj@sernet.de>
761     * BUG 9037: Open and netbsd have the md5 symbols in libc.
762     * BUG 9144: Fix nfs quota support with Linux nfs4 mounts.
765 o   Volker Lendecke <vl@samba.org>
766     * BUG 9037: Fix name clash in MD5 causing the "net ads join" to fail on
767       T4 (sun4v) systems on Solaris 10.
768     * BUG 9058: Backport FSCTL codes from master.
769     * BUG 9084: Fix crash bug in smbd caused by a blocking lock followed by
770       close.
771     * BUG 9150: Valid open requests can cause smbd assert due to incorrect
772       oplock handling on delete requests.
775 o   Herb Lewis <hlewis@panasas.com>
776     * BUG 9104: Fix identification of idle clients in Winbind to avoid crashes
777       and NDR parsing errors.
780 o   Stefan Metzmacher <metze@samba.org>
781     * BUG 9058: Fix segfault in smbstatus.
784 o   Andreas Schneider <asn@samba.org>
785     * BUG 9111: Fix compilation with newer MIT Kerberos which hides internal
786       symbols.
787     * BUG 9112: Fix flooding the logs with records we don't find in pcap.
788     * BUG 9122: Initialize the print backend after we setup winreg.
789     * BUG 9135: Fix Winbind panic if we couldn't find the domain.
792 ######################################################################
793 Reporting bugs & Development Discussion
794 #######################################
796 Please discuss this release on the samba-technical mailing list or by
797 joining the #samba-technical IRC channel on irc.freenode.net.
799 If you do report problems then please try to send high quality
800 feedback. If you don't provide vital information to help us track down
801 the problem then you will probably be ignored.  All bug reports should
802 be filed under the Samba 3.6 product in the project's Bugzilla
803 database (https://bugzilla.samba.org/).
806 ======================================================================
807 == Our Code, Our Bugs, Our Responsibility.
808 == The Samba Team
809 ======================================================================
812 ----------------------------------------------------------------------
815                    =============================
816                    Release Notes for Samba 3.6.7
817                            August 6, 2012
818                    =============================
821 This is is the latest stable release of Samba 3.6.
823 Major enhancements in Samba 3.6.7 include:
825 o  Fix resolving our own "Domain Local" groups (bug #9052).
826 o  Fix migrating printers while upgrading from 3.5.x (bug #9026).
829 Changes since 3.6.6:
830 --------------------
832 o   Jeremy Allison <jra@samba.org>
833     * BUG 8974: Fix kernel oplocks when uid(file) != uid(process).
834     * BUG 8989: Send correct responses to NT Transact Secondary when no data
835       and no params for the Trans2 calls are set.
836     * BUG 9034: Fix typo in set_re_uid() call when USE_SETRESUID selected in
837       configure.
840 o   David Binderman <dcb314@hotmail.com>
841     * BUG 9062: rpcclient: Fix bad call to data_blob_const.
844 o   Günther Deschner <gd@samba.org>
845     * BUG 9026: Fix migrating printers while upgrading from 3.5.x.
848 o   David Disseldorp <ddiss@samba.org>
849     * BUG 8719: Printing fails in function cups_job_submit.
850     * BUG 9026: Fix migrating printers while upgrading from 3.5.x.
853 o   Olaf Flebbe <o.flebbe@science-computing.de>
854     * BUG 8552: Correct documentation of "case sensitive".
857 o   Björn Jacke <bj@sernet.de>
858     * BUG 8996: Fix build without ads support.
861 o   Volker Lendecke <vl@samba.org>
862     * BUG 9003: Fix posix acl on gpfs.
863     * BUG 9040: Using asynchronous IO with SMB2 can return NT_STATUS_FILE_CLOSED
864       in error instead ofNT_STATUS_FILE_LOCK_CONFLICT.
867 o   Stefan Metzmacher <metze@samba.org>
868     * BUG 9002: Don't turn negative cache entries into valid idmappings.
869     * BUG 9022: Make vfs_gpfs less verbose in get/set_xattr functions.
870     * BUG 9057: Fix bugs in SMB2 credit handling code.
873 o   Jiri Popelka <jpopelka@redhat.com>
874     * BUG 9055: Fix build against CUPS 1.6.
877 o   Jura Sasek <jiri.sasek@oracle.com>
878     * BUG 9037: Fix 'net ads join' on T4 (sun4v) systems on Solaris 10.
881 o   Andreas Schneider <asn@samba.org>
882     * BUG 9052: Fix resolving our own "Domain Local" groups.
885 ######################################################################
886 Reporting bugs & Development Discussion
887 #######################################
889 Please discuss this release on the samba-technical mailing list or by
890 joining the #samba-technical IRC channel on irc.freenode.net.
892 If you do report problems then please try to send high quality
893 feedback. If you don't provide vital information to help us track down
894 the problem then you will probably be ignored.  All bug reports should
895 be filed under the Samba 3.6 product in the project's Bugzilla
896 database (https://bugzilla.samba.org/).
899 ======================================================================
900 == Our Code, Our Bugs, Our Responsibility.
901 == The Samba Team
902 ======================================================================
905 ----------------------------------------------------------------------
908                    =============================
909                    Release Notes for Samba 3.6.6
910                            June 25, 2012
911                    =============================
914 This is is the latest stable release of Samba 3.6.
916 Major enhancements in Samba 3.6.6 include:
918 o  Fix possible memory leaks in the Samba master process (bug #8970).
919 o  Fix uninitialized memory read in talloc_free().
920 o  Fix joining of XP Pro workstations to 3.6 DCs (bug #8373).
923 Changes since 3.6.5:
924 --------------------
926 o   Michael Adam <obnox@samba.org>
927     * BUG 8738: SMB2 server will not release unused shares.
928     * BUG 8749: Sign non guest sessions in SessionSetup.
929     * BUG 8921: Fix race writing registry values.
932 o   Jeremy Allison <jra@samba.org>
933     * BUG 8373: Fix joining of XP Pro workstations to 3.6 DCs.
934     * BUG 8627: Fix crash bug in dns_create_probe when dns_create_update fails.
935     * BUG 8723: Add pthread-based aio VFS module.
936     * BUG 8784: When calculating the share security mask, take priviliges into
937       account for the connecting user.
938     * BUG 8811: sd_has_inheritable_components segfaults on an SD that
939       se_access_check accepts.
940     * BUG 8837: Fix crash in smbd when deleting directory and veto files are
941       enabled.
942     * BUG 8857: Setting traverse rights fails to enable directory traversal when
943       acl_xattr in use.
944     * BUG 8882: Broken processing of %U with vfs_full_audit when force user is
945       set.
946     * BUG 8897: Make winbind_krb5_locator not only returning one IP address.
947     * BUG 8910: resolve_ads() code can return zero addresses and miss valid
948       DC IP addresses.
949     * BUG 8922: smbclient's tarmode insists on listing excluded directories.
950     * BUG 8953: Winbind can hang as nbt_getdc() has no timeout.
951     * BUG 8957: Typo in pam_winbindd code MUST fix.
952     * BUG 8970: Fix possible memory leaks in the Samba master process.
953     * BUG 8971: cleanup_timeout_fn() is called too often, on exiting when an
954       smbd is idle.
955     * BUG 8972: Directory group write permission bit is set if unix extensions
956       are enabled.
959 o   Christian Ambach <ambi@samba.org>
960     * BUG 8406: Fix a return code check in Winbind.
961     * BUG 8807: Fix crash in dcerpc_lsa_lookup_sids_noalloc() crashes when
962       groups has more than 1000 groups.
965 o   Andrew Bartlett <abartlet@samba.org>
966     * BUG 8599: Only use SamLogonEx when we can get unencrypted session keys.
967     * BUG 8727: Fix smbclients with posix large reads.
968     * BUG 8943: Slow but responsive DC can lock up Winbind for > 10 minutes
969       at a time.
972 o   Björn Baumbach <bb@sernet.de>
973     * BUG 7564: Fix default name resolve order in the manpage.
974     * BUG 8554, 8612, 8748: Add new printers to registry.
975     * BUG 8789: Remove whitespace in example samba.ldif.
978 o   Alexander Bokovoy <ab@samba.org>
979     * BUG 8988: Avoid crash with MIT krb5 1.10.0 in gss_get_name_attribute().
982 o   Alejandro Escanero Blanco <aescanero@gmail.com>
983     * BUG 8798: The primary rid should be in the groups rid array.
986 o   Ira Cooper <samba@ira.wakeful.net>
987     * BUG 8729: Fix getpass regressions on Solaris/Illumos.
988     * BUG 8743: Fix configure.developer builds on Solaris.
989     * BUG 8910: Fix bad bugfix for bug #8910.
990     * BUG 8952: Fix negative SID->uid/gid cache handling.
991     * BUG 8995: Use fsp_persistent_id() as persistent_file_id part for SMB2.
994 o   David Disseldorp <ddiss@samba.org>
995     * BUG 8762: Fix crash in printer_list_set_printer().
998 o   Olaf Flebbe <o.flebbe@science-computing.de>
999     * BUG 8859: Fix assertion in reg_parse.
1002 o   Björn Jacke <bj@sernet.de>
1003     * BUG 8732: Fix compile of krb5 locator on Solaris.
1004     * BUG 8869: Remove outdated netscape ds 5 schema file.
1005     * BUG 8978: Remove dependency on automake for 'make everything'.
1008 o   Steve Langasek <steve.langasek@ubuntu.com>
1009     * BUG 8920: Fix null dereference in pdb_interface.
1012 o   Volker Lendecke <vl@samba.org>
1013     * Fix uninitialized memory read in talloc_free().
1014     * BUG 8567: Fix segfault in dom_sid_compare.
1015     * BUG 8733: Delete streams on directories (streams_depot).
1016     * BUG 8760: Add SERVERID_UNIQUE_ID_NOT_TO_VERIFY.
1017     * BUG 8836: Fix segfaults on "smbcontrol close-share" in aio_fork.
1018     * BUG 8861: Fix a segfault with debug level 3 on Solaris.
1019     * BUG 8904: Fix Winbind crash triggered by 'wbinfo --lookup-sids ""'.
1020     * BUG 8998: Notify code can miss a ChDir.
1023 o   Stefan Metzmacher <metze@samba.org>
1024     * BUG 8139: Ignore SMBecho errors (the server may not support it).
1025     * BUG 8527: db_ctdb_traverse fails to traverse records created within the
1026       current transaction.
1027     * BUG 8311: Winzip occasionally can not read files out of an open winzip
1028       dialog.
1029     * BUG 8739: Fill the sids array of the info in
1030       wbcAuthUserInfo_to_netr_SamInfo3().
1031     * BUG 8749: Sign non guest sessions in SessionSetup.
1032     * BUG 8995: Use fsp_persistent_id() as persistent_file_id part for SMB2.
1035 o   Matthieu Patou <mat@matws.net>
1036     * BUG 8599: Set the can_do_validation6 also for trusted domain.
1037     * BUG 8714: Catch with pid filename's change when config file is not
1038       smb.conf.
1039     * BUG 8734: Don't try to do clever thing if the username is not found while
1040       authenticating through Winbind.
1041     * BUG 8771: Winbind takes up to 20 minutes to change from DC 1 to DC 2.
1042     * BUG 8975: Call dump_core_setup after command line option has been parsed.
1045 o   SATOH Fumiyasu <fumiyas@osstech.co.jp>
1046     * BUG 8826: Prepend '/' to filename argument (docs).
1049 o   Andreas Schneider <asn@samba.org>
1050     * BUG 8944 and 8567: Don't lookup the system user in pdb.
1053 o   Richard Sharpe <realrichardsharpe@gmail.com>
1054     * BUG 8768: Honor SeTakeOwnershipPrivilege when file opened with
1055       SEC_STD_WRITE_OWNER.
1056     * BUG 8797: Correctly handle DENY ACEs when privileges apply.
1057     * BUG 8822: Fix building out-of-tree modules.
1058     * BUG 8945: vfs_acl_common discards errors from writing to the underlying
1059       storage.
1060     * BUG 8970: Fix possible memory leaks in the Samba master process.
1063 o   Simo Sorce <idra@samba.org>
1064     * BUG 8915: Fix pam_winbind build against newer iniparser library.
1067 o   Joseph Tam <jtam.home@gmail.com>
1068     * BUG 8877: Syslog broken owing to mistyping of debug_settings.syslog.
1071 o   Ralph Wuerthner <ralph.wuerthner@de.ibm.com>
1072     * BUG 8845: Move print_backend_init() behind init_system_info().
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.5
1100                           April 30, 2012
1101                    =============================
1104 This is a security release in order to address
1105 CVE-2012-2111 (Incorrect permission checks when granting/removing
1106 privileges can compromise file server security).
1108 o  CVE-2012-2111:
1109    Samba 3.4.x to 3.6.4 are affected by a
1110    vulnerability that allows arbitrary users
1111    to modify privileges on a file server.
1114 Changes since 3.6.4:
1115 --------------------
1118 o   Jeremy Allison <jra@samba.org>
1119     * Fix  incorrect permission checks when granting/removing
1120       privileges (CVE-2012-2111).
1123 ######################################################################
1124 Reporting bugs & Development Discussion
1125 #######################################
1127 Please discuss this release on the samba-technical mailing list or by
1128 joining the #samba-technical IRC channel on irc.freenode.net.
1130 If you do report problems then please try to send high quality
1131 feedback. If you don't provide vital information to help us track down
1132 the problem then you will probably be ignored.  All bug reports should
1133 be filed under the Samba 3.6 product in the project's Bugzilla
1134 database (https://bugzilla.samba.org/).
1137 ======================================================================
1138 == Our Code, Our Bugs, Our Responsibility.
1139 == The Samba Team
1140 ======================================================================
1143 ----------------------------------------------------------------------
1146                    =============================
1147                    Release Notes for Samba 3.6.4
1148                           April 10, 2012
1149                    =============================
1152 This is a security release in order to address
1153 CVE-2012-1182 ("root" credential remote code execution).
1155 o  CVE-2012-1182:
1156    Samba 3.0.x to 3.6.3 are affected by a
1157    vulnerability that allows remote code
1158    execution as the "root" user.
1161 Changes since 3.6.3:
1162 --------------------
1165 o   Stefan Metzmacher <metze@samba.org>
1166     *BUG 8815: PIDL based autogenerated code allows overwriting beyond of
1167      allocated array (CVE-2012-1182).
1170 ######################################################################
1171 Reporting bugs & Development Discussion
1172 #######################################
1174 Please discuss this release on the samba-technical mailing list or by
1175 joining the #samba-technical IRC channel on irc.freenode.net.
1177 If you do report problems then please try to send high quality
1178 feedback. If you don't provide vital information to help us track down
1179 the problem then you will probably be ignored.  All bug reports should
1180 be filed under the Samba 3.6 product in the project's Bugzilla
1181 database (https://bugzilla.samba.org/).
1184 ======================================================================
1185 == Our Code, Our Bugs, Our Responsibility.
1186 == The Samba Team
1187 ======================================================================
1190 ----------------------------------------------------------------------
1193                    =============================
1194                    Release Notes for Samba 3.6.3
1195                          January 29, 2012
1196                    =============================
1199 This is a security release in order to address
1200 CVE-2012-0817 (Memory leak/Denial of service).
1202 o  CVE-2012-0817:
1203    The Samba File Serving daemon (smbd) in Samba versions
1204    3.6.0 to 3.6.2 is affected by a memory leak that can
1205    cause a server denial of service.
1208 Changes since 3.6.2:
1209 --------------------
1212 o   Jeremy Allison <jra@samba.org>
1213     * BUG 8724: Fix memory leak in parent smbd on connection.
1216 o   Ira Cooper <samba@ira.wakeful.net>
1217     * BUG 8724: Fix memory leak in parent smbd on connection.
1220 ######################################################################
1221 Reporting bugs & Development Discussion
1222 #######################################
1224 Please discuss this release on the samba-technical mailing list or by
1225 joining the #samba-technical IRC channel on irc.freenode.net.
1227 If you do report problems then please try to send high quality
1228 feedback. If you don't provide vital information to help us track down
1229 the problem then you will probably be ignored.  All bug reports should
1230 be filed under the Samba 3.6 product in the project's Bugzilla
1231 database (https://bugzilla.samba.org/).
1234 ======================================================================
1235 == Our Code, Our Bugs, Our Responsibility.
1236 == The Samba Team
1237 ======================================================================
1240 ----------------------------------------------------------------------
1243                    =============================
1244                    Release Notes for Samba 3.6.2
1245                          January 25, 2012
1246                    =============================
1249 This is the latest stable release of Samba 3.6.
1251 Major enhancements in Samba 3.6.2 include:
1253 o  Make Winbind receive user/group information (bug #8371).
1254 o  Several SMB2 fixes.
1257 Changes since 3.6.1:
1258 --------------------
1261 o   Michael Adam <obnox@samba.org>
1262     * BUG 8528: Fix SEGFAULT from net registry export on not zero terminated
1263       REG_SZ values.
1266 o   Jeremy Allison <jra@samba.org>
1267     * BUG 8541: readlink() on Linux clients fails if the symlink target is
1268       outside of the share.
1269     * BUG 8542: smbclient posix_open command fails to return correct info on
1270       open file.
1271     * BUG 8548: winbind_samlogon_retry_loop ignores logon_parameters flags.
1272     * BUG 8561: Password change settings not fully observed.
1273     * BUG 8562: Fix double free error in talloc.
1274     * BUG 8614: Ensure we correctly calculate reply credits over all returned
1275       SMB2 replies.
1276     * BUG 8631: POSIX ACE x permission becomes rx following mapping to and from
1277       a DACL.
1278     * BUG 8636: When returning an ACL without SECINFO_DACL requested, we still
1279       set SEC_DESC_DACL_PRESENT in the type field.
1280     * BUG 8644: vfs_acl_xattr and vfs_acl_tdb modules can fail to add
1281       inheritable entries on a directory with no stored ACL.
1282     * BUG 8663: Fix deleting a symlink if the symlink target is outside of
1283     * the share.
1284     * BUG 8664: Fix renaming a symlink if the symlink target is outside of
1285       the share.
1286     * BUG 8673: Fix NT ACL issue.
1287     * BUG 8674: Fix buffer overflow issue with AES encryption in samba traffic
1288       analyzer.
1289     * BUG 8679: recvfile code path using splice() on Linux leaves data in the
1290       pipe on short write.
1291     * BUG 8687: Fix typo in 'net memberships' usage.
1292     * BUG 8710: Fix major leak with SMB2 in connections.tdb.
1293     * Fix a crash bug in the spoolss code.
1294     * Add new contributing FAQ announcing acceptance of corporate (C).
1297 o   Christian Ambach <ambi@samba.org>
1298     * BUG 8444: Add an allocation pool to idmap_autorid.
1299     * BUG 8585: Increase a debug level.
1302 o   Andrew Bartlett <abartlet@samba.org>
1303     * BUG 8623: Fix crash bug when trying to browse Samba printers.
1306 o   Björn Baumbach <bb@sernet.de>
1307     * BUG 8580: Enable inotify if sys or kernel inotify is available.
1308     * BUG 8618: Fix migrate printer code.
1311 o   Gregor Beck <gbeck@sernet.de>
1312     * BUG 8528: Fix SEGFAULT from net registry export on not zero terminated
1313       REG_SZ values.
1316 o   Günther Deschner <gd@samba.org>
1317     * BUG 7465: Remove pointless use_memory_krb5_ccache.
1318     * BUG 8176: Fix perl path.
1319     * BUG 8591: Fix marshalling of samr_ChangePasswordUser3.
1320     * BUG 8692: libads: Fix malloc/talloc mismatch in
1321       ads_keytab_verify_ticket().
1324 o   David Disseldorp <ddiss@suse.de>
1325     * BUG 4942: DeletePrinterDriverEx deletes files in use.
1326     * BUG 8575: Add systemd service files.
1327     * BUG 8606: Fix intermittent print job failures caused by character
1328       conversion errors.
1329     * BUG 8697: Make DeletePrinterDriverEx remove printer driver files.
1332 o   Björn Jacke <bj@sernet.de>
1333     * BUG 8531: Make DSO_EXPORTS_CMD more portable.
1334     * BUG 8616: Allow to set TCP_NODELAYACK socket option on AIX.
1335     * BUG 8652: Document the "ignore system acls" option of vfs_acl_xattr and
1336       vfs_acl_tdb vfs modules.
1339 o   Frank Lahm <franklahm@googlemail.com>
1340     * BUG 8419: Make VFS op "streaminfo" stackable.
1343 o   Volker Lendecke <vl@samba.org>
1344     * BUG 8371: Make Winbind receive user/group information.
1345     * BUG 8639: Fix the vfs_commit module.
1346     * BUG 8686: Packet validation checks can be done before length validation
1347       causing uninitialized memory read.
1350 o   Stefan Metzmacher <metze@samba.org>
1351     * BUG 5326: Fix cli_write_and_x() against OS/2 print shares.
1352     * BUG 8357: Grant credits in async interim responses (SMB2).
1353     * BUG 8560: Make SMB2 handle compound request headers in the same way
1354       as Windows.
1355     * BUG 8573: Fix alignment in the non-extended-security negprot.
1356     * BUG 8586: libsmb: Only align unicode pipe_name.
1357     * BUG 8579: smb2_flush: Don't send uninitialized memory.
1358     * BUG 8592: Don't limit the number of open dptrs for SMB2.
1359     * BUG 8593: Fix a crash bug in cldap_socket_recv_dgram().
1360     * BUG 8684: Try ctdbd_init_connection() as root.
1363 o   Masafumi Nakayama <MASA23@jp.ibm.com>
1364     * BUG 563: Fix 'smbclient tar' for files greater than 8GB on BE machines.
1367 o   Matthieu Patou <mat@matws.net>
1368     * BUG 8600: Make cldap work over IPv6.
1369     * BUG 8674: Fix buffer overflow issue with AES encryption in samba traffic
1370       analyzer.
1373 o   Andreas Schneider <asn@samba.org>
1374     * BUG 8550: Fix setting the machine account password.
1375     * BUG 8575: Add systemd service files.
1376     * BUG 8608: Winbind: Don't fail on users without a uid.
1377     * BUG 8628: libsmb: Don't duplicate Kerberos service tickets.
1378     * BUG 8643: Add an update function for Winbind cache.
1379     * BUG 8678: Fix Winbind segfault if we can't map the last user.
1382 o   Karolin Seeger <kseeger@samba.org>
1383     * BUG 7705: Fix some RHEL packaging issues.
1386 o   Richard Sharpe <realrichardsharpe@gmail.com>
1387     * BUG 8607: Improve configure.in so it can be used outside the Samba source
1388       tree.
1391 o   Brad Smith <brad@comstyle.com>
1392     * BUG 8525: Fix bug with sys_fseek() wrapper on *BSD / OS X).
1395 o   Henry Wong <henry@stuffedcow.net>
1396     * BUG 8384: Fix Windows XP clients crashing smbd process every once in a
1397       while.
1400 ######################################################################
1401 Reporting bugs & Development Discussion
1402 #######################################
1404 Please discuss this release on the samba-technical mailing list or by
1405 joining the #samba-technical IRC channel on irc.freenode.net.
1407 If you do report problems then please try to send high quality
1408 feedback. If you don't provide vital information to help us track down
1409 the problem then you will probably be ignored.  All bug reports should
1410 be filed under the Samba 3.6 product in the project's Bugzilla
1411 database (https://bugzilla.samba.org/).
1414 ======================================================================
1415 == Our Code, Our Bugs, Our Responsibility.
1416 == The Samba Team
1417 ======================================================================
1420 ----------------------------------------------------------------------
1423                    =============================
1424                    Release Notes for Samba 3.6.1
1425                           October 20, 2011
1426                    =============================
1429 This is the latest stable release of Samba 3.6.
1431 Major enhancements in Samba 3.6.1 include:
1433 o  Fix smbd crashes triggered by Windows XP clients (bug #8384).
1434 o  Fix a Winbind race leading to 100% CPU load (bug #8409).
1435 o  Several SMB2 fixes.
1436 o  The VFS ACL modules are no longer experimental but production-ready.
1439 Changes since 3.6.0:
1440 --------------------
1443 o   Michael Adam <obnox@samba.org>
1444     * BUG 8368: Fix the fallback to the deprecated spelling idmap:script.
1447 o   Jeremy Allison <jra@samba.org>
1448     * BUG 7509: smb_acl_to_posix: ACL is invalid for set (Invalid argument).
1449     * BUG 8229: Fix 'widelinks' regression.
1450     * BUG 8370: Fix vfs_chown_fsp.
1451     * BUG 8412: Fix "saving as" of MS Office 2007 (Word) documents on Samba
1452       shares with SMB2.
1453     * BUG 8422: Fix infinite loop in ACL module code.
1454     * BUG 8429: Compound SMB2 requests on an IPC connection can corrupt the
1455       reply stream.
1456     * BUG 8443: Be smarter about setting default permissions when a ACL_USER_OBJ
1457       isn't given.
1458     * BUG 8453: Fix smbclient segfaults when dialect option -m is used for
1459       legacy dialects.
1460     * BUG 8458: IE9 on Windows 7 cannot download files to samba 3.5.11 share.
1461     * BUG 8473: smb2_find uses a hard coded max reply size of 0x10000 instead of
1462       smb2_max_trans.
1463     * BUG 8474: SMB2 create doesn't cope with an Apple client using NULL blob in
1464       create.
1465     * BUG 8476: Samba asserts when SMB2 client breaks the crediting rules.
1466     * BUG 8477: Map to guest can return uninitialized blob of data.
1467     * BUG 8493: DFS breaks zip file extracting unless "follow symlinks = no"
1468       set.
1469     * BUG 8494: Remove "experimental" label on VFS ACL modules.
1470     * BUG 8507: smbd doesn't correctly honor the "force create mode" bits from a
1471       cifsfs create.
1472     * BUG 8509: Read-only handles on SAMR allow SAMR_DOMAIN_ACCESS_CREATE_USER.
1473     * BUG 8521: Winbind cache timeout expiry test was reversed.
1476 o   Christian Ambach <ambi@samba.org>
1477     * BUG 8428: Fix wrong reply to DHnC (durable handle reconnect).
1478     * BUG 8518: SMB2 create call returns incorrect file allocation size.
1481 o   Björn Baumbach <bb@sernet.de>
1482     * BUG 8364: Fix the build of gpfs.c on RHEL 6.0 with gpfs 3.4.0-4.
1485 o   Bram <fnzon@lists.wizbit.be>
1486     * BUG 7551: Return error of cli_push when 'put - /some/file' is used.
1489 o   Ira Cooper <ira@wakeful.net>
1490     * BUG 8395: Optimize serverid_exists() for Solaris.
1491     * BUG 8442: NFSv4 DENY ACLs always include SYNCHRONIZE flag - blocking
1492       renames.
1495 o   Günther Deschner <gd@samba.org>
1496     * BUG 8401: registry/reg_format.c must include includes.h.
1497     * BUG 7465: Fix 'net ads join -k' when KRB5CCNAME is not set.
1500 o   David Disseldorp <ddiss@suse.de>
1501     * BUG 8480: acl_xattr can free an invalid pointer if no blob is loaded.
1502     * BUG 8520: Fix SMB2 SMB2_OP_GETINFO and SMB2_OP_IOCTL parsing requirements.
1505 o   Wilco Baan Hofman <wilco@baanhofman.nl>
1506     * BUG 8455: Fix uninitialized memory problem in group_sids_to_info3.
1509 o   Björn Jacke <bj@sernet.de>
1510     * BUG 8256: Add man vfs_aio_fork.
1511     * BUG 8363: Fix build of vfs_prealloc on SLES8.
1514 o   Volodymyr Khomenko <Volodymyr_Khomenko@dell.com>
1515     * BUG 8515: Disallow "." in can_set_delete_on_close().
1518 o   Volker Lendecke <vl@samba.org>
1519     * BUG 7864: Fix usage of cli_errstr().
1520     * BUG 8334: smb2: smbd logs "Invalid SMB packet: first request: 0x0008" and crashes.
1521     * BUG 8338: Add a fallback for missing open&x support in MAC OS/X Lion.
1522     * BUG 8360: OS/2 sends an unexpected write&x/read&x chain.
1523     * BUG 8385: Fix smbclient access to NT4 shares.
1524     * BUG 8409: Fix a Winbind race leading to 100% CPU load.
1525     * BUG 8420: Fix 'getent group' if trusted domains are not reachable.
1526     * BUG 8433: Fix segfault in iconv.c.
1527     * BUG 8455: Samba PDC is looking up only primary user group.
1530 o   Herb Lewis <hlewis@panasas.com>
1531     * BUG 8365: Fix warning messages on Freebsd 4.6.2.
1534 o   Stefan Metzmacher <metze@samba.org>
1535     * BUG 8407: SMB2 server can return requests out-of-order when processing
1536       a compound request.
1537     * BUG 8452: Check the wct of the incoming SMBnegprot responses.
1538     * BUG 8473: smb2_find uses a hard coded max reply size of 0x10000 instead of
1539       smb2_max_trans.
1540     * BUG 8476: Don't call smbd_terminate_connection in
1541       smb2_validate_message_id().
1542     * BUG 8503: SMB2_OP_CANCEL requests don't have to be signed.
1543     * BUG 8520: Fix SMB2 SMB2_OP_GETINFO and SMB2_OP_IOCTL parsing requirements.
1546 o   SATOH Fumiyasu <fumiyas@osstech.co.jp>
1547     * BUG 8390: Fix the build of vfs_aixacl2.c.
1550 o   Andreas Schneider <asn@samba.org>
1551     * BUG 8236: Empty notify servername.
1552     * BUG 8351: While migrating forms, don't fail if the form already exists.
1555 o   Andrew Tridgell <tridge@samba.org>
1556     * BUG 8384: Fix smbd crashes triggered by Windows XP clients.
1559 ######################################################################
1560 Reporting bugs & Development Discussion
1561 #######################################
1563 Please discuss this release on the samba-technical mailing list or by
1564 joining the #samba-technical IRC channel on irc.freenode.net.
1566 If you do report problems then please try to send high quality
1567 feedback. If you don't provide vital information to help us track down
1568 the problem then you will probably be ignored.  All bug reports should
1569 be filed under the Samba 3.6 product in the project's Bugzilla
1570 database (https://bugzilla.samba.org/).
1573 ======================================================================
1574 == Our Code, Our Bugs, Our Responsibility.
1575 == The Samba Team
1576 ======================================================================
1579 ----------------------------------------------------------------------
1582                    =============================
1583                    Release Notes for Samba 3.6.0
1584                           August 9, 2011
1585                    =============================
1588 This is the first release of Samba 3.6.0.
1590 Major enhancements in Samba 3.6.0 include:
1593 Changed security defaults
1594 -------------------------
1596 Samba 3.6 has adopted a number of improved security defaults that will
1597 impact on existing users of Samba.
1599  client ntlmv2 auth = yes
1600  client use spnego principal = no
1601  send spnego principal = no
1603 The impact of 'client ntlmv2 auth = yes' is that by default we will not
1604 use NTLM authentication as a client.  This applies to the Samba client
1605 tools such as smbclient and winbind, but does not change the separately
1606 released in-kernel CIFS client.  To re-enable the poorer NTLM encryption
1607 set '--option=clientusentlmv2auth=no' on your smbclient command line, or
1608 set 'client ntlmv2 auth = no' in your smb.conf
1610 The impact of 'client use spnego principal = no' is that Samba will
1611 use CIFS/hostname to obtain a kerberos ticket, acting more like
1612 Windows when using Kerberos against a CIFS server in smbclient,
1613 winbind and other Samba client tools.  This will change which servers
1614 we will successfully negotiate kerberos connections to.  This is due
1615 to Samba no longer trusting a server-provided hint which is not
1616 available from Windows 2008 or later.  For correct operation with all
1617 clients, all aliases for a server should be recorded as a as a
1618 servicePrincipalName on the server's record in AD.  (For this reason,
1619 this behavior change and parameter was also made in Samba 3.5.9)
1621 The impact of 'send spnego principal = no' is to match Windows 2008 and
1622 not to send this principal, making existing clients give more consistent
1623 behaviour (more likely to fall back to NTLMSSP) between Samba and
1624 Windows 2008, and between Windows versions that did and no longer use
1625 this insecure hint.
1628 SMB2 support
1629 ------------
1631 SMB2 support in 3.6.0 is fully functional (with one omission),
1632 and can be enabled by setting:
1634 max protocol = SMB2
1636 in the [global] section of your smb.conf and re-starting
1637 Samba. All features should work over SMB2 except the modification
1638 of user quotas using the Windows quota management tools.
1640 As this is the first release containing what we consider
1641 to be a fully featured SMB2 protocol, we are not enabling
1642 this by default, but encourage users to enable SMB2 and
1643 test it. Once we have enough confirmation from Samba
1644 users and OEMs that SMB2 support is stable in wide user
1645 testing we will enable SMB2 by default in a future Samba
1646 release.
1649 Internal Winbind passdb changes
1650 -------------------------------
1652 Winbind has been changed to use the internal samr and lsa rpc pipe to get
1653 local user and group information instead of calling passdb functions. The
1654 reason is to use more of our infrastructure and test this infrastructure by
1655 using it. With this approach more code in Winbind is shared.
1658 New Spoolss code
1659 ----------------
1661 The spoolss and the old RAP printing code have been completely
1662 overhauled and refactored.
1664 All calls from lanman/printing code has been changed to go through the
1665 spoolss RPC interfaces, this allows us to keep all checks in one place
1666 and avoid special cases in the main printing code.
1667 Printing code has been therefore confined within the spoolss code.
1669 All the printing code, including the spoolss RPC interfaces has been
1670 changed to use the winreg RPC interfaces to store all data.
1671 All data has been migrated from custom, arbitrary TDB files to the
1672 registry interface. This transition allow us to present correct data to
1673 windows client accessing the server registry through the winreg RPC
1674 interfaces to query for printer data. Data is served out from a real
1675 registry implementation and therefore arguably 100% forward compatible.
1677 Migration code from the previous TDB files formats is provided. This
1678 code is automatically invoked the first time the new code is run on the
1679 server. Although manual migration is also available using the 'net
1680 printer migrate' command.
1682 These changes not only make all the spoolss code much more closer to
1683 "the spec", it also greatly improves our internal testing of both
1684 spoolss and winreg interfaces, and reduces overall code duplication.
1686 As part of this work, new tests have been also added to increase
1687 coverage.
1689 This code will also allow, in future, an easy transition to split out
1690 the spooling functions into a separate daemon for those OEMs that do not
1691 need printing functionality in their appliances, reducing the code
1692 footprint.
1695 ID Mapping Changes
1696 ------------------
1698 The id mapping configuration has been a source of much grief in the past.
1699 For this release, id mapping has been rewritten yet again with the goal
1700 of making the configuration more simple and more coherent while keeping
1701 the needed flexibility and even adding to the flexibility in some respects.
1703 The major change that implies the configuration simplifications is at
1704 the heart of the id mapping system: The separation of the "idmap alloc
1705 system" that is responsible for the unix id counters in the tdb, tdb2
1706 and ldap idmap backends from the id mapping code itself has been removed.
1707 The sids_to_unixids operation is now atomic and encapsulates (if needed)
1708 the action of allocating a unix id for a mapping that is to be created.
1709 Consequently all idmap alloc configuration parameters have vanished and
1710 it is hence now also not possible any more to specify an idmap alloc
1711 backend different from the idmap backend. Each idmap backend uses its
1712 own idmap unixid creation mechanism transparently.
1714 As a consequence of the id mapping changes, the methods that are used
1715 for storing and deleting id mappings have been removed from the winbindd
1716 API. The "net idmap dump/restore" commands have been rewritten to
1717 not speak through winbindd any more but directly act on the databases.
1718 This is currently available for the tdb and tdb2 backends, the implementation
1719 for ldap still missing.
1721 The allocate_id functionality is preserved for the unix id creator of the
1722 default idmap configuration is also used as the source of unix ids
1723 for the group mapping database and for the posix attributes in a
1724 ldapsam:editposix setup.
1726 As part of the changes, the default idmap configuration has been
1727 changed to be more coherent with the per-domain configuration.
1728 The parameters "idmap uid", "idmap gid" and "idmap range" are now
1729 deprecated in favour of the systematic "idmap config * : range"
1730 and "idmap config * : backend" parameters. The reason for this change
1731 is that the old options only provided an incomplete and hence deceiving
1732 backwards compatibility, which was a source of many problems with
1733 upgrades. By introducing this change in configuration, it should be
1734 brought to the conciousness of the users that even the simple
1735 id mapping is not working exactly as in Samba 3.0 versions any more.
1738 Endpoint Mapper
1739 ---------------
1741 As Microsoft is more and more relying on endpoint mapper and we didn't have a
1742 complete implementation we decided to create an instance for Samba. The
1743 endpoint mapper is like a DNS server but for ports. If you want to talk to a
1744 certain RPC service over TCP/IP, you just ask the endpoint mapper on which
1745 port it is running. Then you can connect to the service and make sure that it
1746 is running.
1748 The code is deactivated by default, because it needs more testing and it
1749 doesn't scale yet. If you want to enable and test the endpoint mapper
1750 you can set "rpc_server:epmapper = daemon" in the smb.conf file.
1753 Internal restructuring
1754 ----------------------
1756 Ongoing internal restructuring for better separation of internal subsystem to
1757 achieve a faster build, smaller binaries and cleaner dependencies for the samba3
1758 waf build.
1761 SMB Traffic Analyzer
1762 --------------------
1764 Added the new SMB Traffic Analyzer (SMBTA) VFS module protocol 2
1765 featuring encryption, multiple arguments, and easier parseability. A new
1766 tool 'smbta-util' has been created to control the encryption behaviour
1767 of SMBTA. For compatibility, SMBTA by default operates on version 1.
1768 There are programs consuming the data that the module sends.
1770 More information can be found on
1771 http://holger123.wordpress.com/smb-traffic-analyzer/
1774 NFS quota backend on Linux
1775 --------------------------
1777 A new nfs quota backend for Linux has been added that is based
1778 on the existing Solaris/FreeBSD implementation. This allows samba
1779 to communicate correct diskfree information for nfs imports that
1780 are re-exported as samba shares.
1783 ######################################################################
1784 Changes
1785 #######
1787 smb.conf changes
1788 ----------------
1790    Parameter Name                      Description     Default
1791    --------------                      -----------     -------
1793    async smb echo handler              New             No
1794    client ntlmv2 auth                  Changed Default Yes
1795    client use spnego principal         New             No
1796    ctdb locktime warn threshold        New             0
1797    idmap alloc backend                 Removed
1798    log writeable files on exit         New             No
1799    multicast dns register              New             Yes
1800    ncalrpc dir                         New
1801    send spnego principal               New             No
1802    smb2 max credits                    New             8192
1803    smb2 max read                       New             1048576
1804    smb2 max trans                      New             1048576
1805    smb2 max write                      New             1048576
1806    username map cache time             New             0
1807    winbind max clients                 New             200
1809    The variable substitutions for %i and %I no longer
1810    use IPv4 addresses mapped to IPv6, e.g. '::ffff:192.168.0.1',
1811    if the host has IPv6 enabled. Now %i and %I contain just
1812    '192.168.0.1'.
1814 Commit Highlights
1815 -----------------
1817 o   Michael Adam <obnox@samba.org>
1818     * ID Mapping changes.
1821 o   Jeremy Allison <jra@samba.org>
1822     * Implement SMB2 support.
1825 o   Stefan Metzmacher <metze@samba.org>
1826     * Implement SMB2 support.
1829 o   Andreas Schneider <asn@samba.org>
1830     * Add an Endpoint Mapper daemon.
1833 Changes since 3.6.0rc3
1834 ----------------------
1836 o   Michael Adam <obnox@samba.org>
1837     * BUG 8327: Fix the reload of the configuration, also reload activated
1838       registry shares.
1839     * BUG 8328: Cleanup of idmap_tdb2 code.
1842 o   Jeremy Allison <jra@samba.org>
1843     * BUG 7462: Make SA_RESETHAND conditional on its existance.
1844     * BUG 8324: smbclient cannot list directories from a big-endian machine.
1845     * BUG 8335: File copy aborts with smb2_validate_message_id: bad message_id.
1848 o   Christian Ambach <ambi@samba.org>
1849     * BUG 8330: Fix NFSv4 ACL merging logic.
1852 o   Andrew Bartlett <abartlet@samba.org>
1853     * BUG 8326: WinXP cannot join a Samba3 domain with a 'even' hostname.
1856 o   Björn Baumbach <bb@sernet.de>
1857     * BUG 8303: db_ctdb_send_schedule_for_deletion() is not defined.
1860 o   Alban Browaeys <prahal@yahoo.com>
1861     * BUG 8341: Fix segfault in libsmbclient.
1864 o   Björn Jacke <bj@sernet.de>
1865     * BUG 8362: Fix build issue on old glibc systems.
1868 o   Volker Lendecke <vlendec@samba.org>
1869     * BUG 8343: Fix SMB2 crash reading with aio_fork beyond the end of file.
1872 o   Stefan Metzmacher <metze@samba.org>
1873     * BUG 8347: Fix regression for HP-UX, AIX and OSF.
1874     * BUG 8357: Make sure we grant credits on async read/write operations.
1875     * BUG 8358: Fix a bug in run_poll_events().
1878 Changes since 3.6.0rc2
1879 ----------------------
1881 o   Michael Adam <obnox@samba.org>
1882     * BUG 8213: Fixes in idmap_autorid.
1883     * BUG 8217: Do not stat-check the share path in 'net conf addshare'.
1884     * BUG 8281: Fix build of examples/VFS/*.
1887 o   Jeremy Allison <jra@samba.org>
1888     * BUG 8083: Fix "inherit owner = yes" with vfs_acl_xattr or vfs_acl_tdb
1889       module.
1890     * BUG 8211: Fix "inherit owner = yes" when "inherit permissions = yes"
1891       is set.
1892     * BUG 8219: Fix SMB Panic from Windows 7 client.
1893     * BUG 8254: Fix "acl check permissions = no".
1894     * BUG 8293: Fix log file rotating in SMB2.
1895     * BUG 8304: Fix uninitialized variable in error path.
1896     * BUG 8307: brl_close_fnum does not call SMB_VFS_BRL_UNLOCK_WINDOWS on all
1897       locks.
1898     * BUG 8310: toupper_ascii() is broken on big-endian systems.
1899     * BUG 8314: Fix smbd crash with unknown user.
1902 o   Christian Ambach <ambi@samba.org>
1903     * BUG 8231: Fix crash bug in 'net cache get'.
1904     * BUG 8244: Fix copying files larger than 2 GB to a Samba share.
1905     * BUG 8263: Fix build with --with-fake-kaserver or --with-vfs-afsacl.
1906     * BUG 8278: Fix smbd panic when CTDB is unhealthy.
1907     * BUG 8286: Fix smbd crash on premature end of smb2 conn.
1910 o   Andrew Bartlett <abartlet@samba.org>
1911     * BUG 8230: Move .nmbd socket directory to non-hidden name PREFIX/var/nmbd.
1912     * Mark 'time offset' parameter as deprecated.
1915 o   Gregor Beck <gbeck@sernet.de>
1916     * BUG 8193: Add new command 'enumerate_recursive'.
1917     * BUG 8253: Fix Winbind panic if verify_idpool() fails.
1920 o   Kai Blin <kai@samba.org>
1921     * BUG 8289: Fix possible XSS attack (CVE-2011-2694).
1922     * BUG 8290: Fix Cross-Site Request Forgery in SWAT (CVE-2011-2522).
1925 o   Günther Deschner <gd@samba.org>
1926     * BUG 7888: Deal with buggy 3.0 based PDCs.
1927     * BUG 8214: Fix smbd crash on printer driver upgrade.
1928     * BUG 8235: Fix smbd crash on startup caused by migrate_printer().
1931 o   Björn Jacke <bj@sernet.de>
1932     * BUG 8262: Fix build of vfs_commit.
1935 o   Günter Kukkukk <linux@kukkukk.com>
1936     * BUG 8305: Fix segfault in nmbd when using 'smbtree ...'..
1939 o   Volker Lendecke <vl@samba.org>
1940     * BUG 7841: Explicitly pass domain_sid to wbint_LookupRids().
1941     * BUG 8102: Do not allow to change file ACLs from normal domusers.
1942     * BUG 8247: Fix Coverity ID 2582: FORWARD_NULL.
1945 o   Herb Lewis <hlewis@panasas.com>
1946     * BUG 8216: Make Winbind returning correct results with 'sids2xids'.
1949 o   Stefan Metzmacher <metze@samba.org>
1950     * BUG 8102: Do not allow to change file ACLs from normal domusers.
1951     * BUG 8195: Make rpc client code working against NT4 servers.
1952     * BUG 8224: Fix the build on FreeBSD.
1953     * BUG 8226: Use c99 initializers which are supported by old gcc 2.95
1954       compilers.
1955     * BUG 8260: Fix DCERPC responses with fragments larger than 1024 bytes.
1956     * BUG 8264: Fix Valgrind bugs in svcctl.
1957     * BUG 8276: Close all sockets attached to a subnet in close_subnet().
1958     * BUG 8292: Fix a major architectural flaw in the SMB2 server code.
1961 o   Andreas Schneider <asn@samba.org>
1962     * BUG 8215: Fix Winbind unix username lookup.
1963     * BUG 8240: Fix Valgrind warnings in winreg/spoolss code.
1966 Changee since 3.6.0rc1
1967 ----------------------
1969 o   Michael Adam <obnox@samba.org>
1970     * BUG 8200: Add support for multiple writeable ldap idmap domains.
1973 o   Jeremy Allison <jra@samba.org>
1974     * BUG 6911: Fix Kerberos authentication from Vista to Samba.
1975     * BUG 7054: Fix X account flag when "pwdlastset" is "0".
1976     * BUG 8133: Fix strange behavior for the file (whose filename first
1977       character is period ) in SMB2 case.
1978     * BUG 8144: Fix setting timestamp when touching files with CIFS clients.
1979     * BUG 8150: Ban "dos charset = utf8".
1980     * BUG 8153: Fix setting up getaddrinfo on IPv6-only machines.
1981     * BUG 8156: Fix 'net ads join' using the user's Kerberos ticket.
1982     * BUG 8157: Fix parsing a cups printcap file.
1983     * BUG 8163: Fix our asn.1 parser to handle negative numbers.
1984     * BUG 8175: Fix smbd deadlock.
1985     * BUG 8191: Split the ACE flag mapping between nfs4 and Windows into two
1986       separate functions.
1987     * BUG 8197: Winbind does not properly detect when a DC connection is dead.
1988     * BUG 8203: Winbind needs to reset the DC connection if an RPC times out.
1991 o   Christian Ambach <ambi@samba.org>
1992     * BUG 8152: Fix smbd crash in release_ip().
1995 o   Andrew Bartlett <abartlet@samba.org>
1996     * BUG 8151: Deprecate security parameters.
1999 o   Gregor Beck <gbeck@sernet.de>
2000     * BUG 8191: nfs4_acls: Pass ACE_FLAG_INHERITED_ACE up to the client/down
2001       from the client.
2002     * BUG 8192: Fix parsing of multiple flags in 'smbcacls'.
2005 o   Sumit Bose <sbose@redhat.com>
2006     * BUG 8142: Fix typos in LDAP schema files.
2009 o   Holger Hetterich <hhetter@novell.com>
2010     * BUG 8148: Default to protocol version 2 for SMB Traffic Analyzer.
2011     * BUG 8154: Actually make use of SMBTA subversion numbers.
2014 o   Björn Jacke <bj@sernet.de>
2015     * BUG 7998: Remove warning if IOV_MAX is not defined.
2018 o   Jim McDonough <jmcd@samba.org>
2019     * BUG 8166: Don't lockout users when offline.
2022 o   Stefan Metzmacher <metze@samba.org>
2023     * BUG 8140: talloc: Fix Valgrind false positives and other backports.
2024     * BUG 8141: Fix wrong permissions on lp_ncalrpc_dir().
2027 o   Andreas Schneider <asn@samba.org>
2028     * BUG 8155: Fix registering only named pipes on EPM for a service.
2031 o   Volker Lendecke <vl@samba.org>
2032     * BUG 8159: Fix memory corruption in fetching cli->server_domain from the
2033       server.
2034     * BUG 8185: "security=server" does not obey guest login field.
2035     * BUG 8189: Support shadow copy display over SMB2.
2036     * BUG 8199: Fix potential crash in smbd handling smb2.
2039 o   Samuel Thibault <sthibault@debian.org>
2040     * BUG 7998: Fix build on Hurd.
2043 Changes since 3.6.0pre3
2044 -----------------------
2046 o   Jeremy Allison <jra@samba.org>
2047     * BUG 8111: CIFS VFS: Fix unexpected error on SMB posix open.
2048     * BUG 8112: POSIX extension opens of a directory are denied with EISDIR.
2049     * Remove fstrings from client struct.
2050     * BUGFIX when converting from safe_strcpy to strlcpy.
2051     * Fix off-by-one calculations with strlcpy.
2052     * Ensure we always write the correct incoming mid into the share mode table
2053       entries.
2054     * Fix the SMB2 oplock showstopper.
2057 o   Christian Ambach <christian.ambach@de.ibm.com>
2058     * Convert user-specified domain to uppercase in libsmb.
2061 o   Günther Deschner <gd@samba.org>
2062     * BUG 8132: Fix filling printers location field when using cups.
2063     * Fix Coverity CID #2302: FORWARD_NULL.
2064     * Fix cups_pull_comment_location().
2065     * Fix double free of cups request.
2066     * Make cups_pull_comment_location() work again.
2067     * Fix potential crash bug in display_print_driver3().
2070 o   Volker Lendecke <vl@samba.org>
2071     * Properly clean up in pthreadpool_init in case of failure.
2072     * Make plaintext session setup async.
2073     * Reduce fd load in Winbind children.
2074     * Avoid a potential 100% CPU loop in Winbind.
2075     * Tune broadcast namequeries for unique names.
2076     * Properly deal with exited winbind children.
2077     * Fix dup_smb2_vec3.
2078     * Fix return check in nss_wins.
2081 Changes since 3.6.0pre2
2082 -----------------------
2084 o   Michael Adam <obnox@samba.org>
2085     * Fix build of tdb2.
2088 o   Jeremy Allison <jra@samba.org>
2089     * BUG 8083: "inherit owner = yes" doesn't interact correctly with
2090       vfs_acl_xattr or vfs_acl_tdb module.
2091     * BUG 8088: rpccli_samr_chng_pswd_auth_crap segfaults if any input blobs
2092       are null.
2093     * Correctly detect and deny symlinks anywhere in a path (not just the last
2094       component) if "follow symlinks = no".
2097 o   Günther Deschner <gd@samba.org>
2098     * BUG 8106: Fix the build of 'smbget' on HP NonStop.
2099     * Fix timeout in rpc_pipe_open_tcp_port().
2100     * Fix the build of "--with-profiling-data".
2101     * Fix the AIX 5.3 build.
2104 o   Sergey Korsak <skif@1plus1.net>
2105     * BUG #8099: setpwent() actually does endpwent() and vice versa on FreeBSD.
2108 o   Volker Lendecke <vl@samba.org>
2109     * BUG 8066: Fix wrong output in 'smbget'.
2110     * Fix Coverity IDs 986, 1340, 2047, 2299, 2307, 2325, 2335, 2336, 2470,
2111       2471, 2478.
2112     * nsswitch: Add 'wbinfo --lookup-sids'.
2113     * nsswitch: Add 'wbinfo --sids-to-unix-ids'.
2114     * Fix smbd with the async echo responder.
2115     * Fix the build of vfs_gpfs.c.
2116     * Add a 10-second timeout for the 445 or netbios connection to a DC.
2117     * Many pthreadpool fixes.
2120 o   Stefan Metzmacher <metze@samba.org>
2121     * BUG 7383: Listen on IPv6 addresses with IPV6_ONLY.
2124 o   Rusty Russell <rusty@rustcorp.com.au>
2125     * Fix transaction recovery area for converted tdbs.
2129 Changes since 3.6.0pre1
2130 -----------------------
2132 o   Michael Adam <obnox@samba.org>
2133     * ID Mapping changes.
2134     * Add "--option" to 'testparm'.
2137 o   Jeremy Allison <jra@samba.org>
2138     * BUG 7080: Quota only shown when logged as root.
2139     * BUG 7863: Unlink may unlink wrong file when hardlinks are involved.
2140     * BUG 7996: Sgid bit lost on folder rename.
2141     * BUG 8040: Fix smbclient segfault with Cyrillic netbios names.
2142     * Fix crash bug on smbd shutdown when using FOPENDIR().
2143     * Ensure we don't return an incorrect access mask.
2144     * Fix bug against the new Mac client.
2145     * Fix leak in error path.
2146     * Fix error where Windows client spoolss returns WERR_INVALID_DATA.
2149 o   Christian Ambach <christian.ambach@de.ibm.com>
2150     * Fix a segfault in the krb5 locator plugin.
2151     * Enable sharesec for registry shares.
2154 o   Andrew Bartlett <abartlet@samba.org>
2155     * Fix memory leak in "security=share" and "force user".
2158 o   Björn Baumbach <bb@sernet.de>
2159     * BUG 7875: Fix 'nmbd --port'.
2160     * BUG 7880: cmd_spoolss_deletedriver() returned without checking all
2161       architectures.
2164 o   Gregor Beck <gbeck@sernet.de>
2165     * Add new 'net idmap check' command.
2166     * Add new 'net idmap delete' command.
2167     * Fix segfault on missing input file in 'net idmap restore'.
2170 o   Olly Betts <olly@survex.com>
2171     * Fix 'net usersidlist' not to skip every other user.
2174 o   Günther Deschner <gd@samba.org>
2175     * BUG 7690: Retry DNS updates when connection to one nameserver has failed.
2176     * BUG 7945: Let winbind try to use samlogon validation level 6.
2177     * Fix Coverity ID 2041.
2178     * Fix potential crash bug in spoolss_PrinterEnumValues push path.
2179     * Internal restructuring.
2180     * Don't wipe out all printer drivers when only one should be deleted.
2181     * Fix winbindd_dual_pam_auth_samlogon() for NT4 domains.
2184 o   David Disseldorp <ddiss@suse.de>
2185     * BUG 7915: Fix cups pcap reload with no printers.
2186     * BUG 8040: Fix smbclient segfault with Cyrillic netbios names.
2187     * Fix memory leak in print_cups.c.
2188     * Remove duplicate cups response processing code.
2189     * Follow force user/group for driver IO.
2190     * Initiate pcap reload from parent smbd.
2191     * Reload shares after pcap cache fill.
2194 o   Björn Jacke <bj@sernet.de>
2195     * BUG 8033: Add explicit configure option whether or not to enable dmapi
2196       support.
2199 o   Volker Lendecke <vl@samba.org>
2200     * BUG 7917: Fix bug in chain_reply.
2201     * BUG 7940: Fall back for utimes calls.
2202     * BUG 8009: Fix getting username in 'net rap session'.
2203     * BUG 8010: Use jenkins hash for str_checksum.
2204     * BUG 8042: Fix file creation on OS/X.
2205     * Fix numerous Coverity IDs.
2206     * Fix a memory leak in check_sam_security_info3.
2207     * Fix a segfault in the nss wrapper when libnss_winbind.so is not loadable.
2208     * Make "net sam list [users|workstations]" list only the right things.
2209     * Fix a potential memleak in secrets_fetch_trusted_domain_password.
2210     * Use the right credentials in check_netlogond_security.
2211     * Add support for AF_NETLINK addr notifications.
2212     * Fork multiple Winbind children per domain.
2213     * Fix a deadlock between smbd and ctdbd.
2214     * Add 'wbinfo --dc-info'.
2215     * Make "nmbd socket dir" configurable.
2216     * Fix a valgrind error.
2217     * Fix a memleak in receive_getdc_response.
2220 o   Nikolay Martynov <mar.kolya@gmail.com>
2221     * BUG 8010: Fix inode generation so nautilus can count total dir size
2222       correctly.
2225 o   Stefan Metzmacher <metze@samba.org>
2226     * BUG 7567: Fix printing from Windows 7.
2227     * BUG 7899: Don't return "-1" on success in 'net rpc vampire keytab'.
2228     * BUG 7944: Catch lookup_names/sids schannel errors over ncacn_ip_tcp.
2229     * Don't grant SEC_STD_DELETE always to the owner of a file.
2230     * Fix segfaults on addrchange errors in Winbind.
2231     * Allow machine accounts as members in groupdb.
2234 o   Jonathan Nieder <jrnieder@gmail.com>
2235     * BUG 6837: Make "rlimit_max below minimum Windows limit" notification less
2236       scary.
2239 o   Andreas Schneider <asn@samba.org>
2240     * Add an Endpoint Mapper daemon.
2241     * Add IPv6 support for the endpoint mapper.
2242     * Free unused memory in the rpc server.
2243     * Fix possible segfaults in svcctl server.
2244     * Fix possible segfault with client_id in rpc server.
2245     * Add a 'svcctl shutdown' function to rpc server.
2246     * Fix a resource leak in net_afs.
2247     * Fix a resource leak in smbta-util.
2248     * Fix possible resource leak in net_usershare.
2249     * Fix possible resource leak in 'smbget'.
2250     * Fix possible resource leak in 'smbfilter'.
2251     * Fix a possible null pointer dereference in smbd.
2254 o   Pavel Shilovsky <piastry@etersoft.ru>
2255     * BUG 7928: Fix problems with "kernel oplocks" option set to "no".
2256     * Ensure we send the direct levelII oplock break to the correct fid.
2259 o   Simo Sorce <idra@samba.org>
2260     * Fix private libdir and codepages paths.
2263 o   Andrew Tridgell <tridge@samba.org>
2264     * Fix a valgrind error.
2267 ######################################################################
2268 Reporting bugs & Development Discussion
2269 #######################################
2271 Please discuss this release on the samba-technical mailing list or by
2272 joining the #samba-technical IRC channel on irc.freenode.net.
2274 If you do report problems then please try to send high quality
2275 feedback. If you don't provide vital information to help us track down
2276 the problem then you will probably be ignored.  All bug reports should
2277 be filed under the Samba 3.6 product in the project's Bugzilla
2278 database (https://bugzilla.samba.org/).
2281 ======================================================================
2282 == Our Code, Our Bugs, Our Responsibility.
2283 == The Samba Team
2284 ======================================================================