1 WHATS NEW IN 2.0.0 ALPHA SERIES
2 ===============================
4 This is an alpha release of Samba. Releases in this series are done
5 automatically every week based on the latest code in the Samba CVS
8 THIS RELEASE IS NOT PRODUCTION QUALITY. IT MAY NOT EVEN COMPILE.
10 If you use this release then be aware of the following:
12 - only use these releases if you can't use CVS for some
13 reason. Getting the code via anonymous cvs is preferable. See
14 http://samba.anu.edu.au/cvs.html
16 - don't use this code if you are not an experienced programmer. We are
17 doing these releases so that users who cannot access the CVS tree
18 directly for some reason can report/fix bugs. If you find bugs in
19 this release and you want to help fix them then please join the
20 samba-technical mailing list (see http://samba.anu.edu.au/listproc/)
23 - the docs are not uptodate. If you find documentation errors then
24 please send patches to fix them. Out of date documentation is one of
25 the main things holding back a Samba 2.0 release.
27 Major changes in Samba 2.0
28 --------------------------
30 There have been several major changes in Samba for version 2.0. Here
36 You now configure Samba by running "./configure" then make. See
42 Samba can now (mostly) act as a NT primary domain controller and
43 domain logon server. Unfortunately this is largely undocumented at the
44 moment, but to get you started you want smb.conf entries like this:
46 domain controller = Yes
48 preferred master = Yes
55 further documentation on this still needs to be written :)
57 3) option defaults changed
58 --------------------------
60 several parameters have changed their default values. The most
61 important of these is that the default security mode is now user level
62 security rather than share level security.
64 4) web based GUI configuration
65 ------------------------------
67 Samba now comes with SWAT, a web based GUI config system. See
68 swat/README for how to set it up.
70 5) change to nmbd default logging behavior
71 ------------------------------------------
73 The nmbd daemon now appends to pre-existing log files by default. In
74 previous releases, nmbd would overwrite old log files. Both nmbd and smbd
75 now accept the '-a' and '-o' options, which mean "append" and "overwrite",
79 Minor changes in Samba 2.0
80 --------------------------
82 1) timestamps on all log messages
83 ---------------------------------
85 Both nmbd and smbd now place timestamp headers on all log messages. The
86 headers include the time and the message level. On systems with compilers
87 that support the necessary macros, the file & function names and the line
88 number (of the call to Debug()) will also be listed.
90 2) NetBIOS name server has improved database
91 --------------------------------------------
93 The linked list used to store NetBIOS names in the Samba "WINS" database
94 has been replaced with a splay-balanced binary tree. This should improve
95 speed for installations with very large WINS lists.
98 There have been lots of other changes as well. We'll add them here as