WHATSNEW: Note FreeBSD improvements
[garming/samba-autobuild/.git] / WHATSNEW.txt
1 What's new in Samba 4 beta1
2 =============================
3
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.
9
10
11 WARNINGS
12 ========
13
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'.
20
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.
25
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.
33
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.
36
37 NEW FEATURES
38 ============
39
40 Samba 4.0 beta supports the server-side of the Active Directory logon
41 environment used by Windows 2000 and later, so we can do full domain
42 join and domain logon operations with these clients.
43
44 Our Domain Controller (DC) implementation includes our own built-in
45 LDAP server and Kerberos Key Distribution Center (KDC) as well as the
46 Samba3-like logon services provided over CIFS.  We correctly generate
47 the infamous Kerberos PAC, and include it with the Kerberos tickets we
48 issue.
49
50 Samba 4.0 beta ships with two distinct file servers.  We now use the
51 file server from the Samba 3.x series 'smbd' for all file serving by
52 default.  For pure file server work, the binaries users would expect
53 from that series (nmbd, winbindd, smbpasswd) continue to be available.
54
55 Samba 4.0 also ships with the 'NTVFS' file server.  This file server
56 is what was used in all previous alpha releases of Samba 4.0, and is
57 tuned to match the requirements of an AD domain controller.  We
58 continue to support this, not only to provide continuity to
59 installations that have deployed it as part of an AD DC, but also as a
60 running example of the NT-FSA architecture we expect to move smbd to in
61 the longer term.  
62
63 As mentioned above, this change to the default file server may cause
64 instability, as we learn about the real-world interactions between
65 these two key components. 
66
67 A new scripting interface has been added to Samba 4, allowing Python
68 programs to interface to Samba's internals, and many tools and
69 internal workings of the DC code is now implemented in python.  
70
71
72
73 CHANGES SINCE alpha21
74 =====================
75
76 For a list of changes since alpha21, please see the git log.
77
78 $ git clone git://git.samba.org/samba.git
79 $ cd samba.git
80 $ git log samba-4.0.0alpha21..samba-4.0.0beta1
81
82 Some major user-visible changes include:
83
84 The internal DNS server has had some stability improvements, and
85 now handles forwarded DNS replies in an async manner.
86
87 The build of libtdb.so and libtalloc.so has been removed from the
88 autoconf build.  Use the build in lib/talloc and lib/tdb to build
89 this software for use across the system.
90
91 The smbclient and nmblookup binaries have been renamed in the top
92 level build, so smbclient/nmblookup are now the implementations from
93 the Samba 3.x heritage.
94
95 Improved handling of the cleanup of smbd child processes (removing a
96 number of scary warnings from our log output).
97
98 Much improved support for FreeBSD, including extended attribute
99 support on the filesystem for the AD DC.
100
101 KNOWN ISSUES
102 ============
103
104 - We are making this beta release to gain real-world use of the 's3fs'
105   file server combination we will use for the Samba 4.0 release.
106   Users should expect some rough edges: in particular, there are
107   warnings about invalid parameters from the two respective parameter
108   parsing engines.
109
110 - upgradeprovision should not be run when upgrading to this release
111   from a recent release.  No important database format changes have
112   been made since alpha16.  
113
114 - Installation on systems without a system iconv (and developer
115   headers at compile time) is known to cause errors when dealing with
116   non-ASCII characters.
117
118 - Domain member support in the 'samba' binary is in it's infancy, and
119   is not comparable to the support found in winbindd.  As such, do not
120   use the 'samba' binary (provided for the AD server) on a member
121   server.
122
123 - There is no NetBIOS browsing support (network neighbourhood) in the
124   'samba' binary (use nmbd and smbd instead)
125
126 - Clock Synchronisation is critical.  Many 'wrong password' errors are
127   actually due to Kerberos objecting to a clock skew between client
128   and server.  (The NTP work in the previous alphas are partly to assist
129   with this problem).
130
131 - The DRS replication code may fail.  Please contact the team if you
132   experience issues with DRS replication, as we have fixed many issues
133   here in response to feedback from our production users. 
134
135 RUNNING Samba 4.0 as an AD DC
136 =============================
137
138 A short guide to setting up Samba 4 as an AD DC can be found on the wiki:
139
140   http://wiki.samba.org/index.php/Samba4/HOWTO
141
142 #######################################
143 Reporting bugs & Development Discussion
144 #######################################
145
146 Please discuss this release on the samba-technical mailing list or by
147 joining the #samba-technical IRC channel on irc.freenode.net.
148
149 If you do report problems then please try to send high quality
150 feedback. If you don't provide vital information to help us track down
151 the problem then you will probably be ignored.  All bug reports should
152 be filed under the Samba 4.0 product in the project's Bugzilla
153 database (https://bugzilla.samba.org/).
154
155
156 ======================================================================
157 == Our Code, Our Bugs, Our Responsibility.
158 == The Samba Team
159 ======================================================================
160