preparing for release of 3.0-alpha6
[Samba.git] / WHATSNEW.txt
blob654ffc51696601b3d27cff26725c93c55cb069ff
1               WHATS NEW IN Samba 3.0 alphaX
2               =============================
4 Changes in alpha6
6 - added "net time zone" command (tridge)
7 - pam_smbpass updates (a.bokovoy@sam-solutions.net)
8 - irix updates (herb)
9 - net rpc join handles existing machine acct (tridge)
11 Changes in alpha5
13 - added "net time" command (tridge)
14 - allow client tools to specify a hostname of form HOST#xx (tridge)
15 - added wbinfo --set-auth-user (tpot)
16 - added lsaquerysecobj to rpcclient (tpot)
18 Changes in alpha4
20 - fixed nexus/win9x user list (jfm)
21 - fixed large user/group lists in winbindd (tridge)
22 - fixed gssapi headers in redhat (jmcd)
23 - fixed rap error code handling (jra)
24 - more usermanager rpc calls (jfm)
25 - re-added RAP calls at top level to net command (tridge)
27 Changes in alpha3
29 - fixed a silly tdb bug in alpha2 that affected internal databases
31 Changes in alpha2
33 - we no longer use cyrus-sasl for LDAP SASL/gssapi. This makes our ADS
34   code much more robust.
35 - winbindd cache code rewritten to be much more efficient. It also
36   copes much better with server outages.
37 - jfm implemented full group mapping and smb.conf option 'domain admin
38   group' is now gone. Consult the GROUP-MAPPING-HOWTO.txt to know how
39   to gain back administrator rights.
40 - docs update started
41 - numerous small bugfixes
43 Changes in alpha1
45  - winbindd now uses LDAP and works correctly with an ADS server in
46    native mode
47  - XFS quotas code on Linux
48  - group mapping code from JFM
49  - "net rpc join" command replaces smbpasswd -j
50  - fixed winbind initgroups
52 --------------
54 This is a pre-release of Samba 3.0 alpha0. This is NOT a stable
55 release. Use at your own risk.
57 The purpose of this alpha release is to get wider testing of the major
58 new pieces of code in the current Samba 3.0 development tree. We are
59 planning on ceasing development on the 2.2.x release of Samba very
60 shortly and after that we will be concentrating on Samba 3.0. To
61 reduce the time before the final Samba 3.0 release we need as many
62 poeple as possible to start testing these alpha releases, and
63 hopefully giving us some high quality feedback on what needs fixing.
65 Note that Samba 3.0 is not anywhere near feature complete yet. There
66 is a lot more coding we have planned, but unless we get what we have
67 done already more widely tested we will have a hard time doing a
68 stable release in a reasonable time frame.
70 This release is also missing major pieces of documentation, and there
71 are many parts of the docs that have not been updated to reflect the
72 new options and features in 3.0. 
74 Major new features:
75 -------------------
77 - Active Directory support. This release is able to join a ADS realm
78   as a member server and authenticate users using
79   LDAP/kerberos. Please read ADS-HOWTO.txt in the release for a very
80   rough guide on how to set this up.
82 - Unicode support. Samba will now negotiate unicode on the wire and
83   interally there is now a much better infrastructure for multi-byte
84   and unicode character sets. You may need the "dos charset", "unix
85   charset" and "display charset" options. The unicode support is not
86   yet documented. 
88 - New authentication system. The internal authentication system has
89   been almost completely rewritten. Most of the changes are internal,
90   but the new auth system is also very configurable. Not documented
91   yet.
93 - new filename mangling system. The filename mangling system has been
94   completely rewritten. An internal database now stores mangling maps
95   persistantly. This needs lots of testing.
97 - new "net" command. A new "net" command has been added. It is
98   somewhat similar to the "net" command in windows. Eventually we plan
99   to replace a bunch of other utilities (such as smbpasswd) with
100   subcommands in "net", at the moment only a few things are
101   implemented.
103 - Samba now negotiates NT-style status32 codes on the wire. This
104   improves error handling a lot.
106 - better w2k printing support. The support for printing from win2000
107   clients has improved greatly. 
109 Plus lots of other changes!
111 Note that many new features are not documented. Don't let this stop
112 you from using Samba 3.0. It is particularly important that the basic
113 file/print serving abilities of Samba 3.0 are widely tested to ensure
114 that we have not broken any of the basic functionality. As we do more
115 alpha releases we will start to document the new features.
118 Reporting bugs & Development Discussion
119 ---------------------------------------
121 Please discuss this release on the samba-technical mailing list or by
122 joining the #samba-technical IRC channel on irc.openprojects.net
124 If you do report problems then please try to send high quality
125 feedback. If you don't provide vital information to help us track down
126 the problem then you will probably be ignored.