Arrgghhh the release script doesn't use the SAMBA_3_0 branch !!!!
[ira/wip.git] / WHATSNEW.txt
1               WHATS NEW IN Samba 3.0 alphaX
2               =============================
3
4 Changes in alpha20
5  - Rework the 'guest account gets RID 501' code again...
6  - Change to use NT-based session key negotiated for Win2k SPNEGO
7  - Support printer data registry keys other than the default
8    PrinterDriverData
9  - Moved internal printerdata to REGISTRY_VALUE object
10  - Corrected bug in dependentfiles list of DRIVER_INFO_3
11  - fixed logic bug in blocking locks code 
12  - Updated registry api code to work with new printer data key 
13    support
14  - Added vfstest tool
15  - round lock timeouts in lockingX upwards to multiples of 1 second
16  - Fixed bugs in Printer Change Notify code
17  - added a 'net ads lookup' command that does a CLDAP NetLogon 
18    query to a win2000 server
19  - Added script to find undocumented smb.conf parameters 
20  - Added missing parameters to smb.conf(5)
21  - receive & parse main CLDAP reply from win2k server
22  - removed "admin log" & "alternate permissions" parameters from smb.conf
23  - added a generic print_guid utility, and get the byte order handing
24  - fixed memory corruption in cli_full_connection()
25  - remove unused 'max packet' and 'packet size' options
26  - add support for the "value,OID" format described in MSDN for Printer 
27    Data values
28  - moves NT_TOKEN generation into our authentication code
29  - Update documentation build system
30  - Several fixes for IRIX compiler
31  - Correctly handle "max data count" value in smb transacts
32  - Fix for permissions error when adding/modifying using a Print
33    server handle
34  - Fix pam_smbpass to always check the return value of pdb_getsampwnam()
35  - Use the 'init' flag to determine if the UID is set, rather than testing 
36    the uid for -1
37  - Cope with non-unix accounts - we just won't get the groups for those users
38  - Add 'net rpc getsid' to fetch the PDC's SID into the local secrets.tdb.
39    Print domain SID on 'net rpc info'
40  - don't use lp_passwd_file() to retrieve NIS domain name, but use location
41    instead
42  - Various POSIX compatibility fixes
43  - Show only non-default values in testparm
44  - Fix longstanding bug in Win2k clients by clearing the shortname
45    buffer before returning ascii short name.
46  - Add example backtrace script
47  - Added NETLOGON NetServerAuthenticate3 include and parser file
48  - fix for difference in strsep and strtok semantics in nmbd
49  - Ensure we don't change to a user that we can't get an NT_TOKEN for
50  - Put back in BDC support in set_server_role()
51  - added a 'net rpc samdump' command for dumping the whole sam via
52    samsync operations (as a BDC)
53  - don't use spnego in the client unless enabled in smb.conf
54  - Added some new delta types discovered by Ronnie from ethereal
55  - Cope with negative cache dns entries better
56  - do not expose special files, only files, directories and links 
57  - attempts to simplify Samba's external lib dependencies
58  - support non-root-mode systems without getgrouplist()
59  - Some fixes for SMB signing
60  - Pass the object name down to the enum_printers client rpc
61  - add the netatalk VFS module
62  - Ensure we have at least smb_size bytes before processing a packet
63  - Allow us to "lock" printer tdb entries in memory to stop them being
64    re-used as cache
65  - fix 2 byte alignment/offset bug that prevented Win2k/XP clients
66    from receiving all the printer data in EnumPrinterDataEx()
67  - Add option to compile new sam system can be enabled with the
68    configure option --with-sam
69  - Added SGML/DocBook version of developer oriented docs to build process
70  - Return correct FILE_SUPERSEDED response
71  - Added example sam module (skeleton)
72  - Add plugin support for the sam system (based on passdb code)
73  - show builtin groups in samdump
74  - Adding samtest utility used to test sam backends
75  - fix connecting to a BDC when the PDC is down but in WINS and no bcast
76    can be used to find a BDC
77  - convert the LDAP/SASL code to use GSS-SPNEGO if possible
78  - added cli_net_auth_3 client code
79  - merge of phant0m key fix from APP_HEAD
80  - allow rpcclient's samlogon command to use cli_net_3()
81  - Added attribute specific OPEN tests 
82  - Fix bug with stat mode open being done on read-only open with
83    truncate
84  - Add lots of const casts to function parameters
85  - Implemented some more client side spoolss functions
86  - usrmgr expects unicode as ProductType
87  - Change JOB_INFO_CTR to return a pointer to an array rather than array of
88    pointers in client code
89  - Various NTLMSSP fixes
90  - fixed crash bug in cli_connection code
91  - DeletePrinterDriver[Ex]() fixes from APP_HEAD
92  - remove some inet_aton() calls for portability
93  - Set default ACB attributes on 'unixsam' accounts
94  - Add bcast_msg_flags to connection struct
95  - aggregate change notify events in the smbd sender and when transmitting
96  - Added better error code on out of space in printer spool directory
97  - Removed total jobs check - not applicable any more
98  - fixed bug in share enumeration RPC code
99  - extend the ADS_STATUS system to include NTSTATUS
100  - commit trusted domain patch n+3
101  - remove block VFS module
102  - restrict readline headers to readline.c
103  - merge of various recycle bin VFS patches
104  - Winbind client-side cleanups
105  - change parametric option name to vfs_recycle_bin it is more 
106    sane and do not pollute standard options namespace too much
107  - added --enable-python configure option for building the samba-python 
108    unit tests
109  - correct trans2 bugs in client for enumerating files/directories
110  - Re-add OS/2 EA error codes
111  - Added patch for required attributes in directory listings to reply code
112  - Fix browse synchronization bug by noticing that W2K DMB's return empty 
113    NetServerEnum2 on port 445, but not on port 139
114  - Fix semantics of AbortPrinter() spoolss call in server code
115  - Ensure we've failed a lock with a lock denied message before automatically
116    pushing it onto the blocking queue
117  - Added experimental sendfile code
118  - Initialize user_rid value in WINBIND_USERINFO structure returned by
119    the rpc version of query_user()
120  - added gencache implementation
121  - Merge the cli_shutdown change from 2_2
122  - Fixes for DeletePrinterDriverEx()
123  - Fixed alignment error in spoolss code
124  - Changed Major/Minor version info reported to Server Manager to 4.9
125  - Applied new display mode FLAGS for SWAT
126  - Update to add DEVELOPER option to more parameters
127  - Added --with-ads option, defaults to yes
128  - Added --with-ldap option to configure
129  - Add clock skew handling to our kerberos code
130  - correct race condition in password change code for out machine account
131    when a member of a domain
132  - First implementation for 'net rpc vampire'
133  - store current handle's Device Mode with print job 
134  - Move functionality to check whether entries for lp_workgroup() and
135    "BUILTIN" exist and add them if necessary from check_correct_backend_entries 
136    into sam_context_check_default_backends
137  - allow --with-krb5 to override the location of the kerberos libs on
138    redhat
139  - unlink spool file after submitting print job when using CUPS api
140  - Add framework for samtest commands
141  - Add the ability to view/set the current local domain SIDs to net command
142  - When creating a group you have to take care of the fact that the
143    underlying unix might not like the group name
144  - Don't uppercase the username and domain in a session setup
145  - Merge of "profile acls" code from SAMBA_2_2
146  - Check for existing of security descriptor in PRINTER_INFO_2 structure
147    in rpc client code
148  - Move to common user token debugging, and ensure we always print both the
149    NT_TOKEN and the unix credentials
150  - If adding a user to ldap, make sure we have the 'account' structural class,
151    or else we can't add to OpenLDAP 2.1
152  - Kill of Get_Pwnam_Modify and smb_getpwnam()
153  - add a 'ldap passwd sync' option to smb.conf
154  - Whenever we deal with adding machine/trusted domain accounts, always reset
155    the flag to what we expect
156  - Fix the circular dependency that was preventing 'domain master = auto' (the
157    default) from working
158  - move all the passdb internal interface to NTSTATUS
159  - to expand % values (ie we go \\%L\%U -> \\server\user, we don't want to
160    store \\server\user back) and to correctly notice 'not set' compared to 'null
161    string' etc.
162  - get some more of our access control bits right on the SAMR pipe
163  - Add -r parameter to smbgroupedit. With -r you can manually choose
164    a rid
165
166 Changes in alpha19
167  - Virtual registry framework with printing hooks (jerry)
168  - Heavy registry updates (jerry)
169  - Use 850 as the default DOS character set in smb.conf (tpot)
170  - printer fixes - removed encoding of queueid in job number (jra)
171  - A lot of small fixes (jra)
172  - Don't crash on setfileinfo on printer fsp(jra)
173  - fixed line buffer mode in XFILE(jra)
174  - update samba.schema from 2.2 (jerry,idra)
175  - Fix problem with oplock breaks and win2k - 
176    noticed by Lev Iserovich <lev@ciprico.com> (jra)
177  - Update smbgroupedit to document -d - thanks to metze (abartlet)
178  - Support weird behaviour used by win9x pass-through auth (abartlet,tpot)
179  - Support for duplicating stderr in log files (abartlet)
180  - Move startup time initialisation to server.c (abartlet)
181  - *A lot* of fixes and cleanups (abartlet)
182  - Fix up compiler warnings (abartlet)
183  - Few small fixes (tpot)
184  - Renamed new_cli_netlogon_* -> cli_netlogon_* (tpot)
185  - Fixed segfault in net time when host is unavailable (tridge)
186  - Ensure to be root when opening printer backend tdb (jra)
187  - Merges from APPLIANCE_HEAD (tpot,jerry)
188  - configure updates (tridge)
189  - getgrouplist() updates (tridge)
190  - Support for pdbedit to query account policy values (abartlet)
191  - Allow one to create trusting domain account using smbpasswd (mimir,abartlet)
192  - 'Net rpc trustdom list' (mimir, abartlet)
193  - Fix fallback to anonymous connection (mimir, abartlet)
194  - Fix for pdb_ldap and OpenLDAP 2.1
195  - Added support in swat to determine whether winbind is running (idra)
196  - Add 'hide unwritable' option (idra)
197  - Correct pickup of [homes] share after subsequent session setups (abartlet)
198  - Update rebind code in pdb_ldap (abartlet)
199  - Add some info levels to RPC srvsvc code - 
200    thanks to Nigel Williams" <nigel@veritas.com> (abartlet)
201  - Small doc fixes (tridge)
202  - good security patch from Timothy.Sell@unisys.com (tridge)
203  - fix minor nits in nmbd from adtam@cup.hp.com (tridge)
204  - make sure async dns nmbd child dies (tridge)
205  - interim fix for nmbd not registering DOMAIN#1b (tridge)
206  - fix for smbtar filename matching (tridge)
207  - Better quote handling in smb.conf (abartlet)
208  - Support browsers setting multiple languages in swat (idra)
209  - Changed str_list_make to be able to use a different separator string (idra)
210  - Samsync support to insert account info into the pdb (tpot)
211  - Don't hide unwritable dirs when 'hide unwritable' is enabled - 
212    suggested by Alexander Oswald <oswald@is.haw-hamburg.de> (idra)
213  - Fix for handling sparse files in smbd (tridge)
214  - Merges from 2_2 (jerry)
215  - Minor printer fixes (jerry)
216  - Add some checks to SID lookup code (abartlet)
217  - Cascaded VFS (Alexander Bokovoy, idra)
218  - Some netbios-less connections support in ADS mode (tridge)
219  - ADS tweaks (tridge)
220  - Fix plaintext passwords with win2k (tridge)
221  - 'net ads info' reports IP of LDAP server (tridge)
222  - Add some more RPC functions (jmcd)
223  - Add 'smb ports = ' option (tridge)
224  - Various small fixes (tridge)
225  - Passdb security checks (abartlet)
226  - Large winbind updates (abartlet)
227  - Moved rpc client routines from libsmb to rpc_client (tpot)
228  - Few nmbd fixes (jmcd)
229  - Fix swat to handle new debug level code (idra)
230  - Fix name length bug in namequeries (tridge)
231  - Don't have client binaries depend on libs they don't use - 
232    patch from Steve Langasek <vorlon@netexpress.net> (abartlet)
233  - Printing change notification (merged from HEAD_APPLIANCE) (jerry)
234  - fix delete printer driver (from HEAD_APPLIANCE) (jerry)
235  - Added pdb_xml and pdb_mysql (jelmer)
236  - Update pdb_test (jelmer)
237  - Fix security issues with %m (abartlet)
238  - Support for service joins from win2k AND use SPNEGO (jmcd)
239  - pdbedit -i and -e fix, add -b (idra)
240  - textdocs converted to sgml (jelmer, jerry)
241  - Merge netbios namecache code from APPLIANCE_HEAD (tpot)
242  - Fix segs in new NTLMSSP code (abartlet)
243  - Always make guest rid 501 (abartlet)
244
245 Changes in alpha18
246  - huge number of changes! really too many to list ... (and its 1am
247    here, and I'm too tired) 
248    See the cvs tree at http://build.samba.org/
249
250
251 Changes in alpha17
252 - OpenLinux packaging updates (jht)
253 - Locking updates - fix zero timeout (tridge, jra)
254 - Default ACL support (jra, based on code from Olaf Frczyk <olaf@cbk.poznan.pl>)
255 - printing updates - spoolss stuff (tpot)
256 - 'make install' directory creation fixes (abartlet)
257 - Lots of fixes for SID handling, local v domain sids etc
258 - better mangle debugging (abartlet)
259 - fixes to allow 'net' to return more than 1000 users from ADS (jmcd)
260  - winbind support to come very shortly
261 - lock some more tdbs to allow concurrent access for backups
262 - 'net' help cleanups (jmcd)
263 - 'net join' automatic transport detection
264
265 Changes in alpha16
266 - LDAP schema updates (jerry)
267 - initial ADS LDAP printer advertising (jmcd)
268 - spoolss and printing updates (tpot, jerry)
269   (the is the major update in this alpha, and work continues)
270 - Winbindd connection cache improvements (abartlet)
271 - spnego segfault fixes (abartlet)
272 - net ads segfault fixes ( Alexander Bokovoy <a.bokovoy@sam-solutions.net>)
273 - header cleanups (tpot)
274 - Serialise domain auth requests - win2k bug (tridge)
275 - fix winbind talloced memory leak (dleducq@arkoon.net, tridge)
276 - call unmangle in don_unmangle (abartlet)
277 - UTF8 Charset functions - for ADS LDAP calls (Hasch@t-online.de)
278 - Fix security tab for mapped drives on unicode clients (tridge)
279 - Better configure tests for snprintf and immidiate structures (abartlet)
280 - allow 'passdb backend = plugin : /path/to/plugin.so : plguin args'
281   (loads a passdb module) (Jelmer Vernooij <jelmer@nl.linux.org>)
282 - change the way we store our domain join info - you will need to
283 rejoin the domain (tridge)
284 - xcopy /o fixes (tridge)
285 - fix the 'convert_string' level 0 debugs.
286 - Patch for Domain users not showing up from "Ivan Zhakov" <vunny@mail.ru>
287 - tdb backup support
288 - The beginning of trusted and trusting domain support - net commands
289   (Rafal Szczesniak <mimir@diament.ists.pwr.wroc.pl>)
290 - nmbd signal processing fixes (jra)
291 - lseek-on-pipe support (jra)
292 - Allow Samba to trust NT4 Domains (abartlet)
293 - LDAPsam updates (abartlet):
294     - Now runtime selectable (when configured)
295     - ldap user suffix and ldap group suffix support.
296     - non unix account support
297     - select with 'passdb backend = ldapsam' or 'passdb backend =
298     ldapsam_nua'
299 - start to allow NT4 domains to trust Samba, netlogon fixes (abartlet)
300 - make default unix charset UTF8 (tridge)
301 - Fix SIGSEGV on error message when trying to add a user to smbpasswd
302 file without a unix account (jmcd)
303 - better detection of dead ADS connections, so we have some chance of
304 reconnecting (tridge)
305 - removed bogus prepend_domain() call which was screwing up getpwuid()
306 with the new default domain code
307 - Domain/workstation SID fixes.
308 - patch from Alexey Kotovich <a.kotovich@sam-solutions.net> that adds 
309   the security decsriptor code for ADS workstation accounts. 
310   (allow self password change, self remove) 
311   (after much review and disscussion with abartlet and tridge)
312
313 Changes in alpha15
314 - Improvements in pam_winbind/winbindd_pam.c: (abartlet)
315   - Much better error reporting
316   - Password changing is now stackable
317   - now returns multiple PAM errors based on the NTSTATUS
318     that winbind got.
319   - returns an error string the client can use in their own logs.
320 - Print form updates (tpot)
321 - added 'wbinfo --sequence' to show sequence numbers of 
322   all domains (tridge)
323 - better winbind memory mangement (tridge)
324 - make signal processing work correctly in winbindd
325   Michael Steffens <michael_steffens@hp.com>
326 - Inital ADS printer publishing work.  (jmcd)
327 - Debian packaging
328 - large debian packaging checking from Eloy. (merge by jerry)
329 - Make smbgroupedit a little easier on the user (select groups
330   by name rather than by sid) (abartlet)
331 - rework parts of smbtorture (tridge)
332
333 Changes in alpha14
334 - 'Winbind Default Domain' support:
335   This allows winbind to supply usernames without a 'DOMAIN\' 
336   prefix.  Particularly handy for shell and e-mail servers,
337   as well as Unix workstations in NT domains.
338 - Associated cleanups in winbindd and smbd.
339   (Alexander Bokovoy <a.bokovoy@sam-solutions.net> and 
340    abartlet)
341 - Winbind protocol changes for better Squid intergration
342   (current version is 3) (abartlet)
343 - pam_winbind password changing 
344   (Samuel Ziegler <sam@xpedion.com>, tpot)
345 - runtime selectable pluggable passdb interface. 
346   (abartlet)
347 - 'non unix account' support (abartlet)
348   (This allows machines and even users not to exist
349   in /etc/passwd)
350 - Inital implementation of the WINS replication deamon
351   (jfm)
352 - Changes for better winbind PDC/BDC failover support
353   (tpot)
354 - Various Winbind/ADS mode stabilty and flexablity fixes
355   (tridge)
356 - Mangle names like .bashrc properly (trige)
357 - CIFS UNIX extensions (client and server) (jra)
358 - Universal group support outside smbd (via a cache)
359   (Alexander Bokovoy <a.bokovoy@sam-solutions.net>)
360 - Write cache fixes (jra)
361
362 Changes in alpha13
363 - updates to try to get more out-of-the-box compiles
364   (mostly kerberos and ldap stuff) (various)
365 - 'net rpc shutdown' remote shutdown of servers 
366   (abartlet, original code from idra)
367 - authentication subsystem rework, including move to
368   new RPC client code (abartlet)
369 - winbind changes:
370     - use new client code (abartlet)
371     - change winbind_auth_pam_crap interface for squid's 
372       benifit. (abartlet)
373     - new interface versioning functionality (abartlet)
374     - cope better when inteface does change (tpot)
375     - better winbind trusted domain code (tpot)
376 - doc updates (jerry)
377 - new NTSTAUS -> DOS error map (abartlet)
378 - large user list (> 1500) enumeration (jra)
379 - dmalloc support (mbp)
380 - spoolss changes (tpot)
381 - talloc accounting (mbp)
382 - rename fixes (jra)
383 - smbmount trivial fixup (abartlet)
384 - start of new unix extenions to CIFS (jra) 
385
386 Changes in alpha12
387 - doc updates (jerry)
388 - store domain sid on ADS join (tridge)
389 - allow a winbind username on ADS connection (tridge)
390
391 Changes in alpha11
392 - fixed fallback to "ads server" option (tridge)
393 - fix ACL failure on HP HFS (jra)
394 - net ads password and net ads chostpass commands (Remus Koos)
395 - fixed valid char array generation (tridge)
396 - fixed QFS_INFO for win98 long filenames (tridge)
397 - added net lookup command (tridge)
398 - fixed map to guest with spnego (tridge)
399 - fixed irix warnings (tridge)
400
401
402 Changes in alpha10
403 - hide unreadable fix using acl fns (jra)
404 - lsa_open_policy cleanup (jfm)
405 - mangled directories fix (jra)
406 - fix error return on bad pipe (jra)
407 - fix homes share with no home dir (tpot)
408 - fixed handling of dead or empty domains in winbindd (tridge)
409 - added talloc torture program (mbp)
410 - talloc debug code (mbp)
411 - added trusted domains to winbindd/ADS (tridge)
412 - fix trusted domains in auth code (tridge)
413 - new gss error handling code (a.bokovoy@sam-solutions.net & tridge)
414 - support mixed ADS/NT4 domains (tridge)
415
416 Changes in alpha9
417 - nicer net error messages (tpot)
418 - trust account patches (mimir)
419 - solaris link option update (davecb)
420 - added lsa_query_secobj() server fn (jfm)
421 - spoolss changeid fix (jerry)
422 - domain auth error fix (jmcd)
423 - HPUX acl code (jra)
424 - set filetime on close fix (jra)
425 - allow select of org unit in ads join (tridge)
426
427 Changes in alpha8
428 - fixed compile of wb_client.c (tridge)
429 - fixed net time to use localtime (tridge)
430 - net help cleanups (jmcd)
431 - debug level fix (tpot)
432 - utmp string length fixes (monyo)
433
434
435 Changes in alpha7
436
437 - added "net ads info" to probe basic into on your ads server without
438   any authentication
439 - improved some error handling
440
441 Changes in alpha6
442
443 - added "net time zone" command (tridge)
444 - pam_smbpass updates (a.bokovoy@sam-solutions.net)
445 - irix updates (herb)
446 - net rpc join handles existing machine acct (tridge)
447
448 Changes in alpha5
449
450 - added "net time" command (tridge)
451 - allow client tools to specify a hostname of form HOST#xx (tridge)
452 - added wbinfo --set-auth-user (tpot)
453 - added lsaquerysecobj to rpcclient (tpot)
454
455 Changes in alpha4
456
457 - fixed nexus/win9x user list (jfm)
458 - fixed large user/group lists in winbindd (tridge)
459 - fixed gssapi headers in redhat (jmcd)
460 - fixed rap error code handling (jra)
461 - more usermanager rpc calls (jfm)
462 - re-added RAP calls at top level to net command (tridge)
463
464 Changes in alpha3
465
466 - fixed a silly tdb bug in alpha2 that affected internal databases
467
468 Changes in alpha2
469
470 - we no longer use cyrus-sasl for LDAP SASL/gssapi. This makes our ADS
471   code much more robust.
472 - winbindd cache code rewritten to be much more efficient. It also
473   copes much better with server outages.
474 - jfm implemented full group mapping and smb.conf option 'domain admin
475   group' is now gone. Consult the GROUP-MAPPING-HOWTO.txt to know how
476   to gain back administrator rights.
477 - docs update started
478 - numerous small bugfixes
479
480 Changes in alpha1
481
482  - winbindd now uses LDAP and works correctly with an ADS server in
483    native mode
484  - XFS quotas code on Linux
485  - group mapping code from JFM
486  - "net rpc join" command replaces smbpasswd -j
487  - fixed winbind initgroups
488
489 --------------
490
491 This is a pre-release of Samba 3.0 alpha0. This is NOT a stable
492 release. Use at your own risk.
493
494 The purpose of this alpha release is to get wider testing of the major
495 new pieces of code in the current Samba 3.0 development tree. We are
496 planning on ceasing development on the 2.2.x release of Samba very
497 shortly and after that we will be concentrating on Samba 3.0. To
498 reduce the time before the final Samba 3.0 release we need as many
499 poeple as possible to start testing these alpha releases, and
500 hopefully giving us some high quality feedback on what needs fixing.
501
502 Note that Samba 3.0 is not anywhere near feature complete yet. There
503 is a lot more coding we have planned, but unless we get what we have
504 done already more widely tested we will have a hard time doing a
505 stable release in a reasonable time frame.
506
507 This release is also missing major pieces of documentation, and there
508 are many parts of the docs that have not been updated to reflect the
509 new options and features in 3.0. 
510
511 Major new features:
512 -------------------
513
514 - Active Directory support. This release is able to join a ADS realm
515   as a member server and authenticate users using
516   LDAP/kerberos. Please read ADS-HOWTO.txt in the release for a very
517   rough guide on how to set this up.
518
519 - Unicode support. Samba will now negotiate unicode on the wire and
520   interally there is now a much better infrastructure for multi-byte
521   and unicode character sets. You may need the "dos charset", "unix
522   charset" and "display charset" options. The unicode support is not
523   yet documented. 
524
525 - New authentication system. The internal authentication system has
526   been almost completely rewritten. Most of the changes are internal,
527   but the new auth system is also very configurable. Not documented
528   yet.
529
530 - new filename mangling system. The filename mangling system has been
531   completely rewritten. An internal database now stores mangling maps
532   persistantly. This needs lots of testing.
533
534 - new "net" command. A new "net" command has been added. It is
535   somewhat similar to the "net" command in windows. Eventually we plan
536   to replace a bunch of other utilities (such as smbpasswd) with
537   subcommands in "net", at the moment only a few things are
538   implemented.
539
540 - Samba now negotiates NT-style status32 codes on the wire. This
541   improves error handling a lot.
542
543 - better w2k printing support. The support for printing from win2000
544   clients has improved greatly. 
545
546 Plus lots of other changes!
547
548 Note that many new features are not documented. Don't let this stop
549 you from using Samba 3.0. It is particularly important that the basic
550 file/print serving abilities of Samba 3.0 are widely tested to ensure
551 that we have not broken any of the basic functionality. As we do more
552 alpha releases we will start to document the new features.
553
554
555 Reporting bugs & Development Discussion
556 ---------------------------------------
557
558 Please discuss this release on the samba-technical mailing list or by
559 joining the #samba-technical IRC channel on irc.openprojects.net
560
561 If you do report problems then please try to send high quality
562 feedback. If you don't provide vital information to help us track down
563 the problem then you will probably be ignored.
564