WHATSNEW: Add release notes for Samba 3.6.24.
[Samba.git] / WHATSNEW.txt
blobaa57ee55a12b817645904b6c6b2de9be0e575cfa
1                    ==============================
2                    Release Notes for Samba 3.6.24
3                            June 23, 2014
4                    ==============================
7 This is a security release in order to address
8 CVE-2014-0244 (Denial of service - CPU loop) and
9 CVE-2014-3493 (Denial of service - Server crash/memory corruption).
11 o  CVE-2014-0244:
12    All current released versions of Samba are vulnerable to a denial of
13    service on the nmbd NetBIOS name services daemon. A malformed packet
14    can cause the nmbd server to loop the CPU and prevent any further
15    NetBIOS name service.
17    This flaw is not exploitable beyond causing the code to loop expending
18    CPU resources.
20 o  CVE-2014-3493:
21    All current released versions of Samba are affected by a denial of service
22    crash involving overwriting memory on an authenticated connection to the
23    smbd file server.
26 Changes since 3.6.22:
27 ---------------------
29 o   Jeremy Allison <jra@samba.org>
30     * BUG 10633: CVE-2014-0244: Fix nmbd denial of service.
31     * BUG 10654: CVE-2014-3493: Fix segmentation fault in
32       smbd_marshall_dir_entry()'s SMB_FIND_FILE_UNIX handler.
35 ######################################################################
36 Reporting bugs & Development Discussion
37 #######################################
39 Please discuss this release on the samba-technical mailing list or by
40 joining the #samba-technical IRC channel on irc.freenode.net.
42 If you do report problems then please try to send high quality
43 feedback. If you don't provide vital information to help us track down
44 the problem then you will probably be ignored.  All bug reports should
45 be filed under the Samba 3.6 product in the project's Bugzilla
46 database (https://bugzilla.samba.org/).
49 ======================================================================
50 == Our Code, Our Bugs, Our Responsibility.
51 == The Samba Team
52 ======================================================================
55 Release notes for older releases follow:
56 ----------------------------------------
58                    ==============================
59                    Release Notes for Samba 3.6.23
60                            March 11, 2014
61                    ==============================
64 This is a security release in order to address
65 CVE-2013-4496 (Password lockout not enforced for SAMR password changes).
67 o  CVE-2013-4496:
68    Samba versions 3.4.0 and above allow the administrator to implement
69    locking out Samba accounts after a number of bad password attempts.
71    However, all released versions of Samba did not implement this check for
72    password changes, such as are available over multiple SAMR and RAP
73    interfaces, allowing password guessing attacks.
76 Changes since 3.6.22:
77 ---------------------
79 o   Andrew Bartlett <abartlet@samba.org>
80     * BUG 10245: CVE-2013-4496: Enforce password lockout for SAMR password
81       changes.
84 o   Stefan Metzmacher <metze@samba.org>
85     * BUG 10245: CVE-2013-4496: Enforce password lockout for SAMR password
86       changes.
89 ######################################################################
90 Reporting bugs & Development Discussion
91 #######################################
93 Please discuss this release on the samba-technical mailing list or by
94 joining the #samba-technical IRC channel on irc.freenode.net.
96 If you do report problems then please try to send high quality
97 feedback. If you don't provide vital information to help us track down
98 the problem then you will probably be ignored.  All bug reports should
99 be filed under the Samba 3.6 product in the project's Bugzilla
100 database (https://bugzilla.samba.org/).
103 ======================================================================
104 == Our Code, Our Bugs, Our Responsibility.
105 == The Samba Team
106 ======================================================================
109 ----------------------------------------------------------------------
112                    ==============================
113                    Release Notes for Samba 3.6.22
114                           December 9, 2013
115                    ==============================
118 This is a security release in order to address
119 CVE-2013-4408 (DCE-RPC fragment length field is incorrectly checked) and
120 CVE-2012-6150 (pam_winbind login without require_membership_of restrictions).
122 o  CVE-2013-4408:
123    Samba versions 3.4.0 and above (versions 3.4.0 - 3.4.17, 3.5.0 -
124    3.5.22, 3.6.0 - 3.6.21, 4.0.0 - 4.0.12 and including 4.1.2) are
125    vulnerable to buffer overrun exploits in the client processing of
126    DCE-RPC packets. This is due to incorrect checking of the DCE-RPC
127    fragment length in the client code.
129    This is a critical vulnerability as the DCE-RPC client code is part of
130    the winbindd authentication and identity mapping daemon, which is
131    commonly configured as part of many server installations (when joined
132    to an Active Directory Domain). A malicious Active Directory Domain
133    Controller or man-in-the-middle attacker impersonating an Active
134    Directory Domain Controller could achieve root-level access by
135    compromising the winbindd process.
137    Samba server versions 3.4.0 - 3.4.17 and versions 3.5.0 - 3.5.22 are
138    also vulnerable to a denial of service attack (server crash) due to a
139    similar error in the server code of those versions.
141    Samba server versions 3.6.0 and above (including all 3.6.x versions,
142    all 4.0.x versions and 4.1.x) are not vulnerable to this problem.
144    In addition range checks were missing on arguments returned from calls
145    to the DCE-RPC functions LookupSids (lsa and samr), LookupNames (lsa and samr)
146    and LookupRids (samr) which could also cause similar problems.
148    As this was found during an internal audit of the Samba code there are
149    no currently known exploits for this problem (as of December 9th 2013).
151 o  CVE-2012-6150:
152    Winbind allows for the further restriction of authenticated PAM logins using
153    the require_membership_of parameter. System administrators may specify a list
154    of SIDs or groups for which an authenticated user must be a member of. If an
155    authenticated user does not belong to any of the entries, then login should
156    fail. Invalid group name entries are ignored.
158    Samba versions 3.3.10, 3.4.3, 3.5.0 and later incorrectly allow login from
159    authenticated users if the require_membership_of parameter specifies only
160    invalid group names.
162    This is a vulnerability with low impact. All require_membership_of group
163    names must be invalid for this bug to be encountered.
166 Changes since 3.6.21:
167 ---------------------
169 o   Jeremy Allison <jra@samba.org>
170     * BUG 10185: CVE-2013-4408: Correctly check DCE-RPC fragment length field.
173 o   Stefan Metzmacher <metze@samba.org>
174     * BUG 10185: CVE-2013-4408: Correctly check DCE-RPC fragment length field.
177 o   Noel Power <noel.power@suse.com>
178     * BUGs 10300, 10306: CVE-2012-6150: Fail authentication if user isn't
179       member of *any* require_membership_of specified groups.
182 ######################################################################
183 Reporting bugs & Development Discussion
184 #######################################
186 Please discuss this release on the samba-technical mailing list or by
187 joining the #samba-technical IRC channel on irc.freenode.net.
189 If you do report problems then please try to send high quality
190 feedback. If you don't provide vital information to help us track down
191 the problem then you will probably be ignored.  All bug reports should
192 be filed under the Samba 3.6 product in the project's Bugzilla
193 database (https://bugzilla.samba.org/).
196 ======================================================================
197 == Our Code, Our Bugs, Our Responsibility.
198 == The Samba Team
199 ======================================================================
202 ----------------------------------------------------------------------
205                    ==============================
206                    Release Notes for Samba 3.6.21
207                          November 29, 2013
208                    ==============================
211 This is is the latest stable release of Samba 3.6.
214 Changes since 3.6.20:
215 ---------------------
217 o   Jeremy Allison <jra@samba.org>
218     * BUG 10139: Valid utf8 filenames cause "invalid conversion error"
219       messages.
220     * BUG 10167: s3-smb2 server: smb2 breaks "smb encryption = mandatory".
221     * BUG 10187: Missing talloc_free can leak stackframe in error path.
222     * BUG 10247: xattr: Fix listing EAs on *BSD for non-root users.
225 o   Korobkin <korobkin+samba@gmail.com>
226     * BUG 10118: Raise debug level for being unable to open a printer.
229 o   Volker Lendecke <vl@samba.org>
230     * BUG 10195: nsswitch: Fix short writes in winbind_write_sock.
233 o   Arvid Requate <requate@univention.de>
234     * BUG 10267: Fix Windows 8 printing via local printer drivers.
237 o   Andreas Schneider <asn@cryptomilk.org>
238     * BUG 10194: Make offline logon cache updating for cross child domain
239       group membership.
242 ######################################################################
243 Reporting bugs & Development Discussion
244 #######################################
246 Please discuss this release on the samba-technical mailing list or by
247 joining the #samba-technical IRC channel on irc.freenode.net.
249 If you do report problems then please try to send high quality
250 feedback. If you don't provide vital information to help us track down
251 the problem then you will probably be ignored.  All bug reports should
252 be filed under the Samba 3.6 product in the project's Bugzilla
253 database (https://bugzilla.samba.org/).
256 ======================================================================
257 == Our Code, Our Bugs, Our Responsibility.
258 == The Samba Team
259 ======================================================================
262 ----------------------------------------------------------------------
265                    ==============================
266                    Release Notes for Samba 3.6.20
267                          November 11, 2013
268                    ==============================
271 This is a security release in order to address
272 CVE-2013-4475 (ACLs are not checked on opening an alternate
273 data stream on a file or directory).
275 o  CVE-2013-4475:
276    Samba versions 3.2.0 and above (all versions of 3.2.x, 3.3.x,
277    3.4.x, 3.5.x, 3.6.x, 4.0.x and 4.1.x) do not check the underlying
278    file or directory ACL when opening an alternate data stream.
280    According to the SMB1 and SMB2+ protocols the ACL on an underlying
281    file or directory should control what access is allowed to alternate
282    data streams that are associated with the file or directory.
284    By default no version of Samba supports alternate data streams
285    on files or directories.
287    Samba can be configured to support alternate data streams by loading
288    either one of two virtual file system modues (VFS) vfs_streams_depot or
289    vfs_streams_xattr supplied with Samba, so this bug only affects Samba
290    servers configured this way.
292    To determine if your server is vulnerable, check for the strings
293    "streams_depot" or "streams_xattr" inside your smb.conf configuration
294    file.
297 Changes since 3.6.19:
298 ---------------------
300 o   Jeremy Allison <jra@samba.org>
301     * BUGs 10234 + 10229: CVE-2013-4475: Fix access check verification on stream
302       files.
305 ######################################################################
306 Reporting bugs & Development Discussion
307 #######################################
309 Please discuss this release on the samba-technical mailing list or by
310 joining the #samba-technical IRC channel on irc.freenode.net.
312 If you do report problems then please try to send high quality
313 feedback. If you don't provide vital information to help us track down
314 the problem then you will probably be ignored.  All bug reports should
315 be filed under the Samba 3.6 product in the project's Bugzilla
316 database (https://bugzilla.samba.org/).
319 ======================================================================
320 == Our Code, Our Bugs, Our Responsibility.
321 == The Samba Team
322 ======================================================================
325 ----------------------------------------------------------------------
328                    ==============================
329                    Release Notes for Samba 3.6.19
330                          September 25, 2013
331                    ==============================
334 This is is the latest maintenance release of Samba 3.6.
336 Please note that this will probably be the last maintenance release
337 of the Samba 3.6 release series. With the release of Samba 4.1.0, the
338 3.6 release series will be turned into the "security fixes only" mode.
341 Changes since 3.6.18:
342 ---------------------
344 o   Jeremy Allison <jra@samba.org>
345     * BUG 5917: Make Samba work on site with Read Only Domain Controller.
348 o   Christian Ambach <ambi@samba.org>
349     * BUG 8955: NetrServerPasswordSet2 timeout is too short.
352 o   Günther Deschner <gd@samba.org>
353     * BUG 9899: Fix fallback to ncacn_np in cm_connect_lsat().
354     * BUG 9615: Fix fallback to ncacn_np in cm_connect_lsat().
355     * BUG 10127: Fix 'smbstatus' as non-root user.
358 o   Volker Lendecke <vl@samba.org>
359     * BUG 8955: Give machine password changes 10 minutes of time.
360     * BUG 10106: Honour output buffer length set by the client for SMB2 GetInfo
361       requests.
362     * BUG 10114: Handle Dropbox (write-only-directory) case correctly in
363       pathname lookup.
366 o   Karolin Seeger <kseeger@samba.org>
367     * BUG 10076: Fix variable list in man vfs_crossrename.
370 o   Andreas Schneider <asn@samba.org>
371     * BUG 9994: s3-winbind: Do not delete an existing valid credential cache.
372     * BUG 10073: 'net ads join': Fix segmentation fault in
373       create_local_private_krb5_conf_for_domain.
376 o   Richard Sharpe <realrichardsharpe@gmail.com>
377     * BUG 10097: MacOSX 10.9 will not follow path-based DFS referrals handed
378       out by Samba.
381 ######################################################################
382 Reporting bugs & Development Discussion
383 #######################################
385 Please discuss this release on the samba-technical mailing list or by
386 joining the #samba-technical IRC channel on irc.freenode.net.
388 If you do report problems then please try to send high quality
389 feedback. If you don't provide vital information to help us track down
390 the problem then you will probably be ignored.  All bug reports should
391 be filed under the Samba 3.6 product in the project's Bugzilla
392 database (https://bugzilla.samba.org/).
395 ======================================================================
396 == Our Code, Our Bugs, Our Responsibility.
397 == The Samba Team
398 ======================================================================
401 ----------------------------------------------------------------------
404                    ==============================
405                    Release Notes for Samba 3.6.18
406                           August 14, 2013
407                    ==============================
410 This is is the latest stable release of Samba 3.6.
413 Changes since 3.6.17:
414 ---------------------
416 o   Jeremy Allison <jra@samba.org>
417     * BUG 9777: vfs_dirsort uses non-stackable calls, dirfd(), malloc instead
418       of talloc and doesn't cope with directories being modified whilst reading.
421 o   Gregor Beck <gbeck@sernet.de>
422     * BUG 9678: Windows 8 Roaming profiles fail.
425 o   Alexander Bokovoy <ab@samba.org>
426     * BUG 9636: Fix parsing linemarkers in preprocessor output.
429 o   Björn Jacke <bj@sernet.de>
430     * BUG 9880: Use of wrong RFC2307 primary group field.
431     * BUG 9983: Fix output of syslog-facility check.
434 o   Ralph Wuerthner <ralphw@de.ibm.com>
435     * BUG 10064: Linux kernel oplock breaks can miss signals.
438 ######################################################################
439 Reporting bugs & Development Discussion
440 #######################################
442 Please discuss this release on the samba-technical mailing list or by
443 joining the #samba-technical IRC channel on irc.freenode.net.
445 If you do report problems then please try to send high quality
446 feedback. If you don't provide vital information to help us track down
447 the problem then you will probably be ignored.  All bug reports should
448 be filed under the Samba 3.6 product in the project's Bugzilla
449 database (https://bugzilla.samba.org/).
452 ======================================================================
453 == Our Code, Our Bugs, Our Responsibility.
454 == The Samba Team
455 ======================================================================
458 ----------------------------------------------------------------------
461                    ==============================
462                    Release Notes for Samba 3.6.17
463                           August 05, 2013
464                    ==============================
467 This is a security release in order to address
468 CVE-2013-4124 (Missing integer wrap protection in EA list reading can cause
469 server to loop with DOS).
471 o  CVE-2013-4124:
472    All current released versions of Samba are vulnerable to a denial of
473    service on an authenticated or guest connection. A malformed packet
474    can cause the smbd server to loop the CPU performing memory
475    allocations and preventing any further service.
477    A connection to a file share, or a local account is needed to exploit
478    this problem, either authenticated or unauthenticated if guest
479    connections are allowed.
481    This flaw is not exploitable beyond causing the code to loop
482    allocating memory, which may cause the machine to exceed memory
483    limits.
486 Changes since 3.6.16:
487 ---------------------
489 o   Jeremy Allison <jra@samba.org>
490     * BUG 10010: CVE-2013-4124: Missing integer wrap protection in EA list
491       reading can cause server to loop with DOS.
494 ######################################################################
495 Reporting bugs & Development Discussion
496 #######################################
498 Please discuss this release on the samba-technical mailing list or by
499 joining the #samba-technical IRC channel on irc.freenode.net.
501 If you do report problems then please try to send high quality
502 feedback. If you don't provide vital information to help us track down
503 the problem then you will probably be ignored.  All bug reports should
504 be filed under the Samba 3.6 product in the project's Bugzilla
505 database (https://bugzilla.samba.org/).
508 ======================================================================
509 == Our Code, Our Bugs, Our Responsibility.
510 == The Samba Team
511 ======================================================================
514 ----------------------------------------------------------------------
517                    ==============================
518                    Release Notes for Samba 3.6.16
519                            June 19, 2013
520                    ==============================
523 This is is the latest stable release of Samba 3.6.
525 Major enhancements in Samba 3.6.16 include:
527 o  Fix crash bug during Win8 sync (bug #9822).
528 o  Properly handle Oplock breaks in compound requests (bug #9722).
531 Changes since 3.6.15:
532 ---------------------
534 o   Michael Adam <obnox@samba.org>
535     * BUG 9881: Link dbwrap_tool and dbwrap_torture against libtevent.
538 o   Jeremy Allison <jra@samba.org>
539     * BUG 9722: Properly handle Oplock breaks in compound requests.
540     * BUG 9822: Fix crash bug during Win8 sync.
543 o   Anand Avati <avati@redhat.com>
544     * BUG 9927: errno gets overwritten in call to check_parent_exists().
547 o   David Disseldorp <ddiss@samba.org>
548     * BUG 8997: Change libreplace GPL source to LGPL.
549     * BUG 9900: is_printer_published GUID retrieval.
552 o   Peng Haitao <penght@cn.fujitsu.com>
553     * BUG 9941: Fix a bug of drvupgrade of smbcontrol.
556 o   Volker Lendecke <vl@samba.org>
557     * BUG 9868: Don't know how to make LIBNDR_PREG_OBJ.
560 o   SATOH Fumiyasu <fumiyas@osstech.co.jp>
561     * BUG 9688: Remove "experimental" label on "max protocol=SMB2" parameter.
564 o   Andreas Schneider <asn@samba.org>
565     * BUG 9881: Check for system libtevent.
568 ######################################################################
569 Reporting bugs & Development Discussion
570 #######################################
572 Please discuss this release on the samba-technical mailing list or by
573 joining the #samba-technical IRC channel on irc.freenode.net.
575 If you do report problems then please try to send high quality
576 feedback. If you don't provide vital information to help us track down
577 the problem then you will probably be ignored.  All bug reports should
578 be filed under the Samba 3.6 product in the project's Bugzilla
579 database (https://bugzilla.samba.org/).
582 ----------------------------------------------------------------------
585                    ==============================
586                    Release Notes for Samba 3.6.15
587                             May 08, 2013
588                    ==============================
591 This is is the latest stable release of Samba 3.6.
593 Major enhancements in Samba 3.6.15 include:
595 o  Fix crash bug in Winbind (bug #9854).
598 Changes since 3.6.14:
599 ---------------------
601 o   Andrew Bartlett <abartlet@samba.org>
602     * BUG 9746: Fix "guest ok", "force user" and "force group" for guest users.
605 o   David Disseldorp <ddiss@samba.org>
606     * BUG 9830: Fix panic in nt_printer_publish_ads.
609 o   Volker Lendecke <vl@samba.org>
610     * BUG 9854: Fix crash bug in Winbind.
613 o   Andreas Schneider <asn@samba.org>
614     * BUG 9817: Fix 'map untrusted to domain' with NTLMv2.
617 ######################################################################
618 Reporting bugs & Development Discussion
619 #######################################
621 Please discuss this release on the samba-technical mailing list or by
622 joining the #samba-technical IRC channel on irc.freenode.net.
624 If you do report problems then please try to send high quality
625 feedback. If you don't provide vital information to help us track down
626 the problem then you will probably be ignored.  All bug reports should
627 be filed under the Samba 3.6 product in the project's Bugzilla
628 database (https://bugzilla.samba.org/).
631 -----------------------------------------------------------------------
634                    ==============================
635                    Release Notes for Samba 3.6.14
636                            April 29, 2013
637                    ==============================
640 This is is the latest stable release of Samba 3.6.
642 Major enhancements in Samba 3.6.14 include:
644 o  Certain xattrs cause Windows error 0x800700FF (bug #9130).
646 Changes since 3.6.13:
647 ---------------------
649 o   Jeremy Allison <jra@samba.org>
650     * BUG 9130: Certain xattrs cause Windows error 0x800700FF.
651     * BUG 9724: Use is_encrypted_packet() function correctly inside server.
652     * BUG 9733: Fix 'smbcontrol close-share' is not working.
653     * BUG 9747: Make sure that we only propogate the INHERITED flag when we are
654       allowed to.
655     * BUG 9748: Remove unneeded fstat system call from hot read path.
656     * BUG 9811: Fix bug in old create temp SMB request. Only use VFS functions.
659 o   David Disseldorp <ddiss@samba.org>
660     * BUG 9650: New or deleted CUPS printerqueues are not recognized by Samba.
661     * BUG 9807: wbinfo: Fix segfault in wbinfo_pam_logon.
664 o   Volker Lendecke <vl@samba.org>
665     * BUG 9727: wkssvc: Fix NULL pointer dereference.
666     * BUG 9736: smbd: Tune "dir" a bit.
667     * BUG 9775: Fix segfault for "artificial" conn_structs.
668     * BUG 9809: RHEL SPEC: Package dbwrap_tool man page.
671 o   Andreas Schneider <asn@samba.org>
672     * BUG 9139: Fix the username map optimization.
673     * BUG 9699: Fix adding case sensitive spn.
674     * BUG 9723: Add a tool to migrate latin1 printing tdbs to registry.
675     * BUG 9735: Fix Winbind separator in upn to username conversion.
676     * BUG 9766: Cache name_to_sid/sid_to_name correctly.
679 Note about upgrading from older versions:
680 -----------------------------------------
682 It is still the case that there are printing tdbs (ntprinting.tdb, ntforms.tdb,
683 ntdrivers.tdb) which are in latin1 or other encodings. When updating from
684 Samba 3.5 or earlier to Samba 3.6 or 4.0 these tdbs need to be migrated to our
685 new registry based printing management.  This means during the migration we
686 also need to do charset conversion. This can only been done manually cause we don't
687 know in which encoding the tdb is. You have to specify the correct code page
688 for the conversion, see iconv -l and Wikipedia [1] for the available codepages.
689 The mostly used one is Windows Latin1 which is CP1252.
691 We've extended the 'net printing dump' and 'net printing migrate' commands to
692 define the encoding of the tdb. So you can correctly view the tdb with:
694   net printing dump encoding=CP1252 /path/to/ntprinters.tdb
696 or migrate it with e.g.:
698   net printing migrate encoding=CP1252 /path/to/ntprinters.tdb
700 If you migrate printers we suggest you do it in the following order.
702 ntforms.tdb
703 ntdrivers.tdb
704 ntprinting.tdb
706 Don't forget to rename, move or delete these files in /var/lib/samba after the
707 migration.
709 [1] https://en.wikipedia.org/wiki/Code_page
712 ######################################################################
713 Reporting bugs & Development Discussion
714 #######################################
716 Please discuss this release on the samba-technical mailing list or by
717 joining the #samba-technical IRC channel on irc.freenode.net.
719 If you do report problems then please try to send high quality
720 feedback. If you don't provide vital information to help us track down
721 the problem then you will probably be ignored.  All bug reports should
722 be filed under the Samba 3.6 product in the project's Bugzilla
723 database (https://bugzilla.samba.org/).
726 ======================================================================
727 == Our Code, Our Bugs, Our Responsibility.
728 == The Samba Team
729 ======================================================================
732 ----------------------------------------------------------------------
735                    ==============================
736                    Release Notes for Samba 3.6.13
737                            March 18, 2013
738                    ==============================
741 This is is the latest stable release of Samba 3.6.
743 Major enhancements in Samba 3.6.13 include:
745 o  Fix two resource leaks in winbindd (bug #9684).
746 o  Unlink after open causes smbd to panic (bug #9571).
749 Changes since 3.6.12:
750 --------------------
752 o   Jeremy Allison <jra@samba.org>
753     * BUG 9519: Samba returns unexpected error on SMB posix open.
754     * BUG 9585: Samba 3.6.x not correctly signing any but the last response in
755       a compound request/response.
756     * BUG 9586: smbd[29175]: disk_free: sys_popen() failed" message logged in
757       /var/log/messages many times.
758     * BUG 9587: Archive flag is always set on directories.
759     * BUG 9588: ACLs are not inherited to directories for DFS shares.
760     * BUG 9637: Renaming directories as guest user in security share mode
761       doesn't work.
764 o   Björn Baumbach <bb@sernet.de>
765     * BUG 9568: Add dbwrap_tool.1 manual page.
768 o   Ira Cooper <ira@samba.org>
769     * BUG 9646: Make SMB2_GETINFO multi-volume aware.
772 o   Günther Deschner <gd@samba.org>
773     * BUG 9474: Downgrade v4 printer driver requests to v3.
776 o   David Disseldorp <ddiss@samba.org>
777     * BUG 9378: Add extra attributes for AD printer publishing.
778     * BUG 9658: Fix initial large PAC sess setup response.
781 o   Björn Jacke <bj@sernet.de>
782     * BUG 7825: Fix GNU ld version detection with
783       old gcc releases.
786 o   Daniel Kobras <d.kobras@science-computing.de>
787     * BUG 9039: 'map untrusted to domain' treats WORKSTATION as bogus domain.
790 o   Guenter Kukkukk <kukks@samba.org>
791     * BUG 9701: Fix vfs_catia module.
794 o   Volker Lendecke <vl@samba.org>
795     * BUG 9541: Add support for posix_openpt.
798 o   Stefan Metzmacher <metze@samba.org>
799     * Bug 9625: wbcAuthenticateEx gives unix times.
802 o   Andreas Schneider <asn@samba.org>
803     * BUG 9574: Fix a possible null pointer dereference in spoolss.
804     * BUG 9684: Fix two resource leaks in winbindd.
805     * BUG 9686: Fix a possible buffer overrun in pdb_smbpasswd.
808 o   Pavel Shilovsky <piastry@etersoft.ru>
809     * Bug #9571: Unlink after open causes smbd to panic.
812 ######################################################################
813 Reporting bugs & Development Discussion
814 #######################################
816 Please discuss this release on the samba-technical mailing list or by
817 joining the #samba-technical IRC channel on irc.freenode.net.
819 If you do report problems then please try to send high quality
820 feedback. If you don't provide vital information to help us track down
821 the problem then you will probably be ignored.  All bug reports should
822 be filed under the Samba 3.6 product in the project's Bugzilla
823 database (https://bugzilla.samba.org/).
826 ======================================================================
827 == Our Code, Our Bugs, Our Responsibility.
828 == The Samba Team
829 ======================================================================
832 ----------------------------------------------------------------------
835                    ==============================
836                    Release Notes for Samba 3.6.12
837                           January 30, 2013
838                    ==============================
841 This is a security release in order to address
842 CVE-2013-0213 (Clickjacking issue in SWAT) and
843 CVE-2013-0214 (Potential XSRF in SWAT).
845 o  CVE-2013-0213:
846    All current released versions of Samba are vulnerable to clickjacking in the
847    Samba Web Administration Tool (SWAT). When the SWAT pages are integrated into
848    a malicious web page via a frame or iframe and then overlaid by other content,
849    an attacker could trick an administrator to potentially change Samba settings.
851    In order to be vulnerable, SWAT must have been installed and enabled
852    either as a standalone server launched from inetd or xinetd, or as a
853    CGI plugin to Apache. If SWAT has not been installed or enabled (which
854    is the default install state for Samba) this advisory can be ignored.
856 o  CVE-2013-0214:
857    All current released versions of Samba are vulnerable to a cross-site
858    request forgery in the Samba Web Administration Tool (SWAT). By guessing a
859    user's password and then tricking a user who is authenticated with SWAT into
860    clicking a manipulated URL on a different web page, it is possible to manipulate
861    SWAT.
863    In order to be vulnerable, the attacker needs to know the victim's password.
864    Additionally SWAT must have been installed and enabled either as a standalone
865    server launched from inetd or xinetd, or as a CGI plugin to Apache. If SWAT has
866    not been installed or enabled (which is the default install state for Samba)
867    this advisory can be ignored.
870 Changes since 3.6.11:
871 --------------------
873 o   Kai Blin <kai@samba.org>
874     * BUG 9576: CVE-2013-0213: Fix clickjacking issue in SWAT.
875     * BUG 9577: CVE-2013-0214: Fix potential XSRF in SWAT.
878 ######################################################################
879 Reporting bugs & Development Discussion
880 #######################################
882 Please discuss this release on the samba-technical mailing list or by
883 joining the #samba-technical IRC channel on irc.freenode.net.
885 If you do report problems then please try to send high quality
886 feedback. If you don't provide vital information to help us track down
887 the problem then you will probably be ignored.  All bug reports should
888 be filed under the Samba 3.6 product in the project's Bugzilla
889 database (https://bugzilla.samba.org/).
892 ======================================================================
893 == Our Code, Our Bugs, Our Responsibility.
894 == The Samba Team
895 ======================================================================
898 ----------------------------------------------------------------------
901                    ==============================
902                    Release Notes for Samba 3.6.11
903                          January 21, 2013
904                    ==============================
907 This is is the latest stable release of Samba 3.6.
909 Major enhancements in Samba 3.6.11 include:
911 o   defer_open is triggered multiple times on the same request (bug #9196).
912 o   Fix SEGV wh_n using second vfs module (bug #9471).
915 Changes since 3.6.10:
916 --------------------
918 o   Jeremy Allison <jra@samba.org>
919     * BUG 9196: defer_open is triggered multiple times on the same request.
920     * BUG 9550: Mask off signals the correct way from the signal handler.
923 o   Björn Baumbach <bb@sernet.de>
924     * BUG 9569: ntlm_auth.1: Fix format and make examples visible.
927 o   Tsukasa Hamano <hamano@osstech.co.jp>
928     * BUG 9471: Fix SEGV when using second vfs module.
931 o   Volker Lendecke <vl@samba.org>
932     * BUG 9548: Correctly detect O_DIRECT.
933     * BUG 9546: Fix aio_suspend detection on FreeBSD.
936 ######################################################################
937 Reporting bugs & Development Discussion
938 #######################################
940 Please discuss this release on the samba-technical mailing list or by
941 joining the #samba-technical IRC channel on irc.freenode.net.
943 If you do report problems then please try to send high quality
944 feedback. If you don't provide vital information to help us track down
945 the problem then you will probably be ignored.  All bug reports should
946 be filed under the Samba 3.6 product in the project's Bugzilla
947 database (https://bugzilla.samba.org/).
950 ======================================================================
951 == Our Code, Our Bugs, Our Responsibility.
952 == The Samba Team
953 ======================================================================
956 ----------------------------------------------------------------------
959                    ==============================
960                    Release Notes for Samba 3.6.10
961                          December 10, 2012
962                    ==============================
965 This is is the latest stable release of Samba 3.6.
967 Major enhancements in Samba 3.6.10 include:
969 o  Respond correctly to FILE_STREAM_INFO requests (bug #9460).
970 o  Fix segfault when "default devmode" is disabled (bug #9433).
971 o  Fix segfaults in "log level = 10" on Solaris (bug #9390).
974 Changes since 3.6.9:
975 --------------------
977 o   Jeremy Allison <jra@samba.org>
978     * BUG 9236: ACL masks incorrectly applied when setting ACLs.
979     * BUG 9374: Allow smb2.acls torture test to pass against smbd with a POSIX
980       ACLs backend.
983 o   Björn Baumbach <bb@sernet.de>
984     * BUG 9345: Manpages: Fix use of <smbconfoption> tag.
987 o   Sumit Bose <sbose@redhat.com>
988     * BUG 9367: Use work around for 'winbind use default domain' only if it is
989       set.
992 o   Günther Deschner <gd@samba.org>
993     * BUG 9272: 'net ads join' does not provide AES keys in host keytab.
994     * BUG 9426: Lookup nametype 0x20 in rpc_pipe_open_tcp_port().
995     * BUG 9439: Fix ncacn_ip_tcp reconnection code for lsa lookups.
996     * BUG 9451: Allow to force DNS updates using net.
999 o   David Disseldorp <ddiss@samba.org>
1000     * BUG 9433: Fix segfault when "default devmode" is disabled.
1003 o   Volker Lendecke <vl@samba.org>
1004     * BUG 9359: Optimization needed for SMB2 performance sensitive workloads.
1005     * BUG 9422: Large read requests cause server to issue malformed reply.
1006     * BUG 9439: Fix ncacn_ip_tcp reconnection code for lsa lookups.
1009 o   Stefan Metzmacher <metze@samba.org>
1010     * BUG 9209: Improve the smb2.create.blob test.
1011     * BUG 9272: 'net ads join' does not provide AES keys in host keytab.
1012     * BUG 9390: Fix segfaults in "log level = 10" on Solaris.
1013     * BUG 9402: lib/addns doesn't work with a bind9 server.
1016 o   Matthieu Patou <mat@matws.net>
1017     * BUG 9418: Fix MD5 detection in the autoconf build.
1020 o   Andreas Schneider <asn@samba.org>
1021     * BUG 8564: Fix segfault in pam_sm_authenticate().
1022     * BUG 9326: Fix 'net ads join' message for the dns domain.
1023     * BUG 9386: Winbind: Failover if netlogon pipe is not available.
1024     * BUG 9436: Fix leaking sockets of SMB connections to a DC.
1027 o   Richard Sharpe <realrichardsharpe@gmail.com>
1028     * BUG 9460: Respond correctly to FILE_STREAM_INFO requests.
1031 ######################################################################
1032 Reporting bugs & Development Discussion
1033 #######################################
1035 Please discuss this release on the samba-technical mailing list or by
1036 joining the #samba-technical IRC channel on irc.freenode.net.
1038 If you do report problems then please try to send high quality
1039 feedback. If you don't provide vital information to help us track down
1040 the problem then you will probably be ignored.  All bug reports should
1041 be filed under the Samba 3.6 product in the project's Bugzilla
1042 database (https://bugzilla.samba.org/).
1045 ======================================================================
1046 == Our Code, Our Bugs, Our Responsibility.
1047 == The Samba Team
1048 ======================================================================
1051 ----------------------------------------------------------------------
1054                    =============================
1055                    Release Notes for Samba 3.6.9
1056                          October 29, 2012
1057                    =============================
1060 This is is the latest stable release of Samba 3.6.
1062 Major enhancements in Samba 3.6.9 include:
1064 o  When setting a non-default ACL, don't forget to apply masks to
1065    SMB_ACL_USER and SMB_ACL_GROUP entries (bug #9236).
1066 o  Winbind can't fetch user or group info from AD via LDAP (bug #9147).
1067 o  Fix segfault in smbd if user specified ports out for range (bug #9218).
1070 Changes since 3.6.8:
1071 --------------------
1073 o   Michael Adam <obnox@samba.org>
1074     * BUG 9173: Make SMB2 compound request create/delete_on_close/close work as
1075       Windows.
1078 o   Jeremy Allison <jra@samba.org>
1079     * BUG 8966: Fix 'net rpc share allowedusers' to work with 2008r2.
1080     * BUG 9016: Connection to outbound trusted domain goes offline.
1081     * BUG 9117: 'smbclient' can't connect to a Windows 7 server using NTLMv2.
1082     * BUG 9147: Winbind can't fetch user or group info from AD via LDAP.
1083     * BUG 9174: Empty SPNEGO packet can cause smbd to crash.
1084     * BUG 9189: SMB2 Create doesn't return correct MAX ACCESS access mask in
1085       blob.
1086     * BUG 9209: Parse of invalid SMB2 create blob can cause smbd crash.
1087     * BUG 9213: Bad ASN.1 NegTokenInit packet can cause invalid free.
1088     * BUG 9222: Signing cannot be disabled for SMB2 by design, so fix the
1089       documentation instead.
1090     * BUG 9236: When setting a non-default ACL, don't forget to apply masks to
1091       SMB_ACL_USER and SMB_ACL_GROUP entries.
1094 o   Andrew Bartlett <abartlet@samba.org>
1095     * BUG 8788: Initialise ticket to ensure we do not invalid memory.
1098 o   Ira Cooper <ira@samba.org>
1099     * BUG 9173: Compound requests should continue processing.
1102 o   Günther Deschner <gd@samba.org>
1103     * BUG 9177: pam_winbind: Match more return codes when wbcGetPwnam has failed.
1106 o   Björn Jacke <bj@sernet.de>
1107     * BUG 3272: quota: Don't force the block size to 512.
1108     * BUG 8107: Add some includes for poll.h.
1109     * BUG 8146: Fix wrong test == syntax in configure.
1110     * BUG 8344: Fix --with(out)-sendfile-support option handling in autoconf.
1111     * BUG 9172: Add quota support for gfs2.
1114 o   Volker Lendecke <vl@samba.org>
1115     * BUG 9188: Fix crash bug in idmap_hash.
1116     * BUG 9268: Make tdb robust against improper CLEAR_IF_FIRST restart.
1119 o   Luca Lorenzetto <lorenzetto-luca@ubuntu-it.org>
1120     * BUG 9013: Fix crash on null pam change pw response.
1123 o   Vladimir Marek <Vladimir.Marek@Oracle.COM>
1124     * BUG 9192: Fix service control for non-internal services.
1127 o   Stefan Metzmacher <metze@samba.org>
1128     * BUG 9173: Make SMB2 compound request create/delete_on_close/close work as
1129       Windows.
1130     * BUG 9196: Don't take 'state->te' as indication for "was_deferred".
1131     * BUG 9209: Fix unitialized padding in smb2_create_blob_push_one().
1134 o   Matthieu Patou <mat@matws.net>
1135     * BUG 9259: lib-addns: ensure that allocated buffer are pre set to 0.
1138 o   Rusty Russell <rusty@rustcorp.com.au>
1139     * BUG 9268: Make robust against shrinking tdbs.
1142 o   Joachim Schmitz <schmitz@hp.com>
1143     * BUG 8107: Fix poll replacement to become a msleep replacement.
1146 o   Andreas Schneider <asn@samba.org>
1147     * BUG 8632: Fix builtin forms order to match Windows again.
1148     * BUG 8769: Fix RAW printing for normal users.
1149     * BUG 9112: Increase debug level for info that the db is empty.
1150     * BUG 9154: Open printers with the right access mask.
1151     * BUG 9171: Remove non-existent option '-Y' from winbindd manpage.
1152     * BUG 9218: Fix segfault in smbd if user specified ports out for range.
1153     * BUG 9231: Fix NT_STATUS_IO_TIMEOUT during slow import of printers into
1154       registry.
1155     * BUG 9280: Add support for reloading systemd services.
1158 o   Karolin Seeger <kseeger@samba.org>
1159     * BUG 9165: Fix makerpms.sh on RHEL.
1162 ######################################################################
1163 Reporting bugs & Development Discussion
1164 #######################################
1166 Please discuss this release on the samba-technical mailing list or by
1167 joining the #samba-technical IRC channel on irc.freenode.net.
1169 If you do report problems then please try to send high quality
1170 feedback. If you don't provide vital information to help us track down
1171 the problem then you will probably be ignored.  All bug reports should
1172 be filed under the Samba 3.6 product in the project's Bugzilla
1173 database (https://bugzilla.samba.org/).
1176 ======================================================================
1177 == Our Code, Our Bugs, Our Responsibility.
1178 == The Samba Team
1179 ======================================================================
1182 ----------------------------------------------------------------------
1185                    =============================
1186                    Release Notes for Samba 3.6.8
1187                          September 17, 2012
1188                    =============================
1191 This is is the latest stable release of Samba 3.6.
1193 Major enhancements in Samba 3.6.8 include:
1195 o  Fix crash bug in smbd caused by a blocking lock followed by
1196    close (bug #9084).
1197 o  Fix Winbind panic if we couldn't find the domain (bug #9135).
1200 Changes since 3.6.7:
1201 --------------------
1203 o   Jeremy Allison <jra@samba.org>
1204     * BUG 9058: Fix smbstatus code dump when a file entry has delete tokens.
1205     * BUG 9098: Fix refreshing of Kerberos tickets in Winbind.
1206     * BUG 9124: Fix setting of "inherited" bit on inherited ACE's.
1209 o   Christian Ambach <ambi@samba.org>
1210     * BUG 9137: Make 'smbclient allinfo' show the snapshot list.
1213 o   Andrew Bartlett <abartlet@samba.org>
1214     * BUG 9066: "Domain Users" incorrectly added as additional group on domain
1215       members.
1216     * BUG 9067: Use correct RID for "Domain Guests" primary group.
1219 o   David Binderman <dcb314@hotmail.com>
1220     * BUG 9065: Fix bad call to memcpy source3/registry/regfio.c.
1223 o   David Disseldorp <ddiss@samba.org>
1224     * BUG 9123: Fix lprng job tracking errors.
1227 o   Salvador I. Gonzalez <sgonzalez@codejunkie.net>
1228     * BUG 9088: Fix smbclient/tarmode panic when connecting to Windows 2000
1229       clients.
1232 o   Hargagan <shargagan@novell.com>
1233     * BUG 9085: Fix NMB registration for a duplicate workstation.
1236 o   Björn Jacke <bj@sernet.de>
1237     * BUG 9037: Open and netbsd have the md5 symbols in libc.
1238     * BUG 9144: Fix nfs quota support with Linux nfs4 mounts.
1241 o   Volker Lendecke <vl@samba.org>
1242     * BUG 9037: Fix name clash in MD5 causing the "net ads join" to fail on
1243       T4 (sun4v) systems on Solaris 10.
1244     * BUG 9058: Backport FSCTL codes from master.
1245     * BUG 9084: Fix crash bug in smbd caused by a blocking lock followed by
1246       close.
1247     * BUG 9150: Valid open requests can cause smbd assert due to incorrect
1248       oplock handling on delete requests.
1251 o   Herb Lewis <hlewis@panasas.com>
1252     * BUG 9104: Fix identification of idle clients in Winbind to avoid crashes
1253       and NDR parsing errors.
1256 o   Stefan Metzmacher <metze@samba.org>
1257     * BUG 9058: Fix segfault in smbstatus.
1260 o   Andreas Schneider <asn@samba.org>
1261     * BUG 9111: Fix compilation with newer MIT Kerberos which hides internal
1262       symbols.
1263     * BUG 9112: Fix flooding the logs with records we don't find in pcap.
1264     * BUG 9122: Initialize the print backend after we setup winreg.
1265     * BUG 9135: Fix Winbind panic if we couldn't find the domain.
1268 ######################################################################
1269 Reporting bugs & Development Discussion
1270 #######################################
1272 Please discuss this release on the samba-technical mailing list or by
1273 joining the #samba-technical IRC channel on irc.freenode.net.
1275 If you do report problems then please try to send high quality
1276 feedback. If you don't provide vital information to help us track down
1277 the problem then you will probably be ignored.  All bug reports should
1278 be filed under the Samba 3.6 product in the project's Bugzilla
1279 database (https://bugzilla.samba.org/).
1282 ======================================================================
1283 == Our Code, Our Bugs, Our Responsibility.
1284 == The Samba Team
1285 ======================================================================
1288 ----------------------------------------------------------------------
1291                    =============================
1292                    Release Notes for Samba 3.6.7
1293                            August 6, 2012
1294                    =============================
1297 This is is the latest stable release of Samba 3.6.
1299 Major enhancements in Samba 3.6.7 include:
1301 o  Fix resolving our own "Domain Local" groups (bug #9052).
1302 o  Fix migrating printers while upgrading from 3.5.x (bug #9026).
1305 Changes since 3.6.6:
1306 --------------------
1308 o   Jeremy Allison <jra@samba.org>
1309     * BUG 8974: Fix kernel oplocks when uid(file) != uid(process).
1310     * BUG 8989: Send correct responses to NT Transact Secondary when no data
1311       and no params for the Trans2 calls are set.
1312     * BUG 9034: Fix typo in set_re_uid() call when USE_SETRESUID selected in
1313       configure.
1316 o   David Binderman <dcb314@hotmail.com>
1317     * BUG 9062: rpcclient: Fix bad call to data_blob_const.
1320 o   Günther Deschner <gd@samba.org>
1321     * BUG 9026: Fix migrating printers while upgrading from 3.5.x.
1324 o   David Disseldorp <ddiss@samba.org>
1325     * BUG 8719: Printing fails in function cups_job_submit.
1326     * BUG 9026: Fix migrating printers while upgrading from 3.5.x.
1329 o   Olaf Flebbe <o.flebbe@science-computing.de>
1330     * BUG 8552: Correct documentation of "case sensitive".
1333 o   Björn Jacke <bj@sernet.de>
1334     * BUG 8996: Fix build without ads support.
1337 o   Volker Lendecke <vl@samba.org>
1338     * BUG 9003: Fix posix acl on gpfs.
1339     * BUG 9040: Using asynchronous IO with SMB2 can return NT_STATUS_FILE_CLOSED
1340       in error instead ofNT_STATUS_FILE_LOCK_CONFLICT.
1343 o   Stefan Metzmacher <metze@samba.org>
1344     * BUG 9002: Don't turn negative cache entries into valid idmappings.
1345     * BUG 9022: Make vfs_gpfs less verbose in get/set_xattr functions.
1346     * BUG 9057: Fix bugs in SMB2 credit handling code.
1349 o   Jiri Popelka <jpopelka@redhat.com>
1350     * BUG 9055: Fix build against CUPS 1.6.
1353 o   Jura Sasek <jiri.sasek@oracle.com>
1354     * BUG 9037: Fix 'net ads join' on T4 (sun4v) systems on Solaris 10.
1357 o   Andreas Schneider <asn@samba.org>
1358     * BUG 9052: Fix resolving our own "Domain Local" groups.
1361 ######################################################################
1362 Reporting bugs & Development Discussion
1363 #######################################
1365 Please discuss this release on the samba-technical mailing list or by
1366 joining the #samba-technical IRC channel on irc.freenode.net.
1368 If you do report problems then please try to send high quality
1369 feedback. If you don't provide vital information to help us track down
1370 the problem then you will probably be ignored.  All bug reports should
1371 be filed under the Samba 3.6 product in the project's Bugzilla
1372 database (https://bugzilla.samba.org/).
1375 ======================================================================
1376 == Our Code, Our Bugs, Our Responsibility.
1377 == The Samba Team
1378 ======================================================================
1381 ----------------------------------------------------------------------
1384                    =============================
1385                    Release Notes for Samba 3.6.6
1386                            June 25, 2012
1387                    =============================
1390 This is is the latest stable release of Samba 3.6.
1392 Major enhancements in Samba 3.6.6 include:
1394 o  Fix possible memory leaks in the Samba master process (bug #8970).
1395 o  Fix uninitialized memory read in talloc_free().
1396 o  Fix joining of XP Pro workstations to 3.6 DCs (bug #8373).
1399 Changes since 3.6.5:
1400 --------------------
1402 o   Michael Adam <obnox@samba.org>
1403     * BUG 8738: SMB2 server will not release unused shares.
1404     * BUG 8749: Sign non guest sessions in SessionSetup.
1405     * BUG 8921: Fix race writing registry values.
1408 o   Jeremy Allison <jra@samba.org>
1409     * BUG 8373: Fix joining of XP Pro workstations to 3.6 DCs.
1410     * BUG 8627: Fix crash bug in dns_create_probe when dns_create_update fails.
1411     * BUG 8723: Add pthread-based aio VFS module.
1412     * BUG 8784: When calculating the share security mask, take priviliges into
1413       account for the connecting user.
1414     * BUG 8811: sd_has_inheritable_components segfaults on an SD that
1415       se_access_check accepts.
1416     * BUG 8837: Fix crash in smbd when deleting directory and veto files are
1417       enabled.
1418     * BUG 8857: Setting traverse rights fails to enable directory traversal when
1419       acl_xattr in use.
1420     * BUG 8882: Broken processing of %U with vfs_full_audit when force user is
1421       set.
1422     * BUG 8897: Make winbind_krb5_locator not only returning one IP address.
1423     * BUG 8910: resolve_ads() code can return zero addresses and miss valid
1424       DC IP addresses.
1425     * BUG 8922: smbclient's tarmode insists on listing excluded directories.
1426     * BUG 8953: Winbind can hang as nbt_getdc() has no timeout.
1427     * BUG 8957: Typo in pam_winbindd code MUST fix.
1428     * BUG 8970: Fix possible memory leaks in the Samba master process.
1429     * BUG 8971: cleanup_timeout_fn() is called too often, on exiting when an
1430       smbd is idle.
1431     * BUG 8972: Directory group write permission bit is set if unix extensions
1432       are enabled.
1435 o   Christian Ambach <ambi@samba.org>
1436     * BUG 8406: Fix a return code check in Winbind.
1437     * BUG 8807: Fix crash in dcerpc_lsa_lookup_sids_noalloc() crashes when
1438       groups has more than 1000 groups.
1441 o   Andrew Bartlett <abartlet@samba.org>
1442     * BUG 8599: Only use SamLogonEx when we can get unencrypted session keys.
1443     * BUG 8727: Fix smbclients with posix large reads.
1444     * BUG 8943: Slow but responsive DC can lock up Winbind for > 10 minutes
1445       at a time.
1448 o   Björn Baumbach <bb@sernet.de>
1449     * BUG 7564: Fix default name resolve order in the manpage.
1450     * BUG 8554, 8612, 8748: Add new printers to registry.
1451     * BUG 8789: Remove whitespace in example samba.ldif.
1454 o   Alexander Bokovoy <ab@samba.org>
1455     * BUG 8988: Avoid crash with MIT krb5 1.10.0 in gss_get_name_attribute().
1458 o   Alejandro Escanero Blanco <aescanero@gmail.com>
1459     * BUG 8798: The primary rid should be in the groups rid array.
1462 o   Ira Cooper <samba@ira.wakeful.net>
1463     * BUG 8729: Fix getpass regressions on Solaris/Illumos.
1464     * BUG 8743: Fix configure.developer builds on Solaris.
1465     * BUG 8910: Fix bad bugfix for bug #8910.
1466     * BUG 8952: Fix negative SID->uid/gid cache handling.
1467     * BUG 8995: Use fsp_persistent_id() as persistent_file_id part for SMB2.
1470 o   David Disseldorp <ddiss@samba.org>
1471     * BUG 8762: Fix crash in printer_list_set_printer().
1474 o   Olaf Flebbe <o.flebbe@science-computing.de>
1475     * BUG 8859: Fix assertion in reg_parse.
1478 o   Björn Jacke <bj@sernet.de>
1479     * BUG 8732: Fix compile of krb5 locator on Solaris.
1480     * BUG 8869: Remove outdated netscape ds 5 schema file.
1481     * BUG 8978: Remove dependency on automake for 'make everything'.
1484 o   Steve Langasek <steve.langasek@ubuntu.com>
1485     * BUG 8920: Fix null dereference in pdb_interface.
1488 o   Volker Lendecke <vl@samba.org>
1489     * Fix uninitialized memory read in talloc_free().
1490     * BUG 8567: Fix segfault in dom_sid_compare.
1491     * BUG 8733: Delete streams on directories (streams_depot).
1492     * BUG 8760: Add SERVERID_UNIQUE_ID_NOT_TO_VERIFY.
1493     * BUG 8836: Fix segfaults on "smbcontrol close-share" in aio_fork.
1494     * BUG 8861: Fix a segfault with debug level 3 on Solaris.
1495     * BUG 8904: Fix Winbind crash triggered by 'wbinfo --lookup-sids ""'.
1496     * BUG 8998: Notify code can miss a ChDir.
1499 o   Stefan Metzmacher <metze@samba.org>
1500     * BUG 8139: Ignore SMBecho errors (the server may not support it).
1501     * BUG 8527: db_ctdb_traverse fails to traverse records created within the
1502       current transaction.
1503     * BUG 8311: Winzip occasionally can not read files out of an open winzip
1504       dialog.
1505     * BUG 8739: Fill the sids array of the info in
1506       wbcAuthUserInfo_to_netr_SamInfo3().
1507     * BUG 8749: Sign non guest sessions in SessionSetup.
1508     * BUG 8995: Use fsp_persistent_id() as persistent_file_id part for SMB2.
1511 o   Matthieu Patou <mat@matws.net>
1512     * BUG 8599: Set the can_do_validation6 also for trusted domain.
1513     * BUG 8714: Catch with pid filename's change when config file is not
1514       smb.conf.
1515     * BUG 8734: Don't try to do clever thing if the username is not found while
1516       authenticating through Winbind.
1517     * BUG 8771: Winbind takes up to 20 minutes to change from DC 1 to DC 2.
1518     * BUG 8975: Call dump_core_setup after command line option has been parsed.
1521 o   SATOH Fumiyasu <fumiyas@osstech.co.jp>
1522     * BUG 8826: Prepend '/' to filename argument (docs).
1525 o   Andreas Schneider <asn@samba.org>
1526     * BUG 8944 and 8567: Don't lookup the system user in pdb.
1529 o   Richard Sharpe <realrichardsharpe@gmail.com>
1530     * BUG 8768: Honor SeTakeOwnershipPrivilege when file opened with
1531       SEC_STD_WRITE_OWNER.
1532     * BUG 8797: Correctly handle DENY ACEs when privileges apply.
1533     * BUG 8822: Fix building out-of-tree modules.
1534     * BUG 8945: vfs_acl_common discards errors from writing to the underlying
1535       storage.
1536     * BUG 8970: Fix possible memory leaks in the Samba master process.
1539 o   Simo Sorce <idra@samba.org>
1540     * BUG 8915: Fix pam_winbind build against newer iniparser library.
1543 o   Joseph Tam <jtam.home@gmail.com>
1544     * BUG 8877: Syslog broken owing to mistyping of debug_settings.syslog.
1547 o   Ralph Wuerthner <ralph.wuerthner@de.ibm.com>
1548     * BUG 8845: Move print_backend_init() behind init_system_info().
1551 ######################################################################
1552 Reporting bugs & Development Discussion
1553 #######################################
1555 Please discuss this release on the samba-technical mailing list or by
1556 joining the #samba-technical IRC channel on irc.freenode.net.
1558 If you do report problems then please try to send high quality
1559 feedback. If you don't provide vital information to help us track down
1560 the problem then you will probably be ignored.  All bug reports should
1561 be filed under the Samba 3.6 product in the project's Bugzilla
1562 database (https://bugzilla.samba.org/).
1565 ======================================================================
1566 == Our Code, Our Bugs, Our Responsibility.
1567 == The Samba Team
1568 ======================================================================
1571 ----------------------------------------------------------------------
1574                    =============================
1575                    Release Notes for Samba 3.6.5
1576                           April 30, 2012
1577                    =============================
1580 This is a security release in order to address
1581 CVE-2012-2111 (Incorrect permission checks when granting/removing
1582 privileges can compromise file server security).
1584 o  CVE-2012-2111:
1585    Samba 3.4.x to 3.6.4 are affected by a
1586    vulnerability that allows arbitrary users
1587    to modify privileges on a file server.
1590 Changes since 3.6.4:
1591 --------------------
1594 o   Jeremy Allison <jra@samba.org>
1595     * Fix  incorrect permission checks when granting/removing
1596       privileges (CVE-2012-2111).
1599 ######################################################################
1600 Reporting bugs & Development Discussion
1601 #######################################
1603 Please discuss this release on the samba-technical mailing list or by
1604 joining the #samba-technical IRC channel on irc.freenode.net.
1606 If you do report problems then please try to send high quality
1607 feedback. If you don't provide vital information to help us track down
1608 the problem then you will probably be ignored.  All bug reports should
1609 be filed under the Samba 3.6 product in the project's Bugzilla
1610 database (https://bugzilla.samba.org/).
1613 ======================================================================
1614 == Our Code, Our Bugs, Our Responsibility.
1615 == The Samba Team
1616 ======================================================================
1619 ----------------------------------------------------------------------
1622                    =============================
1623                    Release Notes for Samba 3.6.4
1624                           April 10, 2012
1625                    =============================
1628 This is a security release in order to address
1629 CVE-2012-1182 ("root" credential remote code execution).
1631 o  CVE-2012-1182:
1632    Samba 3.0.x to 3.6.3 are affected by a
1633    vulnerability that allows remote code
1634    execution as the "root" user.
1637 Changes since 3.6.3:
1638 --------------------
1641 o   Stefan Metzmacher <metze@samba.org>
1642     *BUG 8815: PIDL based autogenerated code allows overwriting beyond of
1643      allocated array (CVE-2012-1182).
1646 ######################################################################
1647 Reporting bugs & Development Discussion
1648 #######################################
1650 Please discuss this release on the samba-technical mailing list or by
1651 joining the #samba-technical IRC channel on irc.freenode.net.
1653 If you do report problems then please try to send high quality
1654 feedback. If you don't provide vital information to help us track down
1655 the problem then you will probably be ignored.  All bug reports should
1656 be filed under the Samba 3.6 product in the project's Bugzilla
1657 database (https://bugzilla.samba.org/).
1660 ======================================================================
1661 == Our Code, Our Bugs, Our Responsibility.
1662 == The Samba Team
1663 ======================================================================
1666 ----------------------------------------------------------------------
1669                    =============================
1670                    Release Notes for Samba 3.6.3
1671                          January 29, 2012
1672                    =============================
1675 This is a security release in order to address
1676 CVE-2012-0817 (Memory leak/Denial of service).
1678 o  CVE-2012-0817:
1679    The Samba File Serving daemon (smbd) in Samba versions
1680    3.6.0 to 3.6.2 is affected by a memory leak that can
1681    cause a server denial of service.
1684 Changes since 3.6.2:
1685 --------------------
1688 o   Jeremy Allison <jra@samba.org>
1689     * BUG 8724: Fix memory leak in parent smbd on connection.
1692 o   Ira Cooper <samba@ira.wakeful.net>
1693     * BUG 8724: Fix memory leak in parent smbd on connection.
1696 ######################################################################
1697 Reporting bugs & Development Discussion
1698 #######################################
1700 Please discuss this release on the samba-technical mailing list or by
1701 joining the #samba-technical IRC channel on irc.freenode.net.
1703 If you do report problems then please try to send high quality
1704 feedback. If you don't provide vital information to help us track down
1705 the problem then you will probably be ignored.  All bug reports should
1706 be filed under the Samba 3.6 product in the project's Bugzilla
1707 database (https://bugzilla.samba.org/).
1710 ======================================================================
1711 == Our Code, Our Bugs, Our Responsibility.
1712 == The Samba Team
1713 ======================================================================
1716 ----------------------------------------------------------------------
1719                    =============================
1720                    Release Notes for Samba 3.6.2
1721                          January 25, 2012
1722                    =============================
1725 This is the latest stable release of Samba 3.6.
1727 Major enhancements in Samba 3.6.2 include:
1729 o  Make Winbind receive user/group information (bug #8371).
1730 o  Several SMB2 fixes.
1733 Changes since 3.6.1:
1734 --------------------
1737 o   Michael Adam <obnox@samba.org>
1738     * BUG 8528: Fix SEGFAULT from net registry export on not zero terminated
1739       REG_SZ values.
1742 o   Jeremy Allison <jra@samba.org>
1743     * BUG 8541: readlink() on Linux clients fails if the symlink target is
1744       outside of the share.
1745     * BUG 8542: smbclient posix_open command fails to return correct info on
1746       open file.
1747     * BUG 8548: winbind_samlogon_retry_loop ignores logon_parameters flags.
1748     * BUG 8561: Password change settings not fully observed.
1749     * BUG 8562: Fix double free error in talloc.
1750     * BUG 8614: Ensure we correctly calculate reply credits over all returned
1751       SMB2 replies.
1752     * BUG 8631: POSIX ACE x permission becomes rx following mapping to and from
1753       a DACL.
1754     * BUG 8636: When returning an ACL without SECINFO_DACL requested, we still
1755       set SEC_DESC_DACL_PRESENT in the type field.
1756     * BUG 8644: vfs_acl_xattr and vfs_acl_tdb modules can fail to add
1757       inheritable entries on a directory with no stored ACL.
1758     * BUG 8663: Fix deleting a symlink if the symlink target is outside of
1759     * the share.
1760     * BUG 8664: Fix renaming a symlink if the symlink target is outside of
1761       the share.
1762     * BUG 8673: Fix NT ACL issue.
1763     * BUG 8674: Fix buffer overflow issue with AES encryption in samba traffic
1764       analyzer.
1765     * BUG 8679: recvfile code path using splice() on Linux leaves data in the
1766       pipe on short write.
1767     * BUG 8687: Fix typo in 'net memberships' usage.
1768     * BUG 8710: Fix major leak with SMB2 in connections.tdb.
1769     * Fix a crash bug in the spoolss code.
1770     * Add new contributing FAQ announcing acceptance of corporate (C).
1773 o   Christian Ambach <ambi@samba.org>
1774     * BUG 8444: Add an allocation pool to idmap_autorid.
1775     * BUG 8585: Increase a debug level.
1778 o   Andrew Bartlett <abartlet@samba.org>
1779     * BUG 8623: Fix crash bug when trying to browse Samba printers.
1782 o   Björn Baumbach <bb@sernet.de>
1783     * BUG 8580: Enable inotify if sys or kernel inotify is available.
1784     * BUG 8618: Fix migrate printer code.
1787 o   Gregor Beck <gbeck@sernet.de>
1788     * BUG 8528: Fix SEGFAULT from net registry export on not zero terminated
1789       REG_SZ values.
1792 o   Günther Deschner <gd@samba.org>
1793     * BUG 7465: Remove pointless use_memory_krb5_ccache.
1794     * BUG 8176: Fix perl path.
1795     * BUG 8591: Fix marshalling of samr_ChangePasswordUser3.
1796     * BUG 8692: libads: Fix malloc/talloc mismatch in
1797       ads_keytab_verify_ticket().
1800 o   David Disseldorp <ddiss@suse.de>
1801     * BUG 4942: DeletePrinterDriverEx deletes files in use.
1802     * BUG 8575: Add systemd service files.
1803     * BUG 8606: Fix intermittent print job failures caused by character
1804       conversion errors.
1805     * BUG 8697: Make DeletePrinterDriverEx remove printer driver files.
1808 o   Björn Jacke <bj@sernet.de>
1809     * BUG 8531: Make DSO_EXPORTS_CMD more portable.
1810     * BUG 8616: Allow to set TCP_NODELAYACK socket option on AIX.
1811     * BUG 8652: Document the "ignore system acls" option of vfs_acl_xattr and
1812       vfs_acl_tdb vfs modules.
1815 o   Frank Lahm <franklahm@googlemail.com>
1816     * BUG 8419: Make VFS op "streaminfo" stackable.
1819 o   Volker Lendecke <vl@samba.org>
1820     * BUG 8371: Make Winbind receive user/group information.
1821     * BUG 8639: Fix the vfs_commit module.
1822     * BUG 8686: Packet validation checks can be done before length validation
1823       causing uninitialized memory read.
1826 o   Stefan Metzmacher <metze@samba.org>
1827     * BUG 5326: Fix cli_write_and_x() against OS/2 print shares.
1828     * BUG 8357: Grant credits in async interim responses (SMB2).
1829     * BUG 8560: Make SMB2 handle compound request headers in the same way
1830       as Windows.
1831     * BUG 8573: Fix alignment in the non-extended-security negprot.
1832     * BUG 8586: libsmb: Only align unicode pipe_name.
1833     * BUG 8579: smb2_flush: Don't send uninitialized memory.
1834     * BUG 8592: Don't limit the number of open dptrs for SMB2.
1835     * BUG 8593: Fix a crash bug in cldap_socket_recv_dgram().
1836     * BUG 8684: Try ctdbd_init_connection() as root.
1839 o   Masafumi Nakayama <MASA23@jp.ibm.com>
1840     * BUG 563: Fix 'smbclient tar' for files greater than 8GB on BE machines.
1843 o   Matthieu Patou <mat@matws.net>
1844     * BUG 8600: Make cldap work over IPv6.
1845     * BUG 8674: Fix buffer overflow issue with AES encryption in samba traffic
1846       analyzer.
1849 o   Andreas Schneider <asn@samba.org>
1850     * BUG 8550: Fix setting the machine account password.
1851     * BUG 8575: Add systemd service files.
1852     * BUG 8608: Winbind: Don't fail on users without a uid.
1853     * BUG 8628: libsmb: Don't duplicate Kerberos service tickets.
1854     * BUG 8643: Add an update function for Winbind cache.
1855     * BUG 8678: Fix Winbind segfault if we can't map the last user.
1858 o   Karolin Seeger <kseeger@samba.org>
1859     * BUG 7705: Fix some RHEL packaging issues.
1862 o   Richard Sharpe <realrichardsharpe@gmail.com>
1863     * BUG 8607: Improve configure.in so it can be used outside the Samba source
1864       tree.
1867 o   Brad Smith <brad@comstyle.com>
1868     * BUG 8525: Fix bug with sys_fseek() wrapper on *BSD / OS X).
1871 o   Henry Wong <henry@stuffedcow.net>
1872     * BUG 8384: Fix Windows XP clients crashing smbd process every once in a
1873       while.
1876 ######################################################################
1877 Reporting bugs & Development Discussion
1878 #######################################
1880 Please discuss this release on the samba-technical mailing list or by
1881 joining the #samba-technical IRC channel on irc.freenode.net.
1883 If you do report problems then please try to send high quality
1884 feedback. If you don't provide vital information to help us track down
1885 the problem then you will probably be ignored.  All bug reports should
1886 be filed under the Samba 3.6 product in the project's Bugzilla
1887 database (https://bugzilla.samba.org/).
1890 ======================================================================
1891 == Our Code, Our Bugs, Our Responsibility.
1892 == The Samba Team
1893 ======================================================================
1896 ----------------------------------------------------------------------
1899                    =============================
1900                    Release Notes for Samba 3.6.1
1901                           October 20, 2011
1902                    =============================
1905 This is the latest stable release of Samba 3.6.
1907 Major enhancements in Samba 3.6.1 include:
1909 o  Fix smbd crashes triggered by Windows XP clients (bug #8384).
1910 o  Fix a Winbind race leading to 100% CPU load (bug #8409).
1911 o  Several SMB2 fixes.
1912 o  The VFS ACL modules are no longer experimental but production-ready.
1915 Changes since 3.6.0:
1916 --------------------
1919 o   Michael Adam <obnox@samba.org>
1920     * BUG 8368: Fix the fallback to the deprecated spelling idmap:script.
1923 o   Jeremy Allison <jra@samba.org>
1924     * BUG 7509: smb_acl_to_posix: ACL is invalid for set (Invalid argument).
1925     * BUG 8229: Fix 'widelinks' regression.
1926     * BUG 8370: Fix vfs_chown_fsp.
1927     * BUG 8412: Fix "saving as" of MS Office 2007 (Word) documents on Samba
1928       shares with SMB2.
1929     * BUG 8422: Fix infinite loop in ACL module code.
1930     * BUG 8429: Compound SMB2 requests on an IPC connection can corrupt the
1931       reply stream.
1932     * BUG 8443: Be smarter about setting default permissions when a ACL_USER_OBJ
1933       isn't given.
1934     * BUG 8453: Fix smbclient segfaults when dialect option -m is used for
1935       legacy dialects.
1936     * BUG 8458: IE9 on Windows 7 cannot download files to samba 3.5.11 share.
1937     * BUG 8473: smb2_find uses a hard coded max reply size of 0x10000 instead of
1938       smb2_max_trans.
1939     * BUG 8474: SMB2 create doesn't cope with an Apple client using NULL blob in
1940       create.
1941     * BUG 8476: Samba asserts when SMB2 client breaks the crediting rules.
1942     * BUG 8477: Map to guest can return uninitialized blob of data.
1943     * BUG 8493: DFS breaks zip file extracting unless "follow symlinks = no"
1944       set.
1945     * BUG 8494: Remove "experimental" label on VFS ACL modules.
1946     * BUG 8507: smbd doesn't correctly honor the "force create mode" bits from a
1947       cifsfs create.
1948     * BUG 8509: Read-only handles on SAMR allow SAMR_DOMAIN_ACCESS_CREATE_USER.
1949     * BUG 8521: Winbind cache timeout expiry test was reversed.
1952 o   Christian Ambach <ambi@samba.org>
1953     * BUG 8428: Fix wrong reply to DHnC (durable handle reconnect).
1954     * BUG 8518: SMB2 create call returns incorrect file allocation size.
1957 o   Björn Baumbach <bb@sernet.de>
1958     * BUG 8364: Fix the build of gpfs.c on RHEL 6.0 with gpfs 3.4.0-4.
1961 o   Bram <fnzon@lists.wizbit.be>
1962     * BUG 7551: Return error of cli_push when 'put - /some/file' is used.
1965 o   Ira Cooper <ira@wakeful.net>
1966     * BUG 8395: Optimize serverid_exists() for Solaris.
1967     * BUG 8442: NFSv4 DENY ACLs always include SYNCHRONIZE flag - blocking
1968       renames.
1971 o   Günther Deschner <gd@samba.org>
1972     * BUG 8401: registry/reg_format.c must include includes.h.
1973     * BUG 7465: Fix 'net ads join -k' when KRB5CCNAME is not set.
1976 o   David Disseldorp <ddiss@suse.de>
1977     * BUG 8480: acl_xattr can free an invalid pointer if no blob is loaded.
1978     * BUG 8520: Fix SMB2 SMB2_OP_GETINFO and SMB2_OP_IOCTL parsing requirements.
1981 o   Wilco Baan Hofman <wilco@baanhofman.nl>
1982     * BUG 8455: Fix uninitialized memory problem in group_sids_to_info3.
1985 o   Björn Jacke <bj@sernet.de>
1986     * BUG 8256: Add man vfs_aio_fork.
1987     * BUG 8363: Fix build of vfs_prealloc on SLES8.
1990 o   Volodymyr Khomenko <Volodymyr_Khomenko@dell.com>
1991     * BUG 8515: Disallow "." in can_set_delete_on_close().
1994 o   Volker Lendecke <vl@samba.org>
1995     * BUG 7864: Fix usage of cli_errstr().
1996     * BUG 8334: smb2: smbd logs "Invalid SMB packet: first request: 0x0008" and crashes.
1997     * BUG 8338: Add a fallback for missing open&x support in MAC OS/X Lion.
1998     * BUG 8360: OS/2 sends an unexpected write&x/read&x chain.
1999     * BUG 8385: Fix smbclient access to NT4 shares.
2000     * BUG 8409: Fix a Winbind race leading to 100% CPU load.
2001     * BUG 8420: Fix 'getent group' if trusted domains are not reachable.
2002     * BUG 8433: Fix segfault in iconv.c.
2003     * BUG 8455: Samba PDC is looking up only primary user group.
2006 o   Herb Lewis <hlewis@panasas.com>
2007     * BUG 8365: Fix warning messages on Freebsd 4.6.2.
2010 o   Stefan Metzmacher <metze@samba.org>
2011     * BUG 8407: SMB2 server can return requests out-of-order when processing
2012       a compound request.
2013     * BUG 8452: Check the wct of the incoming SMBnegprot responses.
2014     * BUG 8473: smb2_find uses a hard coded max reply size of 0x10000 instead of
2015       smb2_max_trans.
2016     * BUG 8476: Don't call smbd_terminate_connection in
2017       smb2_validate_message_id().
2018     * BUG 8503: SMB2_OP_CANCEL requests don't have to be signed.
2019     * BUG 8520: Fix SMB2 SMB2_OP_GETINFO and SMB2_OP_IOCTL parsing requirements.
2022 o   SATOH Fumiyasu <fumiyas@osstech.co.jp>
2023     * BUG 8390: Fix the build of vfs_aixacl2.c.
2026 o   Andreas Schneider <asn@samba.org>
2027     * BUG 8236: Empty notify servername.
2028     * BUG 8351: While migrating forms, don't fail if the form already exists.
2031 o   Andrew Tridgell <tridge@samba.org>
2032     * BUG 8384: Fix smbd crashes triggered by Windows XP clients.
2035 ######################################################################
2036 Reporting bugs & Development Discussion
2037 #######################################
2039 Please discuss this release on the samba-technical mailing list or by
2040 joining the #samba-technical IRC channel on irc.freenode.net.
2042 If you do report problems then please try to send high quality
2043 feedback. If you don't provide vital information to help us track down
2044 the problem then you will probably be ignored.  All bug reports should
2045 be filed under the Samba 3.6 product in the project's Bugzilla
2046 database (https://bugzilla.samba.org/).
2049 ======================================================================
2050 == Our Code, Our Bugs, Our Responsibility.
2051 == The Samba Team
2052 ======================================================================
2055 ----------------------------------------------------------------------
2058                    =============================
2059                    Release Notes for Samba 3.6.0
2060                           August 9, 2011
2061                    =============================
2064 This is the first release of Samba 3.6.0.
2066 Major enhancements in Samba 3.6.0 include:
2069 Changed security defaults
2070 -------------------------
2072 Samba 3.6 has adopted a number of improved security defaults that will
2073 impact on existing users of Samba.
2075  client ntlmv2 auth = yes
2076  client use spnego principal = no
2077  send spnego principal = no
2079 The impact of 'client ntlmv2 auth = yes' is that by default we will not
2080 use NTLM authentication as a client.  This applies to the Samba client
2081 tools such as smbclient and winbind, but does not change the separately
2082 released in-kernel CIFS client.  To re-enable the poorer NTLM encryption
2083 set '--option=clientusentlmv2auth=no' on your smbclient command line, or
2084 set 'client ntlmv2 auth = no' in your smb.conf
2086 The impact of 'client use spnego principal = no' is that Samba will
2087 use CIFS/hostname to obtain a kerberos ticket, acting more like
2088 Windows when using Kerberos against a CIFS server in smbclient,
2089 winbind and other Samba client tools.  This will change which servers
2090 we will successfully negotiate kerberos connections to.  This is due
2091 to Samba no longer trusting a server-provided hint which is not
2092 available from Windows 2008 or later.  For correct operation with all
2093 clients, all aliases for a server should be recorded as a as a
2094 servicePrincipalName on the server's record in AD.  (For this reason,
2095 this behavior change and parameter was also made in Samba 3.5.9)
2097 The impact of 'send spnego principal = no' is to match Windows 2008 and
2098 not to send this principal, making existing clients give more consistent
2099 behaviour (more likely to fall back to NTLMSSP) between Samba and
2100 Windows 2008, and between Windows versions that did and no longer use
2101 this insecure hint.
2104 SMB2 support
2105 ------------
2107 SMB2 support in 3.6.0 is fully functional (with one omission),
2108 and can be enabled by setting:
2110 max protocol = SMB2
2112 in the [global] section of your smb.conf and re-starting
2113 Samba. All features should work over SMB2 except the modification
2114 of user quotas using the Windows quota management tools.
2116 As this is the first release containing what we consider
2117 to be a fully featured SMB2 protocol, we are not enabling
2118 this by default, but encourage users to enable SMB2 and
2119 test it. Once we have enough confirmation from Samba
2120 users and OEMs that SMB2 support is stable in wide user
2121 testing we will enable SMB2 by default in a future Samba
2122 release.
2125 Internal Winbind passdb changes
2126 -------------------------------
2128 Winbind has been changed to use the internal samr and lsa rpc pipe to get
2129 local user and group information instead of calling passdb functions. The
2130 reason is to use more of our infrastructure and test this infrastructure by
2131 using it. With this approach more code in Winbind is shared.
2134 New Spoolss code
2135 ----------------
2137 The spoolss and the old RAP printing code have been completely
2138 overhauled and refactored.
2140 All calls from lanman/printing code has been changed to go through the
2141 spoolss RPC interfaces, this allows us to keep all checks in one place
2142 and avoid special cases in the main printing code.
2143 Printing code has been therefore confined within the spoolss code.
2145 All the printing code, including the spoolss RPC interfaces has been
2146 changed to use the winreg RPC interfaces to store all data.
2147 All data has been migrated from custom, arbitrary TDB files to the
2148 registry interface. This transition allow us to present correct data to
2149 windows client accessing the server registry through the winreg RPC
2150 interfaces to query for printer data. Data is served out from a real
2151 registry implementation and therefore arguably 100% forward compatible.
2153 Migration code from the previous TDB files formats is provided. This
2154 code is automatically invoked the first time the new code is run on the
2155 server. Although manual migration is also available using the 'net
2156 printer migrate' command.
2158 These changes not only make all the spoolss code much more closer to
2159 "the spec", it also greatly improves our internal testing of both
2160 spoolss and winreg interfaces, and reduces overall code duplication.
2162 As part of this work, new tests have been also added to increase
2163 coverage.
2165 This code will also allow, in future, an easy transition to split out
2166 the spooling functions into a separate daemon for those OEMs that do not
2167 need printing functionality in their appliances, reducing the code
2168 footprint.
2171 ID Mapping Changes
2172 ------------------
2174 The id mapping configuration has been a source of much grief in the past.
2175 For this release, id mapping has been rewritten yet again with the goal
2176 of making the configuration more simple and more coherent while keeping
2177 the needed flexibility and even adding to the flexibility in some respects.
2179 The major change that implies the configuration simplifications is at
2180 the heart of the id mapping system: The separation of the "idmap alloc
2181 system" that is responsible for the unix id counters in the tdb, tdb2
2182 and ldap idmap backends from the id mapping code itself has been removed.
2183 The sids_to_unixids operation is now atomic and encapsulates (if needed)
2184 the action of allocating a unix id for a mapping that is to be created.
2185 Consequently all idmap alloc configuration parameters have vanished and
2186 it is hence now also not possible any more to specify an idmap alloc
2187 backend different from the idmap backend. Each idmap backend uses its
2188 own idmap unixid creation mechanism transparently.
2190 As a consequence of the id mapping changes, the methods that are used
2191 for storing and deleting id mappings have been removed from the winbindd
2192 API. The "net idmap dump/restore" commands have been rewritten to
2193 not speak through winbindd any more but directly act on the databases.
2194 This is currently available for the tdb and tdb2 backends, the implementation
2195 for ldap still missing.
2197 The allocate_id functionality is preserved for the unix id creator of the
2198 default idmap configuration is also used as the source of unix ids
2199 for the group mapping database and for the posix attributes in a
2200 ldapsam:editposix setup.
2202 As part of the changes, the default idmap configuration has been
2203 changed to be more coherent with the per-domain configuration.
2204 The parameters "idmap uid", "idmap gid" and "idmap range" are now
2205 deprecated in favour of the systematic "idmap config * : range"
2206 and "idmap config * : backend" parameters. The reason for this change
2207 is that the old options only provided an incomplete and hence deceiving
2208 backwards compatibility, which was a source of many problems with
2209 upgrades. By introducing this change in configuration, it should be
2210 brought to the conciousness of the users that even the simple
2211 id mapping is not working exactly as in Samba 3.0 versions any more.
2214 Endpoint Mapper
2215 ---------------
2217 As Microsoft is more and more relying on endpoint mapper and we didn't have a
2218 complete implementation we decided to create an instance for Samba. The
2219 endpoint mapper is like a DNS server but for ports. If you want to talk to a
2220 certain RPC service over TCP/IP, you just ask the endpoint mapper on which
2221 port it is running. Then you can connect to the service and make sure that it
2222 is running.
2224 The code is deactivated by default, because it needs more testing and it
2225 doesn't scale yet. If you want to enable and test the endpoint mapper
2226 you can set "rpc_server:epmapper = daemon" in the smb.conf file.
2229 Internal restructuring
2230 ----------------------
2232 Ongoing internal restructuring for better separation of internal subsystem to
2233 achieve a faster build, smaller binaries and cleaner dependencies for the samba3
2234 waf build.
2237 SMB Traffic Analyzer
2238 --------------------
2240 Added the new SMB Traffic Analyzer (SMBTA) VFS module protocol 2
2241 featuring encryption, multiple arguments, and easier parseability. A new
2242 tool 'smbta-util' has been created to control the encryption behaviour
2243 of SMBTA. For compatibility, SMBTA by default operates on version 1.
2244 There are programs consuming the data that the module sends.
2246 More information can be found on
2247 http://holger123.wordpress.com/smb-traffic-analyzer/
2250 NFS quota backend on Linux
2251 --------------------------
2253 A new nfs quota backend for Linux has been added that is based
2254 on the existing Solaris/FreeBSD implementation. This allows samba
2255 to communicate correct diskfree information for nfs imports that
2256 are re-exported as samba shares.
2259 ######################################################################
2260 Changes
2261 #######
2263 smb.conf changes
2264 ----------------
2266    Parameter Name                      Description     Default
2267    --------------                      -----------     -------
2269    async smb echo handler              New             No
2270    client ntlmv2 auth                  Changed Default Yes
2271    client use spnego principal         New             No
2272    ctdb locktime warn threshold        New             0
2273    idmap alloc backend                 Removed
2274    log writeable files on exit         New             No
2275    multicast dns register              New             Yes
2276    ncalrpc dir                         New
2277    send spnego principal               New             No
2278    smb2 max credits                    New             8192
2279    smb2 max read                       New             1048576
2280    smb2 max trans                      New             1048576
2281    smb2 max write                      New             1048576
2282    username map cache time             New             0
2283    winbind max clients                 New             200
2285    The variable substitutions for %i and %I no longer
2286    use IPv4 addresses mapped to IPv6, e.g. '::ffff:192.168.0.1',
2287    if the host has IPv6 enabled. Now %i and %I contain just
2288    '192.168.0.1'.
2290 Commit Highlights
2291 -----------------
2293 o   Michael Adam <obnox@samba.org>
2294     * ID Mapping changes.
2297 o   Jeremy Allison <jra@samba.org>
2298     * Implement SMB2 support.
2301 o   Stefan Metzmacher <metze@samba.org>
2302     * Implement SMB2 support.
2305 o   Andreas Schneider <asn@samba.org>
2306     * Add an Endpoint Mapper daemon.
2309 Changes since 3.6.0rc3
2310 ----------------------
2312 o   Michael Adam <obnox@samba.org>
2313     * BUG 8327: Fix the reload of the configuration, also reload activated
2314       registry shares.
2315     * BUG 8328: Cleanup of idmap_tdb2 code.
2318 o   Jeremy Allison <jra@samba.org>
2319     * BUG 7462: Make SA_RESETHAND conditional on its existance.
2320     * BUG 8324: smbclient cannot list directories from a big-endian machine.
2321     * BUG 8335: File copy aborts with smb2_validate_message_id: bad message_id.
2324 o   Christian Ambach <ambi@samba.org>
2325     * BUG 8330: Fix NFSv4 ACL merging logic.
2328 o   Andrew Bartlett <abartlet@samba.org>
2329     * BUG 8326: WinXP cannot join a Samba3 domain with a 'even' hostname.
2332 o   Björn Baumbach <bb@sernet.de>
2333     * BUG 8303: db_ctdb_send_schedule_for_deletion() is not defined.
2336 o   Alban Browaeys <prahal@yahoo.com>
2337     * BUG 8341: Fix segfault in libsmbclient.
2340 o   Björn Jacke <bj@sernet.de>
2341     * BUG 8362: Fix build issue on old glibc systems.
2344 o   Volker Lendecke <vlendec@samba.org>
2345     * BUG 8343: Fix SMB2 crash reading with aio_fork beyond the end of file.
2348 o   Stefan Metzmacher <metze@samba.org>
2349     * BUG 8347: Fix regression for HP-UX, AIX and OSF.
2350     * BUG 8357: Make sure we grant credits on async read/write operations.
2351     * BUG 8358: Fix a bug in run_poll_events().
2354 Changes since 3.6.0rc2
2355 ----------------------
2357 o   Michael Adam <obnox@samba.org>
2358     * BUG 8213: Fixes in idmap_autorid.
2359     * BUG 8217: Do not stat-check the share path in 'net conf addshare'.
2360     * BUG 8281: Fix build of examples/VFS/*.
2363 o   Jeremy Allison <jra@samba.org>
2364     * BUG 8083: Fix "inherit owner = yes" with vfs_acl_xattr or vfs_acl_tdb
2365       module.
2366     * BUG 8211: Fix "inherit owner = yes" when "inherit permissions = yes"
2367       is set.
2368     * BUG 8219: Fix SMB Panic from Windows 7 client.
2369     * BUG 8254: Fix "acl check permissions = no".
2370     * BUG 8293: Fix log file rotating in SMB2.
2371     * BUG 8304: Fix uninitialized variable in error path.
2372     * BUG 8307: brl_close_fnum does not call SMB_VFS_BRL_UNLOCK_WINDOWS on all
2373       locks.
2374     * BUG 8310: toupper_ascii() is broken on big-endian systems.
2375     * BUG 8314: Fix smbd crash with unknown user.
2378 o   Christian Ambach <ambi@samba.org>
2379     * BUG 8231: Fix crash bug in 'net cache get'.
2380     * BUG 8244: Fix copying files larger than 2 GB to a Samba share.
2381     * BUG 8263: Fix build with --with-fake-kaserver or --with-vfs-afsacl.
2382     * BUG 8278: Fix smbd panic when CTDB is unhealthy.
2383     * BUG 8286: Fix smbd crash on premature end of smb2 conn.
2386 o   Andrew Bartlett <abartlet@samba.org>
2387     * BUG 8230: Move .nmbd socket directory to non-hidden name PREFIX/var/nmbd.
2388     * Mark 'time offset' parameter as deprecated.
2391 o   Gregor Beck <gbeck@sernet.de>
2392     * BUG 8193: Add new command 'enumerate_recursive'.
2393     * BUG 8253: Fix Winbind panic if verify_idpool() fails.
2396 o   Kai Blin <kai@samba.org>
2397     * BUG 8289: Fix possible XSS attack (CVE-2011-2694).
2398     * BUG 8290: Fix Cross-Site Request Forgery in SWAT (CVE-2011-2522).
2401 o   Günther Deschner <gd@samba.org>
2402     * BUG 7888: Deal with buggy 3.0 based PDCs.
2403     * BUG 8214: Fix smbd crash on printer driver upgrade.
2404     * BUG 8235: Fix smbd crash on startup caused by migrate_printer().
2407 o   Björn Jacke <bj@sernet.de>
2408     * BUG 8262: Fix build of vfs_commit.
2411 o   Günter Kukkukk <linux@kukkukk.com>
2412     * BUG 8305: Fix segfault in nmbd when using 'smbtree ...'..
2415 o   Volker Lendecke <vl@samba.org>
2416     * BUG 7841: Explicitly pass domain_sid to wbint_LookupRids().
2417     * BUG 8102: Do not allow to change file ACLs from normal domusers.
2418     * BUG 8247: Fix Coverity ID 2582: FORWARD_NULL.
2421 o   Herb Lewis <hlewis@panasas.com>
2422     * BUG 8216: Make Winbind returning correct results with 'sids2xids'.
2425 o   Stefan Metzmacher <metze@samba.org>
2426     * BUG 8102: Do not allow to change file ACLs from normal domusers.
2427     * BUG 8195: Make rpc client code working against NT4 servers.
2428     * BUG 8224: Fix the build on FreeBSD.
2429     * BUG 8226: Use c99 initializers which are supported by old gcc 2.95
2430       compilers.
2431     * BUG 8260: Fix DCERPC responses with fragments larger than 1024 bytes.
2432     * BUG 8264: Fix Valgrind bugs in svcctl.
2433     * BUG 8276: Close all sockets attached to a subnet in close_subnet().
2434     * BUG 8292: Fix a major architectural flaw in the SMB2 server code.
2437 o   Andreas Schneider <asn@samba.org>
2438     * BUG 8215: Fix Winbind unix username lookup.
2439     * BUG 8240: Fix Valgrind warnings in winreg/spoolss code.
2442 Changee since 3.6.0rc1
2443 ----------------------
2445 o   Michael Adam <obnox@samba.org>
2446     * BUG 8200: Add support for multiple writeable ldap idmap domains.
2449 o   Jeremy Allison <jra@samba.org>
2450     * BUG 6911: Fix Kerberos authentication from Vista to Samba.
2451     * BUG 7054: Fix X account flag when "pwdlastset" is "0".
2452     * BUG 8133: Fix strange behavior for the file (whose filename first
2453       character is period ) in SMB2 case.
2454     * BUG 8144: Fix setting timestamp when touching files with CIFS clients.
2455     * BUG 8150: Ban "dos charset = utf8".
2456     * BUG 8153: Fix setting up getaddrinfo on IPv6-only machines.
2457     * BUG 8156: Fix 'net ads join' using the user's Kerberos ticket.
2458     * BUG 8157: Fix parsing a cups printcap file.
2459     * BUG 8163: Fix our asn.1 parser to handle negative numbers.
2460     * BUG 8175: Fix smbd deadlock.
2461     * BUG 8191: Split the ACE flag mapping between nfs4 and Windows into two
2462       separate functions.
2463     * BUG 8197: Winbind does not properly detect when a DC connection is dead.
2464     * BUG 8203: Winbind needs to reset the DC connection if an RPC times out.
2467 o   Christian Ambach <ambi@samba.org>
2468     * BUG 8152: Fix smbd crash in release_ip().
2471 o   Andrew Bartlett <abartlet@samba.org>
2472     * BUG 8151: Deprecate security parameters.
2475 o   Gregor Beck <gbeck@sernet.de>
2476     * BUG 8191: nfs4_acls: Pass ACE_FLAG_INHERITED_ACE up to the client/down
2477       from the client.
2478     * BUG 8192: Fix parsing of multiple flags in 'smbcacls'.
2481 o   Sumit Bose <sbose@redhat.com>
2482     * BUG 8142: Fix typos in LDAP schema files.
2485 o   Holger Hetterich <hhetter@novell.com>
2486     * BUG 8148: Default to protocol version 2 for SMB Traffic Analyzer.
2487     * BUG 8154: Actually make use of SMBTA subversion numbers.
2490 o   Björn Jacke <bj@sernet.de>
2491     * BUG 7998: Remove warning if IOV_MAX is not defined.
2494 o   Jim McDonough <jmcd@samba.org>
2495     * BUG 8166: Don't lockout users when offline.
2498 o   Stefan Metzmacher <metze@samba.org>
2499     * BUG 8140: talloc: Fix Valgrind false positives and other backports.
2500     * BUG 8141: Fix wrong permissions on lp_ncalrpc_dir().
2503 o   Andreas Schneider <asn@samba.org>
2504     * BUG 8155: Fix registering only named pipes on EPM for a service.
2507 o   Volker Lendecke <vl@samba.org>
2508     * BUG 8159: Fix memory corruption in fetching cli->server_domain from the
2509       server.
2510     * BUG 8185: "security=server" does not obey guest login field.
2511     * BUG 8189: Support shadow copy display over SMB2.
2512     * BUG 8199: Fix potential crash in smbd handling smb2.
2515 o   Samuel Thibault <sthibault@debian.org>
2516     * BUG 7998: Fix build on Hurd.
2519 Changes since 3.6.0pre3
2520 -----------------------
2522 o   Jeremy Allison <jra@samba.org>
2523     * BUG 8111: CIFS VFS: Fix unexpected error on SMB posix open.
2524     * BUG 8112: POSIX extension opens of a directory are denied with EISDIR.
2525     * Remove fstrings from client struct.
2526     * BUGFIX when converting from safe_strcpy to strlcpy.
2527     * Fix off-by-one calculations with strlcpy.
2528     * Ensure we always write the correct incoming mid into the share mode table
2529       entries.
2530     * Fix the SMB2 oplock showstopper.
2533 o   Christian Ambach <christian.ambach@de.ibm.com>
2534     * Convert user-specified domain to uppercase in libsmb.
2537 o   Günther Deschner <gd@samba.org>
2538     * BUG 8132: Fix filling printers location field when using cups.
2539     * Fix Coverity CID #2302: FORWARD_NULL.
2540     * Fix cups_pull_comment_location().
2541     * Fix double free of cups request.
2542     * Make cups_pull_comment_location() work again.
2543     * Fix potential crash bug in display_print_driver3().
2546 o   Volker Lendecke <vl@samba.org>
2547     * Properly clean up in pthreadpool_init in case of failure.
2548     * Make plaintext session setup async.
2549     * Reduce fd load in Winbind children.
2550     * Avoid a potential 100% CPU loop in Winbind.
2551     * Tune broadcast namequeries for unique names.
2552     * Properly deal with exited winbind children.
2553     * Fix dup_smb2_vec3.
2554     * Fix return check in nss_wins.
2557 Changes since 3.6.0pre2
2558 -----------------------
2560 o   Michael Adam <obnox@samba.org>
2561     * Fix build of tdb2.
2564 o   Jeremy Allison <jra@samba.org>
2565     * BUG 8083: "inherit owner = yes" doesn't interact correctly with
2566       vfs_acl_xattr or vfs_acl_tdb module.
2567     * BUG 8088: rpccli_samr_chng_pswd_auth_crap segfaults if any input blobs
2568       are null.
2569     * Correctly detect and deny symlinks anywhere in a path (not just the last
2570       component) if "follow symlinks = no".
2573 o   Günther Deschner <gd@samba.org>
2574     * BUG 8106: Fix the build of 'smbget' on HP NonStop.
2575     * Fix timeout in rpc_pipe_open_tcp_port().
2576     * Fix the build of "--with-profiling-data".
2577     * Fix the AIX 5.3 build.
2580 o   Sergey Korsak <skif@1plus1.net>
2581     * BUG #8099: setpwent() actually does endpwent() and vice versa on FreeBSD.
2584 o   Volker Lendecke <vl@samba.org>
2585     * BUG 8066: Fix wrong output in 'smbget'.
2586     * Fix Coverity IDs 986, 1340, 2047, 2299, 2307, 2325, 2335, 2336, 2470,
2587       2471, 2478.
2588     * nsswitch: Add 'wbinfo --lookup-sids'.
2589     * nsswitch: Add 'wbinfo --sids-to-unix-ids'.
2590     * Fix smbd with the async echo responder.
2591     * Fix the build of vfs_gpfs.c.
2592     * Add a 10-second timeout for the 445 or netbios connection to a DC.
2593     * Many pthreadpool fixes.
2596 o   Stefan Metzmacher <metze@samba.org>
2597     * BUG 7383: Listen on IPv6 addresses with IPV6_ONLY.
2600 o   Rusty Russell <rusty@rustcorp.com.au>
2601     * Fix transaction recovery area for converted tdbs.
2605 Changes since 3.6.0pre1
2606 -----------------------
2608 o   Michael Adam <obnox@samba.org>
2609     * ID Mapping changes.
2610     * Add "--option" to 'testparm'.
2613 o   Jeremy Allison <jra@samba.org>
2614     * BUG 7080: Quota only shown when logged as root.
2615     * BUG 7863: Unlink may unlink wrong file when hardlinks are involved.
2616     * BUG 7996: Sgid bit lost on folder rename.
2617     * BUG 8040: Fix smbclient segfault with Cyrillic netbios names.
2618     * Fix crash bug on smbd shutdown when using FOPENDIR().
2619     * Ensure we don't return an incorrect access mask.
2620     * Fix bug against the new Mac client.
2621     * Fix leak in error path.
2622     * Fix error where Windows client spoolss returns WERR_INVALID_DATA.
2625 o   Christian Ambach <christian.ambach@de.ibm.com>
2626     * Fix a segfault in the krb5 locator plugin.
2627     * Enable sharesec for registry shares.
2630 o   Andrew Bartlett <abartlet@samba.org>
2631     * Fix memory leak in "security=share" and "force user".
2634 o   Björn Baumbach <bb@sernet.de>
2635     * BUG 7875: Fix 'nmbd --port'.
2636     * BUG 7880: cmd_spoolss_deletedriver() returned without checking all
2637       architectures.
2640 o   Gregor Beck <gbeck@sernet.de>
2641     * Add new 'net idmap check' command.
2642     * Add new 'net idmap delete' command.
2643     * Fix segfault on missing input file in 'net idmap restore'.
2646 o   Olly Betts <olly@survex.com>
2647     * Fix 'net usersidlist' not to skip every other user.
2650 o   Günther Deschner <gd@samba.org>
2651     * BUG 7690: Retry DNS updates when connection to one nameserver has failed.
2652     * BUG 7945: Let winbind try to use samlogon validation level 6.
2653     * Fix Coverity ID 2041.
2654     * Fix potential crash bug in spoolss_PrinterEnumValues push path.
2655     * Internal restructuring.
2656     * Don't wipe out all printer drivers when only one should be deleted.
2657     * Fix winbindd_dual_pam_auth_samlogon() for NT4 domains.
2660 o   David Disseldorp <ddiss@suse.de>
2661     * BUG 7915: Fix cups pcap reload with no printers.
2662     * BUG 8040: Fix smbclient segfault with Cyrillic netbios names.
2663     * Fix memory leak in print_cups.c.
2664     * Remove duplicate cups response processing code.
2665     * Follow force user/group for driver IO.
2666     * Initiate pcap reload from parent smbd.
2667     * Reload shares after pcap cache fill.
2670 o   Björn Jacke <bj@sernet.de>
2671     * BUG 8033: Add explicit configure option whether or not to enable dmapi
2672       support.
2675 o   Volker Lendecke <vl@samba.org>
2676     * BUG 7917: Fix bug in chain_reply.
2677     * BUG 7940: Fall back for utimes calls.
2678     * BUG 8009: Fix getting username in 'net rap session'.
2679     * BUG 8010: Use jenkins hash for str_checksum.
2680     * BUG 8042: Fix file creation on OS/X.
2681     * Fix numerous Coverity IDs.
2682     * Fix a memory leak in check_sam_security_info3.
2683     * Fix a segfault in the nss wrapper when libnss_winbind.so is not loadable.
2684     * Make "net sam list [users|workstations]" list only the right things.
2685     * Fix a potential memleak in secrets_fetch_trusted_domain_password.
2686     * Use the right credentials in check_netlogond_security.
2687     * Add support for AF_NETLINK addr notifications.
2688     * Fork multiple Winbind children per domain.
2689     * Fix a deadlock between smbd and ctdbd.
2690     * Add 'wbinfo --dc-info'.
2691     * Make "nmbd socket dir" configurable.
2692     * Fix a valgrind error.
2693     * Fix a memleak in receive_getdc_response.
2696 o   Nikolay Martynov <mar.kolya@gmail.com>
2697     * BUG 8010: Fix inode generation so nautilus can count total dir size
2698       correctly.
2701 o   Stefan Metzmacher <metze@samba.org>
2702     * BUG 7567: Fix printing from Windows 7.
2703     * BUG 7899: Don't return "-1" on success in 'net rpc vampire keytab'.
2704     * BUG 7944: Catch lookup_names/sids schannel errors over ncacn_ip_tcp.
2705     * Don't grant SEC_STD_DELETE always to the owner of a file.
2706     * Fix segfaults on addrchange errors in Winbind.
2707     * Allow machine accounts as members in groupdb.
2710 o   Jonathan Nieder <jrnieder@gmail.com>
2711     * BUG 6837: Make "rlimit_max below minimum Windows limit" notification less
2712       scary.
2715 o   Andreas Schneider <asn@samba.org>
2716     * Add an Endpoint Mapper daemon.
2717     * Add IPv6 support for the endpoint mapper.
2718     * Free unused memory in the rpc server.
2719     * Fix possible segfaults in svcctl server.
2720     * Fix possible segfault with client_id in rpc server.
2721     * Add a 'svcctl shutdown' function to rpc server.
2722     * Fix a resource leak in net_afs.
2723     * Fix a resource leak in smbta-util.
2724     * Fix possible resource leak in net_usershare.
2725     * Fix possible resource leak in 'smbget'.
2726     * Fix possible resource leak in 'smbfilter'.
2727     * Fix a possible null pointer dereference in smbd.
2730 o   Pavel Shilovsky <piastry@etersoft.ru>
2731     * BUG 7928: Fix problems with "kernel oplocks" option set to "no".
2732     * Ensure we send the direct levelII oplock break to the correct fid.
2735 o   Simo Sorce <idra@samba.org>
2736     * Fix private libdir and codepages paths.
2739 o   Andrew Tridgell <tridge@samba.org>
2740     * Fix a valgrind error.
2743 ######################################################################
2744 Reporting bugs & Development Discussion
2745 #######################################
2747 Please discuss this release on the samba-technical mailing list or by
2748 joining the #samba-technical IRC channel on irc.freenode.net.
2750 If you do report problems then please try to send high quality
2751 feedback. If you don't provide vital information to help us track down
2752 the problem then you will probably be ignored.  All bug reports should
2753 be filed under the Samba 3.6 product in the project's Bugzilla
2754 database (https://bugzilla.samba.org/).
2757 ======================================================================
2758 == Our Code, Our Bugs, Our Responsibility.
2759 == The Samba Team
2760 ======================================================================