Add UNUSED(paramname) macro to be used in parameter lists, to quieten
[ira/wip.git] / WHATSNEW.txt
1               WHATS NEW IN Samba 3.0 alphaX
2               =============================
3
4 Changes in alpha12
5 - doc updates (jerry)
6 - store domain sid on ADS join (tridge)
7 - allow a winbind username on ADS connection (tridge)
8
9 Changes in alpha11
10 - fixed fallback to "ads server" option (tridge)
11 - fix ACL failure on HP HFS (jra)
12 - net ads password and net ads chostpass commands (Remus Koos)
13 - fixed valid char array generation (tridge)
14 - fixed QFS_INFO for win98 long filenames (tridge)
15 - added net lookup command (tridge)
16 - fixed map to guest with spnego (tridge)
17 - fixed irix warnings (tridge)
18
19
20 Changes in alpha10
21 - hide unreadable fix using acl fns (jra)
22 - lsa_open_policy cleanup (jfm)
23 - mangled directories fix (jra)
24 - fix error return on bad pipe (jra)
25 - fix homes share with no home dir (tpot)
26 - fixed handling of dead or empty domains in winbindd (tridge)
27 - added talloc torture program (mbp)
28 - talloc debug code (mbp)
29 - added trusted domains to winbindd/ADS (tridge)
30 - fix trusted domains in auth code (tridge)
31 - new gss error handling code (a.bokovoy@sam-solutions.net & tridge)
32 - support mixed ADS/NT4 domains (tridge)
33
34 Changes in alpha9
35 - nicer net error messages (tpot)
36 - trust account patches (mimir)
37 - solaris link option update (davecb)
38 - added lsa_query_secobj() server fn (jfm)
39 - spoolss changeid fix (jerry)
40 - domain auth error fix (jmcd)
41 - HPUX acl code (jra)
42 - set filetime on close fix (jra)
43 - allow select of org unit in ads join (tridge)
44
45 Changes in alpha8
46 - fixed compile of wb_client.c (tridge)
47 - fixed net time to use localtime (tridge)
48 - net help cleanups (jmcd)
49 - debug level fix (tpot)
50 - utmp string length fixes (monyo)
51
52
53 Changes in alpha7
54
55 - added "net ads info" to probe basic into on your ads server without
56   any authentication
57 - improved some error handling
58
59 Changes in alpha6
60
61 - added "net time zone" command (tridge)
62 - pam_smbpass updates (a.bokovoy@sam-solutions.net)
63 - irix updates (herb)
64 - net rpc join handles existing machine acct (tridge)
65
66 Changes in alpha5
67
68 - added "net time" command (tridge)
69 - allow client tools to specify a hostname of form HOST#xx (tridge)
70 - added wbinfo --set-auth-user (tpot)
71 - added lsaquerysecobj to rpcclient (tpot)
72
73 Changes in alpha4
74
75 - fixed nexus/win9x user list (jfm)
76 - fixed large user/group lists in winbindd (tridge)
77 - fixed gssapi headers in redhat (jmcd)
78 - fixed rap error code handling (jra)
79 - more usermanager rpc calls (jfm)
80 - re-added RAP calls at top level to net command (tridge)
81
82 Changes in alpha3
83
84 - fixed a silly tdb bug in alpha2 that affected internal databases
85
86 Changes in alpha2
87
88 - we no longer use cyrus-sasl for LDAP SASL/gssapi. This makes our ADS
89   code much more robust.
90 - winbindd cache code rewritten to be much more efficient. It also
91   copes much better with server outages.
92 - jfm implemented full group mapping and smb.conf option 'domain admin
93   group' is now gone. Consult the GROUP-MAPPING-HOWTO.txt to know how
94   to gain back administrator rights.
95 - docs update started
96 - numerous small bugfixes
97
98 Changes in alpha1
99
100  - winbindd now uses LDAP and works correctly with an ADS server in
101    native mode
102  - XFS quotas code on Linux
103  - group mapping code from JFM
104  - "net rpc join" command replaces smbpasswd -j
105  - fixed winbind initgroups
106
107 --------------
108
109 This is a pre-release of Samba 3.0 alpha0. This is NOT a stable
110 release. Use at your own risk.
111
112 The purpose of this alpha release is to get wider testing of the major
113 new pieces of code in the current Samba 3.0 development tree. We are
114 planning on ceasing development on the 2.2.x release of Samba very
115 shortly and after that we will be concentrating on Samba 3.0. To
116 reduce the time before the final Samba 3.0 release we need as many
117 poeple as possible to start testing these alpha releases, and
118 hopefully giving us some high quality feedback on what needs fixing.
119
120 Note that Samba 3.0 is not anywhere near feature complete yet. There
121 is a lot more coding we have planned, but unless we get what we have
122 done already more widely tested we will have a hard time doing a
123 stable release in a reasonable time frame.
124
125 This release is also missing major pieces of documentation, and there
126 are many parts of the docs that have not been updated to reflect the
127 new options and features in 3.0. 
128
129 Major new features:
130 -------------------
131
132 - Active Directory support. This release is able to join a ADS realm
133   as a member server and authenticate users using
134   LDAP/kerberos. Please read ADS-HOWTO.txt in the release for a very
135   rough guide on how to set this up.
136
137 - Unicode support. Samba will now negotiate unicode on the wire and
138   interally there is now a much better infrastructure for multi-byte
139   and unicode character sets. You may need the "dos charset", "unix
140   charset" and "display charset" options. The unicode support is not
141   yet documented. 
142
143 - New authentication system. The internal authentication system has
144   been almost completely rewritten. Most of the changes are internal,
145   but the new auth system is also very configurable. Not documented
146   yet.
147
148 - new filename mangling system. The filename mangling system has been
149   completely rewritten. An internal database now stores mangling maps
150   persistantly. This needs lots of testing.
151
152 - new "net" command. A new "net" command has been added. It is
153   somewhat similar to the "net" command in windows. Eventually we plan
154   to replace a bunch of other utilities (such as smbpasswd) with
155   subcommands in "net", at the moment only a few things are
156   implemented.
157
158 - Samba now negotiates NT-style status32 codes on the wire. This
159   improves error handling a lot.
160
161 - better w2k printing support. The support for printing from win2000
162   clients has improved greatly. 
163
164 Plus lots of other changes!
165
166 Note that many new features are not documented. Don't let this stop
167 you from using Samba 3.0. It is particularly important that the basic
168 file/print serving abilities of Samba 3.0 are widely tested to ensure
169 that we have not broken any of the basic functionality. As we do more
170 alpha releases we will start to document the new features.
171
172
173 Reporting bugs & Development Discussion
174 ---------------------------------------
175
176 Please discuss this release on the samba-technical mailing list or by
177 joining the #samba-technical IRC channel on irc.openprojects.net
178
179 If you do report problems then please try to send high quality
180 feedback. If you don't provide vital information to help us track down
181 the problem then you will probably be ignored.
182