wafsamba: remove unused variable from copy_and_fix_python_path
[Samba.git] / WHATSNEW.txt
blob963b614ea5b77820ecb1f838ce0306a0c3d6d4c0
1                    ==============================
2                    Release Notes for Samba 4.1.13
3                          October 20, 2014
4                    ==============================
7 This is the latest stable release of Samba 4.1.
10 Changes since 4.1.12:
11 ---------------------
13 o    Michael Adam <obnox@samba.org>
14      * BUG 10809: s3:smbd:open_file: Use a more natural check.
17 o   Jeremy Allison <jra@samba.org>
18     * BUG 10717: s3: winbindd: Old NT Domain code sets struct
19       winbind_domain->alt_name to be NULL. Ensure this is safe with modern
20       AD-DCs.
21     * BUG 10779: pthreadpool: Slightly serialize jobs.
22     * BUG 10809: s3: smbd: Open logic fix.
23     * BUG 10830: s3: nmbd: Ensure the main nmbd process doesn't create zombies.
24     * BUG 10831: s3: lib: Signal handling - ensure smbrun and change password
25       code save and restore existing SIGCHLD handlers.
26     * BUG 10848: s3: smb2cli: Query info return length check was reversed.
29 o   Günther Deschner <gd@samba.org>
30     * BUG 9984: s3-libnet: Make sure we do not overwrite precreated SPNs.
33 o   Björn Jacke <bj@sernet.de
34     * BUG 10814: docs: Mention incompatibility between kernel oplocks and
35       streams_xattr.
38 o   Volker Lendecke <vl@samba.org>
39     * BUG 10735: Fix unstrcpy.
40     * BUG 10797: s3: smbd: streams - Ensure share mode validation ignores
41       internal opens (op_mid == 0).
42     * BUG 10813: vfs_media_harmony: Fix a crash bug.
43     * BUG 10860: registry: Don't leave dangling transactions.
46 o   Christof Schmitt <cs@samba.org>
47     * BUG 10826: s3-winbindd: Use correct realm for trusted domains in idmap
48       child.
49     * BUG 10837: idmap_rfc2307: Fix a crash after connection problem to DC.
50     * BUG 10838: s3-winbindd: Do not use domain SID from LookupSids for
51       Sids2UnixIDs call.
54 o   Andreas Schneider <asn@samba.org>
55     * BUG 9984: s3-libnet: Add libnet_join_get_machine_spns().
56     * BUG 9985: s3-libads: Add all machine account principals to the keytab.
57     * BUG 10816: nmbd: Send waiting status to systemd.
58     * BUG 10817: libcli: Fix a segfault calling smbXcli_req_set_pending() on
59       NULL.
60     * BUG 10824: nsswitch: Skip groups we were not able to map.
63 #######################################
64 Reporting bugs & Development Discussion
65 #######################################
67 Please discuss this release on the samba-technical mailing list or by
68 joining the #samba-technical IRC channel on irc.freenode.net.
70 If you do report problems then please try to send high quality
71 feedback. If you don't provide vital information to help us track down
72 the problem then you will probably be ignored.  All bug reports should
73 be filed under the Samba 4.1 product in the project's Bugzilla
74 database (https://bugzilla.samba.org/).
77 ======================================================================
78 == Our Code, Our Bugs, Our Responsibility.
79 == The Samba Team
80 ======================================================================
83 Release notes for older releases follow:
84 ----------------------------------------
86 ======================================================================
88                    ==============================
89                    Release Notes for Samba 4.1.12
90                          September 8, 2014
91                    ==============================
94 This is the latest stable release of Samba 4.1.
96 Major enhancements in Samba 4.1.12 include:
98 o  New parameter "winbind request timeout" has been added (bug #3204). Please
99    see smb.conf man page for details.
100 o  Fix smbd crashes when filename contains non-ascii character (bug #10716).
101 o  dnsserver: Handle updates of tombstoned dnsNode objects (bug #10749).
104 Changes since 4.1.11:
105 ---------------------
107 o   Michael Adam <obnox@samba.org>
108     * BUG 10369: build: Fix configure to honour '--without-dmapi'.
109     * BUG 10737: s3:idmap: Don't log missing range config if range checking not
110       requested.
111     * BUG 10741: Fix flapping VFS gpfs offline bit.
114 o   Jeremy Allison <jra@samba.org>
115     * BUG 3204: s3: winbindd: On new client connect, prune idle or hung
116       connections older than "winbind request timeout". Add new parameter
117       "winbind request timeout".
118     * BUG 10640: lib: tevent: make TEVENT_SIG_INCREMENT atomic.
119     * BUG 10650: Make "case sensitive = True" option working with
120       "max protocol = SMB2" or higher in large directories.
121     * BUG 10716: Fix smbd crashes when filename contains non-ascii
122       character.
123     * BUG 10728: 'net time': Fix usage and core dump.
124     * BUG 10773: s3: smbd: POSIX ACLs. Remove incorrect check for
125       SECINFO_PROTECTED_DACL in incoming security_information flags in
126       posix_get_nt_acl_common().
127     * BUG 10794: vfs_dirsort: Fix an off-by-one error that can cause
128       uninitialized memory read.
131 o   Björn Baumbach <bb@sernet.de>
132     * BUG 10543: s3: Enforce a positive allocation_file_size for non-empty
133       files.
136 o   Kai Blin <kai@samba.org>
137     * BUG 10466: provision: Correctly provision the SOA record minimum TTL.
140 o   David Disseldorp <ddiss@samba.org>
141     * BUG 10652: Samba 4 consuming a lot of CPU when re-reading printcap info.
142     * BUG 10787: dosmode: Fix FSCTL_SET_SPARSE request validation.
145 o   Amitay Isaacs <amitay@gmail.com>
146     * BUG 10742: s4-rpc: dnsserver: Allow . to be specified for @ record.
149 o   Daniel Kobras <d.kobras@science-computing.de>
150     * BUG 10731: sys_poll_intr: Fix timeout arithmetic.
153 o   Ross Lagerwall <rosslagerwall@gmail.com>
154     * BUG 10778: s3:libsmb: Set a max charge for SMB2 connections.
157 o   Volker Lendecke <vl@samba.org>
158     * BUG 10716: lib: strings: Simplify strcasecmp.
159     * BUG 10758: lib: Remove unused nstrcpy.
160     * BUG 10782: smbd: Properly initialize mangle_hash.
163 o   Stefan Metzmacher <metze@samba.org>
164     * BUG 9831: s4:setup/dns_update_list: make use of the new substitution
165       variables.
166     * BUG 10723: Allow netr_ServerReqChallenge() and netr_ServerAuthenticate3()
167       on different connections.
168     * BUG 10749: s4-rpc: dnsserver: Handle updates of tombstoned dnsNode
169       objects.
170     * BUG 10751: s4-rpc: dnsserver: return DNS_RANK_NS_GLUE recors when
171       explicitly asked for.
172     * BUG 10773: libcli/security: Add better detection of
173       SECINFO_[UN]PROTECTED_[D|S]ACL in get_sec_info().
176 o   Marc Muehlfeld <mmuehlfeld@samba.org>
177     * BUG 10761: docs: Fix typos in smb.conf (inherit acls).
180 o   Shirish Pargaonkar <spargaonkar@suse.com>
181     * BUG 10755: samba: Retain case sensitivity of cifs client.
184 o   Arvid Requate <requate@univention.de>
185     * BUG 9570: passdb: Fix NT_STATUS_NO_SUCH_GROUP.
188 o   Har Gagan Sahai <SHarGagan@novell.com>
189     * BUG 10759: Fix a memory leak in cli_set_mntpoint().
192 o   Roel van Meer <roel@1afa.com>
193     * BUG 10777: Don't discard result of checking grouptype.
196 #######################################
197 Reporting bugs & Development Discussion
198 #######################################
200 Please discuss this release on the samba-technical mailing list or by
201 joining the #samba-technical IRC channel on irc.freenode.net.
203 If you do report problems then please try to send high quality
204 feedback. If you don't provide vital information to help us track down
205 the problem then you will probably be ignored.  All bug reports should
206 be filed under the Samba 4.1 product in the project's Bugzilla
207 database (https://bugzilla.samba.org/).
210 ======================================================================
211 == Our Code, Our Bugs, Our Responsibility.
212 == The Samba Team
213 ======================================================================
216 ----------------------------------------------------------------------
219                    ==============================
220                    Release Notes for Samba 4.1.11
221                            August 1, 2014
222                    ==============================
225 This is a security release in order to address
226 CVE-2014-3560 (Remote code execution in nmbd).
228 o  CVE-2014-3560:
229    Samba 4.0.0 to 4.1.10 are affected by a remote code execution attack on
230    unauthenticated nmbd NetBIOS name services.
232    A malicious browser can send packets that may overwrite the heap of
233    the target nmbd NetBIOS name services daemon. It may be possible to
234    use this to generate a remote code execution vulnerability as the
235    superuser (root).
238 Changes since 4.1.10:
239 ---------------------
241 o   Volker Lendecke <vl@samba.org>
242     * BUG 10735: CVE-2014-3560: Fix unstrcpy macro length.
245 #######################################
246 Reporting bugs & Development Discussion
247 #######################################
249 Please discuss this release on the samba-technical mailing list or by
250 joining the #samba-technical IRC channel on irc.freenode.net.
252 If you do report problems then please try to send high quality
253 feedback. If you don't provide vital information to help us track down
254 the problem then you will probably be ignored.  All bug reports should
255 be filed under the Samba 4.1 product in the project's Bugzilla
256 database (https://bugzilla.samba.org/).
259 ======================================================================
260 == Our Code, Our Bugs, Our Responsibility.
261 == The Samba Team
262 ======================================================================
265 ----------------------------------------------------------------------
268                    ==============================
269                    Release Notes for Samba 4.1.10
270                            July 28, 2014
271                    ==============================
274 This is the latest stable release of Samba 4.1.
277 Changes since 4.1.9:
278 --------------------
280 o   Michael Adam <obnox@samba.org>
281     * BUG 10693: Backport ldb-1.1.17 + changes from master.
284 o   Jeremy Allison <jra@samba.org>
285     * BUG 10587: s3: libsmbclient: Work around bugs in SLES cifsd and Apple smbx
286       SMB1 servers.
287     * BUG 10653: Samba won't start on a machine configured with only IPv4.
288     * BUG 10671: s3: smbd: Prevent file truncation on an open that fails with
289       share mode violation.
290     * BUG 10673: s3: SMB2: Fix leak of blocking lock records in the database.
291     * BUG 10684: SMB1 blocking locks can fail notification on unlock, causing
292       client timeout.
293     * BUG 10685: s3: smbd: Locking, fix off-by one calculation in
294       brl_pending_overlap().
295     * BUG 10692: wbcCredentialCache fails if challenge_blob is not first.
298 o   Christian Ambach <ambi@samba.org>
299     * BUG 10693: lib/ldb: Fix compiler warnings.
302 o   Andrew Bartlett <abartlet@samba.org>
303     * BUG 8077: dbcheck: Add check and test for various invalid userParameters
304       values.
305     * BUG 8449: Simple use case results in "no talloc stackframe around, leaking
306       memory" error.)
307     * BUG 10130: dsdb: Always store and return the userParameters as a array of
308       LE 16-bit values.
309     * BUG 10582: dsdb: Rename private_data to rootdse_private_data in rootdse.
310     * BUG 10627: rid_array used before status checked - segmentation fault due
311       to null pointer dereference.
312     * BUG 10693: ldb: make the successful ldb_transaction_start() message
313       clearer.
314     * BUG 10694: dsdb: Return NO_SUCH_OBJECT if a basedn is a deleted object.
315     * BUG 10700: Backport access check related fixes from master.
318 o   Björn Baumbach <bb@sernet.de>
319     * BUG 10674: samba-tool: Add --site parameter to provision command.
322 o   Howard Chu <hyc@symas.com>
323     * BUG 10693: Fix SEGV from improperly formed SUBSTRING/PRESENCE filter.
326 o   Jeroen Dekkers <jeroen@dekkers.ch>
327     * BUG 10693: ldb: Do not build libldb-cmdline when using system ldb.
330 o   Nadezhda Ivanova <nivanova@symas.com>
331     * BUG 10693: s4-openldap: Remove use of talloc_reference in
332       ldb_map_outbound.c
335 o   Björn Jacke <bj@sernet.de>
336     * BUG 3263: net/doc: Make clear that net vampire is for NT4 domains only.
339 o   Abhidnya Joshi <achirmul@in.ibm.com>
340     * BUG s3: Fix missing braces in nfs4_acls.c.
343 o   Volker Lendecke <vl@samba.org>
344     * BUG 10593: Fix "PANIC: assert failed at ../source3/smbd/open.c(1582): ret".
345     * BUG 10663: msg_channel: Fix a 100% CPU loop.
346     * BUG 10671: s3: smbd: Prevent file truncation on an open that fails with
347       share mode violation.
348     * BUG 10680: smbstatus: Fix an uninitialized variable.
349     * BUG 10687: 'RW2' smbtorture test fails when -N <numprocs> is set to 2 due
350       to the invalid status check in the second client.
351     * BUG 10693: ldb: Fix 1138330 Dereference null return value, fix CIDs
352       241329, 240798, 1034791, 1034792 1034910, 1034910).
353     * BUG 10699: smbd: Avoid double-free in get_print_db_byname.
356 o   Stefan Metzmacher <metze@samba.org>
357     * BUG 8077: s4:dsdb/samldb: Don't allow 'userParameters' to be modified over
358       LDAP for now.
359     * BUG 9763: s4:dsdb/repl_meta_data: Make sure objectGUID can't be deleted.
360     * BUG 10469: ldb-samba: fix a memory leak in
361       ldif_canonicalise_objectCategory().
362     * BUG 10294: s4:repl_meta_data: fix array assignment in
363       replmd_process_linked_attribute().
364     * BUG 10536: dbchecker: Verify and fix broken dn values.
365     * BUG 10692: wbcCredentialCache fails if challenge_blob is not first.
366     * BUG 10693: ldb:pyldb: Add some more helper functions for LdbDn.
367     * BUG 10694: s4:dsdb/extended_dn_in: Don't force DSDB_SEARCH_SHOW_RECYCLED.
368     * BUG 10696: Backport autobuild/selftest fixes from master.
369     * BUG 10706: s3:smb2_read: let smb2_sendfile_send_data() behave like
370       send_file_readX().
373 o   Matthieu Patou <mat@matws.net>
374     * BUG 10693: pyldb: Decrement ref counters on py_results and quiet warnings.
375     * BUG 10698: Backport drs-crackname fixes from master.
378 o   Pavel Reichl <pavel.reichl@redhat.com>
379     * BUG 10693: ldb: Use of NULL pointer bugfix.
382 o   Garming Sam <garming@catalyst.net.nz>
383     * BUG 10703: Backport provision fixes from master.
386 o   Andreas Schneider <asn@samba.org>
387     * BUG 10693: ldb: Add a env variable to disable RTLD_DEEPBIND.
390 #######################################
391 Reporting bugs & Development Discussion
392 #######################################
394 Please discuss this release on the samba-technical mailing list or by
395 joining the #samba-technical IRC channel on irc.freenode.net.
397 If you do report problems then please try to send high quality
398 feedback. If you don't provide vital information to help us track down
399 the problem then you will probably be ignored.  All bug reports should
400 be filed under the Samba 4.1 product in the project's Bugzilla
401 database (https://bugzilla.samba.org/).
404 ======================================================================
405 == Our Code, Our Bugs, Our Responsibility.
406 == The Samba Team
407 ======================================================================
410 ----------------------------------------------------------------------
413                    =============================
414                    Release Notes for Samba 4.1.9
415                            June 23, 2014
416                    =============================
419 This is a security release in order to address
420 CVE-2014-0244 (Denial of service - CPU loop) and
421 CVE-2014-3493 (Denial of service - Server crash/memory corruption).
423 o  CVE-2014-0244:
424    All current released versions of Samba are vulnerable to a denial of
425    service on the nmbd NetBIOS name services daemon. A malformed packet
426    can cause the nmbd server to loop the CPU and prevent any further
427    NetBIOS name service.
429    This flaw is not exploitable beyond causing the code to loop expending
430    CPU resources.
432 o  CVE-2014-3493:
433    All current released versions of Samba are affected by a denial of service
434    crash involving overwriting memory on an authenticated connection to the
435    smbd file server.
438 Changes since 4.1.8:
439 --------------------
441 o   Jeremy Allison <jra@samba.org>
442     * BUG 10633: CVE-2014-0244: Fix nmbd denial of service.
443     * BUG 10654: CVE-2014-3493: Fix segmentation fault in
444       smbd_marshall_dir_entry()'s SMB_FIND_FILE_UNIX handler.
447 #######################################
448 Reporting bugs & Development Discussion
449 #######################################
451 Please discuss this release on the samba-technical mailing list or by
452 joining the #samba-technical IRC channel on irc.freenode.net.
454 If you do report problems then please try to send high quality
455 feedback. If you don't provide vital information to help us track down
456 the problem then you will probably be ignored.  All bug reports should
457 be filed under the Samba 4.1 product in the project's Bugzilla
458 database (https://bugzilla.samba.org/).
461 ======================================================================
462 == Our Code, Our Bugs, Our Responsibility.
463 == The Samba Team
464 ======================================================================
467 ----------------------------------------------------------------------
470                    =============================
471                    Release Notes for Samba 4.1.8
472                            June 3, 2014
473                    =============================
476 This is the latest stable release of Samba 4.1.
478 Please note that this bug fix release also addresses two minor security issues
479 without being a dedicated security release:
481   o CVE-2014-0239: dns: Don't reply to replies (bug #10609).
482   o CVE-2014-0178: Malformed FSCTL_SRV_ENUMERATE_SNAPSHOTS response
483     (bug #10549).
485 For more details including security advisories and patches, please see
487   http://www.samba.org/samba/history/security.html
490 Changes since 4.1.7:
491 --------------------
493 o   Michael Adam <obnox@samba.org>
494     * BUG 10548: build: Fix ordering problems with lib-provided and internal
495       RPATHs.
498 o   Jeremy Allison <jra@samba.org>
499     * BUG 3124: s3: smb2: Fix 'xcopy /d' with samba shares.
500     * BUG 10544: s3: lib/util: Fix logic inside set_namearray loops.
501     * BUG 10564: Fix lock order violation and file lost.
502     * BUG 10577: Fix wildcard unlink to fail if we get an error rather than
503       trying to continue.
506 o   Andrew Bartlett <abartlet@samba.org>
507     * BUG 10569: dsdb: Do checks for invalid renames in samldb, before
508       repl_meta_data.
511 o   Björn Baumbach <bb@sernet.de>
512     * BUG 10239: s3: nmbd: Reset debug settings after reading config file.
513     * BUG 10544: s3: lib/util: set_namearray reads across end of namelist
514     * BUG 10556: lib-util: Rename memdup to smb_memdup and fix all callers.
517 o   Kai Blin <kai@samba.org>
518     * BUG 10609: CVE-2014-0239: dns: Don't reply to replies.
521 o   Alexander Bokovoy <ab@samba.org>
522     * BUG 10517: Use exit_daemon() to communicate status of startup to
523       systemd.
526 o   David Disseldorp <ddiss@samba.org>
527     * BUG 10590: byteorder: Do not assume PowerPC is big-endian.
528     * BUG 10612: printing: Fix purge of all print jobs.
531 o   Benjamin Franzke <benjaminfranzke@googlemail.com>
532     * BUG 10524: Fix adding NetApps.
535 o   Abhidnya Joshi <achirmul@in.ibm.com>
536     * BUG 10547: idmap_autorid: Fix failure in reverse lookup if ID is from
537       domain range index #0.
540 o   Stefan Metzmacher <metze@samba.org>
541     * BUG 10472: script/autobuild: Make use of
542       '--with-perl-{arch,lib}-install-dir'.
545 o   Noel Power <nopower@suse.com>
546     * BUG 10554: Fix read of deleted memory in reply_writeclose()'.
549 o   Jose A. Rivera <jarrpa@redhat.com>
550     * BUG 10151: Extra ':' in msg for Waf Cross Compile Build System with
551       Cross-answers command.
552     * BUG 10348: Fix empty body in if-statement in continue_domain_open_lookup.
555 o   Christof Schmitt <christof.schmitt@us.ibm.com>
556     * BUG 10549: CVE-2014-0178: Malformed FSCTL_SRV_ENUMERATE_SNAPSHOTS
557       response.
560 o   Andreas Schneider <asn@samba.org>
561     * BUG 10472: wafsamba: Fix the installation on FreeBSD.
564 #######################################
565 Reporting bugs & Development Discussion
566 #######################################
568 Please discuss this release on the samba-technical mailing list or by
569 joining the #samba-technical IRC channel on irc.freenode.net.
571 If you do report problems then please try to send high quality
572 feedback. If you don't provide vital information to help us track down
573 the problem then you will probably be ignored.  All bug reports should
574 be filed under the Samba 4.1 product in the project's Bugzilla
575 database (https://bugzilla.samba.org/).
578 ======================================================================
579 == Our Code, Our Bugs, Our Responsibility.
580 == The Samba Team
581 ======================================================================
584 ----------------------------------------------------------------------
587                    =============================
588                    Release Notes for Samba 4.1.7
589                            April 17, 2014
590                    =============================
593 This is the latest stable release of Samba 4.1.
596 Changes since 4.1.6:
597 --------------------
599 o   Jeremy Allison <jra@samba.org>
600     * BUG 9878: Make "force user" work as expected.
601     * BUG 9942: Fix problem with server taking too long to respond to a
602       MSG_PRINTER_DRVUPGRADE message.
603     * BUG 9993: s3-printing: Fix obvious memory leak in
604       printer_list_get_printer().
605     * BUG 10344: SessionLogoff on a signed connection with an outstanding notify
606       request crashes smbd.
607     * BUG 10431: Fix STATUS_NO_MEMORY response from Query File Posix Lock request.
608     * BUG 10508: smbd: Correctly add remote users into local groups.
609     * BUG 10534: Cleanup messages.tdb record after unclean smbd shutdown.
612 o   Christian Ambach <ambi@samba.org>
613     * BUG 9911: Fix build on AIX with IBM XL C/C++ (gettext detection issues).
614     * BUG 10308: Fix String Conversion Errors with Samba 4.1.0 Build on AIX 7.1.
617 o   Gregor Beck <gbeck@sernet.de>
618     * BUG 10230: Make (lib)smbclient work with NetApp.
619     * BUG 10458: Fix 'wbinfo -i' with one-way trust.
620     * s3:rpc_server: Minor refactoring of process_request_pdu().
623 o   Kai Blin <kai@samba.org>
624     * BUG 10471: Don't respond with NXDOMAIN to records that exist with another
625       type.
628 o   Alexander Bokovoy <ab@samba.org>
629     * BUG 10504: lsa.idl: Define lsa.ForestTrustCollisionInfo and
630       ForestTrustCollisionRecord as public structs.
633 o   Günther Deschner <gd@samba.org>
634     * BUG 10439: Increase max netbios name components.
637 o   David Disseldorp <ddiss@samba.org>
638     * BUG 10188: doc: Add "spoolss: architecture" parameter usage.
639     * BUG 10484: Initial FSRVP rpcclient requests fail with
640       NT_STATUS_PIPE_NOT_AVAILABLE.
641     * BUG 10521: rpcclient FSRVP request UNCs should include a trailing
642       backslash.
645 o   Daniel Liberman <danielvl@gmail.com>
646     * BUG 10387: 'net ads search' on high latency networks can return a partial
647       list with no error indication.
650 o   Stefan Metzmacher <metze@samba.org>
651     * BUG 10200: Make 'smbclient' support DFS shares with SMB2/3.
652     * BUG 10344: SessionLogoff on a signed connection with an outstanding notify
653       request crashes smbd.
654     * BUG 10422: max xmit > 64kb leads to segmentation fault.
655     * BUG 10444: smbd_server_connection_terminate("CTDB_SRVID_RELEASE_IP")
656       panics from within ctdbd_migrate() with invalid lock_order.
657     * BUG 10464: samba4 services not binding on IPv6 addresses causing
658       connection delays.
661 o   Garming Sam <garming@catalyst.net.nz>
662     * BUG 10378: dfs: Always call create_conn_struct with root privileges.
665 o   Andreas Schneider <asn@cryptomilk.org>
666     * BUG 10467: s3-vfs: Fix stream_depot vfs module on btrfs.
667     * BUG 10472: pidl: waf should have an option for the dir to install perl
668       files and do not glob.
669     * BUG 10474: s3-spoolssd: Don't register spoolssd if epmd is not running.
670     * BUG 10481: s3-rpc_server: Fix handling of fragmented rpc requests.
673 o   Gustavo Zacarias <gustavo@zacarias.com.ar>
674     * BUG 10506: Make 'smbreadline' build with readline 6.3.
677 #######################################
678 Reporting bugs & Development Discussion
679 #######################################
681 Please discuss this release on the samba-technical mailing list or by
682 joining the #samba-technical IRC channel on irc.freenode.net.
684 If you do report problems then please try to send high quality
685 feedback. If you don't provide vital information to help us track down
686 the problem then you will probably be ignored.  All bug reports should
687 be filed under the Samba 4.1 product in the project's Bugzilla
688 database (https://bugzilla.samba.org/).
691 ======================================================================
692 == Our Code, Our Bugs, Our Responsibility.
693 == The Samba Team
694 ======================================================================
697 ----------------------------------------------------------------------
700                    =============================
701                    Release Notes for Samba 4.1.6
702                            March 11, 2014
703                    =============================
706 This is a security release in order to address
707 CVE-2013-4496 (Password lockout not enforced for SAMR password changes) and
708 CVE-2013-6442 (smbcacls can remove a file or directory ACL by mistake).
710 o  CVE-2013-4496:
711    Samba versions 3.4.0 and above allow the administrator to implement
712    locking out Samba accounts after a number of bad password attempts.
714    However, all released versions of Samba did not implement this check for
715    password changes, such as are available over multiple SAMR and RAP
716    interfaces, allowing password guessing attacks.
718 o  CVE-2013-6442:
719    Samba versions 4.0.0 and above have a flaw in the smbcacls command. If
720    smbcacls is used with the "-C|--chown name" or "-G|--chgrp name"
721    command options it will remove the existing ACL on the object being
722    modified, leaving the file or directory unprotected.
725 Changes since 4.1.5:
726 --------------------
728 o   Jeremy Allison <jra@samba.org>
729     * BUG 10327: CVE-2013-6442: ensure we don't lose an existing ACL when
730       setting owner or group owner.
733 o   Andrew Bartlett <abartlet@samba.org>
734     * BUG 10245: CVE-2013-4496: Enforce password lockout for SAMR password
735       changes.
738 o   Stefan Metzmacher <metze@samba.org>
739     * BUG 10245: CVE-2013-4496: Enforce password lockout for SAMR password
740       changes.
743 #######################################
744 Reporting bugs & Development Discussion
745 #######################################
747 Please discuss this release on the samba-technical mailing list or by
748 joining the #samba-technical IRC channel on irc.freenode.net.
750 If you do report problems then please try to send high quality
751 feedback. If you don't provide vital information to help us track down
752 the problem then you will probably be ignored.  All bug reports should
753 be filed under the Samba 4.1 product in the project's Bugzilla
754 database (https://bugzilla.samba.org/).
757 ======================================================================
758 == Our Code, Our Bugs, Our Responsibility.
759 == The Samba Team
760 ======================================================================
763 ----------------------------------------------------------------------
766                    =============================
767                    Release Notes for Samba 4.1.5
768                          February 21, 2014
769                    =============================
772 This is the latest stable release of Samba 4.1.
774 Major enhancements in Samba 4.1.5 include:
776 o  Fix 100% CPU utilization in winbindd when trying to free memory in
777    winbindd_reinit_after_fork (bug #10358).
778 o  smbd: Fix memory overwrites (bug #10415).
781 Changes since 4.1.4:
782 --------------------
784 o   Michael Adam <obnox@samba.org>
785     * BUG 10259: Make shadow_copy2 module working with Windows 7.
788 o   Jeremy Allison <jra@samba.org>
789     * BUG 2662: Make revamped directory handling code 64bit clean.
790     * BUG 10320: s3: smbpasswd: Fix crashes on invalid input.
791     * BUG 10358: Fix 100% CPU utilization in winbindd when trying to free
792       memory in winbindd_reinit_after_fork.
793     * BUG 10406: s3: vfs_dirsort module: Allow dirsort to work when multiple
794       simultaneous directories are open.
795     * BUG 10429: s3: modules: streaminfo: As we have no VFS function
796       SMB_VFS_LLISTXATTR we can't cope with a symlink when lp_posix_pathnames()
797       is true.
800 o   Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
801     * BUG 10087: ntlm_auth sometimes returns the wrong username to
802       mod_ntlm_auth_winbind.
805 o   Andrew Bartlett <abartlet@samba.org>
806     * BUG 10418: Fix INTERNAL ERROR: Signal 11 in the kdc pid.
809 o   Jeffrey Clark <dude@zaplabs.com>
810     * BUG 10418: Add support for Heimdal's unified krb5 and hdb plugin system.
813 o   Niels de Vos <ndevos@redhat.com>
814     * BUG 10384: vfs/glusterfs: In case atime is not passed, set it to the
815       current atime.
818 o   David Disseldorp <ddiss@samba.org>
819     * BUG 10424: vfs_btrfs: Fix incorrect zero length server-side copy request
820       handling.
823 o   Volker Lendecke <vl@samba.org>
824     * BUG 2191: s3-winbind: Improve performance of wb_fill_pwent_sid2uid_done().
825     * BUG 10415: smbd: Fix memory overwrites.
826     * BUG 10436: smbd: Fix an ancient oplock bug.
829 o   Stefan Metzmacher <metze@samba.org>
830     * BUG 10442: Fix crash bug in smb2_notify code.
833 o   Andreas Schneider <asn@samba.org>
834     * BUG 10367: Fix several memory leaks.
837 o   Jelmer Vernooij <jelmer@samba.org>
838     * BUG 10418: Cope with first element in hdb_method having a different name
839       in different heimdal versions.
842 #######################################
843 Reporting bugs & Development Discussion
844 #######################################
846 Please discuss this release on the samba-technical mailing list or by
847 joining the #samba-technical IRC channel on irc.freenode.net.
849 If you do report problems then please try to send high quality
850 feedback. If you don't provide vital information to help us track down
851 the problem then you will probably be ignored.  All bug reports should
852 be filed under the Samba 4.1 product in the project's Bugzilla
853 database (https://bugzilla.samba.org/).
856 ======================================================================
857 == Our Code, Our Bugs, Our Responsibility.
858 == The Samba Team
859 ======================================================================
862 ----------------------------------------------------------------------
865                    =============================
866                    Release Notes for Samba 4.1.4
867                          January 10, 2014
868                    =============================
871 This is the latest stable release of Samba 4.1.
873 Major enhancements in Samba 4.1.4 include:
875 o  Fix segfault in smbd (bug #10284).
876 o  Fix SMB2 server panic when a smb2 brlock times out (bug #10311).
879 Changes since 4.1.3:
880 --------------------
882 o   Jeremy Allison <jra@samba.org>
883     * BUG 9870: smbd: Allow updates on directory write times on open handles.
884     * BUG 10260: smbclient shows no error if deleting a directory with del
885       failed.
886     * BUG 10297: smbd: Fix writing to a directory with -wx permissions
887       on a share.
888     * BUG 10305: ldb: bad if test in ldb_comparison_fold().
891 o   Christian Ambach <ambi@samba.org>
892     * BUG 10276: Fix waf build error on AIX with IBM XL C/C++.
893     * BUG 10280: s3:winbindd fix use of uninitialized variables.
896 o   Michele Baldessari <michele@acksyn.org>
897     * BUG 10281: Fix typos in man pages.
900 o   Jan Brummer <jan.brummer@tabos.org>
901     * BUG 10285: s3-winbindd: Fix DEBUG statement in winbind_msg_offline().
904 o   Günther Deschner <gd@samba.org>
905     * BUG 10262: s3-libnetjoin: Use upper-case realm when composing default
906       upn.
907     * BUG 10281: Fix numerous typos in man pages.
910 o   David Disseldorp <ddiss@samba.org>
911     * BUG 10271: Send correct job-ID in print job notifications.
914 o   Poornima Gurusiddaiah <pgurusid@redhat.com>
915     * BUG 10337: vfs_glusterfs: Enable per client log file.
918 o   Volker Lendecke <vl@samba.org>
919     * BUG 10250: smbd: Fix a talloc hierarchy problem in msg_channel.
920     * BUG 10284: smbd: Fix segfaults.
921     * BUG 10297: smbd: Fix writing to a directory with -wx permissions
922       on a share.
923     * BUG 10311: Fix SMB2 server panic when a smb2 brlock times out.
926 o   Stefan Metzmacher <metze@samba.org>
927     * BUG 10298: Reduce smb2_server processing overhead.
930 o   Arvid Requate <requate@univention.de>
931     * BUG 10267: Fix printing via local printer drivers with Windows 8.
934 o   Christof Schmitt <cs@samba.org>
935     * BUG 10310: Fix AIO with SMB2 and locks.
938 o   Andreas Schneider <asn@samba.org>
939     * BUG 2191: Fix %G/%g substitution in 'template homedir'.
940     * BUG 10274: Fix several issues and warnings from analyzer tools.
941     * BUG 10286: s3-lib: Fix %G substitution for domain users in smbd.
944 #######################################
945 Reporting bugs & Development Discussion
946 #######################################
948 Please discuss this release on the samba-technical mailing list or by
949 joining the #samba-technical IRC channel on irc.freenode.net.
951 If you do report problems then please try to send high quality
952 feedback. If you don't provide vital information to help us track down
953 the problem then you will probably be ignored.  All bug reports should
954 be filed under the Samba 4.1 product in the project's Bugzilla
955 database (https://bugzilla.samba.org/).
958 ======================================================================
959 == Our Code, Our Bugs, Our Responsibility.
960 == The Samba Team
961 ======================================================================
964 ----------------------------------------------------------------------
967                    =============================
968                    Release Notes for Samba 4.1.3
969                          December 9, 2013
970                    =============================
973 This is a security release in order to address
974 CVE-2013-4408 (DCE-RPC fragment length field is incorrectly checked) and
975 CVE-2012-6150 (pam_winbind login without require_membership_of restrictions).
977 o  CVE-2013-4408:
978    Samba versions 3.4.0 and above (versions 3.4.0 - 3.4.17, 3.5.0 -
979    3.5.22, 3.6.0 - 3.6.21, 4.0.0 - 4.0.12 and including 4.1.2) are
980    vulnerable to buffer overrun exploits in the client processing of
981    DCE-RPC packets. This is due to incorrect checking of the DCE-RPC
982    fragment length in the client code.
984    This is a critical vulnerability as the DCE-RPC client code is part of
985    the winbindd authentication and identity mapping daemon, which is
986    commonly configured as part of many server installations (when joined
987    to an Active Directory Domain). A malicious Active Directory Domain
988    Controller or man-in-the-middle attacker impersonating an Active
989    Directory Domain Controller could achieve root-level access by
990    compromising the winbindd process.
992    Samba server versions 3.4.0 - 3.4.17 and versions 3.5.0 - 3.5.22 are
993    also vulnerable to a denial of service attack (server crash) due to a
994    similar error in the server code of those versions.
996    Samba server versions 3.6.0 and above (including all 3.6.x versions,
997    all 4.0.x versions and 4.1.x) are not vulnerable to this problem.
999    In addition range checks were missing on arguments returned from calls
1000    to the DCE-RPC functions LookupSids (lsa and samr), LookupNames (lsa and samr)
1001    and LookupRids (samr) which could also cause similar problems.
1003    As this was found during an internal audit of the Samba code there are
1004    no currently known exploits for this problem (as of December 9th 2013).
1006 o  CVE-2012-6150:
1007    Winbind allows for the further restriction of authenticated PAM logins using
1008    the require_membership_of parameter. System administrators may specify a list
1009    of SIDs or groups for which an authenticated user must be a member of. If an
1010    authenticated user does not belong to any of the entries, then login should
1011    fail. Invalid group name entries are ignored.
1013    Samba versions 3.3.10, 3.4.3, 3.5.0 and later incorrectly allow login from
1014    authenticated users if the require_membership_of parameter specifies only
1015    invalid group names.
1017    This is a vulnerability with low impact. All require_membership_of group
1018    names must be invalid for this bug to be encountered.
1021 Changes since 4.1.2:
1022 --------------------
1024 o   Jeremy Allison <jra@samba.org>
1025     * BUG 10185: CVE-2013-4408: Correctly check DCE-RPC fragment length field.
1028 o   Stefan Metzmacher <metze@samba.org>
1029     * BUG 10185: CVE-2013-4408: Correctly check DCE-RPC fragment length field.
1032 o   Noel Power <noel.power@suse.com>
1033     * BUGs 10300, 10306: CVE-2012-6150: Fail authentication if user isn't
1034       member of *any* require_membership_of specified groups.
1037 #######################################
1038 Reporting bugs & Development Discussion
1039 #######################################
1041 Please discuss this release on the samba-technical mailing list or by
1042 joining the #samba-technical IRC channel on irc.freenode.net.
1044 If you do report problems then please try to send high quality
1045 feedback. If you don't provide vital information to help us track down
1046 the problem then you will probably be ignored.  All bug reports should
1047 be filed under the Samba 4.1 product in the project's Bugzilla
1048 database (https://bugzilla.samba.org/).
1051 ======================================================================
1052 == Our Code, Our Bugs, Our Responsibility.
1053 == The Samba Team
1054 ======================================================================
1057 ----------------------------------------------------------------------
1060                    =============================
1061                    Release Notes for Samba 4.1.2
1062                          November 22, 2013
1063                    =============================
1066 This is is the latest stable release of Samba 4.1.
1069 Changes since 4.1.1:
1070 --------------------
1072 o   Jeremy Allison <jra@samba.org>
1073     * BUG 10187: Missing talloc_free can leak stackframe in error path.
1074     * BUG 10196: RW Deny for a specific user is not overriding RW Allow for a
1075       group.
1078 o   Anand Avati <avati@redhat.com>
1079     * BUG 10224: vfs_glusterfs: Implement proper mashalling/unmarshalling of
1080       ACLs.
1083 o   Andrew Bartlett <abartlet@samba.org>
1084     * BUG 10052: dfs_server: Use dsdb_search_one to catch 0 results as well as
1085       NO_SUCH_OBJECT errors.
1088 o   Samuel Cabrero <scabrero@zentyal.com>
1089     * BUG 9091: s4-dns: dlz_bind9: Create dns-HOSTNAME account disabled.
1092 o   Günther Deschner <gd@samba.org>
1093     * BUG 10264: s3-winbindd: Fix cache_traverse_validate_fn failure for
1094       NDR cache entries.
1097 o   Christopher R. Hertel <crh@redhat.com>
1098     * BUG 10224: vfs_glusterfs: Fix excessive debug output from
1099       vfs_gluster_open().
1102 o   Björn Jacke <bj@sernet.de>
1103     * BUG 10247: xattr: Fix listing EAs on *BSD for non-root users.
1106 o   Volker Lendecke <vl@samba.org>
1107     * BUG 10190: Fix memset used with constant zero length parameter.
1108     * BUG 10195: nsswitch: Fix short writes in winbind_write_sock.
1111 o   Stefan Metzmacher <metze@samba.org>
1112     * BUG 10193: s4:dsdb/rootdse: report 'dnsHostName' instead of 'dNSHostName'.
1113     * BUG 10232: libcli/smb: Fix smb2cli_ioctl*() against Windows 2008.
1116 o   Susant Kumar Palai <spalai@redhat.com>
1117     * BUG 10224: VFS plugin was sending the actual size of the volume instead of
1118       the total number of block units because of which windows was getting the
1119       wrong volume capacity.
1122 o   Andreas Schneider <asn@samba.org>
1123     * BUG 10194: Make offline logon cache updating for cross child domain group
1124       membership.
1125     * BUG 10269: util: Remove 32bit macros breaking strict aliasing.
1126     * BUG 10253: Fix the build of vfs_glusterfs.
1129 #######################################
1130 Reporting bugs & Development Discussion
1131 #######################################
1133 Please discuss this release on the samba-technical mailing list or by
1134 joining the #samba-technical IRC channel on irc.freenode.net.
1136 If you do report problems then please try to send high quality
1137 feedback. If you don't provide vital information to help us track down
1138 the problem then you will probably be ignored.  All bug reports should
1139 be filed under the Samba 4.1 product in the project's Bugzilla
1140 database (https://bugzilla.samba.org/).
1143 ======================================================================
1144 == Our Code, Our Bugs, Our Responsibility.
1145 == The Samba Team
1146 ======================================================================
1149 ----------------------------------------------------------------------
1152                    =============================
1153                    Release Notes for Samba 4.1.1
1154                          November 11, 2013
1155                    =============================
1158 This is a security release in order to address
1159 CVE-2013-4475 (ACLs are not checked on opening an alternate
1160 data stream on a file or directory) and
1161 CVE-2013-4476 (Private key in key.pem world readable).
1163 o  CVE-2013-4475:
1164    Samba versions 3.2.0 and above (all versions of 3.2.x, 3.3.x,
1165    3.4.x, 3.5.x, 3.6.x, 4.0.x and 4.1.x) do not check the underlying
1166    file or directory ACL when opening an alternate data stream.
1168    According to the SMB1 and SMB2+ protocols the ACL on an underlying
1169    file or directory should control what access is allowed to alternate
1170    data streams that are associated with the file or directory.
1172    By default no version of Samba supports alternate data streams
1173    on files or directories.
1175    Samba can be configured to support alternate data streams by loading
1176    either one of two virtual file system modues (VFS) vfs_streams_depot or
1177    vfs_streams_xattr supplied with Samba, so this bug only affects Samba
1178    servers configured this way.
1180    To determine if your server is vulnerable, check for the strings
1181    "streams_depot" or "streams_xattr" inside your smb.conf configuration
1182    file.
1184 o  CVE-2013-4476:
1185    In setups which provide ldap(s) and/or https services, the private
1186    key for SSL/TLS encryption might be world readable. This typically
1187    happens in active directory domain controller setups.
1190 Changes since 4.1.0:
1191 --------------------
1193 o   Jeremy Allison <jra@samba.org>
1194     * BUGs 10234 + 10229: CVE-2013-4475: Fix access check verification on stream
1195       files.
1198 o   Björn Baumbach <bb@sernet.de>
1199     * BUG 10234: CVE-2013-4476: Private key in key.pem world readable.
1202 #######################################
1203 Reporting bugs & Development Discussion
1204 #######################################
1206 Please discuss this release on the samba-technical mailing list or by
1207 joining the #samba-technical IRC channel on irc.freenode.net.
1209 If you do report problems then please try to send high quality
1210 feedback. If you don't provide vital information to help us track down
1211 the problem then you will probably be ignored.  All bug reports should
1212 be filed under the Samba 4.1 product in the project's Bugzilla
1213 database (https://bugzilla.samba.org/).
1216 ======================================================================
1217 == Our Code, Our Bugs, Our Responsibility.
1218 == The Samba Team
1219 ======================================================================
1222 ----------------------------------------------------------------------
1225                    =============================
1226                    Release Notes for Samba 4.1.0
1227                          October 11, 2013
1228                    =============================
1231 This is is the first stable release of Samba 4.1.
1233 Samba 4.1 will be the next version of the Samba suite and includes
1234 all the technology found in both the Samba4 series and the stable 3.x
1235 series. The primary additional features over Samba 3.6 are
1236 support for the Active Directory logon protocols used by Windows 2000
1237 and above.
1239 Major enhancements in Samba 4.1.0 include:
1241 Client tools support SMB2/3
1242 ===========================
1244 Samba 4.1.0 contains the first release of our client tools
1245 and client library that work over the new protocols SMB2 or SMB3.
1246 Note that SMB3 only works either to a Samba server version 4.0.0
1247 or above, or to a Windows Server running Windows 2012 or Windows 8.
1249 The default protocol for smbclient and smbcacls is still
1250 SMB1 (the NT1 protocol dialect). An SMB2 or SMB3 connection
1251 can be selected in one of two ways. The easiest way to test
1252 the new protocol connection is to add the -mMAX_PROTOCOL
1253 command line switch to either smbclient or smbcacls.
1255 For example, to connect using SMB3 with smbclient a user
1256 would type:
1258 smbclient //server/share -Uuser%password -mSMB3
1260 Another example of connecting using SMB2 using smbcacls
1261 would be:
1263 smbcacls //server/share -Uuser%password -mSMB2 filename
1265 Note that when connecting using SMB2 or SMB3 protocols
1266 the UNIX extensions are no longer available inside the
1267 smbclient command set. This is due to UNIX extensions
1268 not yet being defined for the SMB2 or SMB3 protocols.
1270 The second way to select SMB2 or SMB3 connections is to
1271 set the "client max protocol" parameter in the [global]
1272 section of your smb.conf.
1274 Setting this parameter will cause all client connections
1275 from Samba and its client tools to offer the requested
1276 max protocol to a server on every connection request.
1278 For example, to cause all client tools (including winbindd,
1279 rpcclient, and the libsmbclient library) to attempt use SMB3
1280 by default add the line:
1282 client max protocol = SMB3
1284 to the [global] section of your smb.conf. This has not
1285 been as widely tested as the -mPROTOCOL options, but
1286 is intended to work correctly in the final release of
1287 4.1.0.
1289 Encrypted transport
1290 ===================
1292 Although Samba servers have supported encrypted transport
1293 connections using the UNIX extensions for many years,
1294 selecting SMB3 transport allows encrypted transport
1295 connections to Windows servers that support SMB3, as
1296 well as Samba servers.
1298 In order to enable this, add the "-e" option to the
1299 smbclient command line.
1301 For example, to connect to a Windows 2012 server over
1302 SMB3 and select an encrypted transport you would use
1303 the following command line:
1305 smbclient //Win2012Server/share -Uuser%password -mSMB3 -e
1308 Directory database replication (AD DC mode)
1309 ===========================================
1311 Directory replication has been reworked in order to improve the
1312 correctness and efficiency.
1313 As a net effect of it, replication with other domain controllers with
1314 a heavily modified schema is now possible (ie. Windows 2012 DCs or
1315 other Windows DC with exchange installed) and replication didn't fail
1316 anymore in such environments.
1319 Server-Side Copy Support
1320 ========================
1322 Samba 4.1.0 adds support for server-side copy operations via the SMB2
1323 FSCTL_SRV_COPYCHUNK request. Clients making use of server-side copy
1324 support, such as Windows Server 2012, should experience considerable
1325 performance improvements for file copy operations, as file data need not
1326 traverse the network.
1327 This feature is enabled by default on the smbd file server.
1330 Btrfs Filesystem Integration
1331 ============================
1333 The Btrfs VFS module provided with Samba 4.1.0 further improves the
1334 performance of server-side copy operations on shares backed by a Btrfs
1335 filesystem. It does so by allowing multiple files to share the same
1336 on-disk extents, avoiding the unnecessary duplication of source and
1337 destination file data during a server-side copy operation.
1339 This feature can be explicitly enabled on smbd shares backed by a Btrfs
1340 filesystem with the smb.conf parameter:
1341 vfs objects = btrfs
1344 REMOVED COMPONENTS
1345 ==================
1347 The Samba Web Administration Tool (SWAT) has been removed.
1348 Details why SWAT has been removed can be found on the samba-technical mailing
1349 list:
1351 https://lists.samba.org/archive/samba-technical/2013-February/090572.html
1354 ######################################################################
1355 Changes
1356 #######
1358 smb.conf changes
1359 ----------------
1361    Parameter Name                       Description     Default
1362    --------------                       -----------     -------
1364    acl allow execute always             New             False
1365    password level                       Removed
1366    set directory                        Removed
1367    use ntdb                             New             No
1370 RUNNING Samba 4.1 as an AD DC
1371 =============================
1373 A short guide to setting up Samba as an AD DC can be found on the wiki:
1375   https://wiki.samba.org/index.php/Samba_AD_DC_HOWTO
1378 COMMIT HIGHLIGHTS
1379 =================
1381 o   Jeremy Allison <jra@samba.org>
1382     * Add SMB2 and SMB3 support for client tools and client library.
1383     * Add support for SMB3 Encrypted transport.
1386 o   David Disseldorp <ddiss@samba.org>
1387     * Add vfs_btrfs module.
1388     * Add support for server-side copy operations via the
1389       SMB2 FSCTL_SRV_COPYCHUNK request.
1392 CHANGES SINCE 4.1.0rc4
1393 ======================
1395 o   Stefan Metzmacher <metze@samba.org>
1396     * BUG 10178: Fix PAC parsing failure.
1399 o   Andreas Schneider <asn@samba.org>
1400     * BUG 10132: pam_winbindd: Support the KEYRING ccache type.
1403 CHANGES SINCE 4.1.0rc3
1404 ======================
1406 o   Michael Adam <obnox@samba.org>
1407     * BUG 10134: Add "acl allow execute always" parameter.
1410 o   Jeremy Allison <jra@samba.org>
1411     * BUG 10139: Valid utf8 filenames cause "invalid conversion error"
1412       messages.
1413     * BUG 10145: Samba SMB2 client code reads the wrong short name length in a
1414       directory listing reply.
1415     * BUG 10149: cli_smb2_get_ea_list_path() failed to close file on exit.
1416     * BUG 10150: Not all OEM servers support the ALTNAME info level.
1419 o   Andrew Bartlett <abartlet@samba.org>
1420     * BUG 8077: dsdb: Convert the full string from UTF16 to UTF8, including
1421       embedded NULLs.
1422     * BUG 9461: python-samba-tool fsmo: Do not give an error on a successful
1423       role transfer.
1424     * BUG 10157: Regression causes replication failure with Windows 2008R2 and
1425       deletes Deleted Objects.
1428 o   Günther Deschner <gd@samba.org>
1429     * BUG 10147: Better document potential implications of a globally used
1430       "valid users".
1433 o   Korobkin <korobkin+samba@gmail.com>
1434     * BUG 10118: Raise the level of a debug when unable to open a printer.
1437 o   Volker Lendecke <vl@samba.org>
1438     * BUG 10008: dbwrap_ctdb: Treat empty records as non-existing.
1439     * BUG 10138: smbd: Always clean up share modes after hard crash.
1442 o   Daniel Liberman <danielvl@gmail.com>
1443     * BUG 10162: Fix POSIX ACL mapping when setting DENY ACE's from Windows.
1446 o   Stefan Metzmacher <metze@samba.org>
1447     * BUG 10144: libcli/smb: Use SMB1 MID=0 for the initial Negprot.
1448     * BUG 10146: libcli/smb: Only check the SMB2 session setup signature if
1449       required and valid.
1452 o   Matthieu Patou <mat@matws.net>
1453     * BUG 10158: Netbios related samba process consumes 100% CPU.
1456 o   Christof Schmitt <christof.schmitt@us.ibm.com>
1457     * BUG 10137: vfs_shadow_copy2: Display previous versions correctly over
1458       SMB2.
1461 CHANGES SINCE 4.1.0rc2
1462 ======================
1464 o   Michael Adam <obnox@samba.org>
1465     * BUG 10107: Fix Winbind crashes on DC with trusted AD domains.
1468 o   Jeremy Allison <jra@samba.org>
1469     * BUG 5917: Fix working on site with Read Only Domain Controller.
1470     * BUG 9974: Add SMB2 and SMB3 support for smbclient.
1471     * BUG 10063: Fix memory leak in source3/lib/util.c:1493.
1472     * BUG 10121: Masks incorrectly applied to UNIX extension permission
1473       changes.
1476 o   Christian Ambach <ambi@samba.org>
1477     * BUG 9911: Build Samba 4.0.x on AIX with IBM XL C/C++.
1480 o   Andrew Bartlett <abartlet@samba.org>
1481     * BUG 9091: When replicating DNS for bind9_dlz we need to create the
1482       server-DNS account remotely.
1485 o   Günther Deschner <gd@samba.org>
1486     * BUG 9615: Winbind unable to retrieve user information from AD.
1487     * BUG 9899: winbind_lookup_names() fails because of
1488       NT_STATUS_CANT_ACCESS_DOMAIN_INFO.
1489     * BUG 10107: Fix Winbind crashes on DC with trusted AD domains.
1492 o   Volker Lendecke <vl@samba.org>
1493     * BUG 10086: smbd: Fix async echo handler forking.
1494     * BUG 10106: Honour output buffer length set by the client for SMB2 GetInfo
1495       requests.
1496     * BUG 10114: Handle Dropbox (write-only-directory) case correctly
1497       in pathname lookup.
1500 o   Stefan Metzmacher <metze@samba.org>
1501     * BUG 10030: ::1 added to nameserver on join.
1504 o   Rusty Russell <rusty@rustcorp.com.au>
1505     * BUG 10000: Add man pages for ntdb tools.
1508 o   Karolin Seeger <kseeger@samba.org>
1509     * BUG 7364: Add man page for vfs_syncops.
1510     * BUG 7490: Add man page for vfs_linux_xfs_sgid.
1511     * BUG 10001: Add man page for samba-regedit tool.
1512     * BUG 10076: Fix variable list in vfs_crossrename man page.
1515 o   Andreas Schneider <asn@samba.org>
1516     * BUG 10073: Fix segmentation fault in 'net ads join'.
1517     * BUG 10082: s3-winbind: Fix a segfault passing NULL to a fstring argument.
1520 o   Richard Sharpe <realrichardsharpe@gmail.com>
1521     * BUG 10097: MacOSX 10.9 will not follow path-based DFS referrals handed
1522       out by Samba.
1525 o   Ralph Wuerthner <ralph.wuerthner@de.ibm.com>
1526     * BUG 10106: Honour output buffer length set by the client for SMB2 GetInfo
1527       requests.
1530 CHANGES SINCE 4.1.0rc1
1531 ======================
1533 o   Jeremy Allison <jra@samba.org>
1534     * BUG 9992: Windows error 0x800700FE when copying files with xattr names
1535       containing ":".
1536     * BUG 10010: Missing integer wrap protection in EA list reading can cause
1537       server to loop with DOS (CVE-2013-4124).
1538     * BUG 10064: Linux kernel oplock breaks can miss signals.
1541 o   Andrew Bartlett <abartlet@samba.org>
1542     * BUG 9029: Fix replication with --domain-crictical-only to fill in
1543       backlinks.
1544     * BUG 9820: Fix crash of winbind after "ls -l
1545       /usr/local/samba/var/locks/sysvol".
1546     * BUG 10056: dsdb improvements.
1549 o   Björn Baumbach <bb@sernet.de>
1550     * BUG 10003: Fix segfault while reading incomplete session info.
1553 o   Gregor Beck <gbeck@sernet.de>
1554     * BUG 9678: Windows 8 Roaming profiles fail.
1557 o   Günther Deschner <gd@samba.org>
1558     * BUG 10043: Allow to change the default location for Kerberos credential
1559       caches.
1562 o   Volker Lendecke <vl@samba.org>
1563     * BUG 10013: Fix a 100% loop at shutdown time (smbd).
1566 o   Stefan Metzmacher <metze@samba.org>
1567     * BUG 9820: Fix crash of winbind after "ls -l
1568       /usr/local/samba/var/locks/sysvol".
1569     * BUG 10015: Fix/improve debug options.
1570     * BUG 10042: Fix crashes in socket_get_local_addr().
1571     * BUG 10056: dsdb improvements.
1574 o   Andreas Schneider <asn@samba.org>
1575     * BUG 9994: Do not delete an existing valid credential cache (s3-winbind).
1576     * BUG 10040: Rename regedit to samba-regedit.
1577     * BUG 10041: Remove obsolete swat manpage and references.
1578     * BUG 10048: nsswitch: Add OPT_KRB5CCNAME to avoid an error message.
1581 o   Alexander Werth <alexander.werth@de.ibm.com>
1582     * BUG 10045: Remove a redundant inlined substitution of ACLs.
1585 o   Ralph Wuerthner <ralphw@de.ibm.com>
1586     * BUG 10064: Linux kernel oplock breaks can miss signals.
1589 #######################################
1590 Reporting bugs & Development Discussion
1591 #######################################
1593 Please discuss this release on the samba-technical mailing list or by
1594 joining the #samba-technical IRC channel on irc.freenode.net.
1596 If you do report problems then please try to send high quality
1597 feedback. If you don't provide vital information to help us track down
1598 the problem then you will probably be ignored.  All bug reports should
1599 be filed under the Samba 4.1 product in the project's Bugzilla
1600 database (https://bugzilla.samba.org/).
1603 ======================================================================
1604 == Our Code, Our Bugs, Our Responsibility.
1605 == The Samba Team
1606 ======================================================================