s4:libcli/smb2: allow smb2_connect*() to fake session and tcon
[vlendec/samba-autobuild/.git] / WHATSNEW.txt
1 Release Announcements
2 =====================
3
4 This is the first preview release of Samba 4.13.  This is *not*
5 intended for production environments and is designed for testing
6 purposes only.  Please report any defects via the Samba bug reporting
7 system at https://bugzilla.samba.org/.
8
9 Samba 4.13 will be the next version of the Samba suite.
10
11
12 UPGRADING
13 =========
14
15
16 NEW FEATURES/CHANGES
17 ====================
18
19 Python 3.6 Required
20 -------------------
21
22 Samba's minimum runtime requirement for python was raised to Python
23 3.5 with samba 4.12.  Samba 4.13 raises this minimum version to Python
24 3.6 both to access new features and because this is the oldest version
25 we test with in our CI infrastructure.
26
27 (Build time support for the file server with Python 2.6 has not
28 changed)
29
30 wide links functionality
31 ------------------------
32
33 For this release, the code implementing the insecure "wide links = yes"
34 functionality has been moved out of the core smbd code and into a separate
35 VFS module, vfs_widelinks. Currently this vfs module is implicitly loaded
36 by smbd as the last but one module before vfs_default if "wide links = yes"
37 is enabled on the share (note, the existing restrictions on enabling wide
38 links around the SMB1 "unix extensions" and the "allow insecure wide links"
39 parameters are still in force). The implicit loading was done to allow
40 existing users of "wide links = yes" to keep this functionality without
41 having to make a change to existing working smb.conf files.
42
43 Please note that the Samba developers recommend changing any Samba
44 installations that currently use "wide links = yes" to use bind mounts
45 as soon as possible, as "wide links = yes" is an inherently insecure
46 configuration which we would like to remove from Samba. Moving the
47 feature into a VFS module allows this to be done in a cleaner way
48 in future.
49
50 A future release to be determined will remove this implicit linkage,
51 causing administrators who need this functionality to have to explicitly
52 add the vfs_widelinks module into the "vfs objects =" parameter lists.
53 The release notes will be updated to note this change when it occurs.
54
55 REMOVED FEATURES
56 ================
57
58
59 smb.conf changes
60 ================
61
62   Parameter Name                     Description                Default
63   --------------                     -----------                -------
64
65
66 KNOWN ISSUES
67 ============
68
69 https://wiki.samba.org/index.php/Release_Planning_for_Samba_4.13#Release_blocking_bugs
70
71
72 #######################################
73 Reporting bugs & Development Discussion
74 #######################################
75
76 Please discuss this release on the samba-technical mailing list or by
77 joining the #samba-technical IRC channel on irc.freenode.net.
78
79 If you do report problems then please try to send high quality
80 feedback. If you don't provide vital information to help us track down
81 the problem then you will probably be ignored.  All bug reports should
82 be filed under the Samba 4.1 and newer product in the project's Bugzilla
83 database (https://bugzilla.samba.org/).
84
85
86 ======================================================================
87 == Our Code, Our Bugs, Our Responsibility.
88 == The Samba Team
89 ======================================================================
90