sync 3_0 branch with HEAD
[samba.git] / WHATSNEW.txt
1               WHATS NEW IN Samba 3.0 alphaX
2               =============================
3
4 Changes in alpha18
5  - huge number of changes! really too many to list ... (and its 1am
6    here, and I'm too tired) 
7    See the cvs tree at http://build.samba.org/
8
9
10 Changes in alpha17
11 - OpenLinux packaging updates (jht)
12 - Locking updates - fix zero timeout (tridge, jra)
13 - Default ACL support (jra, based on code from Olaf Frczyk <olaf@cbk.poznan.pl>)
14 - printing updates - spoolss stuff (tpot)
15 - 'make install' directory creation fixes (abartlet)
16 - Lots of fixes for SID handling, local v domain sids etc
17 - better mangle debugging (abartlet)
18 - fixes to allow 'net' to return more than 1000 users from ADS (jmcd)
19  - winbind support to come very shortly
20 - lock some more tdbs to allow concurrent access for backups
21 - 'net' help cleanups (jmcd)
22 - 'net join' automatic transport detection
23
24 Changes in alpha16
25 - LDAP schema updates (jerry)
26 - initial ADS LDAP printer advertising (jmcd)
27 - spoolss and printing updates (tpot, jerry)
28   (the is the major update in this alpha, and work continues)
29 - Winbindd connection cache improvements (abartlet)
30 - spnego segfault fixes (abartlet)
31 - net ads segfault fixes ( Alexander Bokovoy <a.bokovoy@sam-solutions.net>)
32 - header cleanups (tpot)
33 - Serialise domain auth requests - win2k bug (tridge)
34 - fix winbind talloced memory leak (dleducq@arkoon.net, tridge)
35 - call unmangle in don_unmangle (abartlet)
36 - UTF8 Charset functions - for ADS LDAP calls (Hasch@t-online.de)
37 - Fix security tab for mapped drives on unicode clients (tridge)
38 - Better configure tests for snprintf and immidiate structures (abartlet)
39 - allow 'passdb backend = plugin : /path/to/plugin.so : plguin args'
40   (loads a passdb module) (Jelmer Vernooij <jelmer@nl.linux.org>)
41 - change the way we store our domain join info - you will need to
42 rejoin the domain (tridge)
43 - xcopy /o fixes (tridge)
44 - fix the 'convert_string' level 0 debugs.
45 - Patch for Domain users not showing up from "Ivan Zhakov" <vunny@mail.ru>
46 - tdb backup support
47 - The beginning of trusted and trusting domain support - net commands
48   (Rafal Szczesniak <mimir@diament.ists.pwr.wroc.pl>)
49 - nmbd signal processing fixes (jra)
50 - lseek-on-pipe support (jra)
51 - Allow Samba to trust NT4 Domains (abartlet)
52 - LDAPsam updates (abartlet):
53     - Now runtime selectable (when configured)
54     - ldap user suffix and ldap group suffix support.
55     - non unix account support
56     - select with 'passdb backend = ldapsam' or 'passdb backend =
57     ldapsam_nua'
58 - start to allow NT4 domains to trust Samba, netlogon fixes (abartlet)
59 - make default unix charset UTF8 (tridge)
60 - Fix SIGSEGV on error message when trying to add a user to smbpasswd
61 file without a unix account (jmcd)
62 - better detection of dead ADS connections, so we have some chance of
63 reconnecting (tridge)
64 - removed bogus prepend_domain() call which was screwing up getpwuid()
65 with the new default domain code
66 - Domain/workstation SID fixes.
67 - patch from Alexey Kotovich <a.kotovich@sam-solutions.net> that adds 
68   the security decsriptor code for ADS workstation accounts. 
69   (allow self password change, self remove) 
70   (after much review and disscussion with abartlet and tridge)
71
72 Changes in alpha15
73 - Improvements in pam_winbind/winbindd_pam.c: (abartlet)
74   - Much better error reporting
75   - Password changing is now stackable
76   - now returns multiple PAM errors based on the NTSTATUS
77     that winbind got.
78   - returns an error string the client can use in their own logs.
79 - Print form updates (tpot)
80 - added 'wbinfo --sequence' to show sequence numbers of 
81   all domains (tridge)
82 - better winbind memory mangement (tridge)
83 - make signal processing work correctly in winbindd
84   Michael Steffens <michael_steffens@hp.com>
85 - Inital ADS printer publishing work.  (jmcd)
86 - Debian packaging
87 - large debian packaging checking from Eloy. (merge by jerry)
88 - Make smbgroupedit a little easier on the user (select groups
89   by name rather than by sid) (abartlet)
90 - rework parts of smbtorture (tridge)
91
92 Changes in alpha14
93 - 'Winbind Default Domain' support:
94   This allows winbind to supply usernames without a 'DOMAIN\' 
95   prefix.  Particularly handy for shell and e-mail servers,
96   as well as Unix workstations in NT domains.
97 - Associated cleanups in winbindd and smbd.
98   (Alexander Bokovoy <a.bokovoy@sam-solutions.net> and 
99    abartlet)
100 - Winbind protocol changes for better Squid intergration
101   (current version is 3) (abartlet)
102 - pam_winbind password changing 
103   (Samuel Ziegler <sam@xpedion.com>, tpot)
104 - runtime selectable pluggable passdb interface. 
105   (abartlet)
106 - 'non unix account' support (abartlet)
107   (This allows machines and even users not to exist
108   in /etc/passwd)
109 - Inital implementation of the WINS replication deamon
110   (jfm)
111 - Changes for better winbind PDC/BDC failover support
112   (tpot)
113 - Various Winbind/ADS mode stabilty and flexablity fixes
114   (tridge)
115 - Mangle names like .bashrc properly (trige)
116 - CIFS UNIX extensions (client and server) (jra)
117 - Universal group support outside smbd (via a cache)
118   (Alexander Bokovoy <a.bokovoy@sam-solutions.net>)
119 - Write cache fixes (jra)
120
121 Changes in alpha13
122 - updates to try to get more out-of-the-box compiles
123   (mostly kerberos and ldap stuff) (various)
124 - 'net rpc shutdown' remote shutdown of servers 
125   (abartlet, original code from idra)
126 - authentication subsystem rework, including move to
127   new RPC client code (abartlet)
128 - winbind changes:
129     - use new client code (abartlet)
130     - change winbind_auth_pam_crap interface for squid's 
131       benifit. (abartlet)
132     - new interface versioning functionality (abartlet)
133     - cope better when inteface does change (tpot)
134     - better winbind trusted domain code (tpot)
135 - doc updates (jerry)
136 - new NTSTAUS -> DOS error map (abartlet)
137 - large user list (> 1500) enumeration (jra)
138 - dmalloc support (mbp)
139 - spoolss changes (tpot)
140 - talloc accounting (mbp)
141 - rename fixes (jra)
142 - smbmount trivial fixup (abartlet)
143 - start of new unix extenions to CIFS (jra) 
144
145 Changes in alpha12
146 - doc updates (jerry)
147 - store domain sid on ADS join (tridge)
148 - allow a winbind username on ADS connection (tridge)
149
150 Changes in alpha11
151 - fixed fallback to "ads server" option (tridge)
152 - fix ACL failure on HP HFS (jra)
153 - net ads password and net ads chostpass commands (Remus Koos)
154 - fixed valid char array generation (tridge)
155 - fixed QFS_INFO for win98 long filenames (tridge)
156 - added net lookup command (tridge)
157 - fixed map to guest with spnego (tridge)
158 - fixed irix warnings (tridge)
159
160
161 Changes in alpha10
162 - hide unreadable fix using acl fns (jra)
163 - lsa_open_policy cleanup (jfm)
164 - mangled directories fix (jra)
165 - fix error return on bad pipe (jra)
166 - fix homes share with no home dir (tpot)
167 - fixed handling of dead or empty domains in winbindd (tridge)
168 - added talloc torture program (mbp)
169 - talloc debug code (mbp)
170 - added trusted domains to winbindd/ADS (tridge)
171 - fix trusted domains in auth code (tridge)
172 - new gss error handling code (a.bokovoy@sam-solutions.net & tridge)
173 - support mixed ADS/NT4 domains (tridge)
174
175 Changes in alpha9
176 - nicer net error messages (tpot)
177 - trust account patches (mimir)
178 - solaris link option update (davecb)
179 - added lsa_query_secobj() server fn (jfm)
180 - spoolss changeid fix (jerry)
181 - domain auth error fix (jmcd)
182 - HPUX acl code (jra)
183 - set filetime on close fix (jra)
184 - allow select of org unit in ads join (tridge)
185
186 Changes in alpha8
187 - fixed compile of wb_client.c (tridge)
188 - fixed net time to use localtime (tridge)
189 - net help cleanups (jmcd)
190 - debug level fix (tpot)
191 - utmp string length fixes (monyo)
192
193
194 Changes in alpha7
195
196 - added "net ads info" to probe basic into on your ads server without
197   any authentication
198 - improved some error handling
199
200 Changes in alpha6
201
202 - added "net time zone" command (tridge)
203 - pam_smbpass updates (a.bokovoy@sam-solutions.net)
204 - irix updates (herb)
205 - net rpc join handles existing machine acct (tridge)
206
207 Changes in alpha5
208
209 - added "net time" command (tridge)
210 - allow client tools to specify a hostname of form HOST#xx (tridge)
211 - added wbinfo --set-auth-user (tpot)
212 - added lsaquerysecobj to rpcclient (tpot)
213
214 Changes in alpha4
215
216 - fixed nexus/win9x user list (jfm)
217 - fixed large user/group lists in winbindd (tridge)
218 - fixed gssapi headers in redhat (jmcd)
219 - fixed rap error code handling (jra)
220 - more usermanager rpc calls (jfm)
221 - re-added RAP calls at top level to net command (tridge)
222
223 Changes in alpha3
224
225 - fixed a silly tdb bug in alpha2 that affected internal databases
226
227 Changes in alpha2
228
229 - we no longer use cyrus-sasl for LDAP SASL/gssapi. This makes our ADS
230   code much more robust.
231 - winbindd cache code rewritten to be much more efficient. It also
232   copes much better with server outages.
233 - jfm implemented full group mapping and smb.conf option 'domain admin
234   group' is now gone. Consult the GROUP-MAPPING-HOWTO.txt to know how
235   to gain back administrator rights.
236 - docs update started
237 - numerous small bugfixes
238
239 Changes in alpha1
240
241  - winbindd now uses LDAP and works correctly with an ADS server in
242    native mode
243  - XFS quotas code on Linux
244  - group mapping code from JFM
245  - "net rpc join" command replaces smbpasswd -j
246  - fixed winbind initgroups
247
248 --------------
249
250 This is a pre-release of Samba 3.0 alpha0. This is NOT a stable
251 release. Use at your own risk.
252
253 The purpose of this alpha release is to get wider testing of the major
254 new pieces of code in the current Samba 3.0 development tree. We are
255 planning on ceasing development on the 2.2.x release of Samba very
256 shortly and after that we will be concentrating on Samba 3.0. To
257 reduce the time before the final Samba 3.0 release we need as many
258 poeple as possible to start testing these alpha releases, and
259 hopefully giving us some high quality feedback on what needs fixing.
260
261 Note that Samba 3.0 is not anywhere near feature complete yet. There
262 is a lot more coding we have planned, but unless we get what we have
263 done already more widely tested we will have a hard time doing a
264 stable release in a reasonable time frame.
265
266 This release is also missing major pieces of documentation, and there
267 are many parts of the docs that have not been updated to reflect the
268 new options and features in 3.0. 
269
270 Major new features:
271 -------------------
272
273 - Active Directory support. This release is able to join a ADS realm
274   as a member server and authenticate users using
275   LDAP/kerberos. Please read ADS-HOWTO.txt in the release for a very
276   rough guide on how to set this up.
277
278 - Unicode support. Samba will now negotiate unicode on the wire and
279   interally there is now a much better infrastructure for multi-byte
280   and unicode character sets. You may need the "dos charset", "unix
281   charset" and "display charset" options. The unicode support is not
282   yet documented. 
283
284 - New authentication system. The internal authentication system has
285   been almost completely rewritten. Most of the changes are internal,
286   but the new auth system is also very configurable. Not documented
287   yet.
288
289 - new filename mangling system. The filename mangling system has been
290   completely rewritten. An internal database now stores mangling maps
291   persistantly. This needs lots of testing.
292
293 - new "net" command. A new "net" command has been added. It is
294   somewhat similar to the "net" command in windows. Eventually we plan
295   to replace a bunch of other utilities (such as smbpasswd) with
296   subcommands in "net", at the moment only a few things are
297   implemented.
298
299 - Samba now negotiates NT-style status32 codes on the wire. This
300   improves error handling a lot.
301
302 - better w2k printing support. The support for printing from win2000
303   clients has improved greatly. 
304
305 Plus lots of other changes!
306
307 Note that many new features are not documented. Don't let this stop
308 you from using Samba 3.0. It is particularly important that the basic
309 file/print serving abilities of Samba 3.0 are widely tested to ensure
310 that we have not broken any of the basic functionality. As we do more
311 alpha releases we will start to document the new features.
312
313
314 Reporting bugs & Development Discussion
315 ---------------------------------------
316
317 Please discuss this release on the samba-technical mailing list or by
318 joining the #samba-technical IRC channel on irc.openprojects.net
319
320 If you do report problems then please try to send high quality
321 feedback. If you don't provide vital information to help us track down
322 the problem then you will probably be ignored.
323