s3:pysmbd: fix fd leak in py_smbd_create_file()
[Samba.git] / WHATSNEW.txt
blobc85592603712a10f0ab4d117fd0af98aba43b211
1                    ===============================
2                    Release Notes for Samba 4.12.11
3                           January 14, 2021
4                    ===============================
7 This is the latest stable release of the Samba 4.12 release series.
10 Changes since 4.12.10
11 ---------------------
13 o  Jeremy Allison <jra@samba.org>
14    * BUG 14210: libcli: smb2: Never print length if smb2_signing_key_valid()
15      fails for crypto blob.
16    * BUG 14486: s3: modules: gluster. Fix the error I made in preventing talloc
17      leaks from a function.
18    * BUG 14515: s3: smbd: Don't overwrite contents of fsp->aio_requests[0] with
19      NULL via TALLOC_FREE().
20    * BUG 14568: s3: spoolss: Make parameters in call to user_ok_token() match
21      all other uses.
22    * BUG 14590: s3: smbd: Quiet log messages from usershares for an unknown
23      share.
25 o  Dimitry Andric <dimitry@andric.com>
26    * BUG 14605: lib: Avoid declaring zero-length VLAs in various messaging
27      functions.
29 o  Andrew Bartlett <abartlet@samba.org>
30    * BUG 14579: Do not create an empty DB when accessing a sam.ldb.
32 o  Ralph Boehme <slow@samba.org>
33    * BUG 14248: samba process does not honor "max log size".
34    * BUG 14587: vfs_zfsacl: add missing inherited flag on hidden "magic"
35      everyone@ ACE.
36    * BUG 14596: vfs_fruit may close wrong backend fd.
38 o  Günther Deschner <gd@samba.org>
39    * BUG 14486: s3-vfs_glusterfs: always disable write-behind translator.
41 o  Arne Kreddig <arne@kreddig.net>
42    * BUG 14606: vfs_virusfilter: Allocate separate memory for config char*.
44 o  Stefan Metzmacher <metze@samba.org>
45    * BUG 14596: vfs_fruit may close wrong backend fd.
47 o  Anoop C S <anoopcs@samba.org>
48    * BUG 14486: manpages/vfs_glusterfs: Mention silent skipping of write-behind
49      translator.
50    * BUG 14573: vfs_shadow_copy2: Preserve all open flags assuming ROFS.
52 o  Andreas Schneider <asn@samba.org>
53    * BUG 14601: s3:lib: Create the cache path of user gencache recursively.
55 o  Martin Schwenke <martin@meltin.net>
56    * BUG 14594: Be more flexible with repository names in CentOS 8 test
57      environments.
59 o  Jones Syue <jonessyue@qnap.com>
60    * BUG 14514: interface: Fix if_index is not parsed correctly.
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 and newer 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 ----------------------------------------
87                    ===============================
88                    Release Notes for Samba 4.12.10
89                           November 05, 2020
90                    ===============================
93 This is the latest stable release of the Samba 4.12 release series.
95 Major enhancements include:
97   o BUG 14537: ctdb-common: Avoid aliasing errors during code optimization.
98   o BUG 14486: vfs_glusterfs: Avoid data corruption with the write-behind
99                translator.
102 =======
103 Details
104 =======
106 The GlusterFS write-behind performance translator, when used with Samba, could
107 be a source of data corruption. The translator, while processing a write call,
108 immediately returns success but continues writing the data to the server in the
109 background. This can cause data corruption when two clients relying on Samba to
110 provide data consistency are operating on the same file.
112 The write-behind translator is enabled by default on GlusterFS.
113 The vfs_glusterfs plugin will check for the presence of the translator and
114 refuse to connect if detected. Please disable the write-behind translator for
115 the GlusterFS volume to allow the plugin to connect to the volume.
118 Changes since 4.12.9
119 --------------------
121 o  Jeremy Allison <jra@samba.org>
122    * BUG 14486: s3: modules: vfs_glusterfs: Fix leak of char
123      **lines onto mem_ctx on return.
125 o  Ralph Boehme <slow@samba.org>
126    * BUG 14471: RN: vfs_zfsacl: Only grant DELETE_CHILD if ACL tag is special.
128 o  Alexander Bokovoy <ab@samba.org>
129    * BUG 14538: smb.conf.5: Add clarification how configuration changes
130      reflected by Samba.
132 o  Günther Deschner <gd@samba.org>
133    * BUG 14486: s3-vfs_glusterfs: Refuse connection when write-behind xlator is
134      present.
135    * winexe:: Add configure option to control whether to build it
136      (default: auto).
138 o  Amitay Isaacs <amitay@gmail.com>
139    * BUG 14487: Latest version of Bind9 is now 9.20.
140    * BUG 14537: ctdb-common: Avoid aliasing errors during code optimization.
142 o  Stefan Metzmacher <metze@samba.org>
143    * BUG 14531: s4:dsdb:acl_read: Implement "List Object" mode feature.
145 o  Sachin Prabhu <sprabhu@redhat.com>
146    * BUG 14486: docs-xml/manpages: Add warning about write-behind translator for
147      vfs_glusterfs.
149 o  Khem Raj <raj.khem@gmail.com>
150    * nsswitch/nsstest.c: Avoid nss function conflicts with glibc nss.h.
152 o  Martin Schwenke <martin@meltin.net>
153    * BUG 14513: ctdb disable/enable can still fail due to race condition.
155 o  Andrew Walker <awalker@ixsystems.com>
156    * BUG 14471: RN: vfs_zfsacl: Only grant DELETE_CHILD if ACL tag is special.
159 #######################################
160 Reporting bugs & Development Discussion
161 #######################################
163 Please discuss this release on the samba-technical mailing list or by
164 joining the #samba-technical IRC channel on irc.freenode.net.
166 If you do report problems then please try to send high quality
167 feedback. If you don't provide vital information to help us track down
168 the problem then you will probably be ignored.  All bug reports should
169 be filed under the Samba 4.1 and newer product in the project's Bugzilla
170 database (https://bugzilla.samba.org/).
173 ======================================================================
174 == Our Code, Our Bugs, Our Responsibility.
175 == The Samba Team
176 ======================================================================
179 ----------------------------------------------------------------------
182                    ==============================
183                    Release Notes for Samba 4.12.9
184                           October 29, 2020
185                    ==============================
188 This is a security release in order to address the following defects:
190 o CVE-2020-14318: Missing handle permissions check in SMB1/2/3 ChangeNotify.
191 o CVE-2020-14323: Unprivileged user can crash winbind.
192 o CVE-2020-14383: An authenticated user can crash the DCE/RPC DNS with easily
193                   crafted records.
196 =======
197 Details
198 =======
200 o  CVE-2020-14318:
201    The SMB1/2/3 protocols have a concept of "ChangeNotify", where a client can
202    request file name notification on a directory handle when a condition such as
203    "new file creation" or "file size change" or "file timestamp update" occurs.
205    A missing permissions check on a directory handle requesting ChangeNotify
206    meant that a client with a directory handle open only for
207    FILE_READ_ATTRIBUTES (minimal access rights) could be used to obtain change
208    notify replies from the server. These replies contain information that should
209    not be available to directory handles open for FILE_READ_ATTRIBUTE only.
211 o  CVE-2020-14323:
212    winbind in version 3.6 and later implements a request to translate multiple
213    Windows SIDs into names in one request. This was done for performance
214    reasons: The Microsoft RPC call domain controllers offer to do this
215    translation, so it was an obvious extension to also offer this batch
216    operation on the winbind unix domain stream socket that is available to local
217    processes on the Samba server.
219    Due to improper input validation a hand-crafted packet can make winbind
220    perform a NULL pointer dereference and thus crash.
222 o  CVE-2020-14383:
223    Some DNS records (such as MX and NS records) usually contain data in the
224    additional section. Samba's dnsserver RPC pipe (which is an administrative
225    interface not used in the DNS server itself) made an error in handling the
226    case where there are no records present: instead of noticing the lack of
227    records, it dereferenced uninitialised memory, causing the RPC server to
228    crash. This RPC server, which also serves protocols other than dnsserver,
229    will be restarted after a short delay, but it is easy for an authenticated
230    non-admin attacker to crash it again as soon as it returns. The Samba DNS
231    server itself will continue to operate, but many RPC services will not.
233 For more details, please refer to the security advisories.
236 Changes since 4.12.8
237 --------------------
239 o  Jeremy Allison <jra@samba.org>
240    * BUG 14434: CVE-2020-14318: s3: smbd: Ensure change notifies can't get set
241      unless the directory handle is open for SEC_DIR_LIST.
243 o  Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
244    * BUG 12795: CVE-2020-14383: Remote crash after adding NS or MX records using
245      'samba-tool'.
246    * BUG 14472: CVE-2020-14383: Remote crash after adding MX records.
248 o  Volker Lendecke <vl@samba.org>
249    * BUG 14436: CVE-2020-14323: winbind: Fix invalid lookupsids DoS.
252 #######################################
253 Reporting bugs & Development Discussion
254 #######################################
256 Please discuss this release on the samba-technical mailing list or by
257 joining the #samba-technical IRC channel on irc.freenode.net.
259 If you do report problems then please try to send high quality
260 feedback. If you don't provide vital information to help us track down
261 the problem then you will probably be ignored.  All bug reports should
262 be filed under the Samba 4.1 and newer product in the project's Bugzilla
263 database (https://bugzilla.samba.org/).
266 ======================================================================
267 == Our Code, Our Bugs, Our Responsibility.
268 == The Samba Team
269 ======================================================================
272 ----------------------------------------------------------------------
275                    ==============================
276                    Release Notes for Samba 4.12.8
277                           October 07, 2020
278                    ==============================
281 This is the latest stable release of the Samba 4.12 release series.
284 Changes since 4.12.7
285 --------------------
287 o  Günther Deschner <gd@samba.org>
288    * BUG 14318: docs: Add missing winexe manpage.
290 o  Volker Lendecke <vl@samba.org>
291    * BUG 14465: idmap_ad does not deal properly with a RFC4511 section 4.4.1
292      response.
294 o  Laurent Menase <laurent.menase@hpe.com>
295    * BUG 14388: winbind: Fix a memleak.
297 o  Stefan Metzmacher <metze@samba.org>
298    * BUG 14465: idmap_ad does not deal properly with a RFC4511 section 4.4.1
299      response.
300    * BUG 14482: Compilation of heimdal tree fails if libbsd is not installed.
302 o  Christof Schmitt <cs@samba.org>
303    * BUG 14166: util: Allow symlinks in directory_create_or_exist.
305 o  Andreas Schneider <asn@samba.org>
306    * BUG 14399: waf: Only use gnutls_aead_cipher_encryptv2() for GnuTLS >
307      3.6.14.
308    * BUG 14467: s3:smbd: Fix %U substitutions if it contains a domain name.
310 o  Martin Schwenke <martin@meltin.net>
311    * BUG 14466: ctdb disable/enable can fail due to race condition.
314 #######################################
315 Reporting bugs & Development Discussion
316 #######################################
318 Please discuss this release on the samba-technical mailing list or by
319 joining the #samba-technical IRC channel on irc.freenode.net.
321 If you do report problems then please try to send high quality
322 feedback. If you don't provide vital information to help us track down
323 the problem then you will probably be ignored.  All bug reports should
324 be filed under the Samba 4.1 and newer product in the project's Bugzilla
325 database (https://bugzilla.samba.org/).
328 ======================================================================
329 == Our Code, Our Bugs, Our Responsibility.
330 == The Samba Team
331 ======================================================================
334 ----------------------------------------------------------------------
337                    ==============================
338                    Release Notes for Samba 4.12.7
339                          September 18, 2020
340                    ==============================
343 This is a security release in order to address the following defect:
345 o CVE-2020-1472: Unauthenticated domain takeover via netlogon ("ZeroLogon").
347 The following applies to Samba used as domain controller only (most
348 seriously the Active Directory DC, but also the classic/NT4-style DC).
350 Installations running Samba as a file server only are not directly
351 affected by this flaw, though they may need configuration changes to
352 continue to talk to domain controllers (see "file servers and domain
353 members" below).
355 The netlogon protocol contains a flaw that allows an authentication
356 bypass. This was reported and patched by Microsoft as CVE-2020-1472.
357 Since the bug is a protocol level flaw, and Samba implements the
358 protocol, Samba is also vulnerable.
360 However, since version 4.8 (released in March 2018), the default
361 behaviour of Samba has been to insist on a secure netlogon channel,
362 which is a sufficient fix against the known exploits. This default is
363 equivalent to having 'server schannel = yes' in the smb.conf.
365 Therefore versions 4.8 and above are not vulnerable unless they have
366 the smb.conf lines 'server schannel = no' or 'server schannel = auto'.
368 Samba versions 4.7 and below are vulnerable unless they have 'server
369 schannel = yes' in the smb.conf.
371 Note each domain controller needs the correct settings in its smb.conf.
373 Vendors supporting Samba 4.7 and below are advised to patch their
374 installations and packages to add this line to the [global] section if
375 their smb.conf file.
377 The 'server schannel = yes' smb.conf line is equivalent to Microsoft's
378 'FullSecureChannelProtection=1' registry key, the introduction of
379 which we understand forms the core of Microsoft's fix.
381 Some domains employ third-party software that will not work with a
382 'server schannel = yes'. For these cases patches are available that
383 allow specific machines to use insecure netlogon. For example, the
384 following smb.conf:
386    server schannel = yes
387    server require schannel:triceratops$ = no
388    server require schannel:greywacke$ = no
390 will allow only "triceratops$" and "greywacke$" to avoid schannel.
392 More details can be found here:
393 https://www.samba.org/samba/security/CVE-2020-1472.html
396 Changes since 4.12.6
397 --------------------
399 o  Jeremy Allison <jra@samba.org>
400    * BUG 14497: CVE-2020-1472(ZeroLogon): s3:rpc_server/netlogon: Protect
401      netr_ServerPasswordSet2 against unencrypted passwords.
403 o  Günther Deschner <gd@samba.org>
404    * BUG 14497: CVE-2020-1472(ZeroLogon): s3:rpc_server/netlogon: Support
405      "server require schannel:WORKSTATION$ = no" about unsecure configurations.
407 o  Gary Lockyer <gary@catalyst.net.nz>
408    * BUG 14497: CVE-2020-1472(ZeroLogon): s4 torture rpc: repeated bytes in
409      client challenge.
411 o  Stefan Metzmacher <metze@samba.org>
412    * BUG 14497: CVE-2020-1472(ZeroLogon): libcli/auth: Reject weak client
413      challenges in netlogon_creds_server_init()
414      "server require schannel:WORKSTATION$ = no".
417 #######################################
418 Reporting bugs & Development Discussion
419 #######################################
421 Please discuss this release on the samba-technical mailing list or by
422 joining the #samba-technical IRC channel on irc.freenode.net.
424 If you do report problems then please try to send high quality
425 feedback. If you don't provide vital information to help us track down
426 the problem then you will probably be ignored.  All bug reports should
427 be filed under the Samba 4.1 and newer product in the project's Bugzilla
428 database (https://bugzilla.samba.org/).
431 ======================================================================
432 == Our Code, Our Bugs, Our Responsibility.
433 == The Samba Team
434 ======================================================================
437 ----------------------------------------------------------------------
440                    ==============================
441                    Release Notes for Samba 4.12.6
442                           August 13, 2020
443                    ==============================
446 This is the latest stable release of the Samba 4.12 release series.
449 Changes since 4.12.5
450 --------------------
452 o  Jeremy Allison <jra@samba.org>
453    * BUG 14403: s3: libsmb: Fix SMB2 client rename bug to a Windows server.
455 o  Andrew Bartlett <abartlet@samba.org>
456    * BUG 14424: dsdb: Allow "password hash userPassword schemes = CryptSHA256"
457      to work on RHEL7.
458    * BUG 14450: dbcheck: Allow a dangling forward link outside our known NCs.
460 o  Ralph Boehme <slow@samba.org>
461    * BUG 14426: lib/debug: Set the correct default backend loglevel to
462      MAX_DEBUG_LEVEL.
463    * BUG 14428: PANIC: Assert failed in get_lease_type().
465 o  Bjoern Jacke <bjacke@samba.org>
466    * BUG 14422: util: Fix build on AIX by fixing the order of replace.h include.
468 o  Volker Lendecke <vl@samba.org>
469    * BUG 14355: srvsvc_NetFileEnum asserts with open files.
471 o  Stefan Metzmacher <metze@samba.org>
472    * BUG 14354: KDC breaks with DES keys still in the database and
473      msDS-SupportedEncryptionTypes 31 indicating support for it.
474    * BUG 14427: s3:smbd: Make sure vfs_ChDir() always sets
475      conn->cwd_fsp->fh->fd = AT_FDCWD.
476    * BUG 14428: PANIC: Assert failed in get_lease_type().
478 o  Andreas Schneider <asn@samba.org>
479    * BUG 14358: docs: Fix documentation for require_membership_of of
480      pam_winbind.conf.
482 o  Martin Schwenke <martin@meltin.net>
483    * BUG 14444: ctdb-scripts: Use nfsconf utility for variable values in CTDB
484      NFS scripts.
486 o  Andrew Walker <awalker@ixsystems.com>
487    * BUG 14425: s3:winbind:idmap_ad: Make failure to get attrnames for schema
488      mode fatal.
491 #######################################
492 Reporting bugs & Development Discussion
493 #######################################
495 Please discuss this release on the samba-technical mailing list or by
496 joining the #samba-technical IRC channel on irc.freenode.net.
498 If you do report problems then please try to send high quality
499 feedback. If you don't provide vital information to help us track down
500 the problem then you will probably be ignored.  All bug reports should
501 be filed under the Samba 4.1 and newer product in the project's Bugzilla
502 database (https://bugzilla.samba.org/).
505 ======================================================================
506 == Our Code, Our Bugs, Our Responsibility.
507 == The Samba Team
508 ======================================================================
511 ----------------------------------------------------------------------
514                    ==============================
515                    Release Notes for Samba 4.12.5
516                             July 02, 2020
517                    ==============================
520 This is the latest stable release of the Samba 4.12 release series.
523 Changes since 4.12.4
524 --------------------
526 o  Jeremy Allison <jra@samba.org>
527    * BUG 14301: Fix smbd panic on force-close share during async io.
528    * BUG 14374: Fix segfault when using SMBC_opendir_ctx() routine for share
529      folder that contains incorrect symbols in any file name.
530    * BUG 14391: Fix DFS links.
532 o  Andrew Bartlett <abartlet@samba.org>
533    * BUG 14310: Can't use DNS functionality after a Windows DC has been in
534      domain.
536 o  Alexander Bokovoy <ab@samba.org>
537    * BUG 14413: ldapi search to FreeIPA crashes.
539 o  Isaac Boukris <iboukris@gmail.com>
540    * BUG 14396: Add net-ads-join dnshostname=fqdn option.
541    * BUG 14406: Fix adding msDS-AdditionalDnsHostName to keytab with Windows DC.
543 o  Björn Jacke <bj@sernet.de>
544    * BUG 14386: docs-xml: Update list of posible VFS operations for
545      vfs_full_audit.
547 o  Volker Lendecke <vl@samba.org>
548    * BUG 14382: winbindd: Fix a use-after-free when winbind clients exit.
550 o  Andreas Schneider <asn@samba.org>
551    * BUG 14370: Client tools are not able to read gencache anymore.
554 #######################################
555 Reporting bugs & Development Discussion
556 #######################################
558 Please discuss this release on the samba-technical mailing list or by
559 joining the #samba-technical IRC channel on irc.freenode.net.
561 If you do report problems then please try to send high quality
562 feedback. If you don't provide vital information to help us track down
563 the problem then you will probably be ignored.  All bug reports should
564 be filed under the Samba 4.1 and newer product in the project's Bugzilla
565 database (https://bugzilla.samba.org/).
568 ======================================================================
569 == Our Code, Our Bugs, Our Responsibility.
570 == The Samba Team
571 ======================================================================
574 ----------------------------------------------------------------------
577                    ==============================
578                    Release Notes for Samba 4.12.4
579                             July 02, 2020
580                    ==============================
583 This is a security release in order to address the following defects:
585 o CVE-2020-10730: NULL pointer de-reference and use-after-free in Samba AD DC
586                   LDAP Server with ASQ, VLV and paged_results.
587 o CVE-2020-10745: Parsing and packing of NBT and DNS packets can consume
588                   excessive CPU
589 o CVE-2020-10760: LDAP Use-after-free in Samba AD DC Global Catalog with
590                   paged_results and VLV.
591 o CVE-2020-14303: Empty UDP packet DoS in Samba AD DC nbtd.
594 =======
595 Details
596 =======
598 o  CVE-2020-10730:
599    A client combining the 'ASQ' and 'VLV' LDAP controls can cause a NULL pointer
600    de-reference and further combinations with the LDAP paged_results feature can
601    give a use-after-free in Samba's AD DC LDAP server.
603 o  CVE-2020-10745: Parsing and packing of NBT and DNS packets can consume
604    excessive CPU.
606 o  CVE-2020-10760:
607    The use of the paged_results or VLV controls against the Global Catalog LDAP
608    server on the AD DC will cause a use-after-free.
610 o  CVE-2020-14303:
611    The AD DC NBT server in Samba 4.0 will enter a CPU spin and not process
612    further requests once it receives an empty (zero-length) UDP packet to
613    port 137.
615 For more details, please refer to the security advisories.
618 Changes since 4.12.3
619 --------------------
621 o  Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
622    * BUG 14378: CVE-2020-10745: Invalid DNS or NBT queries containing dots use
623      several seconds of CPU each.
625 o  Andrew Bartlett <abartlet@samba.org>
626    * BUG 14364: CVE-2020-10730: NULL de-reference in AD DC LDAP server when ASQ
627      and VLV combined.
628    * BUG 14402: CVE-2020-10760: Fix use-after-free in AD DC Global Catalog LDAP
629      server with paged_result or VLV.
630    * BUG 14417: CVE-2020-14303: Fix endless loop from empty UDP packet sent to
631      AD DC nbt_server.
633 o  Gary Lockyer <gary@catalyst.net.nz>
634    * BUG 14364: CVE-2020-10730: NULL de-reference in AD DC LDAP server when ASQ
635      and VLV combined, ldb: Bump version to 2.1.4.
638 #######################################
639 Reporting bugs & Development Discussion
640 #######################################
642 Please discuss this release on the samba-technical mailing list or by
643 joining the #samba-technical IRC channel on irc.freenode.net.
645 If you do report problems then please try to send high quality
646 feedback. If you don't provide vital information to help us track down
647 the problem then you will probably be ignored.  All bug reports should
648 be filed under the Samba 4.1 and newer product in the project's Bugzilla
649 database (https://bugzilla.samba.org/).
652 ======================================================================
653 == Our Code, Our Bugs, Our Responsibility.
654 == The Samba Team
655 ======================================================================
658 ----------------------------------------------------------------------
661                    ==============================
662                    Release Notes for Samba 4.12.3
663                             May 19, 2020
664                    ==============================
667 This is the latest stable release of the Samba 4.12 release series.
670 Changes since 4.12.2
671 --------------------
673 o  Jeremy Allison <jra@samba.org>
674    * BUG 14301: Fix smbd panic on force-close share during async io.
675    * BUG 14343: s3: vfs_full_audit: Add missing fcntl entry in vfs_op_names[]
676      array.
677    * BUG 14361: vfs_io_uring: Fix data corruption with Windows clients.
678    * BUG 14372: Fix smbd crashes when MacOS Catalina connects if iconv
679      initialization fails.
681 o  Ralph Boehme <slow@samba.org>
682    * BUG 14150: Exporting from macOS Adobe Illustrator creates multiple copies.
683    * BUG 14256: smbd does a chdir() twice per request.
684    * BUG 14320: smbd mistakenly updates a file's write-time on close.
685    * BUG 14350: vfs_shadow_copy2: implement case canonicalisation in
686      shadow_copy2_get_real_filename().
687    * BUG 14375: Fix Windows 7 clients problem after upgrading samba file server.
689 o  Alexander Bokovoy <ab@samba.org>
690    * BUG 14359: s3: Pass DCE RPC handle type to create_policy_hnd.
692 o  Isaac Boukris <iboukris@gmail.com>
693    * BUG 14155: Fix uxsuccess test with new MIT krb5 library 1.18.
694    * BUG 14342: mit-kdc: Explicitly reject S4U requests.
696 o  Anoop C S <anoopcs@redhat.com>
697    * BUG 14352: dbwrap_watch: Set rec->value_valid while returning nested
698      share_mode_do_locked().
700 o  Amit Kumar <amitkuma@redhat.com>
701    * BUG 14345: lib:util: Fix smbclient -l basename dir.
703 o  Volker Lendecke <vl@samba.org>
704    * BUG 14336: s3:libads: Fix ads_get_upn().
705    * BUG 14348: ctdb: Fix a memleak.
706    * BUG 14366: Malicous SMB1 server can crash libsmbclient.
708 o  Gary Lockyer <gary@catalyst.net.nz>
709    * BUG 14330: ldb: Bump version to 2.1.3, LMDB databases can grow without
710      bounds
712 o  Stefan Metzmacher <metze@samba.org>
713    * BUG 14361: vfs_io_uring: Fix data corruption with Windows clients.
715 o  Noel Power <noel.power@suse.com>
716    * BUG 14344: s3/librpc/crypto: Fix double free with unresolved credential
717      cache.
719 o  Andreas Schneider <asn@samba.org>
720    * BUG 14358: docs-xml: Fix usernames in pam_winbind manpages.
723 #######################################
724 Reporting bugs & Development Discussion
725 #######################################
727 Please discuss this release on the samba-technical mailing list or by
728 joining the #samba-technical IRC channel on irc.freenode.net.
730 If you do report problems then please try to send high quality
731 feedback. If you don't provide vital information to help us track down
732 the problem then you will probably be ignored.  All bug reports should
733 be filed under the Samba 4.1 and newer product in the project's Bugzilla
734 database (https://bugzilla.samba.org/).
737 ======================================================================
738 == Our Code, Our Bugs, Our Responsibility.
739 == The Samba Team
740 ======================================================================
743 ----------------------------------------------------------------------
746                    ==============================
747                    Release Notes for Samba 4.12.2
748                            April 28, 2020
749                    ==============================
752 This is a security release in order to address the following defects:
754 o CVE-2020-10700: Use-after-free in Samba AD DC LDAP Server with ASQ
755 o CVE-2020-10704: LDAP Denial of Service (stack overflow) in Samba AD DC
758 =======
759 Details
760 =======
762 o  CVE-2020-10700:
763    A client combining the 'ASQ' and 'Paged Results' LDAP controls can cause a
764    use-after-free in Samba's AD DC LDAP server.
765 o  CVE-2020-10704:
766    A deeply nested filter in an un-authenticated LDAP search can exhaust the
767    LDAP server's stack memory causing a SIGSEGV.
769 For more details, please refer to the security advisories.
772 Changes since 4.12.1
773 --------------------
775 o  Andrew Bartlett <abartlet@samba.org>
776    * BUG 14331: CVE-2020-10700: Fix use-after-free in AD DC LDAP server when
777      ASQ and paged_results combined.
779 o  Gary Lockyer <gary@catalyst.net.nz>
780    * BUG 20454: CVE-2020-10704: Fix LDAP Denial of Service (stack overflow) in
781      Samba AD DC.
784 #######################################
785 Reporting bugs & Development Discussion
786 #######################################
788 Please discuss this release on the samba-technical mailing list or by
789 joining the #samba-technical IRC channel on irc.freenode.net.
791 If you do report problems then please try to send high quality
792 feedback. If you don't provide vital information to help us track down
793 the problem then you will probably be ignored.  All bug reports should
794 be filed under the Samba 4.1 and newer product in the project's Bugzilla
795 database (https://bugzilla.samba.org/).
798 ======================================================================
799 == Our Code, Our Bugs, Our Responsibility.
800 == The Samba Team
801 ======================================================================
804 ----------------------------------------------------------------------
807                    ==============================
808                    Release Notes for Samba 4.12.1
809                            April 07, 2020
810                    ==============================
813 This is the latest stable release of the Samba 4.12 release series.
816 Changes since 4.12.0
817 --------------------
819 o  Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
820    * BUG 14295: nmblib: Avoid undefined behaviour in handle_name_ptrs().
822 o  Björn Baumbach <bb@sernet.de>
823    * BUG 14296: samba-tool group: Handle group names with special chars
824      correctly.
826 o  Ralph Boehme <slow@samba.org>
827    * BUG 14293: Add missing check for DMAPI offline status in async DOS
828      attributes.
829    * BUG 14295: Starting ctdb node that was powered off hard before results in
830      recovery loop.
831    * BUG 14307: smbd: Ignore set NTACL requests which contain S-1-5-88 NFS ACEs.
832    * BUG 14316: vfs_recycle: Prevent flooding the log if we're called on
833      non-existant paths.
835 o  Günther Deschner <gd@samba.org>
836    * BUG 14313: librpc: Fix IDL for svcctl_ChangeServiceConfigW.
837    * BUG 14327: nsswitch: Fix use-after-free causing segfault in
838      _pam_delete_cred.
840 o  Art M. Gallagher <repos@artmg.net>
841    * BUG 13622: fruit:time machine max size is broken on arm.
843 o  Amitay Isaacs <amitay@gmail.com>
844    * BUG 14294: CTDB recovery corner cases can cause record resurrection and
845      node banning.
847 o  Noel Power <noel.power@suse.com>
848    * BUG 14332: s3/utils: Fix double free error with smbtree.
850 o  Martin Schwenke <martin@meltin.net>
851    * BUG 14294: CTDB recovery corner cases can cause record resurrection and
852      node banning.
853    * BUG 14295: Starting ctdb node that was powered off hard before results in
854      recovery loop.
855    * BUG 14324: CTDB recovery daemon can crash due to dereference of NULL
856      pointer.
859 #######################################
860 Reporting bugs & Development Discussion
861 #######################################
863 Please discuss this release on the samba-technical mailing list or by
864 joining the #samba-technical IRC channel on irc.freenode.net.
866 If you do report problems then please try to send high quality
867 feedback. If you don't provide vital information to help us track down
868 the problem then you will probably be ignored.  All bug reports should
869 be filed under the Samba 4.1 and newer product in the project's Bugzilla
870 database (https://bugzilla.samba.org/).
873 ======================================================================
874 == Our Code, Our Bugs, Our Responsibility.
875 == The Samba Team
876 ======================================================================
879 ----------------------------------------------------------------------
882                    ==============================
883                    Release Notes for Samba 4.12.0
884                            March 03, 2020
885                    ==============================
888 This is the first stable release of the Samba 4.12 release series.
889 Please read the release notes carefully before upgrading.
892 NEW FEATURES/CHANGES
893 ====================
895 Python 3.5 Required
896 -------------------
898 Samba's minimum runtime requirement for python was raised to Python
899 3.4 with samba 4.11.  Samba 4.12 raises this minimum version to Python
900 3.5 both to access new features and because this is the oldest version
901 we test with in our CI infrastructure.
903 (Build time support for the file server with Python 2.6 has not
904 changed)
906 Removing in-tree cryptography: GnuTLS 3.4.7 required
907 ----------------------------------------------------
909 Samba is making efforts to remove in-tree cryptographic functionality,
910 and to instead rely on externally maintained libraries.  To this end,
911 Samba has chosen GnuTLS as our standard cryptographic provider.
913 Samba now requires GnuTLS 3.4.7 to be installed (including development
914 headers at build time) for all configurations, not just the Samba AD
917 Thanks to this work Samba no longer ships an in-tree DES
918 implementation and on GnuTLS 3.6.5 or later Samba will include no
919 in-tree cryptography other than the MD4 hash and that
920 implemented in our copy of Heimdal.
922 Using GnuTLS for SMB3 encryption you will notice huge performance and copy
923 speed improvements. Tests with the CIFS Kernel client from Linux Kernel 5.3
924 show a 3x speed improvement for writing and a 2.5x speed improvement for reads!
926 NOTE WELL: The use of GnuTLS means that Samba will honour the
927 system-wide 'FIPS mode' (a reference to the US FIPS-140 cryptographic
928 standard) and so will not operate in many still common situations if
929 this system-wide parameter is in effect, as many of our protocols rely
930 on outdated cryptography.
932 A future Samba version will mitigate this to some extent where good
933 cryptography effectively wraps bad cryptography, but for now that above
934 applies.
936 zlib library is now required to build Samba
937 -------------------------------------------
939 Samba no longer includes a local copy of zlib in our source tarball.
940 By removing this we do not need to ship (even where we did not
941 build) the old, broken zip encryption code found there.
943 New Spotlight backend for Elasticsearch
944 ---------------------------------------
946 Support for the macOS specific Spotlight search protocol has been enhanced
947 significantly. Starting with 4.12 Samba supports using Elasticsearch as search
948 backend. Various new parameters have been added to configure this:
950   spotlight backend = noindex | elasticsearch | tracker
951   elasticsearch:address = ADDRESS
952   elasticsearch:port = PORT
953   elasticsearch:use tls = BOOLEAN
954   elasticsearch:index = INDEXNAME
955   elasticsearch:mappings = PATH
956   elasticsearch:max results = NUMBER
958 Samba also ships a Spotlight client command "mdfind" which can be used to search
959 any SMB server that runs the Spotlight RPC service. See the manpage of mdfind
960 for details.
962 Note that when upgrading existing installations that are using the previous
963 default Spotlight backend Gnome Tracker must explicitly set "spotlight backend =
964 tracker" as the new default is "noindex".
966 'net ads kerberos pac save' and 'net eventlog export'
967 -----------------------------------------------------
969 The 'net ads kerberos pac save' and 'net eventlog export' tools will
970 no longer silently overwrite an existing file during data export.  If
971 the filename given exits, an error will be shown.
973 Fuzzing
974 -------
976 A large number of fuzz targets have been added to Samba, and Samba has
977 been registered in Google's oss-fuzz cloud fuzzing service.  In
978 particular, we now have good fuzzing coverage of our generated NDR
979 parsing code.
981 A large number of issues have been found and fixed thanks to this
982 effort.
984 'samba-tool' improvements add contacts as member to groups
985 ----------------------------------------------------------
987 Previously 'samba-tool group addmemers' can just add users, groups and
988 computers as members to groups. But also contacts can be members of
989 groups. Samba 4.12 adds the functionality to add contacts to
990 groups. Since contacts have no sAMAccountName, it's possible that
991 there are more than one contact with the same name in different
992 organizational units. Therefore it's necessary to have an option to
993 handle group members by their DN.
995 To get the DN of an object there is now the "--full-dn" option available
996 for all necessary commands.
998 The MS Windows UI allows to search for specific types of group members
999 when searching for new members for a group. This feature is included
1000 here with the new samba-tool group addmembers "--object-type=OBJECTYPE"
1001 option. The different types are selected accordingly to the Windows
1002 UI. The default samba-toole behaviour shouldn't be changed.
1004 Allow filtering by OU or subtree in samba-tool
1005 ----------------------------------------------
1007 A new "--base-dn" and "--member-base-dn" option is added to relevant
1008 samba-tool user, group and ou management commands to allow operation
1009 on just one part of the AD tree, such as a single OU.
1014 SMB_VFS_NTIMES
1015 --------------
1017 Samba now uses a sentinel value based on utimensat(2) UTIME_OMIT to denote
1018 to-be-ignored timestamp variables passed to the SMB_VFS_NTIMES() VFS function.
1020 VFS modules can check whether any of the time values inside a struct
1021 smb_file_time is to be ignored by calling is_omit_timespec() on the value.
1023 'io_uring' vfs module
1024 ---------------------
1026 The module makes use of the new io_uring infrastructure
1027 (intruduced in Linux 5.1), see https://lwn.net/Articles/776703/
1029 Currently this implements SMB_VFS_{PREAD,PWRITE,FSYNC}_SEND/RECV
1030 and avoids the overhead of the userspace threadpool in the default
1031 vfs backend. See also vfs_io_uring(8).
1033 In order to build the module you need the liburing userspace library
1034 and its developement headers installed, see
1035 https://git.kernel.dk/cgit/liburing/
1037 At runtime you'll need a Linux kernel with version 5.1 or higher.
1038 Note that 5.4.14 and 5.4.15 have a regression that breaks the Samba
1039 module! The regression was fixed in Linux 5.4.16 again.
1041 MS-DFS changes in the VFS
1042 -------------------------
1044 This release changes set getting and setting of MS-DFS redirects
1045 on the filesystem to go through two new VFS functions:
1047 SMB_VFS_CREATE_DFS_PATHAT()
1048 SMB_VFS_READ_DFS_PATHAT()
1050 instead of smbd explicitly storing MS-DFS redirects inside
1051 symbolic links on the filesystem. The underlying default
1052 implementations of this has not changed, the redirects are
1053 still stored inside symbolic links on the filesystem, but
1054 moving the creation and reading of these links into the VFS
1055 as first-class functions now allows alternate methods of
1056 storing them (maybe in extended attributes) for OEMs who
1057 don't want to mis-use filesystem symbolic links in this
1058 way.
1061 CTDB changes
1062 ============
1064 * The ctdb_mutex_fcntl_helper periodically re-checks the lock file
1066   The re-check period is specified using a 2nd argument to this
1067   helper.  The default re-check period is 5s.
1069   If the file no longer exists or the inode number changes then the
1070   helper exits.  This triggers an election.
1073 REMOVED FEATURES
1074 ================
1076 The smb.conf parameter "write cache size" has been removed.
1078 Since the in-memory write caching code was written, our write path has
1079 changed significantly. In particular we have gained very flexible
1080 support for async I/O, with the new linux io_uring interface in
1081 development.  The old write cache concept which cached data in main
1082 memory followed by a blocking pwrite no longer gives any improvement
1083 on modern systems, and may make performance worse on memory-contrained
1084 systems, so this functionality should not be enabled in core smbd
1085 code.
1087 In addition, it complicated the write code, which is a performance
1088 critical code path.
1090 If required for specialist purposes, it can be recreated as a VFS
1091 module.
1093 Retiring DES encryption types in Kerberos.
1094 ------------------------------------------
1095 With this release, support for DES encryption types has been removed from
1096 Samba, and setting DES_ONLY flag for an account will cause Kerberos
1097 authentication to fail for that account (see RFC-6649).
1099 Samba-DC: DES keys no longer saved in DB.
1100 -----------------------------------------
1101 When a new password is set for an account, Samba DC will store random keys
1102 in DB instead of DES keys derived from the password.  If the account is being
1103 migrated to Windbows or to an older version of Samba in order to use DES keys,
1104 the password must be reset to make it work.
1106 Heimdal-DC: removal of weak-crypto.
1107 -----------------------------------
1108 Following removal of DES encryption types from Samba, the embedded Heimdal
1109 build has been updated to not compile weak crypto code (HEIM_WEAK_CRYPTO).
1111 vfs_netatalk: The netatalk VFS module has been removed.
1112 -------------------------------------------------------
1114 The netatalk VFS module has been removed. It was unmaintained and is not needed
1115 any more.
1117 BIND9_FLATFILE deprecated
1118 -------------------------
1120 The BIND9_FLATFILE DNS backend is deprecated in this release and will
1121 be removed in the future.  This was only practically useful on a single
1122 domain controller or under expert care and supervision.
1124 This release removes the 'rndc command' smb.conf parameter, which
1125 supported this configuration by writing out a list of DCs permitted to
1126 make changes to the DNS Zone and nudging the 'named' server if a new
1127 DC was added to the domain.  Administrators using BIND9_FLATFILE will
1128 need to maintain this manually from now on.
1131 smb.conf changes
1132 ================
1134   Parameter Name                     Description                Default
1135   --------------                     -----------                -------
1137   elasticsearch:address              New                        localhost
1138   elasticsearch:port                 New                        9200
1139   elasticsearch:use tls              New                        No
1140   elasticsearch:index                New                        _all
1141   elasticsearch:mappings             New                        DATADIR/elasticsearch_mappings.json
1142   elasticsearch:max results          New                        100
1143   nfs4:acedup                        Changed default            merge
1144   rndc command                       Removed
1145   write cache size                   Removed
1146   spotlight backend                  New                        noindex
1149 CHANGES SINCE 4.12.0rc4
1150 =======================
1152 o  Andrew Bartlett <abartlet@samba.org>
1153    * BUG 14258: dsdb: Correctly handle memory in objectclass_attrs.
1156 CHANGES SINCE 4.12.0rc3
1157 =======================
1159 o  Jeremy Allison <jra@samba.org>
1160    * BUG 14269: s3: DFS: Don't allow link deletion on a read-only share.
1162 o  Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
1163    * BUG 14284: pidl/wscript: configure should insist on Parse::Yapp::Driver.
1165 o  Andrew Bartlett <abartlet@samba.org>
1166    * BUG 14270: ldb: Fix search with scope ONE and small result sets.
1167    * BUG 14284: build: Do not check if system perl modules should be bundled.
1169 o  Volker Lendecke <vl@samba.org>
1170    * BUG 14285: smbd fails to handle EINTR from open(2) properly.
1172 o  Stefan Metzmacher <metze@samba.org>
1173    * BUG 14270: ldb: version 2.1.1.
1176 CHANGES SINCE 4.12.0rc2
1177 =======================
1179 o  Jeremy Allison <jra@samba.org>
1180    * BUG 14282: Set getting and setting of MS-DFS redirects on the filesystem
1181      to go through two new VFS functions SMB_VFS_CREATE_DFS_PATHAT() and
1182      SMB_VFS_READ_DFS_PATHAT().
1184 o  Andrew Bartlett <abartlet@samba.org>
1185    * BUG 14255: bootstrap: Remove un-used dependency python3-crypto.
1187 o  Volker Lendecke <vl@samba.org>
1188    * BUG 14247: Fix CID 1458418 and 1458420.
1189    * BUG 14281: lib: Fix a shutdown crash with "clustering = yes".
1191 o  Stefan Metzmacher <metze@samba.org>
1192    * BUG 14247: Winbind member (source3) fails local SAM auth with empty domain
1193      name.
1194    * BUG 14265: winbindd: Handle missing idmap in getgrgid().
1195    * BUG 14271: Don't use forward declaration for GnuTLS typedefs.
1196    * BUG 14280: Add io_uring vfs module.
1198 o  Andreas Schneider <asn@samba.org>
1199    * BUG 14250: libcli:smb: Improve check for gnutls_aead_cipher_(en|de)cryptv2.
1202 CHANGES SINCE 4.12.0rc1
1203 =======================
1205 o  Jeremy Allison <jra@samba.org>
1206    * BUG 14239: s3: lib: nmblib. Clean up and harden nmb packet processing.
1208 o  Andreas Schneider <asn@samba.org>
1209    * BUG 14253: lib:util: Log mkdir error on correct debug levels.
1212 KNOWN ISSUES
1213 ============
1215 https://wiki.samba.org/index.php/Release_Planning_for_Samba_4.12#Release_blocking_bugs
1218 #######################################
1219 Reporting bugs & Development Discussion
1220 #######################################
1222 Please discuss this release on the samba-technical mailing list or by
1223 joining the #samba-technical IRC channel on irc.freenode.net.
1225 If you do report problems then please try to send high quality
1226 feedback. If you don't provide vital information to help us track down
1227 the problem then you will probably be ignored.  All bug reports should
1228 be filed under the Samba 4.1 and newer product in the project's Bugzilla
1229 database (https://bugzilla.samba.org/).
1232 ======================================================================
1233 == Our Code, Our Bugs, Our Responsibility.
1234 == The Samba Team
1235 ======================================================================