r13031: A first stab at some release notes. Much work needed.
[metze/samba/wb-ndr.git] / WHATSNEW.txt
1 What's new in Samba4 Technology Preview
2 =======================================
3
4 Samba 4 is the ambitious next version of the Samba suite that is being 
5 developed in parallel to the stable 3.0 series. The main emphasis in 
6 this branch is support for the AD logon protocols used by Windows 2000
7 and above.
8
9 Samba 4 is currently not yet in a state where it is usable in
10 production environments. Note the WARNINGS below, and the STATUS file,
11 which aims to document what should and should not work.
12
13 With 3 years of development under our belt since tridge firs proposed
14 a new VFS layer for Samba3 (a project which eventually lead to our AD
15 efforts), it was felt that we should create something we could 'show
16 off' to our users.  This is a Technology Preview (TP), aimed at allowing
17 users, managers and developers to see how we have progressed, and to
18 invite feedback and support.
19
20 WARNINGS
21 ========
22
23 Samba4 TP is currently a pre-alpha technology.  It may eat your cat, but
24 is far more likely to choose to munch on your password database.  In
25 particular if you are upgrading from Samba3, you should backup all
26 configuration and data.
27
28 We expect that format changes will require that the user database be
29 rebuilt from scratch a number of times before we make a final release,
30 loosing password data. 
31
32 Samba4 TP includes basic ACL protection on the main user database, but
33 due to time constraints, none on the registry at this stage.  We do
34 not currently have ACLs on the SWAT web-based management tool.
35
36 Filesystem access should occour as the logged in user, much as Samba3
37 does.
38
39 We strongly recommend against use in a production environment at this
40 stage.
41
42 NEW FEATURES
43 ============
44
45 Samba4 supports the server-side of the AD logon environment
46 used by Windows 2000 and later, as evidenced by domain join
47 and domain logon operations.  
48
49 Our Domain Controller (DC) implementation includes our own built-in
50 LDAP server, KDC as well as the logon services provided over CIFS.  We
51 correctly generate the Kerberos PAC, and include it with the kerberos
52 tickets we issue.
53
54 SWAT is the new user-freindly interface to Samba4 managment, and
55 provides access to our setup and migration functionality.  In
56 particular, we can migrate windows domains in Samba4 from this
57 interface.  This allows setup of initial user databases, and upgrades
58 from Samba3.
59
60 The new NTFVS features in Samba4, the project that started this all,
61 is concerned with providing 'exact' semantics for basic file
62 operations, and is backed by an extensive client testsuite.
63
64 A new scripting interface has been added to Samba4, allowing
65 JavaScript programs to interface to Samba's internals.  This is also
66 used for the SWAT GUI.  
67
68 Samba4 is strongly based around an LDAP-like backend, which includes
69 an implementation against the actual LDAP protocol.  With the addition
70 of modules on directory servers and in Samba, we hope this can allow
71 Samba4 to be a powerful frontend to vendor directories, much as Samba3
72 is.
73
74 CHANGES
75 =======
76
77 Those familiar with Samba 3 can find a list of user-visible changes 
78 since that release series in the NEWS file. 
79
80 In particular, standalone server and domain member roles are not
81 currently supported.  While we have much of the infrustructure
82 required, we have not collected these peices togeather.
83
84 There is no printing support in the current release.
85
86 KNOWN ISSUES
87 ============
88
89 - SWAT can be painful with <TAB> and forms.  Just use the mouse, as
90   the JS layer doing this will change.
91
92 - Domain logons (using Kerberos) from windows clients incorrectly
93   state that the password expires today.
94
95 RUNNING Samba4
96 ==============
97
98 A short guide to setting up Samba 4 can be found in the howto.txt file
99 in root of the tarball.
100
101 DEVELOPMENT and FEEDBACK
102 ========================
103 Bugs can be filed at https://bugzilla.samba.org/. Please
104 look at the STATUS file before filing a bug to see if a particular 
105 is supposed to work yet.
106
107 Development and general discussion about Samba 4 happens mainly on 
108 the #samba-technical IRC channel (on irc.freenode.net) and 
109 the samba-technical mailing list (see http://lists.samba.org/ for 
110 details).
111
112