s3:smb2_break: make use of file_fsp_smb2()
[Samba/gebeck_regimport.git] / WHATSNEW.txt
blobcb35f08c7a287d0d091f80e62ce1d3e571b64fe3
1 What's new in Samba 4 beta1
2 =============================
4 Samba 4.0 will be the next version of the Samba suite and incorporates
5 all the technology found in both the Samba4 alpha series and the
6 stable 3.x series. The primary additional features over Samba 3.6 are
7 support for the Active Directory logon protocols used by Windows 2000
8 and above.
11 WARNINGS
12 ========
14 Samba4 beta1 is not a final Samba release, however we are now making
15 good progress towards a Samba 4.0 release, of which this is a preview.
16 Be aware the this release contains the best of all of Samba's
17 technology parts, both a file server (that you can reasonably expect
18 to upgrade existing Samba 3.x releases to) and the AD domain
19 controller work previously known as 'samba4'.
21 Samba4 is subjected to an awesome battery of tests on an automated
22 basis, we have found Samba 4.0 to be very stable in it's behavior.
23 However, we still recommend against upgrading production servers from
24 Samba 3.x release to Samba 4.0 beta at this stage.
26 In particular note that the new default configuration 's3fs' may have
27 different stability characteristics compared with our previous default
28 file server.  We are making this release so that we can find and fix
29 any of these issues that arise in the real world.  New AD DC
30 installations can provision or join with --use-ntvfs to obtain the
31 previous default file server.  Existing installations will be
32 unaffected at this stage.
34 If you are upgrading, or looking to develop, test or deploy Samba 4.0
35 beta releases, you should backup all configuration and data.
38 NEW FEATURES
39 ============
41 Samba 4.0 beta supports the server-side of the Active Directory logon
42 environment used by Windows 2000 and later, so we can do full domain
43 join and domain logon operations with these clients.
45 Our Domain Controller (DC) implementation includes our own built-in
46 LDAP server and Kerberos Key Distribution Center (KDC) as well as the
47 Samba3-like logon services provided over CIFS.  We correctly generate
48 the infamous Kerberos PAC, and include it with the Kerberos tickets we
49 issue.
51 Samba 4.0 beta ships with two distinct file servers.  We now use the
52 file server from the Samba 3.x series 'smbd' for all file serving by
53 default.  For pure file server work, the binaries users would expect
54 from that series (nmbd, winbindd, smbpasswd) continue to be available.
56 Samba 4.0 also ships with the 'NTVFS' file server.  This file server
57 is what was used in all previous alpha releases of Samba 4.0, and is
58 tuned to match the requirements of an AD domain controller.  We
59 continue to support this, not only to provide continuity to
60 installations that have deployed it as part of an AD DC, but also as a
61 running example of the NT-FSA architecture we expect to move smbd to in
62 the longer term.  
64 As mentioned above, this change to the default file server may cause
65 instability, as we learn about the real-world interactions between
66 these two key components. 
68 As DNS is an integral part of Active Directory, we also provide a DNS
69 solution, using the BIND DLZ mechanism in versions 9.8 and 9.9.
70 During the provision, a configuration file will be generated for bind
71 to make it use this plugin.  We also have a project to provide a
72 minimal internal DNS server from within the Samba process, for easier
73 'out of the box' configuration.  Note however that this is not yet
74 complete (pending addition of secure DNS update support).
76 To provide accurate timestamps to Windows clients, we integrate with
77 the NTP project to provide secured NTP replies. 
79 Finally, a new scripting interface has been added to Samba 4, allowing
80 Python programs to interface to Samba's internals, and many tools and
81 internal workings of the DC code is now implemented in python.
84 CHANGES SINCE alpha21
85 =====================
87 For a list of changes since alpha21, please see the git log.
89 $ git clone git://git.samba.org/samba.git
90 $ cd samba.git
91 $ git log samba-4.0.0alpha21..samba-4.0.0beta1
93 Some major user-visible changes include:
95 The internal DNS server has had some stability improvements, and
96 now handles forwarded DNS replies in an async manner.
98 The build of libtdb.so and libtalloc.so has been removed from the
99 autoconf build.  Use the build in lib/talloc and lib/tdb to build
100 this software for use across the system.
102 The smbclient and nmblookup binaries have been renamed in the top
103 level build, so smbclient/nmblookup are now the implementations from
104 the Samba 3.x heritage.
106 Improved handling of the cleanup of smbd child processes (removing a
107 number of scary warnings from our log output).
109 Much improved support for FreeBSD, including extended attribute
110 support on the filesystem for the AD DC.
113 KNOWN ISSUES
114 ============
116 - We are making this beta release to gain real-world use of the 's3fs'
117   file server combination we will use for the Samba 4.0 release.
118   Users should expect some rough edges: in particular, there are
119   warnings about invalid parameters from the two respective parameter
120   parsing engines.
122 - Replication of DNS data from one AD server to another may not work.
123   The DNS data used by the internal DNS server and bind9_dlz is stored
124   in an application partition in our directory.  The replicaton of
125   this partition is not yet reliable.
127 - Replication may fail on FreeBSD due to getaddrinfo() rejecting names
128   containing _.  A workaround will be in the next beta.
130 - upgradeprovision should not be run when upgrading to this release
131   from a recent release.  No important database format changes have
132   been made since alpha16.  
134 - Installation on systems without a system iconv (and developer
135   headers at compile time) is known to cause errors when dealing with
136   non-ASCII characters.
138 - Domain member support in the 'samba' binary is in it's infancy, and
139   is not comparable to the support found in winbindd.  As such, do not
140   use the 'samba' binary (provided for the AD server) on a member
141   server.
143 - There is no NetBIOS browsing support (network neighbourhood) in the
144   'samba' binary (use nmbd and smbd instead)
146 - Clock Synchronisation is critical.  Many 'wrong password' errors are
147   actually due to Kerberos objecting to a clock skew between client
148   and server.  (The NTP work in the previous alphas are partly to assist
149   with this problem).
151 - The DRS replication code may fail.  Please contact the team if you
152   experience issues with DRS replication, as we have fixed many issues
153   here in response to feedback from our production users. 
156 RUNNING Samba 4.0 as an AD DC
157 =============================
159 A short guide to setting up Samba 4 as an AD DC can be found on the wiki:
161   http://wiki.samba.org/index.php/Samba4/HOWTO
163 #######################################
164 Reporting bugs & Development Discussion
165 #######################################
167 Please discuss this release on the samba-technical mailing list or by
168 joining the #samba-technical IRC channel on irc.freenode.net.
170 If you do report problems then please try to send high quality
171 feedback. If you don't provide vital information to help us track down
172 the problem then you will probably be ignored.  All bug reports should
173 be filed under the Samba 4.0 product in the project's Bugzilla
174 database (https://bugzilla.samba.org/).
177 ======================================================================
178 == Our Code, Our Bugs, Our Responsibility.
179 == The Samba Team
180 ======================================================================