WHATSNEW: Prepare release notes for Samba 3.6.15.
[Samba.git] / WHATSNEW.txt
blob461ed76d57513128ab52eae58499c7fe380a9639
1                    ==============================
2                    Release Notes for Samba 3.6.15
3                             May 08, 2013
4                    ==============================
7 This is is the latest stable release of Samba 3.6.
9 Major enhancements in Samba 3.6.15 include:
11 o  Fix crash bug in Winbind (bug #9854).
14 Changes since 3.6.14:
15 ---------------------
17 o   Andrew Bartlett <abartlet@samba.org>
18     * BUG 9746: Fix "guest ok", "force user" and "force group" for guest users.
21 o   David Disseldorp <ddiss@samba.org>
22     * BUG 9830: Fix panic in nt_printer_publish_ads.
25 o   Volker Lendecke <vl@samba.org>
26     * BUG 9854: Fix crash bug in Winbind.
29 o   Andreas Schneider <asn@samba.org>
30     * BUG 9817: Fix 'map untrusted to domain' with NTLMv2.
33 ######################################################################
34 Reporting bugs & Development Discussion
35 #######################################
37 Please discuss this release on the samba-technical mailing list or by
38 joining the #samba-technical IRC channel on irc.freenode.net.
40 If you do report problems then please try to send high quality
41 feedback. If you don't provide vital information to help us track down
42 the problem then you will probably be ignored.  All bug reports should
43 be filed under the Samba 3.6 product in the project's Bugzilla
44 database (https://bugzilla.samba.org/).
47 ======================================================================
48 == Our Code, Our Bugs, Our Responsibility.
49 == The Samba Team
50 ======================================================================
52 Release notes for older releases follow:
53 ----------------------------------------
55                    ==============================
56                    Release Notes for Samba 3.6.14
57                            April 29, 2013
58                    ==============================
61 This is is the latest stable release of Samba 3.6.
63 Major enhancements in Samba 3.6.14 include:
65 o  Certain xattrs cause Windows error 0x800700FF (bug #9130).
67 Changes since 3.6.13:
68 ---------------------
70 o   Jeremy Allison <jra@samba.org>
71     * BUG 9130: Certain xattrs cause Windows error 0x800700FF.
72     * BUG 9724: Use is_encrypted_packet() function correctly inside server.
73     * BUG 9733: Fix 'smbcontrol close-share' is not working.
74     * BUG 9747: Make sure that we only propogate the INHERITED flag when we are
75       allowed to.
76     * BUG 9748: Remove unneeded fstat system call from hot read path.
77     * BUG 9811: Fix bug in old create temp SMB request. Only use VFS functions.
80 o   David Disseldorp <ddiss@samba.org>
81     * BUG 9650: New or deleted CUPS printerqueues are not recognized by Samba.
82     * BUG 9807: wbinfo: Fix segfault in wbinfo_pam_logon.
85 o   Volker Lendecke <vl@samba.org>
86     * BUG 9727: wkssvc: Fix NULL pointer dereference.
87     * BUG 9736: smbd: Tune "dir" a bit.
88     * BUG 9775: Fix segfault for "artificial" conn_structs.
89     * BUG 9809: RHEL SPEC: Package dbwrap_tool man page.
92 o   Andreas Schneider <asn@samba.org>
93     * BUG 9139: Fix the username map optimization.
94     * BUG 9699: Fix adding case sensitive spn.
95     * BUG 9723: Add a tool to migrate latin1 printing tdbs to registry.
96     * BUG 9735: Fix Winbind separator in upn to username conversion.
97     * BUG 9766: Cache name_to_sid/sid_to_name correctly.
100 Note about upgrading from older versions:
101 -----------------------------------------
103 It is still the case that there are printing tdbs (ntprinting.tdb, ntforms.tdb,
104 ntdrivers.tdb) which are in latin1 or other encodings. When updating from
105 Samba 3.5 or earlier to Samba 3.6 or 4.0 these tdbs need to be migrated to our
106 new registry based printing management.  This means during the migration we
107 also need to do charset conversion. This can only been done manually cause we don't
108 know in which encoding the tdb is. You have to specify the correct code page
109 for the conversion, see iconv -l and Wikipedia [1] for the available codepages.
110 The mostly used one is Windows Latin1 which is CP1252.
112 We've extended the 'net printing dump' and 'net printing migrate' commands to
113 define the encoding of the tdb. So you can correctly view the tdb with:
115   net printing dump encoding=CP1252 /path/to/ntprinters.tdb
117 or migrate it with e.g.:
119   net printing migrate encoding=CP1252 /path/to/ntprinters.tdb
121 If you migrate printers we suggest you do it in the following order.
123 ntforms.tdb
124 ntdrivers.tdb
125 ntprinting.tdb
127 Don't forget to rename, move or delete these files in /var/lib/samba after the
128 migration.
130 [1] https://en.wikipedia.org/wiki/Code_page
133 ######################################################################
134 Reporting bugs & Development Discussion
135 #######################################
137 Please discuss this release on the samba-technical mailing list or by
138 joining the #samba-technical IRC channel on irc.freenode.net.
140 If you do report problems then please try to send high quality
141 feedback. If you don't provide vital information to help us track down
142 the problem then you will probably be ignored.  All bug reports should
143 be filed under the Samba 3.6 product in the project's Bugzilla
144 database (https://bugzilla.samba.org/).
147 ======================================================================
148 == Our Code, Our Bugs, Our Responsibility.
149 == The Samba Team
150 ======================================================================
153 ----------------------------------------------------------------------
156                    ==============================
157                    Release Notes for Samba 3.6.13
158                            March 18, 2013
159                    ==============================
162 This is is the latest stable release of Samba 3.6.
164 Major enhancements in Samba 3.6.13 include:
166 o  Fix two resource leaks in winbindd (bug #9684).
167 o  Unlink after open causes smbd to panic (bug #9571).
170 Changes since 3.6.12:
171 --------------------
173 o   Jeremy Allison <jra@samba.org>
174     * BUG 9519: Samba returns unexpected error on SMB posix open.
175     * BUG 9585: Samba 3.6.x not correctly signing any but the last response in
176       a compound request/response.
177     * BUG 9586: smbd[29175]: disk_free: sys_popen() failed" message logged in
178       /var/log/messages many times.
179     * BUG 9587: Archive flag is always set on directories.
180     * BUG 9588: ACLs are not inherited to directories for DFS shares.
181     * BUG 9637: Renaming directories as guest user in security share mode
182       doesn't work.
185 o   Björn Baumbach <bb@sernet.de>
186     * BUG 9568: Add dbwrap_tool.1 manual page.
189 o   Ira Cooper <ira@samba.org>
190     * BUG 9646: Make SMB2_GETINFO multi-volume aware.
193 o   Günther Deschner <gd@samba.org>
194     * BUG 9474: Downgrade v4 printer driver requests to v3.
197 o   David Disseldorp <ddiss@samba.org>
198     * BUG 9378: Add extra attributes for AD printer publishing.
199     * BUG 9658: Fix initial large PAC sess setup response.
202 o   Björn Jacke <bj@sernet.de>
203     * BUG 7825: Fix GNU ld version detection with
204       old gcc releases.
207 o   Daniel Kobras <d.kobras@science-computing.de>
208     * BUG 9039: 'map untrusted to domain' treats WORKSTATION as bogus domain.
211 o   Guenter Kukkukk <kukks@samba.org>
212     * BUG 9701: Fix vfs_catia module.
215 o   Volker Lendecke <vl@samba.org>
216     * BUG 9541: Add support for posix_openpt.
219 o   Stefan Metzmacher <metze@samba.org>
220     * Bug 9625: wbcAuthenticateEx gives unix times.
223 o   Andreas Schneider <asn@samba.org>
224     * BUG 9574: Fix a possible null pointer dereference in spoolss.
225     * BUG 9684: Fix two resource leaks in winbindd.
226     * BUG 9686: Fix a possible buffer overrun in pdb_smbpasswd.
229 o   Pavel Shilovsky <piastry@etersoft.ru>
230     * Bug #9571: Unlink after open causes smbd to panic.
233 ######################################################################
234 Reporting bugs & Development Discussion
235 #######################################
237 Please discuss this release on the samba-technical mailing list or by
238 joining the #samba-technical IRC channel on irc.freenode.net.
240 If you do report problems then please try to send high quality
241 feedback. If you don't provide vital information to help us track down
242 the problem then you will probably be ignored.  All bug reports should
243 be filed under the Samba 3.6 product in the project's Bugzilla
244 database (https://bugzilla.samba.org/).
247 ======================================================================
248 == Our Code, Our Bugs, Our Responsibility.
249 == The Samba Team
250 ======================================================================
253 ----------------------------------------------------------------------
256                    ==============================
257                    Release Notes for Samba 3.6.12
258                           January 30, 2013
259                    ==============================
262 This is a security release in order to address
263 CVE-2013-0213 (Clickjacking issue in SWAT) and
264 CVE-2013-0214 (Potential XSRF in SWAT).
266 o  CVE-2013-0213:
267    All current released versions of Samba are vulnerable to clickjacking in the
268    Samba Web Administration Tool (SWAT). When the SWAT pages are integrated into
269    a malicious web page via a frame or iframe and then overlaid by other content,
270    an attacker could trick an administrator to potentially change Samba settings.
272    In order to be vulnerable, SWAT must have been installed and enabled
273    either as a standalone server launched from inetd or xinetd, or as a
274    CGI plugin to Apache. If SWAT has not been installed or enabled (which
275    is the default install state for Samba) this advisory can be ignored.
277 o  CVE-2013-0214:
278    All current released versions of Samba are vulnerable to a cross-site
279    request forgery in the Samba Web Administration Tool (SWAT). By guessing a
280    user's password and then tricking a user who is authenticated with SWAT into
281    clicking a manipulated URL on a different web page, it is possible to manipulate
282    SWAT.
284    In order to be vulnerable, the attacker needs to know the victim's password.
285    Additionally SWAT must have been installed and enabled either as a standalone
286    server launched from inetd or xinetd, or as a CGI plugin to Apache. If SWAT has
287    not been installed or enabled (which is the default install state for Samba)
288    this advisory can be ignored.
291 Changes since 3.6.11:
292 --------------------
294 o   Kai Blin <kai@samba.org>
295     * BUG 9576: CVE-2013-0213: Fix clickjacking issue in SWAT.
296     * BUG 9577: CVE-2013-0214: Fix potential XSRF in SWAT.
299 ######################################################################
300 Reporting bugs & Development Discussion
301 #######################################
303 Please discuss this release on the samba-technical mailing list or by
304 joining the #samba-technical IRC channel on irc.freenode.net.
306 If you do report problems then please try to send high quality
307 feedback. If you don't provide vital information to help us track down
308 the problem then you will probably be ignored.  All bug reports should
309 be filed under the Samba 3.6 product in the project's Bugzilla
310 database (https://bugzilla.samba.org/).
313 ======================================================================
314 == Our Code, Our Bugs, Our Responsibility.
315 == The Samba Team
316 ======================================================================
319 ----------------------------------------------------------------------
322                    ==============================
323                    Release Notes for Samba 3.6.11
324                          January 21, 2013
325                    ==============================
328 This is is the latest stable release of Samba 3.6.
330 Major enhancements in Samba 3.6.11 include:
332 o   defer_open is triggered multiple times on the same request (bug #9196).
333 o   Fix SEGV wh_n using second vfs module (bug #9471).
336 Changes since 3.6.10:
337 --------------------
339 o   Jeremy Allison <jra@samba.org>
340     * BUG 9196: defer_open is triggered multiple times on the same request.
341     * BUG 9550: Mask off signals the correct way from the signal handler.
344 o   Björn Baumbach <bb@sernet.de>
345     * BUG 9569: ntlm_auth.1: Fix format and make examples visible.
348 o   Tsukasa Hamano <hamano@osstech.co.jp>
349     * BUG 9471: Fix SEGV when using second vfs module.
352 o   Volker Lendecke <vl@samba.org>
353     * BUG 9548: Correctly detect O_DIRECT.
354     * BUG 9546: Fix aio_suspend detection on FreeBSD.
357 ######################################################################
358 Reporting bugs & Development Discussion
359 #######################################
361 Please discuss this release on the samba-technical mailing list or by
362 joining the #samba-technical IRC channel on irc.freenode.net.
364 If you do report problems then please try to send high quality
365 feedback. If you don't provide vital information to help us track down
366 the problem then you will probably be ignored.  All bug reports should
367 be filed under the Samba 3.6 product in the project's Bugzilla
368 database (https://bugzilla.samba.org/).
371 ======================================================================
372 == Our Code, Our Bugs, Our Responsibility.
373 == The Samba Team
374 ======================================================================
377 ----------------------------------------------------------------------
380                    ==============================
381                    Release Notes for Samba 3.6.10
382                          December 10, 2012
383                    ==============================
386 This is is the latest stable release of Samba 3.6.
388 Major enhancements in Samba 3.6.10 include:
390 o  Respond correctly to FILE_STREAM_INFO requests (bug #9460).
391 o  Fix segfault when "default devmode" is disabled (bug #9433).
392 o  Fix segfaults in "log level = 10" on Solaris (bug #9390).
395 Changes since 3.6.9:
396 --------------------
398 o   Jeremy Allison <jra@samba.org>
399     * BUG 9236: ACL masks incorrectly applied when setting ACLs.
400     * BUG 9374: Allow smb2.acls torture test to pass against smbd with a POSIX
401       ACLs backend.
404 o   Björn Baumbach <bb@sernet.de>
405     * BUG 9345: Manpages: Fix use of <smbconfoption> tag.
408 o   Sumit Bose <sbose@redhat.com>
409     * BUG 9367: Use work around for 'winbind use default domain' only if it is
410       set.
413 o   Günther Deschner <gd@samba.org>
414     * BUG 9272: 'net ads join' does not provide AES keys in host keytab.
415     * BUG 9426: Lookup nametype 0x20 in rpc_pipe_open_tcp_port().
416     * BUG 9439: Fix ncacn_ip_tcp reconnection code for lsa lookups.
417     * BUG 9451: Allow to force DNS updates using net.
420 o   David Disseldorp <ddiss@samba.org>
421     * BUG 9433: Fix segfault when "default devmode" is disabled.
424 o   Volker Lendecke <vl@samba.org>
425     * BUG 9359: Optimization needed for SMB2 performance sensitive workloads.
426     * BUG 9422: Large read requests cause server to issue malformed reply.
427     * BUG 9439: Fix ncacn_ip_tcp reconnection code for lsa lookups.
430 o   Stefan Metzmacher <metze@samba.org>
431     * BUG 9209: Improve the smb2.create.blob test.
432     * BUG 9272: 'net ads join' does not provide AES keys in host keytab.
433     * BUG 9390: Fix segfaults in "log level = 10" on Solaris.
434     * BUG 9402: lib/addns doesn't work with a bind9 server.
437 o   Matthieu Patou <mat@matws.net>
438     * BUG 9418: Fix MD5 detection in the autoconf build.
441 o   Andreas Schneider <asn@samba.org>
442     * BUG 8564: Fix segfault in pam_sm_authenticate().
443     * BUG 9326: Fix 'net ads join' message for the dns domain.
444     * BUG 9386: Winbind: Failover if netlogon pipe is not available.
445     * BUG 9436: Fix leaking sockets of SMB connections to a DC.
448 o   Richard Sharpe <realrichardsharpe@gmail.com>
449     * BUG 9460: Respond correctly to FILE_STREAM_INFO requests.
452 ######################################################################
453 Reporting bugs & Development Discussion
454 #######################################
456 Please discuss this release on the samba-technical mailing list or by
457 joining the #samba-technical IRC channel on irc.freenode.net.
459 If you do report problems then please try to send high quality
460 feedback. If you don't provide vital information to help us track down
461 the problem then you will probably be ignored.  All bug reports should
462 be filed under the Samba 3.6 product in the project's Bugzilla
463 database (https://bugzilla.samba.org/).
466 ======================================================================
467 == Our Code, Our Bugs, Our Responsibility.
468 == The Samba Team
469 ======================================================================
472 ----------------------------------------------------------------------
475                    =============================
476                    Release Notes for Samba 3.6.9
477                          October 29, 2012
478                    =============================
481 This is is the latest stable release of Samba 3.6.
483 Major enhancements in Samba 3.6.9 include:
485 o  When setting a non-default ACL, don't forget to apply masks to
486    SMB_ACL_USER and SMB_ACL_GROUP entries (bug #9236).
487 o  Winbind can't fetch user or group info from AD via LDAP (bug #9147).
488 o  Fix segfault in smbd if user specified ports out for range (bug #9218).
491 Changes since 3.6.8:
492 --------------------
494 o   Michael Adam <obnox@samba.org>
495     * BUG 9173: Make SMB2 compound request create/delete_on_close/close work as
496       Windows.
499 o   Jeremy Allison <jra@samba.org>
500     * BUG 8966: Fix 'net rpc share allowedusers' to work with 2008r2.
501     * BUG 9016: Connection to outbound trusted domain goes offline.
502     * BUG 9117: 'smbclient' can't connect to a Windows 7 server using NTLMv2.
503     * BUG 9147: Winbind can't fetch user or group info from AD via LDAP.
504     * BUG 9174: Empty SPNEGO packet can cause smbd to crash.
505     * BUG 9189: SMB2 Create doesn't return correct MAX ACCESS access mask in
506       blob.
507     * BUG 9209: Parse of invalid SMB2 create blob can cause smbd crash.
508     * BUG 9213: Bad ASN.1 NegTokenInit packet can cause invalid free.
509     * BUG 9222: Signing cannot be disabled for SMB2 by design, so fix the
510       documentation instead.
511     * BUG 9236: When setting a non-default ACL, don't forget to apply masks to
512       SMB_ACL_USER and SMB_ACL_GROUP entries.
515 o   Andrew Bartlett <abartlet@samba.org>
516     * BUG 8788: Initialise ticket to ensure we do not invalid memory.
519 o   Ira Cooper <ira@samba.org>
520     * BUG 9173: Compound requests should continue processing.
523 o   Günther Deschner <gd@samba.org>
524     * BUG 9177: pam_winbind: Match more return codes when wbcGetPwnam has failed.
527 o   Björn Jacke <bj@sernet.de>
528     * BUG 3272: quota: Don't force the block size to 512.
529     * BUG 8107: Add some includes for poll.h.
530     * BUG 8146: Fix wrong test == syntax in configure.
531     * BUG 8344: Fix --with(out)-sendfile-support option handling in autoconf.
532     * BUG 9172: Add quota support for gfs2.
535 o   Volker Lendecke <vl@samba.org>
536     * BUG 9188: Fix crash bug in idmap_hash.
537     * BUG 9268: Make tdb robust against improper CLEAR_IF_FIRST restart.
540 o   Luca Lorenzetto <lorenzetto-luca@ubuntu-it.org>
541     * BUG 9013: Fix crash on null pam change pw response.
544 o   Vladimir Marek <Vladimir.Marek@Oracle.COM>
545     * BUG 9192: Fix service control for non-internal services.
548 o   Stefan Metzmacher <metze@samba.org>
549     * BUG 9173: Make SMB2 compound request create/delete_on_close/close work as
550       Windows.
551     * BUG 9196: Don't take 'state->te' as indication for "was_deferred".
552     * BUG 9209: Fix unitialized padding in smb2_create_blob_push_one().
555 o   Matthieu Patou <mat@matws.net>
556     * BUG 9259: lib-addns: ensure that allocated buffer are pre set to 0.
559 o   Rusty Russell <rusty@rustcorp.com.au>
560     * BUG 9268: Make robust against shrinking tdbs.
563 o   Joachim Schmitz <schmitz@hp.com>
564     * BUG 8107: Fix poll replacement to become a msleep replacement.
567 o   Andreas Schneider <asn@samba.org>
568     * BUG 8632: Fix builtin forms order to match Windows again.
569     * BUG 8769: Fix RAW printing for normal users.
570     * BUG 9112: Increase debug level for info that the db is empty.
571     * BUG 9154: Open printers with the right access mask.
572     * BUG 9171: Remove non-existent option '-Y' from winbindd manpage.
573     * BUG 9218: Fix segfault in smbd if user specified ports out for range.
574     * BUG 9231: Fix NT_STATUS_IO_TIMEOUT during slow import of printers into
575       registry.
576     * BUG 9280: Add support for reloading systemd services.
579 o   Karolin Seeger <kseeger@samba.org>
580     * BUG 9165: Fix makerpms.sh on RHEL.
583 ######################################################################
584 Reporting bugs & Development Discussion
585 #######################################
587 Please discuss this release on the samba-technical mailing list or by
588 joining the #samba-technical IRC channel on irc.freenode.net.
590 If you do report problems then please try to send high quality
591 feedback. If you don't provide vital information to help us track down
592 the problem then you will probably be ignored.  All bug reports should
593 be filed under the Samba 3.6 product in the project's Bugzilla
594 database (https://bugzilla.samba.org/).
597 ======================================================================
598 == Our Code, Our Bugs, Our Responsibility.
599 == The Samba Team
600 ======================================================================
603 ----------------------------------------------------------------------
606                    =============================
607                    Release Notes for Samba 3.6.8
608                          September 17, 2012
609                    =============================
612 This is is the latest stable release of Samba 3.6.
614 Major enhancements in Samba 3.6.8 include:
616 o  Fix crash bug in smbd caused by a blocking lock followed by
617    close (bug #9084).
618 o  Fix Winbind panic if we couldn't find the domain (bug #9135).
621 Changes since 3.6.7:
622 --------------------
624 o   Jeremy Allison <jra@samba.org>
625     * BUG 9058: Fix smbstatus code dump when a file entry has delete tokens.
626     * BUG 9098: Fix refreshing of Kerberos tickets in Winbind.
627     * BUG 9124: Fix setting of "inherited" bit on inherited ACE's.
630 o   Christian Ambach <ambi@samba.org>
631     * BUG 9137: Make 'smbclient allinfo' show the snapshot list.
634 o   Andrew Bartlett <abartlet@samba.org>
635     * BUG 9066: "Domain Users" incorrectly added as additional group on domain
636       members.
637     * BUG 9067: Use correct RID for "Domain Guests" primary group.
640 o   David Binderman <dcb314@hotmail.com>
641     * BUG 9065: Fix bad call to memcpy source3/registry/regfio.c.
644 o   David Disseldorp <ddiss@samba.org>
645     * BUG 9123: Fix lprng job tracking errors.
648 o   Salvador I. Gonzalez <sgonzalez@codejunkie.net>
649     * BUG 9088: Fix smbclient/tarmode panic when connecting to Windows 2000
650       clients.
653 o   Hargagan <shargagan@novell.com>
654     * BUG 9085: Fix NMB registration for a duplicate workstation.
657 o   Björn Jacke <bj@sernet.de>
658     * BUG 9037: Open and netbsd have the md5 symbols in libc.
659     * BUG 9144: Fix nfs quota support with Linux nfs4 mounts.
662 o   Volker Lendecke <vl@samba.org>
663     * BUG 9037: Fix name clash in MD5 causing the "net ads join" to fail on
664       T4 (sun4v) systems on Solaris 10.
665     * BUG 9058: Backport FSCTL codes from master.
666     * BUG 9084: Fix crash bug in smbd caused by a blocking lock followed by
667       close.
668     * BUG 9150: Valid open requests can cause smbd assert due to incorrect
669       oplock handling on delete requests.
672 o   Herb Lewis <hlewis@panasas.com>
673     * BUG 9104: Fix identification of idle clients in Winbind to avoid crashes
674       and NDR parsing errors.
677 o   Stefan Metzmacher <metze@samba.org>
678     * BUG 9058: Fix segfault in smbstatus.
681 o   Andreas Schneider <asn@samba.org>
682     * BUG 9111: Fix compilation with newer MIT Kerberos which hides internal
683       symbols.
684     * BUG 9112: Fix flooding the logs with records we don't find in pcap.
685     * BUG 9122: Initialize the print backend after we setup winreg.
686     * BUG 9135: Fix Winbind panic if we couldn't find the domain.
689 ######################################################################
690 Reporting bugs & Development Discussion
691 #######################################
693 Please discuss this release on the samba-technical mailing list or by
694 joining the #samba-technical IRC channel on irc.freenode.net.
696 If you do report problems then please try to send high quality
697 feedback. If you don't provide vital information to help us track down
698 the problem then you will probably be ignored.  All bug reports should
699 be filed under the Samba 3.6 product in the project's Bugzilla
700 database (https://bugzilla.samba.org/).
703 ======================================================================
704 == Our Code, Our Bugs, Our Responsibility.
705 == The Samba Team
706 ======================================================================
709 ----------------------------------------------------------------------
712                    =============================
713                    Release Notes for Samba 3.6.7
714                            August 6, 2012
715                    =============================
718 This is is the latest stable release of Samba 3.6.
720 Major enhancements in Samba 3.6.7 include:
722 o  Fix resolving our own "Domain Local" groups (bug #9052).
723 o  Fix migrating printers while upgrading from 3.5.x (bug #9026).
726 Changes since 3.6.6:
727 --------------------
729 o   Jeremy Allison <jra@samba.org>
730     * BUG 8974: Fix kernel oplocks when uid(file) != uid(process).
731     * BUG 8989: Send correct responses to NT Transact Secondary when no data
732       and no params for the Trans2 calls are set.
733     * BUG 9034: Fix typo in set_re_uid() call when USE_SETRESUID selected in
734       configure.
737 o   David Binderman <dcb314@hotmail.com>
738     * BUG 9062: rpcclient: Fix bad call to data_blob_const.
741 o   Günther Deschner <gd@samba.org>
742     * BUG 9026: Fix migrating printers while upgrading from 3.5.x.
745 o   David Disseldorp <ddiss@samba.org>
746     * BUG 8719: Printing fails in function cups_job_submit.
747     * BUG 9026: Fix migrating printers while upgrading from 3.5.x.
750 o   Olaf Flebbe <o.flebbe@science-computing.de>
751     * BUG 8552: Correct documentation of "case sensitive".
754 o   Björn Jacke <bj@sernet.de>
755     * BUG 8996: Fix build without ads support.
758 o   Volker Lendecke <vl@samba.org>
759     * BUG 9003: Fix posix acl on gpfs.
760     * BUG 9040: Using asynchronous IO with SMB2 can return NT_STATUS_FILE_CLOSED
761       in error instead ofNT_STATUS_FILE_LOCK_CONFLICT.
764 o   Stefan Metzmacher <metze@samba.org>
765     * BUG 9002: Don't turn negative cache entries into valid idmappings.
766     * BUG 9022: Make vfs_gpfs less verbose in get/set_xattr functions.
767     * BUG 9057: Fix bugs in SMB2 credit handling code.
770 o   Jiri Popelka <jpopelka@redhat.com>
771     * BUG 9055: Fix build against CUPS 1.6.
774 o   Jura Sasek <jiri.sasek@oracle.com>
775     * BUG 9037: Fix 'net ads join' on T4 (sun4v) systems on Solaris 10.
778 o   Andreas Schneider <asn@samba.org>
779     * BUG 9052: Fix resolving our own "Domain Local" groups.
782 ######################################################################
783 Reporting bugs & Development Discussion
784 #######################################
786 Please discuss this release on the samba-technical mailing list or by
787 joining the #samba-technical IRC channel on irc.freenode.net.
789 If you do report problems then please try to send high quality
790 feedback. If you don't provide vital information to help us track down
791 the problem then you will probably be ignored.  All bug reports should
792 be filed under the Samba 3.6 product in the project's Bugzilla
793 database (https://bugzilla.samba.org/).
796 ======================================================================
797 == Our Code, Our Bugs, Our Responsibility.
798 == The Samba Team
799 ======================================================================
802 ----------------------------------------------------------------------
805                    =============================
806                    Release Notes for Samba 3.6.6
807                            June 25, 2012
808                    =============================
811 This is is the latest stable release of Samba 3.6.
813 Major enhancements in Samba 3.6.6 include:
815 o  Fix possible memory leaks in the Samba master process (bug #8970).
816 o  Fix uninitialized memory read in talloc_free().
817 o  Fix joining of XP Pro workstations to 3.6 DCs (bug #8373).
820 Changes since 3.6.5:
821 --------------------
823 o   Michael Adam <obnox@samba.org>
824     * BUG 8738: SMB2 server will not release unused shares.
825     * BUG 8749: Sign non guest sessions in SessionSetup.
826     * BUG 8921: Fix race writing registry values.
829 o   Jeremy Allison <jra@samba.org>
830     * BUG 8373: Fix joining of XP Pro workstations to 3.6 DCs.
831     * BUG 8627: Fix crash bug in dns_create_probe when dns_create_update fails.
832     * BUG 8723: Add pthread-based aio VFS module.
833     * BUG 8784: When calculating the share security mask, take priviliges into
834       account for the connecting user.
835     * BUG 8811: sd_has_inheritable_components segfaults on an SD that
836       se_access_check accepts.
837     * BUG 8837: Fix crash in smbd when deleting directory and veto files are
838       enabled.
839     * BUG 8857: Setting traverse rights fails to enable directory traversal when
840       acl_xattr in use.
841     * BUG 8882: Broken processing of %U with vfs_full_audit when force user is
842       set.
843     * BUG 8897: Make winbind_krb5_locator not only returning one IP address.
844     * BUG 8910: resolve_ads() code can return zero addresses and miss valid
845       DC IP addresses.
846     * BUG 8922: smbclient's tarmode insists on listing excluded directories.
847     * BUG 8953: Winbind can hang as nbt_getdc() has no timeout.
848     * BUG 8957: Typo in pam_winbindd code MUST fix.
849     * BUG 8970: Fix possible memory leaks in the Samba master process.
850     * BUG 8971: cleanup_timeout_fn() is called too often, on exiting when an
851       smbd is idle.
852     * BUG 8972: Directory group write permission bit is set if unix extensions
853       are enabled.
856 o   Christian Ambach <ambi@samba.org>
857     * BUG 8406: Fix a return code check in Winbind.
858     * BUG 8807: Fix crash in dcerpc_lsa_lookup_sids_noalloc() crashes when
859       groups has more than 1000 groups.
862 o   Andrew Bartlett <abartlet@samba.org>
863     * BUG 8599: Only use SamLogonEx when we can get unencrypted session keys.
864     * BUG 8727: Fix smbclients with posix large reads.
865     * BUG 8943: Slow but responsive DC can lock up Winbind for > 10 minutes
866       at a time.
869 o   Björn Baumbach <bb@sernet.de>
870     * BUG 7564: Fix default name resolve order in the manpage.
871     * BUG 8554, 8612, 8748: Add new printers to registry.
872     * BUG 8789: Remove whitespace in example samba.ldif.
875 o   Alexander Bokovoy <ab@samba.org>
876     * BUG 8988: Avoid crash with MIT krb5 1.10.0 in gss_get_name_attribute().
879 o   Alejandro Escanero Blanco <aescanero@gmail.com>
880     * BUG 8798: The primary rid should be in the groups rid array.
883 o   Ira Cooper <samba@ira.wakeful.net>
884     * BUG 8729: Fix getpass regressions on Solaris/Illumos.
885     * BUG 8743: Fix configure.developer builds on Solaris.
886     * BUG 8910: Fix bad bugfix for bug #8910.
887     * BUG 8952: Fix negative SID->uid/gid cache handling.
888     * BUG 8995: Use fsp_persistent_id() as persistent_file_id part for SMB2.
891 o   David Disseldorp <ddiss@samba.org>
892     * BUG 8762: Fix crash in printer_list_set_printer().
895 o   Olaf Flebbe <o.flebbe@science-computing.de>
896     * BUG 8859: Fix assertion in reg_parse.
899 o   Björn Jacke <bj@sernet.de>
900     * BUG 8732: Fix compile of krb5 locator on Solaris.
901     * BUG 8869: Remove outdated netscape ds 5 schema file.
902     * BUG 8978: Remove dependency on automake for 'make everything'.
905 o   Steve Langasek <steve.langasek@ubuntu.com>
906     * BUG 8920: Fix null dereference in pdb_interface.
909 o   Volker Lendecke <vl@samba.org>
910     * Fix uninitialized memory read in talloc_free().
911     * BUG 8567: Fix segfault in dom_sid_compare.
912     * BUG 8733: Delete streams on directories (streams_depot).
913     * BUG 8760: Add SERVERID_UNIQUE_ID_NOT_TO_VERIFY.
914     * BUG 8836: Fix segfaults on "smbcontrol close-share" in aio_fork.
915     * BUG 8861: Fix a segfault with debug level 3 on Solaris.
916     * BUG 8904: Fix Winbind crash triggered by 'wbinfo --lookup-sids ""'.
917     * BUG 8998: Notify code can miss a ChDir.
920 o   Stefan Metzmacher <metze@samba.org>
921     * BUG 8139: Ignore SMBecho errors (the server may not support it).
922     * BUG 8527: db_ctdb_traverse fails to traverse records created within the
923       current transaction.
924     * BUG 8311: Winzip occasionally can not read files out of an open winzip
925       dialog.
926     * BUG 8739: Fill the sids array of the info in
927       wbcAuthUserInfo_to_netr_SamInfo3().
928     * BUG 8749: Sign non guest sessions in SessionSetup.
929     * BUG 8995: Use fsp_persistent_id() as persistent_file_id part for SMB2.
932 o   Matthieu Patou <mat@matws.net>
933     * BUG 8599: Set the can_do_validation6 also for trusted domain.
934     * BUG 8714: Catch with pid filename's change when config file is not
935       smb.conf.
936     * BUG 8734: Don't try to do clever thing if the username is not found while
937       authenticating through Winbind.
938     * BUG 8771: Winbind takes up to 20 minutes to change from DC 1 to DC 2.
939     * BUG 8975: Call dump_core_setup after command line option has been parsed.
942 o   SATOH Fumiyasu <fumiyas@osstech.co.jp>
943     * BUG 8826: Prepend '/' to filename argument (docs).
946 o   Andreas Schneider <asn@samba.org>
947     * BUG 8944 and 8567: Don't lookup the system user in pdb.
950 o   Richard Sharpe <realrichardsharpe@gmail.com>
951     * BUG 8768: Honor SeTakeOwnershipPrivilege when file opened with
952       SEC_STD_WRITE_OWNER.
953     * BUG 8797: Correctly handle DENY ACEs when privileges apply.
954     * BUG 8822: Fix building out-of-tree modules.
955     * BUG 8945: vfs_acl_common discards errors from writing to the underlying
956       storage.
957     * BUG 8970: Fix possible memory leaks in the Samba master process.
960 o   Simo Sorce <idra@samba.org>
961     * BUG 8915: Fix pam_winbind build against newer iniparser library.
964 o   Joseph Tam <jtam.home@gmail.com>
965     * BUG 8877: Syslog broken owing to mistyping of debug_settings.syslog.
968 o   Ralph Wuerthner <ralph.wuerthner@de.ibm.com>
969     * BUG 8845: Move print_backend_init() behind init_system_info().
972 ######################################################################
973 Reporting bugs & Development Discussion
974 #######################################
976 Please discuss this release on the samba-technical mailing list or by
977 joining the #samba-technical IRC channel on irc.freenode.net.
979 If you do report problems then please try to send high quality
980 feedback. If you don't provide vital information to help us track down
981 the problem then you will probably be ignored.  All bug reports should
982 be filed under the Samba 3.6 product in the project's Bugzilla
983 database (https://bugzilla.samba.org/).
986 ======================================================================
987 == Our Code, Our Bugs, Our Responsibility.
988 == The Samba Team
989 ======================================================================
992 ----------------------------------------------------------------------
995                    =============================
996                    Release Notes for Samba 3.6.5
997                           April 30, 2012
998                    =============================
1001 This is a security release in order to address
1002 CVE-2012-2111 (Incorrect permission checks when granting/removing
1003 privileges can compromise file server security).
1005 o  CVE-2012-2111:
1006    Samba 3.4.x to 3.6.4 are affected by a
1007    vulnerability that allows arbitrary users
1008    to modify privileges on a file server.
1011 Changes since 3.6.4:
1012 --------------------
1015 o   Jeremy Allison <jra@samba.org>
1016     * Fix  incorrect permission checks when granting/removing
1017       privileges (CVE-2012-2111).
1020 ######################################################################
1021 Reporting bugs & Development Discussion
1022 #######################################
1024 Please discuss this release on the samba-technical mailing list or by
1025 joining the #samba-technical IRC channel on irc.freenode.net.
1027 If you do report problems then please try to send high quality
1028 feedback. If you don't provide vital information to help us track down
1029 the problem then you will probably be ignored.  All bug reports should
1030 be filed under the Samba 3.6 product in the project's Bugzilla
1031 database (https://bugzilla.samba.org/).
1034 ======================================================================
1035 == Our Code, Our Bugs, Our Responsibility.
1036 == The Samba Team
1037 ======================================================================
1040 ----------------------------------------------------------------------
1043                    =============================
1044                    Release Notes for Samba 3.6.4
1045                           April 10, 2012
1046                    =============================
1049 This is a security release in order to address
1050 CVE-2012-1182 ("root" credential remote code execution).
1052 o  CVE-2012-1182:
1053    Samba 3.0.x to 3.6.3 are affected by a
1054    vulnerability that allows remote code
1055    execution as the "root" user.
1058 Changes since 3.6.3:
1059 --------------------
1062 o   Stefan Metzmacher <metze@samba.org>
1063     *BUG 8815: PIDL based autogenerated code allows overwriting beyond of
1064      allocated array (CVE-2012-1182).
1067 ######################################################################
1068 Reporting bugs & Development Discussion
1069 #######################################
1071 Please discuss this release on the samba-technical mailing list or by
1072 joining the #samba-technical IRC channel on irc.freenode.net.
1074 If you do report problems then please try to send high quality
1075 feedback. If you don't provide vital information to help us track down
1076 the problem then you will probably be ignored.  All bug reports should
1077 be filed under the Samba 3.6 product in the project's Bugzilla
1078 database (https://bugzilla.samba.org/).
1081 ======================================================================
1082 == Our Code, Our Bugs, Our Responsibility.
1083 == The Samba Team
1084 ======================================================================
1087 ----------------------------------------------------------------------
1090                    =============================
1091                    Release Notes for Samba 3.6.3
1092                          January 29, 2012
1093                    =============================
1096 This is a security release in order to address
1097 CVE-2012-0817 (Memory leak/Denial of service).
1099 o  CVE-2012-0817:
1100    The Samba File Serving daemon (smbd) in Samba versions
1101    3.6.0 to 3.6.2 is affected by a memory leak that can
1102    cause a server denial of service.
1105 Changes since 3.6.2:
1106 --------------------
1109 o   Jeremy Allison <jra@samba.org>
1110     * BUG 8724: Fix memory leak in parent smbd on connection.
1113 o   Ira Cooper <samba@ira.wakeful.net>
1114     * BUG 8724: Fix memory leak in parent smbd on connection.
1117 ######################################################################
1118 Reporting bugs & Development Discussion
1119 #######################################
1121 Please discuss this release on the samba-technical mailing list or by
1122 joining the #samba-technical IRC channel on irc.freenode.net.
1124 If you do report problems then please try to send high quality
1125 feedback. If you don't provide vital information to help us track down
1126 the problem then you will probably be ignored.  All bug reports should
1127 be filed under the Samba 3.6 product in the project's Bugzilla
1128 database (https://bugzilla.samba.org/).
1131 ======================================================================
1132 == Our Code, Our Bugs, Our Responsibility.
1133 == The Samba Team
1134 ======================================================================
1137 ----------------------------------------------------------------------
1140                    =============================
1141                    Release Notes for Samba 3.6.2
1142                          January 25, 2012
1143                    =============================
1146 This is the latest stable release of Samba 3.6.
1148 Major enhancements in Samba 3.6.2 include:
1150 o  Make Winbind receive user/group information (bug #8371).
1151 o  Several SMB2 fixes.
1154 Changes since 3.6.1:
1155 --------------------
1158 o   Michael Adam <obnox@samba.org>
1159     * BUG 8528: Fix SEGFAULT from net registry export on not zero terminated
1160       REG_SZ values.
1163 o   Jeremy Allison <jra@samba.org>
1164     * BUG 8541: readlink() on Linux clients fails if the symlink target is
1165       outside of the share.
1166     * BUG 8542: smbclient posix_open command fails to return correct info on
1167       open file.
1168     * BUG 8548: winbind_samlogon_retry_loop ignores logon_parameters flags.
1169     * BUG 8561: Password change settings not fully observed.
1170     * BUG 8562: Fix double free error in talloc.
1171     * BUG 8614: Ensure we correctly calculate reply credits over all returned
1172       SMB2 replies.
1173     * BUG 8631: POSIX ACE x permission becomes rx following mapping to and from
1174       a DACL.
1175     * BUG 8636: When returning an ACL without SECINFO_DACL requested, we still
1176       set SEC_DESC_DACL_PRESENT in the type field.
1177     * BUG 8644: vfs_acl_xattr and vfs_acl_tdb modules can fail to add
1178       inheritable entries on a directory with no stored ACL.
1179     * BUG 8663: Fix deleting a symlink if the symlink target is outside of
1180     * the share.
1181     * BUG 8664: Fix renaming a symlink if the symlink target is outside of
1182       the share.
1183     * BUG 8673: Fix NT ACL issue.
1184     * BUG 8674: Fix buffer overflow issue with AES encryption in samba traffic
1185       analyzer.
1186     * BUG 8679: recvfile code path using splice() on Linux leaves data in the
1187       pipe on short write.
1188     * BUG 8687: Fix typo in 'net memberships' usage.
1189     * BUG 8710: Fix major leak with SMB2 in connections.tdb.
1190     * Fix a crash bug in the spoolss code.
1191     * Add new contributing FAQ announcing acceptance of corporate (C).
1194 o   Christian Ambach <ambi@samba.org>
1195     * BUG 8444: Add an allocation pool to idmap_autorid.
1196     * BUG 8585: Increase a debug level.
1199 o   Andrew Bartlett <abartlet@samba.org>
1200     * BUG 8623: Fix crash bug when trying to browse Samba printers.
1203 o   Björn Baumbach <bb@sernet.de>
1204     * BUG 8580: Enable inotify if sys or kernel inotify is available.
1205     * BUG 8618: Fix migrate printer code.
1208 o   Gregor Beck <gbeck@sernet.de>
1209     * BUG 8528: Fix SEGFAULT from net registry export on not zero terminated
1210       REG_SZ values.
1213 o   Günther Deschner <gd@samba.org>
1214     * BUG 7465: Remove pointless use_memory_krb5_ccache.
1215     * BUG 8176: Fix perl path.
1216     * BUG 8591: Fix marshalling of samr_ChangePasswordUser3.
1217     * BUG 8692: libads: Fix malloc/talloc mismatch in
1218       ads_keytab_verify_ticket().
1221 o   David Disseldorp <ddiss@suse.de>
1222     * BUG 4942: DeletePrinterDriverEx deletes files in use.
1223     * BUG 8575: Add systemd service files.
1224     * BUG 8606: Fix intermittent print job failures caused by character
1225       conversion errors.
1226     * BUG 8697: Make DeletePrinterDriverEx remove printer driver files.
1229 o   Björn Jacke <bj@sernet.de>
1230     * BUG 8531: Make DSO_EXPORTS_CMD more portable.
1231     * BUG 8616: Allow to set TCP_NODELAYACK socket option on AIX.
1232     * BUG 8652: Document the "ignore system acls" option of vfs_acl_xattr and
1233       vfs_acl_tdb vfs modules.
1236 o   Frank Lahm <franklahm@googlemail.com>
1237     * BUG 8419: Make VFS op "streaminfo" stackable.
1240 o   Volker Lendecke <vl@samba.org>
1241     * BUG 8371: Make Winbind receive user/group information.
1242     * BUG 8639: Fix the vfs_commit module.
1243     * BUG 8686: Packet validation checks can be done before length validation
1244       causing uninitialized memory read.
1247 o   Stefan Metzmacher <metze@samba.org>
1248     * BUG 5326: Fix cli_write_and_x() against OS/2 print shares.
1249     * BUG 8357: Grant credits in async interim responses (SMB2).
1250     * BUG 8560: Make SMB2 handle compound request headers in the same way
1251       as Windows.
1252     * BUG 8573: Fix alignment in the non-extended-security negprot.
1253     * BUG 8586: libsmb: Only align unicode pipe_name.
1254     * BUG 8579: smb2_flush: Don't send uninitialized memory.
1255     * BUG 8592: Don't limit the number of open dptrs for SMB2.
1256     * BUG 8593: Fix a crash bug in cldap_socket_recv_dgram().
1257     * BUG 8684: Try ctdbd_init_connection() as root.
1260 o   Masafumi Nakayama <MASA23@jp.ibm.com>
1261     * BUG 563: Fix 'smbclient tar' for files greater than 8GB on BE machines.
1264 o   Matthieu Patou <mat@matws.net>
1265     * BUG 8600: Make cldap work over IPv6.
1266     * BUG 8674: Fix buffer overflow issue with AES encryption in samba traffic
1267       analyzer.
1270 o   Andreas Schneider <asn@samba.org>
1271     * BUG 8550: Fix setting the machine account password.
1272     * BUG 8575: Add systemd service files.
1273     * BUG 8608: Winbind: Don't fail on users without a uid.
1274     * BUG 8628: libsmb: Don't duplicate Kerberos service tickets.
1275     * BUG 8643: Add an update function for Winbind cache.
1276     * BUG 8678: Fix Winbind segfault if we can't map the last user.
1279 o   Karolin Seeger <kseeger@samba.org>
1280     * BUG 7705: Fix some RHEL packaging issues.
1283 o   Richard Sharpe <realrichardsharpe@gmail.com>
1284     * BUG 8607: Improve configure.in so it can be used outside the Samba source
1285       tree.
1288 o   Brad Smith <brad@comstyle.com>
1289     * BUG 8525: Fix bug with sys_fseek() wrapper on *BSD / OS X).
1292 o   Henry Wong <henry@stuffedcow.net>
1293     * BUG 8384: Fix Windows XP clients crashing smbd process every once in a
1294       while.
1297 ######################################################################
1298 Reporting bugs & Development Discussion
1299 #######################################
1301 Please discuss this release on the samba-technical mailing list or by
1302 joining the #samba-technical IRC channel on irc.freenode.net.
1304 If you do report problems then please try to send high quality
1305 feedback. If you don't provide vital information to help us track down
1306 the problem then you will probably be ignored.  All bug reports should
1307 be filed under the Samba 3.6 product in the project's Bugzilla
1308 database (https://bugzilla.samba.org/).
1311 ======================================================================
1312 == Our Code, Our Bugs, Our Responsibility.
1313 == The Samba Team
1314 ======================================================================
1317 ----------------------------------------------------------------------
1320                    =============================
1321                    Release Notes for Samba 3.6.1
1322                           October 20, 2011
1323                    =============================
1326 This is the latest stable release of Samba 3.6.
1328 Major enhancements in Samba 3.6.1 include:
1330 o  Fix smbd crashes triggered by Windows XP clients (bug #8384).
1331 o  Fix a Winbind race leading to 100% CPU load (bug #8409).
1332 o  Several SMB2 fixes.
1333 o  The VFS ACL modules are no longer experimental but production-ready.
1336 Changes since 3.6.0:
1337 --------------------
1340 o   Michael Adam <obnox@samba.org>
1341     * BUG 8368: Fix the fallback to the deprecated spelling idmap:script.
1344 o   Jeremy Allison <jra@samba.org>
1345     * BUG 7509: smb_acl_to_posix: ACL is invalid for set (Invalid argument).
1346     * BUG 8229: Fix 'widelinks' regression.
1347     * BUG 8370: Fix vfs_chown_fsp.
1348     * BUG 8412: Fix "saving as" of MS Office 2007 (Word) documents on Samba
1349       shares with SMB2.
1350     * BUG 8422: Fix infinite loop in ACL module code.
1351     * BUG 8429: Compound SMB2 requests on an IPC connection can corrupt the
1352       reply stream.
1353     * BUG 8443: Be smarter about setting default permissions when a ACL_USER_OBJ
1354       isn't given.
1355     * BUG 8453: Fix smbclient segfaults when dialect option -m is used for
1356       legacy dialects.
1357     * BUG 8458: IE9 on Windows 7 cannot download files to samba 3.5.11 share.
1358     * BUG 8473: smb2_find uses a hard coded max reply size of 0x10000 instead of
1359       smb2_max_trans.
1360     * BUG 8474: SMB2 create doesn't cope with an Apple client using NULL blob in
1361       create.
1362     * BUG 8476: Samba asserts when SMB2 client breaks the crediting rules.
1363     * BUG 8477: Map to guest can return uninitialized blob of data.
1364     * BUG 8493: DFS breaks zip file extracting unless "follow symlinks = no"
1365       set.
1366     * BUG 8494: Remove "experimental" label on VFS ACL modules.
1367     * BUG 8507: smbd doesn't correctly honor the "force create mode" bits from a
1368       cifsfs create.
1369     * BUG 8509: Read-only handles on SAMR allow SAMR_DOMAIN_ACCESS_CREATE_USER.
1370     * BUG 8521: Winbind cache timeout expiry test was reversed.
1373 o   Christian Ambach <ambi@samba.org>
1374     * BUG 8428: Fix wrong reply to DHnC (durable handle reconnect).
1375     * BUG 8518: SMB2 create call returns incorrect file allocation size.
1378 o   Björn Baumbach <bb@sernet.de>
1379     * BUG 8364: Fix the build of gpfs.c on RHEL 6.0 with gpfs 3.4.0-4.
1382 o   Bram <fnzon@lists.wizbit.be>
1383     * BUG 7551: Return error of cli_push when 'put - /some/file' is used.
1386 o   Ira Cooper <ira@wakeful.net>
1387     * BUG 8395: Optimize serverid_exists() for Solaris.
1388     * BUG 8442: NFSv4 DENY ACLs always include SYNCHRONIZE flag - blocking
1389       renames.
1392 o   Günther Deschner <gd@samba.org>
1393     * BUG 8401: registry/reg_format.c must include includes.h.
1394     * BUG 7465: Fix 'net ads join -k' when KRB5CCNAME is not set.
1397 o   David Disseldorp <ddiss@suse.de>
1398     * BUG 8480: acl_xattr can free an invalid pointer if no blob is loaded.
1399     * BUG 8520: Fix SMB2 SMB2_OP_GETINFO and SMB2_OP_IOCTL parsing requirements.
1402 o   Wilco Baan Hofman <wilco@baanhofman.nl>
1403     * BUG 8455: Fix uninitialized memory problem in group_sids_to_info3.
1406 o   Björn Jacke <bj@sernet.de>
1407     * BUG 8256: Add man vfs_aio_fork.
1408     * BUG 8363: Fix build of vfs_prealloc on SLES8.
1411 o   Volodymyr Khomenko <Volodymyr_Khomenko@dell.com>
1412     * BUG 8515: Disallow "." in can_set_delete_on_close().
1415 o   Volker Lendecke <vl@samba.org>
1416     * BUG 7864: Fix usage of cli_errstr().
1417     * BUG 8334: smb2: smbd logs "Invalid SMB packet: first request: 0x0008" and crashes.
1418     * BUG 8338: Add a fallback for missing open&x support in MAC OS/X Lion.
1419     * BUG 8360: OS/2 sends an unexpected write&x/read&x chain.
1420     * BUG 8385: Fix smbclient access to NT4 shares.
1421     * BUG 8409: Fix a Winbind race leading to 100% CPU load.
1422     * BUG 8420: Fix 'getent group' if trusted domains are not reachable.
1423     * BUG 8433: Fix segfault in iconv.c.
1424     * BUG 8455: Samba PDC is looking up only primary user group.
1427 o   Herb Lewis <hlewis@panasas.com>
1428     * BUG 8365: Fix warning messages on Freebsd 4.6.2.
1431 o   Stefan Metzmacher <metze@samba.org>
1432     * BUG 8407: SMB2 server can return requests out-of-order when processing
1433       a compound request.
1434     * BUG 8452: Check the wct of the incoming SMBnegprot responses.
1435     * BUG 8473: smb2_find uses a hard coded max reply size of 0x10000 instead of
1436       smb2_max_trans.
1437     * BUG 8476: Don't call smbd_terminate_connection in
1438       smb2_validate_message_id().
1439     * BUG 8503: SMB2_OP_CANCEL requests don't have to be signed.
1440     * BUG 8520: Fix SMB2 SMB2_OP_GETINFO and SMB2_OP_IOCTL parsing requirements.
1443 o   SATOH Fumiyasu <fumiyas@osstech.co.jp>
1444     * BUG 8390: Fix the build of vfs_aixacl2.c.
1447 o   Andreas Schneider <asn@samba.org>
1448     * BUG 8236: Empty notify servername.
1449     * BUG 8351: While migrating forms, don't fail if the form already exists.
1452 o   Andrew Tridgell <tridge@samba.org>
1453     * BUG 8384: Fix smbd crashes triggered by Windows XP clients.
1456 ######################################################################
1457 Reporting bugs & Development Discussion
1458 #######################################
1460 Please discuss this release on the samba-technical mailing list or by
1461 joining the #samba-technical IRC channel on irc.freenode.net.
1463 If you do report problems then please try to send high quality
1464 feedback. If you don't provide vital information to help us track down
1465 the problem then you will probably be ignored.  All bug reports should
1466 be filed under the Samba 3.6 product in the project's Bugzilla
1467 database (https://bugzilla.samba.org/).
1470 ======================================================================
1471 == Our Code, Our Bugs, Our Responsibility.
1472 == The Samba Team
1473 ======================================================================
1476 ----------------------------------------------------------------------
1479                    =============================
1480                    Release Notes for Samba 3.6.0
1481                           August 9, 2011
1482                    =============================
1485 This is the first release of Samba 3.6.0.
1487 Major enhancements in Samba 3.6.0 include:
1490 Changed security defaults
1491 -------------------------
1493 Samba 3.6 has adopted a number of improved security defaults that will
1494 impact on existing users of Samba.
1496  client ntlmv2 auth = yes
1497  client use spnego principal = no
1498  send spnego principal = no
1500 The impact of 'client ntlmv2 auth = yes' is that by default we will not
1501 use NTLM authentication as a client.  This applies to the Samba client
1502 tools such as smbclient and winbind, but does not change the separately
1503 released in-kernel CIFS client.  To re-enable the poorer NTLM encryption
1504 set '--option=clientusentlmv2auth=no' on your smbclient command line, or
1505 set 'client ntlmv2 auth = no' in your smb.conf
1507 The impact of 'client use spnego principal = no' is that Samba will
1508 use CIFS/hostname to obtain a kerberos ticket, acting more like
1509 Windows when using Kerberos against a CIFS server in smbclient,
1510 winbind and other Samba client tools.  This will change which servers
1511 we will successfully negotiate kerberos connections to.  This is due
1512 to Samba no longer trusting a server-provided hint which is not
1513 available from Windows 2008 or later.  For correct operation with all
1514 clients, all aliases for a server should be recorded as a as a
1515 servicePrincipalName on the server's record in AD.  (For this reason,
1516 this behavior change and parameter was also made in Samba 3.5.9)
1518 The impact of 'send spnego principal = no' is to match Windows 2008 and
1519 not to send this principal, making existing clients give more consistent
1520 behaviour (more likely to fall back to NTLMSSP) between Samba and
1521 Windows 2008, and between Windows versions that did and no longer use
1522 this insecure hint.
1525 SMB2 support
1526 ------------
1528 SMB2 support in 3.6.0 is fully functional (with one omission),
1529 and can be enabled by setting:
1531 max protocol = SMB2
1533 in the [global] section of your smb.conf and re-starting
1534 Samba. All features should work over SMB2 except the modification
1535 of user quotas using the Windows quota management tools.
1537 As this is the first release containing what we consider
1538 to be a fully featured SMB2 protocol, we are not enabling
1539 this by default, but encourage users to enable SMB2 and
1540 test it. Once we have enough confirmation from Samba
1541 users and OEMs that SMB2 support is stable in wide user
1542 testing we will enable SMB2 by default in a future Samba
1543 release.
1546 Internal Winbind passdb changes
1547 -------------------------------
1549 Winbind has been changed to use the internal samr and lsa rpc pipe to get
1550 local user and group information instead of calling passdb functions. The
1551 reason is to use more of our infrastructure and test this infrastructure by
1552 using it. With this approach more code in Winbind is shared.
1555 New Spoolss code
1556 ----------------
1558 The spoolss and the old RAP printing code have been completely
1559 overhauled and refactored.
1561 All calls from lanman/printing code has been changed to go through the
1562 spoolss RPC interfaces, this allows us to keep all checks in one place
1563 and avoid special cases in the main printing code.
1564 Printing code has been therefore confined within the spoolss code.
1566 All the printing code, including the spoolss RPC interfaces has been
1567 changed to use the winreg RPC interfaces to store all data.
1568 All data has been migrated from custom, arbitrary TDB files to the
1569 registry interface. This transition allow us to present correct data to
1570 windows client accessing the server registry through the winreg RPC
1571 interfaces to query for printer data. Data is served out from a real
1572 registry implementation and therefore arguably 100% forward compatible.
1574 Migration code from the previous TDB files formats is provided. This
1575 code is automatically invoked the first time the new code is run on the
1576 server. Although manual migration is also available using the 'net
1577 printer migrate' command.
1579 These changes not only make all the spoolss code much more closer to
1580 "the spec", it also greatly improves our internal testing of both
1581 spoolss and winreg interfaces, and reduces overall code duplication.
1583 As part of this work, new tests have been also added to increase
1584 coverage.
1586 This code will also allow, in future, an easy transition to split out
1587 the spooling functions into a separate daemon for those OEMs that do not
1588 need printing functionality in their appliances, reducing the code
1589 footprint.
1592 ID Mapping Changes
1593 ------------------
1595 The id mapping configuration has been a source of much grief in the past.
1596 For this release, id mapping has been rewritten yet again with the goal
1597 of making the configuration more simple and more coherent while keeping
1598 the needed flexibility and even adding to the flexibility in some respects.
1600 The major change that implies the configuration simplifications is at
1601 the heart of the id mapping system: The separation of the "idmap alloc
1602 system" that is responsible for the unix id counters in the tdb, tdb2
1603 and ldap idmap backends from the id mapping code itself has been removed.
1604 The sids_to_unixids operation is now atomic and encapsulates (if needed)
1605 the action of allocating a unix id for a mapping that is to be created.
1606 Consequently all idmap alloc configuration parameters have vanished and
1607 it is hence now also not possible any more to specify an idmap alloc
1608 backend different from the idmap backend. Each idmap backend uses its
1609 own idmap unixid creation mechanism transparently.
1611 As a consequence of the id mapping changes, the methods that are used
1612 for storing and deleting id mappings have been removed from the winbindd
1613 API. The "net idmap dump/restore" commands have been rewritten to
1614 not speak through winbindd any more but directly act on the databases.
1615 This is currently available for the tdb and tdb2 backends, the implementation
1616 for ldap still missing.
1618 The allocate_id functionality is preserved for the unix id creator of the
1619 default idmap configuration is also used as the source of unix ids
1620 for the group mapping database and for the posix attributes in a
1621 ldapsam:editposix setup.
1623 As part of the changes, the default idmap configuration has been
1624 changed to be more coherent with the per-domain configuration.
1625 The parameters "idmap uid", "idmap gid" and "idmap range" are now
1626 deprecated in favour of the systematic "idmap config * : range"
1627 and "idmap config * : backend" parameters. The reason for this change
1628 is that the old options only provided an incomplete and hence deceiving
1629 backwards compatibility, which was a source of many problems with
1630 upgrades. By introducing this change in configuration, it should be
1631 brought to the conciousness of the users that even the simple
1632 id mapping is not working exactly as in Samba 3.0 versions any more.
1635 Endpoint Mapper
1636 ---------------
1638 As Microsoft is more and more relying on endpoint mapper and we didn't have a
1639 complete implementation we decided to create an instance for Samba. The
1640 endpoint mapper is like a DNS server but for ports. If you want to talk to a
1641 certain RPC service over TCP/IP, you just ask the endpoint mapper on which
1642 port it is running. Then you can connect to the service and make sure that it
1643 is running.
1645 The code is deactivated by default, because it needs more testing and it
1646 doesn't scale yet. If you want to enable and test the endpoint mapper
1647 you can set "rpc_server:epmapper = daemon" in the smb.conf file.
1650 Internal restructuring
1651 ----------------------
1653 Ongoing internal restructuring for better separation of internal subsystem to
1654 achieve a faster build, smaller binaries and cleaner dependencies for the samba3
1655 waf build.
1658 SMB Traffic Analyzer
1659 --------------------
1661 Added the new SMB Traffic Analyzer (SMBTA) VFS module protocol 2
1662 featuring encryption, multiple arguments, and easier parseability. A new
1663 tool 'smbta-util' has been created to control the encryption behaviour
1664 of SMBTA. For compatibility, SMBTA by default operates on version 1.
1665 There are programs consuming the data that the module sends.
1667 More information can be found on
1668 http://holger123.wordpress.com/smb-traffic-analyzer/
1671 NFS quota backend on Linux
1672 --------------------------
1674 A new nfs quota backend for Linux has been added that is based
1675 on the existing Solaris/FreeBSD implementation. This allows samba
1676 to communicate correct diskfree information for nfs imports that
1677 are re-exported as samba shares.
1680 ######################################################################
1681 Changes
1682 #######
1684 smb.conf changes
1685 ----------------
1687    Parameter Name                      Description     Default
1688    --------------                      -----------     -------
1690    async smb echo handler              New             No
1691    client ntlmv2 auth                  Changed Default Yes
1692    client use spnego principal         New             No
1693    ctdb locktime warn threshold        New             0
1694    idmap alloc backend                 Removed
1695    log writeable files on exit         New             No
1696    multicast dns register              New             Yes
1697    ncalrpc dir                         New
1698    send spnego principal               New             No
1699    smb2 max credits                    New             8192
1700    smb2 max read                       New             1048576
1701    smb2 max trans                      New             1048576
1702    smb2 max write                      New             1048576
1703    username map cache time             New             0
1704    winbind max clients                 New             200
1706    The variable substitutions for %i and %I no longer
1707    use IPv4 addresses mapped to IPv6, e.g. '::ffff:192.168.0.1',
1708    if the host has IPv6 enabled. Now %i and %I contain just
1709    '192.168.0.1'.
1711 Commit Highlights
1712 -----------------
1714 o   Michael Adam <obnox@samba.org>
1715     * ID Mapping changes.
1718 o   Jeremy Allison <jra@samba.org>
1719     * Implement SMB2 support.
1722 o   Stefan Metzmacher <metze@samba.org>
1723     * Implement SMB2 support.
1726 o   Andreas Schneider <asn@samba.org>
1727     * Add an Endpoint Mapper daemon.
1730 Changes since 3.6.0rc3
1731 ----------------------
1733 o   Michael Adam <obnox@samba.org>
1734     * BUG 8327: Fix the reload of the configuration, also reload activated
1735       registry shares.
1736     * BUG 8328: Cleanup of idmap_tdb2 code.
1739 o   Jeremy Allison <jra@samba.org>
1740     * BUG 7462: Make SA_RESETHAND conditional on its existance.
1741     * BUG 8324: smbclient cannot list directories from a big-endian machine.
1742     * BUG 8335: File copy aborts with smb2_validate_message_id: bad message_id.
1745 o   Christian Ambach <ambi@samba.org>
1746     * BUG 8330: Fix NFSv4 ACL merging logic.
1749 o   Andrew Bartlett <abartlet@samba.org>
1750     * BUG 8326: WinXP cannot join a Samba3 domain with a 'even' hostname.
1753 o   Björn Baumbach <bb@sernet.de>
1754     * BUG 8303: db_ctdb_send_schedule_for_deletion() is not defined.
1757 o   Alban Browaeys <prahal@yahoo.com>
1758     * BUG 8341: Fix segfault in libsmbclient.
1761 o   Björn Jacke <bj@sernet.de>
1762     * BUG 8362: Fix build issue on old glibc systems.
1765 o   Volker Lendecke <vlendec@samba.org>
1766     * BUG 8343: Fix SMB2 crash reading with aio_fork beyond the end of file.
1769 o   Stefan Metzmacher <metze@samba.org>
1770     * BUG 8347: Fix regression for HP-UX, AIX and OSF.
1771     * BUG 8357: Make sure we grant credits on async read/write operations.
1772     * BUG 8358: Fix a bug in run_poll_events().
1775 Changes since 3.6.0rc2
1776 ----------------------
1778 o   Michael Adam <obnox@samba.org>
1779     * BUG 8213: Fixes in idmap_autorid.
1780     * BUG 8217: Do not stat-check the share path in 'net conf addshare'.
1781     * BUG 8281: Fix build of examples/VFS/*.
1784 o   Jeremy Allison <jra@samba.org>
1785     * BUG 8083: Fix "inherit owner = yes" with vfs_acl_xattr or vfs_acl_tdb
1786       module.
1787     * BUG 8211: Fix "inherit owner = yes" when "inherit permissions = yes"
1788       is set.
1789     * BUG 8219: Fix SMB Panic from Windows 7 client.
1790     * BUG 8254: Fix "acl check permissions = no".
1791     * BUG 8293: Fix log file rotating in SMB2.
1792     * BUG 8304: Fix uninitialized variable in error path.
1793     * BUG 8307: brl_close_fnum does not call SMB_VFS_BRL_UNLOCK_WINDOWS on all
1794       locks.
1795     * BUG 8310: toupper_ascii() is broken on big-endian systems.
1796     * BUG 8314: Fix smbd crash with unknown user.
1799 o   Christian Ambach <ambi@samba.org>
1800     * BUG 8231: Fix crash bug in 'net cache get'.
1801     * BUG 8244: Fix copying files larger than 2 GB to a Samba share.
1802     * BUG 8263: Fix build with --with-fake-kaserver or --with-vfs-afsacl.
1803     * BUG 8278: Fix smbd panic when CTDB is unhealthy.
1804     * BUG 8286: Fix smbd crash on premature end of smb2 conn.
1807 o   Andrew Bartlett <abartlet@samba.org>
1808     * BUG 8230: Move .nmbd socket directory to non-hidden name PREFIX/var/nmbd.
1809     * Mark 'time offset' parameter as deprecated.
1812 o   Gregor Beck <gbeck@sernet.de>
1813     * BUG 8193: Add new command 'enumerate_recursive'.
1814     * BUG 8253: Fix Winbind panic if verify_idpool() fails.
1817 o   Kai Blin <kai@samba.org>
1818     * BUG 8289: Fix possible XSS attack (CVE-2011-2694).
1819     * BUG 8290: Fix Cross-Site Request Forgery in SWAT (CVE-2011-2522).
1822 o   Günther Deschner <gd@samba.org>
1823     * BUG 7888: Deal with buggy 3.0 based PDCs.
1824     * BUG 8214: Fix smbd crash on printer driver upgrade.
1825     * BUG 8235: Fix smbd crash on startup caused by migrate_printer().
1828 o   Björn Jacke <bj@sernet.de>
1829     * BUG 8262: Fix build of vfs_commit.
1832 o   Günter Kukkukk <linux@kukkukk.com>
1833     * BUG 8305: Fix segfault in nmbd when using 'smbtree ...'..
1836 o   Volker Lendecke <vl@samba.org>
1837     * BUG 7841: Explicitly pass domain_sid to wbint_LookupRids().
1838     * BUG 8102: Do not allow to change file ACLs from normal domusers.
1839     * BUG 8247: Fix Coverity ID 2582: FORWARD_NULL.
1842 o   Herb Lewis <hlewis@panasas.com>
1843     * BUG 8216: Make Winbind returning correct results with 'sids2xids'.
1846 o   Stefan Metzmacher <metze@samba.org>
1847     * BUG 8102: Do not allow to change file ACLs from normal domusers.
1848     * BUG 8195: Make rpc client code working against NT4 servers.
1849     * BUG 8224: Fix the build on FreeBSD.
1850     * BUG 8226: Use c99 initializers which are supported by old gcc 2.95
1851       compilers.
1852     * BUG 8260: Fix DCERPC responses with fragments larger than 1024 bytes.
1853     * BUG 8264: Fix Valgrind bugs in svcctl.
1854     * BUG 8276: Close all sockets attached to a subnet in close_subnet().
1855     * BUG 8292: Fix a major architectural flaw in the SMB2 server code.
1858 o   Andreas Schneider <asn@samba.org>
1859     * BUG 8215: Fix Winbind unix username lookup.
1860     * BUG 8240: Fix Valgrind warnings in winreg/spoolss code.
1863 Changee since 3.6.0rc1
1864 ----------------------
1866 o   Michael Adam <obnox@samba.org>
1867     * BUG 8200: Add support for multiple writeable ldap idmap domains.
1870 o   Jeremy Allison <jra@samba.org>
1871     * BUG 6911: Fix Kerberos authentication from Vista to Samba.
1872     * BUG 7054: Fix X account flag when "pwdlastset" is "0".
1873     * BUG 8133: Fix strange behavior for the file (whose filename first
1874       character is period ) in SMB2 case.
1875     * BUG 8144: Fix setting timestamp when touching files with CIFS clients.
1876     * BUG 8150: Ban "dos charset = utf8".
1877     * BUG 8153: Fix setting up getaddrinfo on IPv6-only machines.
1878     * BUG 8156: Fix 'net ads join' using the user's Kerberos ticket.
1879     * BUG 8157: Fix parsing a cups printcap file.
1880     * BUG 8163: Fix our asn.1 parser to handle negative numbers.
1881     * BUG 8175: Fix smbd deadlock.
1882     * BUG 8191: Split the ACE flag mapping between nfs4 and Windows into two
1883       separate functions.
1884     * BUG 8197: Winbind does not properly detect when a DC connection is dead.
1885     * BUG 8203: Winbind needs to reset the DC connection if an RPC times out.
1888 o   Christian Ambach <ambi@samba.org>
1889     * BUG 8152: Fix smbd crash in release_ip().
1892 o   Andrew Bartlett <abartlet@samba.org>
1893     * BUG 8151: Deprecate security parameters.
1896 o   Gregor Beck <gbeck@sernet.de>
1897     * BUG 8191: nfs4_acls: Pass ACE_FLAG_INHERITED_ACE up to the client/down
1898       from the client.
1899     * BUG 8192: Fix parsing of multiple flags in 'smbcacls'.
1902 o   Sumit Bose <sbose@redhat.com>
1903     * BUG 8142: Fix typos in LDAP schema files.
1906 o   Holger Hetterich <hhetter@novell.com>
1907     * BUG 8148: Default to protocol version 2 for SMB Traffic Analyzer.
1908     * BUG 8154: Actually make use of SMBTA subversion numbers.
1911 o   Björn Jacke <bj@sernet.de>
1912     * BUG 7998: Remove warning if IOV_MAX is not defined.
1915 o   Jim McDonough <jmcd@samba.org>
1916     * BUG 8166: Don't lockout users when offline.
1919 o   Stefan Metzmacher <metze@samba.org>
1920     * BUG 8140: talloc: Fix Valgrind false positives and other backports.
1921     * BUG 8141: Fix wrong permissions on lp_ncalrpc_dir().
1924 o   Andreas Schneider <asn@samba.org>
1925     * BUG 8155: Fix registering only named pipes on EPM for a service.
1928 o   Volker Lendecke <vl@samba.org>
1929     * BUG 8159: Fix memory corruption in fetching cli->server_domain from the
1930       server.
1931     * BUG 8185: "security=server" does not obey guest login field.
1932     * BUG 8189: Support shadow copy display over SMB2.
1933     * BUG 8199: Fix potential crash in smbd handling smb2.
1936 o   Samuel Thibault <sthibault@debian.org>
1937     * BUG 7998: Fix build on Hurd.
1940 Changes since 3.6.0pre3
1941 -----------------------
1943 o   Jeremy Allison <jra@samba.org>
1944     * BUG 8111: CIFS VFS: Fix unexpected error on SMB posix open.
1945     * BUG 8112: POSIX extension opens of a directory are denied with EISDIR.
1946     * Remove fstrings from client struct.
1947     * BUGFIX when converting from safe_strcpy to strlcpy.
1948     * Fix off-by-one calculations with strlcpy.
1949     * Ensure we always write the correct incoming mid into the share mode table
1950       entries.
1951     * Fix the SMB2 oplock showstopper.
1954 o   Christian Ambach <christian.ambach@de.ibm.com>
1955     * Convert user-specified domain to uppercase in libsmb.
1958 o   Günther Deschner <gd@samba.org>
1959     * BUG 8132: Fix filling printers location field when using cups.
1960     * Fix Coverity CID #2302: FORWARD_NULL.
1961     * Fix cups_pull_comment_location().
1962     * Fix double free of cups request.
1963     * Make cups_pull_comment_location() work again.
1964     * Fix potential crash bug in display_print_driver3().
1967 o   Volker Lendecke <vl@samba.org>
1968     * Properly clean up in pthreadpool_init in case of failure.
1969     * Make plaintext session setup async.
1970     * Reduce fd load in Winbind children.
1971     * Avoid a potential 100% CPU loop in Winbind.
1972     * Tune broadcast namequeries for unique names.
1973     * Properly deal with exited winbind children.
1974     * Fix dup_smb2_vec3.
1975     * Fix return check in nss_wins.
1978 Changes since 3.6.0pre2
1979 -----------------------
1981 o   Michael Adam <obnox@samba.org>
1982     * Fix build of tdb2.
1985 o   Jeremy Allison <jra@samba.org>
1986     * BUG 8083: "inherit owner = yes" doesn't interact correctly with
1987       vfs_acl_xattr or vfs_acl_tdb module.
1988     * BUG 8088: rpccli_samr_chng_pswd_auth_crap segfaults if any input blobs
1989       are null.
1990     * Correctly detect and deny symlinks anywhere in a path (not just the last
1991       component) if "follow symlinks = no".
1994 o   Günther Deschner <gd@samba.org>
1995     * BUG 8106: Fix the build of 'smbget' on HP NonStop.
1996     * Fix timeout in rpc_pipe_open_tcp_port().
1997     * Fix the build of "--with-profiling-data".
1998     * Fix the AIX 5.3 build.
2001 o   Sergey Korsak <skif@1plus1.net>
2002     * BUG #8099: setpwent() actually does endpwent() and vice versa on FreeBSD.
2005 o   Volker Lendecke <vl@samba.org>
2006     * BUG 8066: Fix wrong output in 'smbget'.
2007     * Fix Coverity IDs 986, 1340, 2047, 2299, 2307, 2325, 2335, 2336, 2470,
2008       2471, 2478.
2009     * nsswitch: Add 'wbinfo --lookup-sids'.
2010     * nsswitch: Add 'wbinfo --sids-to-unix-ids'.
2011     * Fix smbd with the async echo responder.
2012     * Fix the build of vfs_gpfs.c.
2013     * Add a 10-second timeout for the 445 or netbios connection to a DC.
2014     * Many pthreadpool fixes.
2017 o   Stefan Metzmacher <metze@samba.org>
2018     * BUG 7383: Listen on IPv6 addresses with IPV6_ONLY.
2021 o   Rusty Russell <rusty@rustcorp.com.au>
2022     * Fix transaction recovery area for converted tdbs.
2026 Changes since 3.6.0pre1
2027 -----------------------
2029 o   Michael Adam <obnox@samba.org>
2030     * ID Mapping changes.
2031     * Add "--option" to 'testparm'.
2034 o   Jeremy Allison <jra@samba.org>
2035     * BUG 7080: Quota only shown when logged as root.
2036     * BUG 7863: Unlink may unlink wrong file when hardlinks are involved.
2037     * BUG 7996: Sgid bit lost on folder rename.
2038     * BUG 8040: Fix smbclient segfault with Cyrillic netbios names.
2039     * Fix crash bug on smbd shutdown when using FOPENDIR().
2040     * Ensure we don't return an incorrect access mask.
2041     * Fix bug against the new Mac client.
2042     * Fix leak in error path.
2043     * Fix error where Windows client spoolss returns WERR_INVALID_DATA.
2046 o   Christian Ambach <christian.ambach@de.ibm.com>
2047     * Fix a segfault in the krb5 locator plugin.
2048     * Enable sharesec for registry shares.
2051 o   Andrew Bartlett <abartlet@samba.org>
2052     * Fix memory leak in "security=share" and "force user".
2055 o   Björn Baumbach <bb@sernet.de>
2056     * BUG 7875: Fix 'nmbd --port'.
2057     * BUG 7880: cmd_spoolss_deletedriver() returned without checking all
2058       architectures.
2061 o   Gregor Beck <gbeck@sernet.de>
2062     * Add new 'net idmap check' command.
2063     * Add new 'net idmap delete' command.
2064     * Fix segfault on missing input file in 'net idmap restore'.
2067 o   Olly Betts <olly@survex.com>
2068     * Fix 'net usersidlist' not to skip every other user.
2071 o   Günther Deschner <gd@samba.org>
2072     * BUG 7690: Retry DNS updates when connection to one nameserver has failed.
2073     * BUG 7945: Let winbind try to use samlogon validation level 6.
2074     * Fix Coverity ID 2041.
2075     * Fix potential crash bug in spoolss_PrinterEnumValues push path.
2076     * Internal restructuring.
2077     * Don't wipe out all printer drivers when only one should be deleted.
2078     * Fix winbindd_dual_pam_auth_samlogon() for NT4 domains.
2081 o   David Disseldorp <ddiss@suse.de>
2082     * BUG 7915: Fix cups pcap reload with no printers.
2083     * BUG 8040: Fix smbclient segfault with Cyrillic netbios names.
2084     * Fix memory leak in print_cups.c.
2085     * Remove duplicate cups response processing code.
2086     * Follow force user/group for driver IO.
2087     * Initiate pcap reload from parent smbd.
2088     * Reload shares after pcap cache fill.
2091 o   Björn Jacke <bj@sernet.de>
2092     * BUG 8033: Add explicit configure option whether or not to enable dmapi
2093       support.
2096 o   Volker Lendecke <vl@samba.org>
2097     * BUG 7917: Fix bug in chain_reply.
2098     * BUG 7940: Fall back for utimes calls.
2099     * BUG 8009: Fix getting username in 'net rap session'.
2100     * BUG 8010: Use jenkins hash for str_checksum.
2101     * BUG 8042: Fix file creation on OS/X.
2102     * Fix numerous Coverity IDs.
2103     * Fix a memory leak in check_sam_security_info3.
2104     * Fix a segfault in the nss wrapper when libnss_winbind.so is not loadable.
2105     * Make "net sam list [users|workstations]" list only the right things.
2106     * Fix a potential memleak in secrets_fetch_trusted_domain_password.
2107     * Use the right credentials in check_netlogond_security.
2108     * Add support for AF_NETLINK addr notifications.
2109     * Fork multiple Winbind children per domain.
2110     * Fix a deadlock between smbd and ctdbd.
2111     * Add 'wbinfo --dc-info'.
2112     * Make "nmbd socket dir" configurable.
2113     * Fix a valgrind error.
2114     * Fix a memleak in receive_getdc_response.
2117 o   Nikolay Martynov <mar.kolya@gmail.com>
2118     * BUG 8010: Fix inode generation so nautilus can count total dir size
2119       correctly.
2122 o   Stefan Metzmacher <metze@samba.org>
2123     * BUG 7567: Fix printing from Windows 7.
2124     * BUG 7899: Don't return "-1" on success in 'net rpc vampire keytab'.
2125     * BUG 7944: Catch lookup_names/sids schannel errors over ncacn_ip_tcp.
2126     * Don't grant SEC_STD_DELETE always to the owner of a file.
2127     * Fix segfaults on addrchange errors in Winbind.
2128     * Allow machine accounts as members in groupdb.
2131 o   Jonathan Nieder <jrnieder@gmail.com>
2132     * BUG 6837: Make "rlimit_max below minimum Windows limit" notification less
2133       scary.
2136 o   Andreas Schneider <asn@samba.org>
2137     * Add an Endpoint Mapper daemon.
2138     * Add IPv6 support for the endpoint mapper.
2139     * Free unused memory in the rpc server.
2140     * Fix possible segfaults in svcctl server.
2141     * Fix possible segfault with client_id in rpc server.
2142     * Add a 'svcctl shutdown' function to rpc server.
2143     * Fix a resource leak in net_afs.
2144     * Fix a resource leak in smbta-util.
2145     * Fix possible resource leak in net_usershare.
2146     * Fix possible resource leak in 'smbget'.
2147     * Fix possible resource leak in 'smbfilter'.
2148     * Fix a possible null pointer dereference in smbd.
2151 o   Pavel Shilovsky <piastry@etersoft.ru>
2152     * BUG 7928: Fix problems with "kernel oplocks" option set to "no".
2153     * Ensure we send the direct levelII oplock break to the correct fid.
2156 o   Simo Sorce <idra@samba.org>
2157     * Fix private libdir and codepages paths.
2160 o   Andrew Tridgell <tridge@samba.org>
2161     * Fix a valgrind error.
2164 ######################################################################
2165 Reporting bugs & Development Discussion
2166 #######################################
2168 Please discuss this release on the samba-technical mailing list or by
2169 joining the #samba-technical IRC channel on irc.freenode.net.
2171 If you do report problems then please try to send high quality
2172 feedback. If you don't provide vital information to help us track down
2173 the problem then you will probably be ignored.  All bug reports should
2174 be filed under the Samba 3.6 product in the project's Bugzilla
2175 database (https://bugzilla.samba.org/).
2178 ======================================================================
2179 == Our Code, Our Bugs, Our Responsibility.
2180 == The Samba Team
2181 ======================================================================