tdb: Make robust against shrinking tdbs
[Samba.git] / WHATSNEW.txt
blobb2c56fa7dfc0378514d7c4e674b83dafaaa0c937
1                    =============================
2                    Release Notes for Samba 3.6.9
3                          October 29, 2012
4                    =============================
7 This is is the latest stable release of Samba 3.6.
9 Major enhancements in Samba 3.6.9 include:
11 o  
13 Changes since 3.6.8:
14 --------------------
16 o   Jeremy Allison <jra@samba.org>
19 ######################################################################
20 Reporting bugs & Development Discussion
21 #######################################
23 Please discuss this release on the samba-technical mailing list or by
24 joining the #samba-technical IRC channel on irc.freenode.net.
26 If you do report problems then please try to send high quality
27 feedback. If you don't provide vital information to help us track down
28 the problem then you will probably be ignored.  All bug reports should
29 be filed under the Samba 3.6 product in the project's Bugzilla
30 database (https://bugzilla.samba.org/).
33 ======================================================================
34 == Our Code, Our Bugs, Our Responsibility.
35 == The Samba Team
36 ======================================================================
38 Release notes for older releases follow:
39 ----------------------------------------
41                    =============================
42                    Release Notes for Samba 3.6.8
43                          September 17, 2012
44                    =============================
47 This is is the latest stable release of Samba 3.6.
49 Major enhancements in Samba 3.6.8 include:
51 o  Fix crash bug in smbd caused by a blocking lock followed by
52    close (bug #9084).
53 o  Fix Winbind panic if we couldn't find the domain (bug #9135).
56 Changes since 3.6.7:
57 --------------------
59 o   Jeremy Allison <jra@samba.org>
60     * BUG 9058: Fix smbstatus code dump when a file entry has delete tokens.
61     * BUG 9098: Fix refreshing of Kerberos tickets in Winbind.
62     * BUG 9124: Fix setting of "inherited" bit on inherited ACE's.
65 o   Christian Ambach <ambi@samba.org>
66     * BUG 9137: Make 'smbclient allinfo' show the snapshot list.
69 o   Andrew Bartlett <abartlet@samba.org>
70     * BUG 9066: "Domain Users" incorrectly added as additional group on domain
71       members.
72     * BUG 9067: Use correct RID for "Domain Guests" primary group.
75 o   David Binderman <dcb314@hotmail.com>
76     * BUG 9065: Fix bad call to memcpy source3/registry/regfio.c.
79 o   David Disseldorp <ddiss@samba.org>
80     * BUG 9123: Fix lprng job tracking errors.
83 o   Salvador I. Gonzalez <sgonzalez@codejunkie.net>
84     * BUG 9088: Fix smbclient/tarmode panic when connecting to Windows 2000
85       clients.
88 o   Hargagan <shargagan@novell.com>
89     * BUG 9085: Fix NMB registration for a duplicate workstation.
92 o   Björn Jacke <bj@sernet.de>
93     * BUG 9037: Open and netbsd have the md5 symbols in libc.
94     * BUG 9144: Fix nfs quota support with Linux nfs4 mounts.
97 o   Volker Lendecke <vl@samba.org>
98     * BUG 9037: Fix name clash in MD5 causing the "net ads join" to fail on
99       T4 (sun4v) systems on Solaris 10.
100     * BUG 9058: Backport FSCTL codes from master.
101     * BUG 9084: Fix crash bug in smbd caused by a blocking lock followed by
102       close.
103     * BUG 9150: Valid open requests can cause smbd assert due to incorrect
104       oplock handling on delete requests.
107 o   Herb Lewis <hlewis@panasas.com>
108     * BUG 9104: Fix identification of idle clients in Winbind to avoid crashes
109       and NDR parsing errors.
112 o   Stefan Metzmacher <metze@samba.org>
113     * BUG 9058: Fix segfault in smbstatus.
116 o   Andreas Schneider <asn@samba.org>
117     * BUG 9111: Fix compilation with newer MIT Kerberos which hides internal
118       symbols.
119     * BUG 9112: Fix flooding the logs with records we don't find in pcap.
120     * BUG 9122: Initialize the print backend after we setup winreg.
121     * BUG 9135: Fix Winbind panic if we couldn't find the domain.
124 ######################################################################
125 Reporting bugs & Development Discussion
126 #######################################
128 Please discuss this release on the samba-technical mailing list or by
129 joining the #samba-technical IRC channel on irc.freenode.net.
131 If you do report problems then please try to send high quality
132 feedback. If you don't provide vital information to help us track down
133 the problem then you will probably be ignored.  All bug reports should
134 be filed under the Samba 3.6 product in the project's Bugzilla
135 database (https://bugzilla.samba.org/).
138 ======================================================================
139 == Our Code, Our Bugs, Our Responsibility.
140 == The Samba Team
141 ======================================================================
144 ----------------------------------------------------------------------
147                    =============================
148                    Release Notes for Samba 3.6.7
149                            August 6, 2012
150                    =============================
153 This is is the latest stable release of Samba 3.6.
155 Major enhancements in Samba 3.6.7 include:
157 o  Fix resolving our own "Domain Local" groups (bug #9052).
158 o  Fix migrating printers while upgrading from 3.5.x (bug #9026).
161 Changes since 3.6.6:
162 --------------------
164 o   Jeremy Allison <jra@samba.org>
165     * BUG 8974: Fix kernel oplocks when uid(file) != uid(process).
166     * BUG 8989: Send correct responses to NT Transact Secondary when no data
167       and no params for the Trans2 calls are set.
168     * BUG 9034: Fix typo in set_re_uid() call when USE_SETRESUID selected in
169       configure.
172 o   David Binderman <dcb314@hotmail.com>
173     * BUG 9062: rpcclient: Fix bad call to data_blob_const.
176 o   Günther Deschner <gd@samba.org>
177     * BUG 9026: Fix migrating printers while upgrading from 3.5.x.
180 o   David Disseldorp <ddiss@samba.org>
181     * BUG 8719: Printing fails in function cups_job_submit.
182     * BUG 9026: Fix migrating printers while upgrading from 3.5.x.
185 o   Olaf Flebbe <o.flebbe@science-computing.de>
186     * BUG 8552: Correct documentation of "case sensitive".
189 o   Björn Jacke <bj@sernet.de>
190     * BUG 8996: Fix build without ads support.
193 o   Volker Lendecke <vl@samba.org>
194     * BUG 9003: Fix posix acl on gpfs.
195     * BUG 9040: Using asynchronous IO with SMB2 can return NT_STATUS_FILE_CLOSED
196       in error instead ofNT_STATUS_FILE_LOCK_CONFLICT.
199 o   Stefan Metzmacher <metze@samba.org>
200     * BUG 9002: Don't turn negative cache entries into valid idmappings.
201     * BUG 9022: Make vfs_gpfs less verbose in get/set_xattr functions.
202     * BUG 9057: Fix bugs in SMB2 credit handling code.
205 o   Jiri Popelka <jpopelka@redhat.com>
206     * BUG 9055: Fix build against CUPS 1.6.
209 o   Jura Sasek <jiri.sasek@oracle.com>
210     * BUG 9037: Fix 'net ads join' on T4 (sun4v) systems on Solaris 10.
213 o   Andreas Schneider <asn@samba.org>
214     * BUG 9052: Fix resolving our own "Domain Local" groups.
217 ######################################################################
218 Reporting bugs & Development Discussion
219 #######################################
221 Please discuss this release on the samba-technical mailing list or by
222 joining the #samba-technical IRC channel on irc.freenode.net.
224 If you do report problems then please try to send high quality
225 feedback. If you don't provide vital information to help us track down
226 the problem then you will probably be ignored.  All bug reports should
227 be filed under the Samba 3.6 product in the project's Bugzilla
228 database (https://bugzilla.samba.org/).
231 ======================================================================
232 == Our Code, Our Bugs, Our Responsibility.
233 == The Samba Team
234 ======================================================================
237 ----------------------------------------------------------------------
240                    =============================
241                    Release Notes for Samba 3.6.6
242                            June 25, 2012
243                    =============================
246 This is is the latest stable release of Samba 3.6.
248 Major enhancements in Samba 3.6.6 include:
250 o  Fix possible memory leaks in the Samba master process (bug #8970).
251 o  Fix uninitialized memory read in talloc_free().
252 o  Fix joining of XP Pro workstations to 3.6 DCs (bug #8373).
255 Changes since 3.6.5:
256 --------------------
258 o   Michael Adam <obnox@samba.org>
259     * BUG 8738: SMB2 server will not release unused shares.
260     * BUG 8749: Sign non guest sessions in SessionSetup.
261     * BUG 8921: Fix race writing registry values.
264 o   Jeremy Allison <jra@samba.org>
265     * BUG 8373: Fix joining of XP Pro workstations to 3.6 DCs.
266     * BUG 8627: Fix crash bug in dns_create_probe when dns_create_update fails.
267     * BUG 8723: Add pthread-based aio VFS module.
268     * BUG 8784: When calculating the share security mask, take priviliges into
269       account for the connecting user.
270     * BUG 8811: sd_has_inheritable_components segfaults on an SD that
271       se_access_check accepts.
272     * BUG 8837: Fix crash in smbd when deleting directory and veto files are
273       enabled.
274     * BUG 8857: Setting traverse rights fails to enable directory traversal when
275       acl_xattr in use.
276     * BUG 8882: Broken processing of %U with vfs_full_audit when force user is
277       set.
278     * BUG 8897: Make winbind_krb5_locator not only returning one IP address.
279     * BUG 8910: resolve_ads() code can return zero addresses and miss valid
280       DC IP addresses.
281     * BUG 8922: smbclient's tarmode insists on listing excluded directories.
282     * BUG 8953: Winbind can hang as nbt_getdc() has no timeout.
283     * BUG 8957: Typo in pam_winbindd code MUST fix.
284     * BUG 8970: Fix possible memory leaks in the Samba master process.
285     * BUG 8971: cleanup_timeout_fn() is called too often, on exiting when an
286       smbd is idle.
287     * BUG 8972: Directory group write permission bit is set if unix extensions
288       are enabled.
291 o   Christian Ambach <ambi@samba.org>
292     * BUG 8406: Fix a return code check in Winbind.
293     * BUG 8807: Fix crash in dcerpc_lsa_lookup_sids_noalloc() crashes when
294       groups has more than 1000 groups.
297 o   Andrew Bartlett <abartlet@samba.org>
298     * BUG 8599: Only use SamLogonEx when we can get unencrypted session keys.
299     * BUG 8727: Fix smbclients with posix large reads.
300     * BUG 8943: Slow but responsive DC can lock up Winbind for > 10 minutes
301       at a time.
304 o   Björn Baumbach <bb@sernet.de>
305     * BUG 7564: Fix default name resolve order in the manpage.
306     * BUG 8554, 8612, 8748: Add new printers to registry.
307     * BUG 8789: Remove whitespace in example samba.ldif.
310 o   Alexander Bokovoy <ab@samba.org>
311     * BUG 8988: Avoid crash with MIT krb5 1.10.0 in gss_get_name_attribute().
314 o   Alejandro Escanero Blanco <aescanero@gmail.com>
315     * BUG 8798: The primary rid should be in the groups rid array.
318 o   Ira Cooper <samba@ira.wakeful.net>
319     * BUG 8729: Fix getpass regressions on Solaris/Illumos.
320     * BUG 8743: Fix configure.developer builds on Solaris.
321     * BUG 8910: Fix bad bugfix for bug #8910.
322     * BUG 8952: Fix negative SID->uid/gid cache handling.
323     * BUG 8995: Use fsp_persistent_id() as persistent_file_id part for SMB2.
326 o   David Disseldorp <ddiss@samba.org>
327     * BUG 8762: Fix crash in printer_list_set_printer().
330 o   Olaf Flebbe <o.flebbe@science-computing.de>
331     * BUG 8859: Fix assertion in reg_parse.
334 o   Björn Jacke <bj@sernet.de>
335     * BUG 8732: Fix compile of krb5 locator on Solaris.
336     * BUG 8869: Remove outdated netscape ds 5 schema file.
337     * BUG 8978: Remove dependency on automake for 'make everything'.
340 o   Steve Langasek <steve.langasek@ubuntu.com>
341     * BUG 8920: Fix null dereference in pdb_interface.
344 o   Volker Lendecke <vl@samba.org>
345     * Fix uninitialized memory read in talloc_free().
346     * BUG 8567: Fix segfault in dom_sid_compare.
347     * BUG 8733: Delete streams on directories (streams_depot).
348     * BUG 8760: Add SERVERID_UNIQUE_ID_NOT_TO_VERIFY.
349     * BUG 8836: Fix segfaults on "smbcontrol close-share" in aio_fork.
350     * BUG 8861: Fix a segfault with debug level 3 on Solaris.
351     * BUG 8904: Fix Winbind crash triggered by 'wbinfo --lookup-sids ""'.
352     * BUG 8998: Notify code can miss a ChDir.
355 o   Stefan Metzmacher <metze@samba.org>
356     * BUG 8139: Ignore SMBecho errors (the server may not support it).
357     * BUG 8527: db_ctdb_traverse fails to traverse records created within the
358       current transaction.
359     * BUG 8311: Winzip occasionally can not read files out of an open winzip
360       dialog.
361     * BUG 8739: Fill the sids array of the info in
362       wbcAuthUserInfo_to_netr_SamInfo3().
363     * BUG 8749: Sign non guest sessions in SessionSetup.
364     * BUG 8995: Use fsp_persistent_id() as persistent_file_id part for SMB2.
367 o   Matthieu Patou <mat@matws.net>
368     * BUG 8599: Set the can_do_validation6 also for trusted domain.
369     * BUG 8714: Catch with pid filename's change when config file is not
370       smb.conf.
371     * BUG 8734: Don't try to do clever thing if the username is not found while
372       authenticating through Winbind.
373     * BUG 8771: Winbind takes up to 20 minutes to change from DC 1 to DC 2.
374     * BUG 8975: Call dump_core_setup after command line option has been parsed.
377 o   SATOH Fumiyasu <fumiyas@osstech.co.jp>
378     * BUG 8826: Prepend '/' to filename argument (docs).
381 o   Andreas Schneider <asn@samba.org>
382     * BUG 8944 and 8567: Don't lookup the system user in pdb.
385 o   Richard Sharpe <realrichardsharpe@gmail.com>
386     * BUG 8768: Honor SeTakeOwnershipPrivilege when file opened with
387       SEC_STD_WRITE_OWNER.
388     * BUG 8797: Correctly handle DENY ACEs when privileges apply.
389     * BUG 8822: Fix building out-of-tree modules.
390     * BUG 8945: vfs_acl_common discards errors from writing to the underlying
391       storage.
392     * BUG 8970: Fix possible memory leaks in the Samba master process.
395 o   Simo Sorce <idra@samba.org>
396     * BUG 8915: Fix pam_winbind build against newer iniparser library.
399 o   Joseph Tam <jtam.home@gmail.com>
400     * BUG 8877: Syslog broken owing to mistyping of debug_settings.syslog.
403 o   Ralph Wuerthner <ralph.wuerthner@de.ibm.com>
404     * BUG 8845: Move print_backend_init() behind init_system_info().
407 ######################################################################
408 Reporting bugs & Development Discussion
409 #######################################
411 Please discuss this release on the samba-technical mailing list or by
412 joining the #samba-technical IRC channel on irc.freenode.net.
414 If you do report problems then please try to send high quality
415 feedback. If you don't provide vital information to help us track down
416 the problem then you will probably be ignored.  All bug reports should
417 be filed under the Samba 3.6 product in the project's Bugzilla
418 database (https://bugzilla.samba.org/).
421 ======================================================================
422 == Our Code, Our Bugs, Our Responsibility.
423 == The Samba Team
424 ======================================================================
427 ----------------------------------------------------------------------
430                    =============================
431                    Release Notes for Samba 3.6.5
432                           April 30, 2012
433                    =============================
436 This is a security release in order to address
437 CVE-2012-2111 (Incorrect permission checks when granting/removing
438 privileges can compromise file server security).
440 o  CVE-2012-2111:
441    Samba 3.4.x to 3.6.4 are affected by a
442    vulnerability that allows arbitrary users
443    to modify privileges on a file server.
446 Changes since 3.6.4:
447 --------------------
450 o   Jeremy Allison <jra@samba.org>
451     * Fix  incorrect permission checks when granting/removing
452       privileges (CVE-2012-2111).
455 ######################################################################
456 Reporting bugs & Development Discussion
457 #######################################
459 Please discuss this release on the samba-technical mailing list or by
460 joining the #samba-technical IRC channel on irc.freenode.net.
462 If you do report problems then please try to send high quality
463 feedback. If you don't provide vital information to help us track down
464 the problem then you will probably be ignored.  All bug reports should
465 be filed under the Samba 3.6 product in the project's Bugzilla
466 database (https://bugzilla.samba.org/).
469 ======================================================================
470 == Our Code, Our Bugs, Our Responsibility.
471 == The Samba Team
472 ======================================================================
475 ----------------------------------------------------------------------
478                    =============================
479                    Release Notes for Samba 3.6.4
480                           April 10, 2012
481                    =============================
484 This is a security release in order to address
485 CVE-2012-1182 ("root" credential remote code execution).
487 o  CVE-2012-1182:
488    Samba 3.0.x to 3.6.3 are affected by a
489    vulnerability that allows remote code
490    execution as the "root" user.
493 Changes since 3.6.3:
494 --------------------
497 o   Stefan Metzmacher <metze@samba.org>
498     *BUG 8815: PIDL based autogenerated code allows overwriting beyond of
499      allocated array (CVE-2012-1182).
502 ######################################################################
503 Reporting bugs & Development Discussion
504 #######################################
506 Please discuss this release on the samba-technical mailing list or by
507 joining the #samba-technical IRC channel on irc.freenode.net.
509 If you do report problems then please try to send high quality
510 feedback. If you don't provide vital information to help us track down
511 the problem then you will probably be ignored.  All bug reports should
512 be filed under the Samba 3.6 product in the project's Bugzilla
513 database (https://bugzilla.samba.org/).
516 ======================================================================
517 == Our Code, Our Bugs, Our Responsibility.
518 == The Samba Team
519 ======================================================================
522 ----------------------------------------------------------------------
525                    =============================
526                    Release Notes for Samba 3.6.3
527                          January 29, 2012
528                    =============================
531 This is a security release in order to address
532 CVE-2012-0817 (Memory leak/Denial of service).
534 o  CVE-2012-0817:
535    The Samba File Serving daemon (smbd) in Samba versions
536    3.6.0 to 3.6.2 is affected by a memory leak that can
537    cause a server denial of service.
540 Changes since 3.6.2:
541 --------------------
544 o   Jeremy Allison <jra@samba.org>
545     * BUG 8724: Fix memory leak in parent smbd on connection.
548 o   Ira Cooper <samba@ira.wakeful.net>
549     * BUG 8724: Fix memory leak in parent smbd on connection.
552 ######################################################################
553 Reporting bugs & Development Discussion
554 #######################################
556 Please discuss this release on the samba-technical mailing list or by
557 joining the #samba-technical IRC channel on irc.freenode.net.
559 If you do report problems then please try to send high quality
560 feedback. If you don't provide vital information to help us track down
561 the problem then you will probably be ignored.  All bug reports should
562 be filed under the Samba 3.6 product in the project's Bugzilla
563 database (https://bugzilla.samba.org/).
566 ======================================================================
567 == Our Code, Our Bugs, Our Responsibility.
568 == The Samba Team
569 ======================================================================
572 ----------------------------------------------------------------------
575                    =============================
576                    Release Notes for Samba 3.6.2
577                          January 25, 2012
578                    =============================
581 This is the latest stable release of Samba 3.6.
583 Major enhancements in Samba 3.6.2 include:
585 o  Make Winbind receive user/group information (bug #8371).
586 o  Several SMB2 fixes.
589 Changes since 3.6.1:
590 --------------------
593 o   Michael Adam <obnox@samba.org>
594     * BUG 8528: Fix SEGFAULT from net registry export on not zero terminated
595       REG_SZ values.
598 o   Jeremy Allison <jra@samba.org>
599     * BUG 8541: readlink() on Linux clients fails if the symlink target is
600       outside of the share.
601     * BUG 8542: smbclient posix_open command fails to return correct info on
602       open file.
603     * BUG 8548: winbind_samlogon_retry_loop ignores logon_parameters flags.
604     * BUG 8561: Password change settings not fully observed.
605     * BUG 8562: Fix double free error in talloc.
606     * BUG 8614: Ensure we correctly calculate reply credits over all returned
607       SMB2 replies.
608     * BUG 8631: POSIX ACE x permission becomes rx following mapping to and from
609       a DACL.
610     * BUG 8636: When returning an ACL without SECINFO_DACL requested, we still
611       set SEC_DESC_DACL_PRESENT in the type field.
612     * BUG 8644: vfs_acl_xattr and vfs_acl_tdb modules can fail to add
613       inheritable entries on a directory with no stored ACL.
614     * BUG 8663: Fix deleting a symlink if the symlink target is outside of
615     * the share.
616     * BUG 8664: Fix renaming a symlink if the symlink target is outside of
617       the share.
618     * BUG 8673: Fix NT ACL issue.
619     * BUG 8674: Fix buffer overflow issue with AES encryption in samba traffic
620       analyzer.
621     * BUG 8679: recvfile code path using splice() on Linux leaves data in the
622       pipe on short write.
623     * BUG 8687: Fix typo in 'net memberships' usage.
624     * BUG 8710: Fix major leak with SMB2 in connections.tdb.
625     * Fix a crash bug in the spoolss code.
626     * Add new contributing FAQ announcing acceptance of corporate (C).
629 o   Christian Ambach <ambi@samba.org>
630     * BUG 8444: Add an allocation pool to idmap_autorid.
631     * BUG 8585: Increase a debug level.
634 o   Andrew Bartlett <abartlet@samba.org>
635     * BUG 8623: Fix crash bug when trying to browse Samba printers.
638 o   Björn Baumbach <bb@sernet.de>
639     * BUG 8580: Enable inotify if sys or kernel inotify is available.
640     * BUG 8618: Fix migrate printer code.
643 o   Gregor Beck <gbeck@sernet.de>
644     * BUG 8528: Fix SEGFAULT from net registry export on not zero terminated
645       REG_SZ values.
648 o   Günther Deschner <gd@samba.org>
649     * BUG 7465: Remove pointless use_memory_krb5_ccache.
650     * BUG 8176: Fix perl path.
651     * BUG 8591: Fix marshalling of samr_ChangePasswordUser3.
652     * BUG 8692: libads: Fix malloc/talloc mismatch in
653       ads_keytab_verify_ticket().
656 o   David Disseldorp <ddiss@suse.de>
657     * BUG 4942: DeletePrinterDriverEx deletes files in use.
658     * BUG 8575: Add systemd service files.
659     * BUG 8606: Fix intermittent print job failures caused by character
660       conversion errors.
661     * BUG 8697: Make DeletePrinterDriverEx remove printer driver files.
664 o   Björn Jacke <bj@sernet.de>
665     * BUG 8531: Make DSO_EXPORTS_CMD more portable.
666     * BUG 8616: Allow to set TCP_NODELAYACK socket option on AIX.
667     * BUG 8652: Document the "ignore system acls" option of vfs_acl_xattr and
668       vfs_acl_tdb vfs modules.
671 o   Frank Lahm <franklahm@googlemail.com>
672     * BUG 8419: Make VFS op "streaminfo" stackable.
675 o   Volker Lendecke <vl@samba.org>
676     * BUG 8371: Make Winbind receive user/group information.
677     * BUG 8639: Fix the vfs_commit module.
678     * BUG 8686: Packet validation checks can be done before length validation
679       causing uninitialized memory read.
682 o   Stefan Metzmacher <metze@samba.org>
683     * BUG 5326: Fix cli_write_and_x() against OS/2 print shares.
684     * BUG 8357: Grant credits in async interim responses (SMB2).
685     * BUG 8560: Make SMB2 handle compound request headers in the same way
686       as Windows.
687     * BUG 8573: Fix alignment in the non-extended-security negprot.
688     * BUG 8586: libsmb: Only align unicode pipe_name.
689     * BUG 8579: smb2_flush: Don't send uninitialized memory.
690     * BUG 8592: Don't limit the number of open dptrs for SMB2.
691     * BUG 8593: Fix a crash bug in cldap_socket_recv_dgram().
692     * BUG 8684: Try ctdbd_init_connection() as root.
695 o   Masafumi Nakayama <MASA23@jp.ibm.com>
696     * BUG 563: Fix 'smbclient tar' for files greater than 8GB on BE machines.
699 o   Matthieu Patou <mat@matws.net>
700     * BUG 8600: Make cldap work over IPv6.
701     * BUG 8674: Fix buffer overflow issue with AES encryption in samba traffic
702       analyzer.
705 o   Andreas Schneider <asn@samba.org>
706     * BUG 8550: Fix setting the machine account password.
707     * BUG 8575: Add systemd service files.
708     * BUG 8608: Winbind: Don't fail on users without a uid.
709     * BUG 8628: libsmb: Don't duplicate Kerberos service tickets.
710     * BUG 8643: Add an update function for Winbind cache.
711     * BUG 8678: Fix Winbind segfault if we can't map the last user.
714 o   Karolin Seeger <kseeger@samba.org>
715     * BUG 7705: Fix some RHEL packaging issues.
718 o   Richard Sharpe <realrichardsharpe@gmail.com>
719     * BUG 8607: Improve configure.in so it can be used outside the Samba source
720       tree.
723 o   Brad Smith <brad@comstyle.com>
724     * BUG 8525: Fix bug with sys_fseek() wrapper on *BSD / OS X).
727 o   Henry Wong <henry@stuffedcow.net>
728     * BUG 8384: Fix Windows XP clients crashing smbd process every once in a
729       while.
732 ######################################################################
733 Reporting bugs & Development Discussion
734 #######################################
736 Please discuss this release on the samba-technical mailing list or by
737 joining the #samba-technical IRC channel on irc.freenode.net.
739 If you do report problems then please try to send high quality
740 feedback. If you don't provide vital information to help us track down
741 the problem then you will probably be ignored.  All bug reports should
742 be filed under the Samba 3.6 product in the project's Bugzilla
743 database (https://bugzilla.samba.org/).
746 ======================================================================
747 == Our Code, Our Bugs, Our Responsibility.
748 == The Samba Team
749 ======================================================================
752 ----------------------------------------------------------------------
755                    =============================
756                    Release Notes for Samba 3.6.1
757                           October 20, 2011
758                    =============================
761 This is the latest stable release of Samba 3.6.
763 Major enhancements in Samba 3.6.1 include:
765 o  Fix smbd crashes triggered by Windows XP clients (bug #8384).
766 o  Fix a Winbind race leading to 100% CPU load (bug #8409).
767 o  Several SMB2 fixes.
768 o  The VFS ACL modules are no longer experimental but production-ready.
771 Changes since 3.6.0:
772 --------------------
775 o   Michael Adam <obnox@samba.org>
776     * BUG 8368: Fix the fallback to the deprecated spelling idmap:script.
779 o   Jeremy Allison <jra@samba.org>
780     * BUG 7509: smb_acl_to_posix: ACL is invalid for set (Invalid argument).
781     * BUG 8229: Fix 'widelinks' regression.
782     * BUG 8370: Fix vfs_chown_fsp.
783     * BUG 8412: Fix "saving as" of MS Office 2007 (Word) documents on Samba
784       shares with SMB2.
785     * BUG 8422: Fix infinite loop in ACL module code.
786     * BUG 8429: Compound SMB2 requests on an IPC connection can corrupt the
787       reply stream.
788     * BUG 8443: Be smarter about setting default permissions when a ACL_USER_OBJ
789       isn't given.
790     * BUG 8453: Fix smbclient segfaults when dialect option -m is used for
791       legacy dialects.
792     * BUG 8458: IE9 on Windows 7 cannot download files to samba 3.5.11 share.
793     * BUG 8473: smb2_find uses a hard coded max reply size of 0x10000 instead of
794       smb2_max_trans.
795     * BUG 8474: SMB2 create doesn't cope with an Apple client using NULL blob in
796       create.
797     * BUG 8476: Samba asserts when SMB2 client breaks the crediting rules.
798     * BUG 8477: Map to guest can return uninitialized blob of data.
799     * BUG 8493: DFS breaks zip file extracting unless "follow symlinks = no"
800       set.
801     * BUG 8494: Remove "experimental" label on VFS ACL modules.
802     * BUG 8507: smbd doesn't correctly honor the "force create mode" bits from a
803       cifsfs create.
804     * BUG 8509: Read-only handles on SAMR allow SAMR_DOMAIN_ACCESS_CREATE_USER.
805     * BUG 8521: Winbind cache timeout expiry test was reversed.
808 o   Christian Ambach <ambi@samba.org>
809     * BUG 8428: Fix wrong reply to DHnC (durable handle reconnect).
810     * BUG 8518: SMB2 create call returns incorrect file allocation size.
813 o   Björn Baumbach <bb@sernet.de>
814     * BUG 8364: Fix the build of gpfs.c on RHEL 6.0 with gpfs 3.4.0-4.
817 o   Bram <fnzon@lists.wizbit.be>
818     * BUG 7551: Return error of cli_push when 'put - /some/file' is used.
821 o   Ira Cooper <ira@wakeful.net>
822     * BUG 8395: Optimize serverid_exists() for Solaris.
823     * BUG 8442: NFSv4 DENY ACLs always include SYNCHRONIZE flag - blocking
824       renames.
827 o   Günther Deschner <gd@samba.org>
828     * BUG 8401: registry/reg_format.c must include includes.h.
829     * BUG 7465: Fix 'net ads join -k' when KRB5CCNAME is not set.
832 o   David Disseldorp <ddiss@suse.de>
833     * BUG 8480: acl_xattr can free an invalid pointer if no blob is loaded.
834     * BUG 8520: Fix SMB2 SMB2_OP_GETINFO and SMB2_OP_IOCTL parsing requirements.
837 o   Wilco Baan Hofman <wilco@baanhofman.nl>
838     * BUG 8455: Fix uninitialized memory problem in group_sids_to_info3.
841 o   Björn Jacke <bj@sernet.de>
842     * BUG 8256: Add man vfs_aio_fork.
843     * BUG 8363: Fix build of vfs_prealloc on SLES8.
846 o   Volodymyr Khomenko <Volodymyr_Khomenko@dell.com>
847     * BUG 8515: Disallow "." in can_set_delete_on_close().
850 o   Volker Lendecke <vl@samba.org>
851     * BUG 7864: Fix usage of cli_errstr().
852     * BUG 8334: smb2: smbd logs "Invalid SMB packet: first request: 0x0008" and crashes.
853     * BUG 8338: Add a fallback for missing open&x support in MAC OS/X Lion.
854     * BUG 8360: OS/2 sends an unexpected write&x/read&x chain.
855     * BUG 8385: Fix smbclient access to NT4 shares.
856     * BUG 8409: Fix a Winbind race leading to 100% CPU load.
857     * BUG 8420: Fix 'getent group' if trusted domains are not reachable.
858     * BUG 8433: Fix segfault in iconv.c.
859     * BUG 8455: Samba PDC is looking up only primary user group.
862 o   Herb Lewis <hlewis@panasas.com>
863     * BUG 8365: Fix warning messages on Freebsd 4.6.2.
866 o   Stefan Metzmacher <metze@samba.org>
867     * BUG 8407: SMB2 server can return requests out-of-order when processing
868       a compound request.
869     * BUG 8452: Check the wct of the incoming SMBnegprot responses.
870     * BUG 8473: smb2_find uses a hard coded max reply size of 0x10000 instead of
871       smb2_max_trans.
872     * BUG 8476: Don't call smbd_terminate_connection in
873       smb2_validate_message_id().
874     * BUG 8503: SMB2_OP_CANCEL requests don't have to be signed.
875     * BUG 8520: Fix SMB2 SMB2_OP_GETINFO and SMB2_OP_IOCTL parsing requirements.
878 o   SATOH Fumiyasu <fumiyas@osstech.co.jp>
879     * BUG 8390: Fix the build of vfs_aixacl2.c.
882 o   Andreas Schneider <asn@samba.org>
883     * BUG 8236: Empty notify servername.
884     * BUG 8351: While migrating forms, don't fail if the form already exists.
887 o   Andrew Tridgell <tridge@samba.org>
888     * BUG 8384: Fix smbd crashes triggered by Windows XP clients.
891 ######################################################################
892 Reporting bugs & Development Discussion
893 #######################################
895 Please discuss this release on the samba-technical mailing list or by
896 joining the #samba-technical IRC channel on irc.freenode.net.
898 If you do report problems then please try to send high quality
899 feedback. If you don't provide vital information to help us track down
900 the problem then you will probably be ignored.  All bug reports should
901 be filed under the Samba 3.6 product in the project's Bugzilla
902 database (https://bugzilla.samba.org/).
905 ======================================================================
906 == Our Code, Our Bugs, Our Responsibility.
907 == The Samba Team
908 ======================================================================
911 ----------------------------------------------------------------------
914                    =============================
915                    Release Notes for Samba 3.6.0
916                           August 9, 2011
917                    =============================
920 This is the first release of Samba 3.6.0.
922 Major enhancements in Samba 3.6.0 include:
925 Changed security defaults
926 -------------------------
928 Samba 3.6 has adopted a number of improved security defaults that will
929 impact on existing users of Samba.
931  client ntlmv2 auth = yes
932  client use spnego principal = no
933  send spnego principal = no
935 The impact of 'client ntlmv2 auth = yes' is that by default we will not
936 use NTLM authentication as a client.  This applies to the Samba client
937 tools such as smbclient and winbind, but does not change the separately
938 released in-kernel CIFS client.  To re-enable the poorer NTLM encryption
939 set '--option=clientusentlmv2auth=no' on your smbclient command line, or
940 set 'client ntlmv2 auth = no' in your smb.conf
942 The impact of 'client use spnego principal = no' is that Samba will
943 use CIFS/hostname to obtain a kerberos ticket, acting more like
944 Windows when using Kerberos against a CIFS server in smbclient,
945 winbind and other Samba client tools.  This will change which servers
946 we will successfully negotiate kerberos connections to.  This is due
947 to Samba no longer trusting a server-provided hint which is not
948 available from Windows 2008 or later.  For correct operation with all
949 clients, all aliases for a server should be recorded as a as a
950 servicePrincipalName on the server's record in AD.  (For this reason,
951 this behavior change and parameter was also made in Samba 3.5.9)
953 The impact of 'send spnego principal = no' is to match Windows 2008 and
954 not to send this principal, making existing clients give more consistent
955 behaviour (more likely to fall back to NTLMSSP) between Samba and
956 Windows 2008, and between Windows versions that did and no longer use
957 this insecure hint.
960 SMB2 support
961 ------------
963 SMB2 support in 3.6.0 is fully functional (with one omission),
964 and can be enabled by setting:
966 max protocol = SMB2
968 in the [global] section of your smb.conf and re-starting
969 Samba. All features should work over SMB2 except the modification
970 of user quotas using the Windows quota management tools.
972 As this is the first release containing what we consider
973 to be a fully featured SMB2 protocol, we are not enabling
974 this by default, but encourage users to enable SMB2 and
975 test it. Once we have enough confirmation from Samba
976 users and OEMs that SMB2 support is stable in wide user
977 testing we will enable SMB2 by default in a future Samba
978 release.
981 Internal Winbind passdb changes
982 -------------------------------
984 Winbind has been changed to use the internal samr and lsa rpc pipe to get
985 local user and group information instead of calling passdb functions. The
986 reason is to use more of our infrastructure and test this infrastructure by
987 using it. With this approach more code in Winbind is shared.
990 New Spoolss code
991 ----------------
993 The spoolss and the old RAP printing code have been completely
994 overhauled and refactored.
996 All calls from lanman/printing code has been changed to go through the
997 spoolss RPC interfaces, this allows us to keep all checks in one place
998 and avoid special cases in the main printing code.
999 Printing code has been therefore confined within the spoolss code.
1001 All the printing code, including the spoolss RPC interfaces has been
1002 changed to use the winreg RPC interfaces to store all data.
1003 All data has been migrated from custom, arbitrary TDB files to the
1004 registry interface. This transition allow us to present correct data to
1005 windows client accessing the server registry through the winreg RPC
1006 interfaces to query for printer data. Data is served out from a real
1007 registry implementation and therefore arguably 100% forward compatible.
1009 Migration code from the previous TDB files formats is provided. This
1010 code is automatically invoked the first time the new code is run on the
1011 server. Although manual migration is also available using the 'net
1012 printer migrate' command.
1014 These changes not only make all the spoolss code much more closer to
1015 "the spec", it also greatly improves our internal testing of both
1016 spoolss and winreg interfaces, and reduces overall code duplication.
1018 As part of this work, new tests have been also added to increase
1019 coverage.
1021 This code will also allow, in future, an easy transition to split out
1022 the spooling functions into a separate daemon for those OEMs that do not
1023 need printing functionality in their appliances, reducing the code
1024 footprint.
1027 ID Mapping Changes
1028 ------------------
1030 The id mapping configuration has been a source of much grief in the past.
1031 For this release, id mapping has been rewritten yet again with the goal
1032 of making the configuration more simple and more coherent while keeping
1033 the needed flexibility and even adding to the flexibility in some respects.
1035 The major change that implies the configuration simplifications is at
1036 the heart of the id mapping system: The separation of the "idmap alloc
1037 system" that is responsible for the unix id counters in the tdb, tdb2
1038 and ldap idmap backends from the id mapping code itself has been removed.
1039 The sids_to_unixids operation is now atomic and encapsulates (if needed)
1040 the action of allocating a unix id for a mapping that is to be created.
1041 Consequently all idmap alloc configuration parameters have vanished and
1042 it is hence now also not possible any more to specify an idmap alloc
1043 backend different from the idmap backend. Each idmap backend uses its
1044 own idmap unixid creation mechanism transparently.
1046 As a consequence of the id mapping changes, the methods that are used
1047 for storing and deleting id mappings have been removed from the winbindd
1048 API. The "net idmap dump/restore" commands have been rewritten to
1049 not speak through winbindd any more but directly act on the databases.
1050 This is currently available for the tdb and tdb2 backends, the implementation
1051 for ldap still missing.
1053 The allocate_id functionality is preserved for the unix id creator of the
1054 default idmap configuration is also used as the source of unix ids
1055 for the group mapping database and for the posix attributes in a
1056 ldapsam:editposix setup.
1058 As part of the changes, the default idmap configuration has been
1059 changed to be more coherent with the per-domain configuration.
1060 The parameters "idmap uid", "idmap gid" and "idmap range" are now
1061 deprecated in favour of the systematic "idmap config * : range"
1062 and "idmap config * : backend" parameters. The reason for this change
1063 is that the old options only provided an incomplete and hence deceiving
1064 backwards compatibility, which was a source of many problems with
1065 upgrades. By introducing this change in configuration, it should be
1066 brought to the conciousness of the users that even the simple
1067 id mapping is not working exactly as in Samba 3.0 versions any more.
1070 Endpoint Mapper
1071 ---------------
1073 As Microsoft is more and more relying on endpoint mapper and we didn't have a
1074 complete implementation we decided to create an instance for Samba. The
1075 endpoint mapper is like a DNS server but for ports. If you want to talk to a
1076 certain RPC service over TCP/IP, you just ask the endpoint mapper on which
1077 port it is running. Then you can connect to the service and make sure that it
1078 is running.
1080 The code is deactivated by default, because it needs more testing and it
1081 doesn't scale yet. If you want to enable and test the endpoint mapper
1082 you can set "rpc_server:epmapper = daemon" in the smb.conf file.
1085 Internal restructuring
1086 ----------------------
1088 Ongoing internal restructuring for better separation of internal subsystem to
1089 achieve a faster build, smaller binaries and cleaner dependencies for the samba3
1090 waf build.
1093 SMB Traffic Analyzer
1094 --------------------
1096 Added the new SMB Traffic Analyzer (SMBTA) VFS module protocol 2
1097 featuring encryption, multiple arguments, and easier parseability. A new
1098 tool 'smbta-util' has been created to control the encryption behaviour
1099 of SMBTA. For compatibility, SMBTA by default operates on version 1.
1100 There are programs consuming the data that the module sends.
1102 More information can be found on
1103 http://holger123.wordpress.com/smb-traffic-analyzer/
1106 NFS quota backend on Linux
1107 --------------------------
1109 A new nfs quota backend for Linux has been added that is based
1110 on the existing Solaris/FreeBSD implementation. This allows samba
1111 to communicate correct diskfree information for nfs imports that
1112 are re-exported as samba shares.
1115 ######################################################################
1116 Changes
1117 #######
1119 smb.conf changes
1120 ----------------
1122    Parameter Name                      Description     Default
1123    --------------                      -----------     -------
1125    async smb echo handler              New             No
1126    client ntlmv2 auth                  Changed Default Yes
1127    client use spnego principal         New             No
1128    ctdb locktime warn threshold        New             0
1129    idmap alloc backend                 Removed
1130    log writeable files on exit         New             No
1131    multicast dns register              New             Yes
1132    ncalrpc dir                         New
1133    send spnego principal               New             No
1134    smb2 max credits                    New             8192
1135    smb2 max read                       New             1048576
1136    smb2 max trans                      New             1048576
1137    smb2 max write                      New             1048576
1138    username map cache time             New             0
1139    winbind max clients                 New             200
1141    The variable substitutions for %i and %I no longer
1142    use IPv4 addresses mapped to IPv6, e.g. '::ffff:192.168.0.1',
1143    if the host has IPv6 enabled. Now %i and %I contain just
1144    '192.168.0.1'.
1146 Commit Highlights
1147 -----------------
1149 o   Michael Adam <obnox@samba.org>
1150     * ID Mapping changes.
1153 o   Jeremy Allison <jra@samba.org>
1154     * Implement SMB2 support.
1157 o   Stefan Metzmacher <metze@samba.org>
1158     * Implement SMB2 support.
1161 o   Andreas Schneider <asn@samba.org>
1162     * Add an Endpoint Mapper daemon.
1165 Changes since 3.6.0rc3
1166 ----------------------
1168 o   Michael Adam <obnox@samba.org>
1169     * BUG 8327: Fix the reload of the configuration, also reload activated
1170       registry shares.
1171     * BUG 8328: Cleanup of idmap_tdb2 code.
1174 o   Jeremy Allison <jra@samba.org>
1175     * BUG 7462: Make SA_RESETHAND conditional on its existance.
1176     * BUG 8324: smbclient cannot list directories from a big-endian machine.
1177     * BUG 8335: File copy aborts with smb2_validate_message_id: bad message_id.
1180 o   Christian Ambach <ambi@samba.org>
1181     * BUG 8330: Fix NFSv4 ACL merging logic.
1184 o   Andrew Bartlett <abartlet@samba.org>
1185     * BUG 8326: WinXP cannot join a Samba3 domain with a 'even' hostname.
1188 o   Björn Baumbach <bb@sernet.de>
1189     * BUG 8303: db_ctdb_send_schedule_for_deletion() is not defined.
1192 o   Alban Browaeys <prahal@yahoo.com>
1193     * BUG 8341: Fix segfault in libsmbclient.
1196 o   Björn Jacke <bj@sernet.de>
1197     * BUG 8362: Fix build issue on old glibc systems.
1200 o   Volker Lendecke <vlendec@samba.org>
1201     * BUG 8343: Fix SMB2 crash reading with aio_fork beyond the end of file.
1204 o   Stefan Metzmacher <metze@samba.org>
1205     * BUG 8347: Fix regression for HP-UX, AIX and OSF.
1206     * BUG 8357: Make sure we grant credits on async read/write operations.
1207     * BUG 8358: Fix a bug in run_poll_events().
1210 Changes since 3.6.0rc2
1211 ----------------------
1213 o   Michael Adam <obnox@samba.org>
1214     * BUG 8213: Fixes in idmap_autorid.
1215     * BUG 8217: Do not stat-check the share path in 'net conf addshare'.
1216     * BUG 8281: Fix build of examples/VFS/*.
1219 o   Jeremy Allison <jra@samba.org>
1220     * BUG 8083: Fix "inherit owner = yes" with vfs_acl_xattr or vfs_acl_tdb
1221       module.
1222     * BUG 8211: Fix "inherit owner = yes" when "inherit permissions = yes"
1223       is set.
1224     * BUG 8219: Fix SMB Panic from Windows 7 client.
1225     * BUG 8254: Fix "acl check permissions = no".
1226     * BUG 8293: Fix log file rotating in SMB2.
1227     * BUG 8304: Fix uninitialized variable in error path.
1228     * BUG 8307: brl_close_fnum does not call SMB_VFS_BRL_UNLOCK_WINDOWS on all
1229       locks.
1230     * BUG 8310: toupper_ascii() is broken on big-endian systems.
1231     * BUG 8314: Fix smbd crash with unknown user.
1234 o   Christian Ambach <ambi@samba.org>
1235     * BUG 8231: Fix crash bug in 'net cache get'.
1236     * BUG 8244: Fix copying files larger than 2 GB to a Samba share.
1237     * BUG 8263: Fix build with --with-fake-kaserver or --with-vfs-afsacl.
1238     * BUG 8278: Fix smbd panic when CTDB is unhealthy.
1239     * BUG 8286: Fix smbd crash on premature end of smb2 conn.
1242 o   Andrew Bartlett <abartlet@samba.org>
1243     * BUG 8230: Move .nmbd socket directory to non-hidden name PREFIX/var/nmbd.
1244     * Mark 'time offset' parameter as deprecated.
1247 o   Gregor Beck <gbeck@sernet.de>
1248     * BUG 8193: Add new command 'enumerate_recursive'.
1249     * BUG 8253: Fix Winbind panic if verify_idpool() fails.
1252 o   Kai Blin <kai@samba.org>
1253     * BUG 8289: Fix possible XSS attack (CVE-2011-2694).
1254     * BUG 8290: Fix Cross-Site Request Forgery in SWAT (CVE-2011-2522).
1257 o   Günther Deschner <gd@samba.org>
1258     * BUG 7888: Deal with buggy 3.0 based PDCs.
1259     * BUG 8214: Fix smbd crash on printer driver upgrade.
1260     * BUG 8235: Fix smbd crash on startup caused by migrate_printer().
1263 o   Björn Jacke <bj@sernet.de>
1264     * BUG 8262: Fix build of vfs_commit.
1267 o   Günter Kukkukk <linux@kukkukk.com>
1268     * BUG 8305: Fix segfault in nmbd when using 'smbtree ...'..
1271 o   Volker Lendecke <vl@samba.org>
1272     * BUG 7841: Explicitly pass domain_sid to wbint_LookupRids().
1273     * BUG 8102: Do not allow to change file ACLs from normal domusers.
1274     * BUG 8247: Fix Coverity ID 2582: FORWARD_NULL.
1277 o   Herb Lewis <hlewis@panasas.com>
1278     * BUG 8216: Make Winbind returning correct results with 'sids2xids'.
1281 o   Stefan Metzmacher <metze@samba.org>
1282     * BUG 8102: Do not allow to change file ACLs from normal domusers.
1283     * BUG 8195: Make rpc client code working against NT4 servers.
1284     * BUG 8224: Fix the build on FreeBSD.
1285     * BUG 8226: Use c99 initializers which are supported by old gcc 2.95
1286       compilers.
1287     * BUG 8260: Fix DCERPC responses with fragments larger than 1024 bytes.
1288     * BUG 8264: Fix Valgrind bugs in svcctl.
1289     * BUG 8276: Close all sockets attached to a subnet in close_subnet().
1290     * BUG 8292: Fix a major architectural flaw in the SMB2 server code.
1293 o   Andreas Schneider <asn@samba.org>
1294     * BUG 8215: Fix Winbind unix username lookup.
1295     * BUG 8240: Fix Valgrind warnings in winreg/spoolss code.
1298 Changee since 3.6.0rc1
1299 ----------------------
1301 o   Michael Adam <obnox@samba.org>
1302     * BUG 8200: Add support for multiple writeable ldap idmap domains.
1305 o   Jeremy Allison <jra@samba.org>
1306     * BUG 6911: Fix Kerberos authentication from Vista to Samba.
1307     * BUG 7054: Fix X account flag when "pwdlastset" is "0".
1308     * BUG 8133: Fix strange behavior for the file (whose filename first
1309       character is period ) in SMB2 case.
1310     * BUG 8144: Fix setting timestamp when touching files with CIFS clients.
1311     * BUG 8150: Ban "dos charset = utf8".
1312     * BUG 8153: Fix setting up getaddrinfo on IPv6-only machines.
1313     * BUG 8156: Fix 'net ads join' using the user's Kerberos ticket.
1314     * BUG 8157: Fix parsing a cups printcap file.
1315     * BUG 8163: Fix our asn.1 parser to handle negative numbers.
1316     * BUG 8175: Fix smbd deadlock.
1317     * BUG 8191: Split the ACE flag mapping between nfs4 and Windows into two
1318       separate functions.
1319     * BUG 8197: Winbind does not properly detect when a DC connection is dead.
1320     * BUG 8203: Winbind needs to reset the DC connection if an RPC times out.
1323 o   Christian Ambach <ambi@samba.org>
1324     * BUG 8152: Fix smbd crash in release_ip().
1327 o   Andrew Bartlett <abartlet@samba.org>
1328     * BUG 8151: Deprecate security parameters.
1331 o   Gregor Beck <gbeck@sernet.de>
1332     * BUG 8191: nfs4_acls: Pass ACE_FLAG_INHERITED_ACE up to the client/down
1333       from the client.
1334     * BUG 8192: Fix parsing of multiple flags in 'smbcacls'.
1337 o   Sumit Bose <sbose@redhat.com>
1338     * BUG 8142: Fix typos in LDAP schema files.
1341 o   Holger Hetterich <hhetter@novell.com>
1342     * BUG 8148: Default to protocol version 2 for SMB Traffic Analyzer.
1343     * BUG 8154: Actually make use of SMBTA subversion numbers.
1346 o   Björn Jacke <bj@sernet.de>
1347     * BUG 7998: Remove warning if IOV_MAX is not defined.
1350 o   Jim McDonough <jmcd@samba.org>
1351     * BUG 8166: Don't lockout users when offline.
1354 o   Stefan Metzmacher <metze@samba.org>
1355     * BUG 8140: talloc: Fix Valgrind false positives and other backports.
1356     * BUG 8141: Fix wrong permissions on lp_ncalrpc_dir().
1359 o   Andreas Schneider <asn@samba.org>
1360     * BUG 8155: Fix registering only named pipes on EPM for a service.
1363 o   Volker Lendecke <vl@samba.org>
1364     * BUG 8159: Fix memory corruption in fetching cli->server_domain from the
1365       server.
1366     * BUG 8185: "security=server" does not obey guest login field.
1367     * BUG 8189: Support shadow copy display over SMB2.
1368     * BUG 8199: Fix potential crash in smbd handling smb2.
1371 o   Samuel Thibault <sthibault@debian.org>
1372     * BUG 7998: Fix build on Hurd.
1375 Changes since 3.6.0pre3
1376 -----------------------
1378 o   Jeremy Allison <jra@samba.org>
1379     * BUG 8111: CIFS VFS: Fix unexpected error on SMB posix open.
1380     * BUG 8112: POSIX extension opens of a directory are denied with EISDIR.
1381     * Remove fstrings from client struct.
1382     * BUGFIX when converting from safe_strcpy to strlcpy.
1383     * Fix off-by-one calculations with strlcpy.
1384     * Ensure we always write the correct incoming mid into the share mode table
1385       entries.
1386     * Fix the SMB2 oplock showstopper.
1389 o   Christian Ambach <christian.ambach@de.ibm.com>
1390     * Convert user-specified domain to uppercase in libsmb.
1393 o   Günther Deschner <gd@samba.org>
1394     * BUG 8132: Fix filling printers location field when using cups.
1395     * Fix Coverity CID #2302: FORWARD_NULL.
1396     * Fix cups_pull_comment_location().
1397     * Fix double free of cups request.
1398     * Make cups_pull_comment_location() work again.
1399     * Fix potential crash bug in display_print_driver3().
1402 o   Volker Lendecke <vl@samba.org>
1403     * Properly clean up in pthreadpool_init in case of failure.
1404     * Make plaintext session setup async.
1405     * Reduce fd load in Winbind children.
1406     * Avoid a potential 100% CPU loop in Winbind.
1407     * Tune broadcast namequeries for unique names.
1408     * Properly deal with exited winbind children.
1409     * Fix dup_smb2_vec3.
1410     * Fix return check in nss_wins.
1413 Changes since 3.6.0pre2
1414 -----------------------
1416 o   Michael Adam <obnox@samba.org>
1417     * Fix build of tdb2.
1420 o   Jeremy Allison <jra@samba.org>
1421     * BUG 8083: "inherit owner = yes" doesn't interact correctly with
1422       vfs_acl_xattr or vfs_acl_tdb module.
1423     * BUG 8088: rpccli_samr_chng_pswd_auth_crap segfaults if any input blobs
1424       are null.
1425     * Correctly detect and deny symlinks anywhere in a path (not just the last
1426       component) if "follow symlinks = no".
1429 o   Günther Deschner <gd@samba.org>
1430     * BUG 8106: Fix the build of 'smbget' on HP NonStop.
1431     * Fix timeout in rpc_pipe_open_tcp_port().
1432     * Fix the build of "--with-profiling-data".
1433     * Fix the AIX 5.3 build.
1436 o   Sergey Korsak <skif@1plus1.net>
1437     * BUG #8099: setpwent() actually does endpwent() and vice versa on FreeBSD.
1440 o   Volker Lendecke <vl@samba.org>
1441     * BUG 8066: Fix wrong output in 'smbget'.
1442     * Fix Coverity IDs 986, 1340, 2047, 2299, 2307, 2325, 2335, 2336, 2470,
1443       2471, 2478.
1444     * nsswitch: Add 'wbinfo --lookup-sids'.
1445     * nsswitch: Add 'wbinfo --sids-to-unix-ids'.
1446     * Fix smbd with the async echo responder.
1447     * Fix the build of vfs_gpfs.c.
1448     * Add a 10-second timeout for the 445 or netbios connection to a DC.
1449     * Many pthreadpool fixes.
1452 o   Stefan Metzmacher <metze@samba.org>
1453     * BUG 7383: Listen on IPv6 addresses with IPV6_ONLY.
1456 o   Rusty Russell <rusty@rustcorp.com.au>
1457     * Fix transaction recovery area for converted tdbs.
1461 Changes since 3.6.0pre1
1462 -----------------------
1464 o   Michael Adam <obnox@samba.org>
1465     * ID Mapping changes.
1466     * Add "--option" to 'testparm'.
1469 o   Jeremy Allison <jra@samba.org>
1470     * BUG 7080: Quota only shown when logged as root.
1471     * BUG 7863: Unlink may unlink wrong file when hardlinks are involved.
1472     * BUG 7996: Sgid bit lost on folder rename.
1473     * BUG 8040: Fix smbclient segfault with Cyrillic netbios names.
1474     * Fix crash bug on smbd shutdown when using FOPENDIR().
1475     * Ensure we don't return an incorrect access mask.
1476     * Fix bug against the new Mac client.
1477     * Fix leak in error path.
1478     * Fix error where Windows client spoolss returns WERR_INVALID_DATA.
1481 o   Christian Ambach <christian.ambach@de.ibm.com>
1482     * Fix a segfault in the krb5 locator plugin.
1483     * Enable sharesec for registry shares.
1486 o   Andrew Bartlett <abartlet@samba.org>
1487     * Fix memory leak in "security=share" and "force user".
1490 o   Björn Baumbach <bb@sernet.de>
1491     * BUG 7875: Fix 'nmbd --port'.
1492     * BUG 7880: cmd_spoolss_deletedriver() returned without checking all
1493       architectures.
1496 o   Gregor Beck <gbeck@sernet.de>
1497     * Add new 'net idmap check' command.
1498     * Add new 'net idmap delete' command.
1499     * Fix segfault on missing input file in 'net idmap restore'.
1502 o   Olly Betts <olly@survex.com>
1503     * Fix 'net usersidlist' not to skip every other user.
1506 o   Günther Deschner <gd@samba.org>
1507     * BUG 7690: Retry DNS updates when connection to one nameserver has failed.
1508     * BUG 7945: Let winbind try to use samlogon validation level 6.
1509     * Fix Coverity ID 2041.
1510     * Fix potential crash bug in spoolss_PrinterEnumValues push path.
1511     * Internal restructuring.
1512     * Don't wipe out all printer drivers when only one should be deleted.
1513     * Fix winbindd_dual_pam_auth_samlogon() for NT4 domains.
1516 o   David Disseldorp <ddiss@suse.de>
1517     * BUG 7915: Fix cups pcap reload with no printers.
1518     * BUG 8040: Fix smbclient segfault with Cyrillic netbios names.
1519     * Fix memory leak in print_cups.c.
1520     * Remove duplicate cups response processing code.
1521     * Follow force user/group for driver IO.
1522     * Initiate pcap reload from parent smbd.
1523     * Reload shares after pcap cache fill.
1526 o   Björn Jacke <bj@sernet.de>
1527     * BUG 8033: Add explicit configure option whether or not to enable dmapi
1528       support.
1531 o   Volker Lendecke <vl@samba.org>
1532     * BUG 7917: Fix bug in chain_reply.
1533     * BUG 7940: Fall back for utimes calls.
1534     * BUG 8009: Fix getting username in 'net rap session'.
1535     * BUG 8010: Use jenkins hash for str_checksum.
1536     * BUG 8042: Fix file creation on OS/X.
1537     * Fix numerous Coverity IDs.
1538     * Fix a memory leak in check_sam_security_info3.
1539     * Fix a segfault in the nss wrapper when libnss_winbind.so is not loadable.
1540     * Make "net sam list [users|workstations]" list only the right things.
1541     * Fix a potential memleak in secrets_fetch_trusted_domain_password.
1542     * Use the right credentials in check_netlogond_security.
1543     * Add support for AF_NETLINK addr notifications.
1544     * Fork multiple Winbind children per domain.
1545     * Fix a deadlock between smbd and ctdbd.
1546     * Add 'wbinfo --dc-info'.
1547     * Make "nmbd socket dir" configurable.
1548     * Fix a valgrind error.
1549     * Fix a memleak in receive_getdc_response.
1552 o   Nikolay Martynov <mar.kolya@gmail.com>
1553     * BUG 8010: Fix inode generation so nautilus can count total dir size
1554       correctly.
1557 o   Stefan Metzmacher <metze@samba.org>
1558     * BUG 7567: Fix printing from Windows 7.
1559     * BUG 7899: Don't return "-1" on success in 'net rpc vampire keytab'.
1560     * BUG 7944: Catch lookup_names/sids schannel errors over ncacn_ip_tcp.
1561     * Don't grant SEC_STD_DELETE always to the owner of a file.
1562     * Fix segfaults on addrchange errors in Winbind.
1563     * Allow machine accounts as members in groupdb.
1566 o   Jonathan Nieder <jrnieder@gmail.com>
1567     * BUG 6837: Make "rlimit_max below minimum Windows limit" notification less
1568       scary.
1571 o   Andreas Schneider <asn@samba.org>
1572     * Add an Endpoint Mapper daemon.
1573     * Add IPv6 support for the endpoint mapper.
1574     * Free unused memory in the rpc server.
1575     * Fix possible segfaults in svcctl server.
1576     * Fix possible segfault with client_id in rpc server.
1577     * Add a 'svcctl shutdown' function to rpc server.
1578     * Fix a resource leak in net_afs.
1579     * Fix a resource leak in smbta-util.
1580     * Fix possible resource leak in net_usershare.
1581     * Fix possible resource leak in 'smbget'.
1582     * Fix possible resource leak in 'smbfilter'.
1583     * Fix a possible null pointer dereference in smbd.
1586 o   Pavel Shilovsky <piastry@etersoft.ru>
1587     * BUG 7928: Fix problems with "kernel oplocks" option set to "no".
1588     * Ensure we send the direct levelII oplock break to the correct fid.
1591 o   Simo Sorce <idra@samba.org>
1592     * Fix private libdir and codepages paths.
1595 o   Andrew Tridgell <tridge@samba.org>
1596     * Fix a valgrind error.
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 ======================================================================