r1918: revert the passdb.c change; fix typos in release notes; add guenther's fix...
[Samba.git] / WHATSNEW.txt
blob8aea1b6bd31113e0241a559083418153e32758c6
1                   =============================
2                   Release Notes for Samba 3.0.6
3                             Aug 19, 2004
4                   =============================
6 This is the latest stable release of Samba. This is the version
7 that production Samba servers should be running for all
8 current bug-fixes.  There have been several issues fixes since
9 the 3.0.4/5 release and new features have been added as well.
10 See the "Changes" section for details on exact updates.
12 Common bugs fixed in 3.0.6 include:
14   o Schannel failure in winbindd.
15   o Numerous memory leaks.
16   o Incompatibilities between the 'write list' and 'force user'
17     smb.conf options.
18   o Premature optimization of the open_directory() internal 
19     function that broke tools such as the ArcServe backup 
20     agent, Macromedia HomeSite, and Robocopy.
21   o Corrupt workgroup names in nmbd's browse.dat.
22   o Sharing violation errors commonly seen when opening
23     when serving Microsoft Office documents from a Samba 
24     file share.
25   o Browsing problems caused by an apostrophe (') in the 
26     computer's description field.
27   o Problems creating special file types from UNIX CIFS 
28     clients and enabling 'unix extensions'.
29   o Fix stalls in smbd caused by inaccessible LDAP servers.
30   o Remove various memory leaks.
31   o Fix issues in the password lockout feature.
33 New features introduced in this release include:
35   O Support symlinks created by CIFS clients which 
36     can be followed on the server.
37   o Using a cups server other than localhost.
38   o Maintaining the service principal entry in the system 
39     keytab for integration with other kerberized services.
40     Please refer to the 'use kerberos keytab' entry in 
41     smb.conf(5).  When using the heimdal kerberos libraries,
42     you must also specify the following in /etc/krb5.conf:
43     [libdefaults]
44        default_keytab_name = FILE:/etc/krb5.keytab
45   o Support for maintaining individual printer names
46     stored separately from the printer's sharename.
47   o Support for maintaining user password history.
48   o Support for honoring the logon times for user in a 
49     Samba domain.
51 --------------------------------------------
52 unix extensions = yes (default) and symlinks
53 --------------------------------------------
55 Beginning with Samba 3.0.6pre1 (formerly known as 3.0.5pre1), 
56 clients supporting the UNIX extensions to the CIFS protocol 
57 can create symlinks to absolute paths which will be **followed** 
58 by the server.  This functionality has been requested in order 
59 to correctly support certain applications when the user's home 
60 directory is mounted using some type of CIFS client (e.g. the 
61 cifsvfs in the Linux 2.6 kernel).
63 If this behavior is not acceptable for your production environment
64 you can set 'wide links = no' in the specific share declaration in 
65 the server's smb.conf.  Be aware that disabling wide link support 
66 out of a share in Samba may impact the server's performance due 
67 to the fact that smbd will now have to check each path additional 
68 times before traversing it.
69   
70 ------------------------
71 Password History Support 
72 ------------------------
74 The new password history feature allows smbd to check the new 
75 password in password change requests against a list of the user's
76 previous passwords.  The number of previous passwords to save can 
77 be set using pdbedit (4 in this example):
79    root# pdbedit -P "password history" -C 4
81 When using the ldapsam passdb backend, it is vital to secure the 
82 following attributes from access by non-administrative users:
84    * sambaNTPassword
85    * sambaLMPassword
86    * sambaPasswordHistory
88 You should refer to your directory server's documentation on how 
89 to implement this restriction.
90   
92 ######################################################################
93 Changes
94 #######
96 Changes since 3.0.6rc2
97 ----------------------
99 o   Jeremy Allison <jra@samba.org>
100     * Ensure we return the same ACL revision on the wire that 
101       W2K3 does.
102     * BUG 1578: Hardcode replacement for invalid characters as '_'
103       (based on fix from Alexander E. Patrakov <patrakov@ums.usu.ru>).
104     * Fix hashed password history for LDAP backends.
105     * Enforce logon hours restrictions if confiogured (based on code 
106       from Richard Renard <rrenard@idealx.com>).
107     * BUG 1606: Force smbd to disable sendfile with DOS clients 
108       and ensure that the chained header is filled in for ...&X 
109       commands.
110     * BUG 1602: Fix access to shares when all symlink support 
111       has been disabled.
114 o   Gerald (Jerry) Carter <jerry@samba.org>
115     * Tighten the cache consistency with the ntprinters.tdb entry 
116       an the in memory cache associated with open printer handles.
117     * Make sure that register_messages_flags() doesn't overwrite 
118       the originally registered flags.
121 o   Guenther Deschner <gd@sernet.de>
122     * Correct infinite loop in pam_winbind's verification of 
123       group membership in the 'other sids' field in the user_info3 
124       struct.
127 o   Steve French <sfrench@us.ibm.com>
128     * prevent infinite recusion in reopen_logs() when expanding 
129       the smb.conf variable %I.
130       
132 o   Volker Lendecke <vl@samba.org>
133     * Improved NT->AFS ACL mapping VFS module.
136 o   Lars Mueller <lmuelle@suse.de>
137     * Fix compiler warnings in the kerberos client code.
138     
140 o   James Peach <jpeach@sgi.com>
141     * Prevent smbd from attempting to use sendfile at all if it is not
142       supported by the server's OS.
143     * Allow SWAT to search for index.html when serving html files 
144       in a directory.
147 o   Jelmer Vernooij <jelmer@samba.org>
148     * BUG 1474: Fix build of --with-expsam stuff on Solaris.
151 Changes since 3.0.5
152 -------------------
154 smb.conf changes
155 ----------------
157     Parameter Name              Action
158     --------------              ------
159     cups server                 New
160     defer sharing violations    New
161     force unknown acl user      New
162     ldap timeout                New
163     printcap cache time         New
164     use kerberos keytab         New
165     
166 commits
167 -------
168 o   Jeremy Allison <jra@samba.org> 
169     * Correct path parsing bug that broke DeletePrinterDriverEx().
170     * Fix bugs in check_path_syntax() caught by asserts.
171     * Internal change - rearrange internal global case setting 
172       variables to a per connection basis.
173     * BUG 1345: Fix premature optimization in unix_convert(). 
174     * Allow clients to truncate a locked file.
175     * BUG 1319: Always check to see if a user as write access
176       to a share, even when 'force user' is set.
177     * Fix specific case of open that doesn't cause oplock break, 
178       or share mode check.
179     * Correct sid type is WKN_GROUP, not alias. Added some 
180       more known types (inspired by patch from Jianliang Lu).
181     * Allow creation of absolute symlink paths via CIFS clients.
182     * Fix charset bug in when invoking send_mailslot().
183     * When using widelinks = no, use realpath to canonicalize 
184       the connection path on connection create for the user. 
185     * Enhance stat open code.
186     * Fix unix extensions mknod code path.
187     * Allow unix domain socket creation via unix extensions.
188     * Auto disable the 'store dos attribute' parameter if the 
189       underlying filesystem doesn't support EAs.
190     * Implement deferred open code to fix a bug with Excel files 
191       on Samba shares.
192     * BUG 1427: Catch bad path errors at the right point.  Ensure 
193       all our pathname parsing is consistent.
194     * Fix SMB signing error introduced by the new deferred open 
195       code.
196     * Change default setting for case sensitivity to "auto". (see 
197       commit message -- r1154 -- for details).
198     * Add new remote client arch -- CIFSFS.
199     * Allow smbd to maintain the service principal entry in the 
200       system keytab file (based on patch Dan Perry <dperry@pppl.gov>, 
201       Guenther Deschner, et. al.).
202     * Fix longstanding memleak bug with logfile name.
203     * Fix incorrect type in printer publishing (struct uuid, 
204       not UUID_FLAT).
205     * Heimdal compile fixes after introduction of the new ketyab 
206       feature.
207     * Ensure we check attributes correctly on rename request.
208     * Ensure we defer a sharing violation on rename correctly.
209     * BUG 607: Ensure we remove DNS and DNSFAIL records immediately 
210       on timeout.
211     * Fix bogus error message when using "mangling method = hash" 
212       rather than hash2.
213     * Turn on sendfile by default for non-Win9x clients.
214     * Handle non-io opens that cause oplock breaks correctly.
215     * Ensure ldap replication sleep time is not more than 5 seconds.
216     * Add support for storing a user's password history.
217       LDAP portion of the code was based on a patch from 
218       Jianliang Lu <j.lu@tiesse.com>.
219     * Correct memory leaks found in the password change code.
220     * Fix support for the mknod command with the Linux CIFS client.
221     * Remove support for passing the new password to smbpasswd 
222       on the command line without using the -s option.
223     * Ensure home directory service number is correctly reused
224       (inspired by patches from Michael Collin Nielsen 
225       <michael@hum.aau.dk>).
226     * Fix to stop printing accounts from resetting the bas 
227       password and account lockout flags.
228     * If a account was locked out by an admin (and has a bad 
229       password count of zero) leave it locked out until an admin 
230       unlocks it (but log a message).
233 o   Tom Alsberg <alsbergt@cs.huji.ac.il>
234     * Allow pdbedit to export a single user from a passdb backend.
235     
237 o   Andrew Bartlett <abartlet@samba.org>  
238     * Fix parsing bug in GetDomPwInfo().
239     * Fix segfault in 'ntlm_auth --diagnostics'.
240     * Re-enable code to allow sid_to_gid() to perform a group 
241       mapping lookup before checking with winbindd.
242     * Fix memory leak in the trans2 signing code.
243     * Allow more flexible GSS-SPENGO client and server operation 
244       in ntlm_auth.
245     * Improve smbd's internal random number generation.
246     * Fix a few outstanding long password changes in smbd.
247     * Fix LANMAN2 session setup code.
250 o   Eric Boehm <boehm@nortelnetworks.com>
251     BUG 703: Final touches on netgroup case lookups.
252     
253     
254 o   Jerome Borsboom <j.borsboom@erasmusmc.nl>
255     * Ensure error status codes don't get overwritten in 
256       lsa_lookup_sids() server code.
257     * Correct bug that caused smbd to overwrite certain error 
258       codes when returning up the call stack.
259     * Ensure the correct sid type returned for builtin sids.
262 o   Gerald Carter <jerry@samba.org>
263     * Fix a few bugs in the Fedora Packaging files.
264     * Fix for setting the called name to by our IP if the 
265       called name was *SMBSERVER and *SMBSERV.   Fixes issue 
266       with connecting to printers via \\ip.ad.dr.ess\printer 
267       UNC path.
268     * BUG 1315: fix for schannel client connections to servers
269       when we haven't specifically negotiated AUTH_PIPE_SEAL.
270     * Allow PrinterDriverData valuenames with embedded backslashes
271       (Fixes bug with one of the Konica Fiery drivers).
272     * Fixed string length miscalculation in netbios names that 
273       resulted in corrupt workgroup names in browse.dat.
274     * When running smbd as a daemon, launch child smbd to update 
275       the lpq cache listing in the background.
276     * Allow printers "Printers..." folder to be renamed to a string 
277       other than the share name.
278     * Allow winbindd to use domain trust account passwords when 
279       running on a Samba DC to establish an schannel to remote 
280       domains.
281     * Fix bad merge and ensure that we always use tdb_open_log() 
282       instead of tdb_open_ex() (the former call enforce the 'use 
283       mmap' parameter).
284     * BUG 1221: revert old change that used single and double 
285       quotes as delimeters in next_token(), and change 
286       print_parameter() to print out parm values surrounded by 
287       double quotes (instead of single quotes).
288     * Prevent home directories added during the SMBsesssetup&X from 
289       being removed as unused services.
290     * Invalidate the print object cache for open printer handles when
291       smbd receives a message that an attribute on a given printer 
292       has been changed.
293     * Cause the configure script to exit if --enable-cups[=yes] is 
294       defined and the system does not have the cups devel files 
295       installed.
296     * BUG 1297: Prevent map_username() from being called twice 
297       during logon.
298     * Ensure that we use the userPrincipalName AD attribute 
299       value for LDAP SASL binds.
300     * Ensure we remove the tdb entry when deleting a job that 
301       is being spooled.
302     * BUG 1520: Work around bug in Windows XP SP2 RC2 where the 
303       client sends a FindNextPrintChangeNotify() request without 
304       previously sending a FindFirstPrintChangeNotify().  Return 
305       the same error code as Windows 2000 SP4.
306     * BUG 1516: Manually declare ldap_open_with_timeout() to 
307       workaround compiler errors on IRIX (or other systems without 
308       LDAP headers).
309     * Merge security fixes for CAN-2004-0600, CAN-2004-0686 from 
310       3.0.5.
311     * Corrected syntax error in the OID for sambaUnixIdPool, 
312       sambaSidEntry, & sambaIdmapEntry object classes.
315 o   Fabien Chevalier <fabien.chevalier@supelec.fr>
316     * Debian BUG 252591: Ensure that the return value from the 
317       number of available interfaces is initialized in case no 
318       interfaces are actually available.
321 o   Guenther Deschner <gd@sernet.de> 
322     * Implement 'rpcclient setprintername'.
323     * Add local groups to the user's NT_TOKEN since they are 
324       actually supported now.
325     * Heimdal compile fixes after introduction of the new keytab 
326       feature.
327     * Correctly honor the info level parameter in 'rpcclient 
328       enumprinters'.
329     * Reintroduce 'force unknown acl user' parameter.  When getting a 
330       security descriptor for a file, if the owner sid is not known, 
331       the owner uid is set to the current uid. Same for group sid.
332     * Ensure that REG_SZ values in the SetPrinterData actually 
333       get written in UNICODE strings rather than ASCII.
334     * Ensure that the last kerberos error return is not invalid.
335     * Display share ACL entries from rpcclient.
338 o   Fabian Franz <FabianFranz@gmx.de>
339     * Support specifying a port in the device URL passed to smbspool.
340     
341     
342 o   Steve French <sfrench@us.ibm.com>
343     * Handle -S and user mount parms in mount.cifs.
344     * Fix user unmount of shares mount with suid mount.cifs.
347 o   Bjoern Jacke <bj@sernet.de>
348     * Install libsmbclient into $(LIBDIR), not into hard coded 
349       ${prefix}/lib. This helps amd64 systems with /lib and /lib64 
350       and an explicit configure --libdir setting.
353 o   <kawasa_r@itg.hitachi.co.jp>
354     * Correct more memory leaks and initialization bugs.
355     * Fix bug that prevented core dumps from being generated 
356       even if you tried.
357     * Connect to the winbind pipe in non-blocking mode to 
358       prevent processes from hanging.
359     * Memory leak fixes.
362 o   Stephan Kulow <coolo@suse.de>
363     * Fix crash bug in libsmbclient.
366 o   Volker Lendecke <vl@samba.org>
367     * Added vfs_full_audit module.
368     * Add vfs_afsacl.c which can display & set AFS acls via 
369       the NT security editor.
370     * Fix crash bug caused by trying to Base64 encode a NULL string.
371     * Fix DOS error code bug in reply_chkpath().
372     * Correct misunderstanding of the max_size field in 
373       cli_samr_enum_als_groups;  it is more like an account_control 
374       field with individual bits what to retrieve.
375     * Implement 'net rpc group rename' -- rename domain groups.
376     * Implement the 'cups server' option. This makes it possible 
377       to have virtual smbd's connect to different cups daemons.
378     * Paranoia fixes when adding local aliases to a user's NT_TOKEN.
379     * Fix sid_to_gid() calls in winbindd to prevent loops.
380     * Ensure that local_sid_to_gid() sets the type of the group on 
381       return.
382     * Make sure that the clients are given back the IP address to 
383       which they connected in the case of a multi-homed host. Only 
384       affects strings the spoolss printing replies.
385     * Fix the bad password lockout. This has not worked as pdb_ldap.c 
386       did not ask for the modifyTimestamp attribute, so it could 
387       not find it.   Try not to regress by not putting that attrib 
388       in the main list but append it manually for the relevant searches.
389     * Fix two memleaks in login_cache.c.
390     * fixes memory bloat when unmarshalling strings.
391     * Fix compile errors using gcc 3.2 on SuSE 8.2.
392     * Fix the build for systems without kerberos headers.
393     * Allow winbindd to handle authentication requests only when 
394       started without either an 'idmap uid' or 'idmap gid' range.
395     * Fix the build for systems without ldap headers.
396     * Fix interaction between share security descriptor and the 
397       'read only' smb.conf option.
398     * Fix bug that caused _samr_lookupsids() with more than 32 (
399       MAX_REF_DOMAINS) SIDs to fail.
400     * Allow the 'idmap backend' parameter to accept a list of 
401       LDAP servers for failover purposes.
402     * Revert code in smbd to remove a tdb when it has become 
403       corrupted.
404     * Add paranoid checks when mapping SIDs to a uid/gid to 
405       ensure that the type is correct.
406     * Initial work on getting client support for sending mailslot 
407       datagrams.
408     * Add 'ldap timeout' parameter.
409     * Dont always uppercase 'afs username map'.
410     * Expand aliases for getusersids as well.
413 o   Herb Lewis <herb@samba.org>
414     * Add the acls debug class.
415     * Fix logic bug in netbios name truncate routine.
416     * Fix smbd crash caused by smbtorture IOCTL test.
417     * Fix errno tromping before calling iconv to reset the 
418       conversion state.
419     * need to leave empty dacl so we can remove last ACE.
422 o    Jianliang Lu <Jianliang.Lu@getronics.com>
423     * Fix to stop smbd hanging on missing group member in 
424       get_memberuids().
425     * Make sure Samba returns the correct group types.
426      * Reset the bad password count password counts upon a successful login.
427      
428      
429 o   Jim McDonough <jmcd@us.ibm.com>
430     * BUG 1279: SMBjobid fix for Samba print servers running on 
431       Big-Endian platforms.
434 o   Joe Meadows <jameadows@webopolis.com>
435     * Add optional timeout parameter to ldap open calls.
436     * Allow get_dc_list() to check the negative cache.
439 o   Jason Mader <jason@ncac.gwu.edu>
440     * BUG 1385: Don't use non-consts in a structure initialization.
441     
443 o   Stefan Metzmacher <metze@samba.org>    
444     * fix a configure logic bug for linux/XFS quotas when 
445       using --with-sys-quotas.
446     * Use quota debug class in quota code.
447     * print out the SVN revision by configure,
448     
450 o   Lars Mueller <lmuelle@suse.de>
451     * BUG 1279: Added 'printcap cache time' parameter.
452     * Fix afs related build issues on SuSE.
455 o   James Peach <jpeach@sgi.com>
456     * More iconv detection fixes for IRIX.
457     * Compile fixed for systems that do not have C99/UNIX98 compliant 
458       vsnprintf by default.
461 o   Dan Peterson
462     * Implement NFS quota support on FreeBSD.
465 o   Tim Potter <tpot@samba.org>
466     * BUG 1360: Use -Bsymbolic when creating shared libraries to 
467       avoid conflicts with identical symbols in the global namespace 
468       when loading libnss_wins.so.
471 o   Richard Renard <rrenard@idealx.com>
472     * Save the current password as it is being changed into the 
473       password history list.
476 o   Richard Sharpe <rsharpe@samba.org>
477     * Fix error return codes on some lock messages.
478     * BUG 1178: Make the libsmbclient routines callable 
479       by C++ programs.
480     * BUG 1333: Make sure we return an error code when 
481       things go wrong.
482     * BUG 1301: Return NT_STATUS_SHARING_VIOLATION when 
483       share mode locking requests fail.
486 o   Simo Source <idra@samba.org>
487     * Update Debian stable & unstable packaging.
488     * Tidy up parametric options in testparm output.
491 o   Richard Sharpe <rsharpe@samba.org>
492     * Add sigchild handling to winbindd to restart the child 
493       daemon if necessary.
496 o   Tom Shaw <tomisfaraway@gmail.com>
497     * Use winbindd_fill_pwent() consistently.
500 o   Nick Thompson <nickthompson@agere.com>
501     * Protect smbd against broken filesystems which return zero 
502       blocksize.
505 o   Andrew Tridgell <tridge@samba.org>
506     * Fixed bug in handling of timeout in socket connections.
507      
509 o   Nick Wellnhofer <wellnhofer@aevum.de>    
510     * Prevent lp_interfaces() list from being corrupted.  Fixes
511       bug where nmbd would lose the list of network interfaces 
512       on the system and consequently shutdown.
514       
515 o   James Wilkinson <jwilk@alumni.cse.ucsc.edu>
516     * Fix ntlm_auth memory leaks.
519 o   Jelmer Vernooij <jelmer@samba.org>
520     * Additional NT status to unix error mappings.
521     * BUG 478: Rename vsnprintf to smb_vsnprintf so we don't 
522      get duplicate symbol errors.
523    * Return an error when the last command read from stdin 
524      fails in smbclient.
525    * Prepare for better error checking in tar.
526       
528 Changes for older versions follow below:
530       --------------------------------------------------
531       
532                  =============================
533                  Release Notes for Samba 3.0.5
534                          July 20, 2004
535                  =============================
537 Please note that Samba 3.0.5 is identical to Samba 3.0.4 with 
538 the exception of correcting the two security issues outlined 
539 below.
541 ######################## SECURITY RELEASE ########################
543 Summary:       Multiple Potential Buffer Overruns in Samba 3.0.x
544 CVE ID:        CAN-2004-0600, CAN-2004-0686
545                (http://cve.mitre.org/)
548 This is the latest stable release of Samba. This is the version
549 that production Samba servers should be running for all current
550 bug-fixes.
552 It has been confirmed that versions of Samba 3 prior to v3.0.4
553 are vulnerable to two potential buffer overruns.  The individual
554 details are given below.
556 -------------
557 CAN-2004-0600
558 -------------
560 Affected Versions:      Samba 3.0.2 and later
562 The internal routine used by the Samba Web Administration
563 Tool (SWAT v3.0.2 and later) to decode the base64 data
564 during HTTP basic authentication is subject to a buffer
565 overrun caused by an invalid base64 character.  It is
566 recommended that all Samba v3.0.2 or later installations
567 running SWAT either (a) upgrade to v3.0.5, or (b) disable
568 the swat administration service as a temporary workaround.
570 This same code is used internally to decode the
571 sambaMungedDial attribute value when using the ldapsam
572 passdb backend. While we do not believe that the base64
573 decoding routines used by the ldapsam passdb backend can
574 be exploited, sites using an LDAP directory service with
575 Samba are strongly encouraged to verify that the DIT only
576 allows write access to sambaSamAccount attributes by a
577 sufficiently authorized user.
579 The Samba Team would like to heartily thank Evgeny Demidov
580 for analyzing and reporting this bug.
582 -------------
583 CAN-2004-0686
584 -------------
586 Affected Versions:      Samba 3.0.0 and later
588 A buffer overrun has been located in the code used to support
589 the 'mangling method = hash' smb.conf option.  Please be aware
590 that the default setting for this parameter is 'mangling method
591 = hash2' and therefore not vulnerable.
593 Affected Samba 3 installations can avoid this possible security
594 bug by using the default hash2 mangling method.  Server
595 installations requiring the hash mangling method are encouraged
596 to upgrade to Samba 3.0.5.
599 ##################################################################
601     --------------------------------------------------
602                  
603                  =============================
604                  Release Notes for Samba 3.0.4
605                           May 8, 2004
606                  =============================
608 Common bugs fixed in Samba 3.0.4 include:
610   o Password changing after applying the patch described in 
611     the Microsoft KB828741 article to Windows clients.
612   o Crashes in smbd.
613   o Managing print jobs via Windows on Big-Endian servers.
614   o Several memory leaks in winbindd and smbd.
615   o Compile issues on AIX and *BSD.
617 Changes since 3.0.3
618 --------------------
620 commits
621 -------
623 o   Jeremy Allison <jra@samba.org>
624     * Fix path processing for DeletePrinterDriverEx().
625     * BUG 1303: Fix for Microsoft hotfix MS04-011 password change 
626       breakage.
629 o   Andrew Bartlett <abartlet@samba.org>
630     * Fix alignment bug in GetDomPwInfo().
633 o   Alexander Bokovoy <ab@samba.org>
634     * Fix utime[s]() issues in smbwrapper on systems 
635       that can boot both the 2.4 and 2.6 Linux kernels.
638 o   Gerald Carter <jerry@samba.org>
639     * Fedora packaging fixes.
640     * BUG 1302: Fix seg fault by not trying to optimize a list of 
641       invalid gids using the wrong array size.
642     * BUG 1309: fix seg fault caused by trying to strdup(NULL)
643       seen when 'security = share'.
644     * Fix problems when using IBM's compiler on AIX.
645     * Link Developer's Guide, Example Guide, and multi-page HOWTO
646       into SWAT's welcome page.
647     * BUG 1293: fix double free in printer publishing code.
649     
650 o   Wim Delvaux <wim.delvaux@adaptiveplanet.com>
651     * Fix for handling timeouts in socket connections.
654 o   Michel Gravey <michel.gravey@optogone.com>
655     * BUG 483: patch from  to fix password hash creation in SWAT.
656     
658 o   Volker Lendecke <vl@samba.org>
659     * Close the open NT pipes before the tdis.
660     * Fix AFS related build issues.
661     * Handle error conditions when base64 encoding a blob of 0 bytes.
663     
664 o   Herb Lewis <herb@samba.org>
665     * Added 'acls' debug class.
667 o   kawasa_r@itg.hitachi.co.jp
668     * Multiple variable initialization and memory leak fixes.
669     
670     
671 o   Stephan Kulow <coolo@suse.de>
672     * Fix string length bug in libsmbclient that caused KDE's 
673       Konqueror to crash.
674     * BUG 429: More libsmbclient fixes.
677 o   Jim McDonough <jmcd@us.ibm.com>
678     * BUG 1007, 1279: Store the print job using a little-endian key.
681 o   Eric Mertens
682     o Compile fix for OpenBSD (ENOTSUP not supported).
684     
685 o   Stefan Metzmacher <metze@samba.org>
686     * Correct bug in disks quota views from explorer.
688     
689 o   Tim Potter <tpot@samba.org>
690     BUG 1305: Correct debug output.
693 o   Richard Sharpe <rsharpe@samba.org>
694     * Fix incorrect error code mapping.
697 o   Jelmer Vernooij <jelmer@samba.org>
698     * Add additional NT_STATUS errorm mappings.
699     
701 Changes for older versions follow below:
703     --------------------------------------------------
705                  =============================
706                  Release Notes for Samba 3.0.3
707                         April 29, 2004
708                  =============================
711 Common bugs fixed in Samba 3.0.3 include:
713   o Crash bugs and change notify issues in Samba's printing code.
714   o Honoring secondary group membership on domain member servers.
715   o TDB scalability issue surrounding the TDB_CLEAR_IF_FIRST flag.
716   o Substitution errors for %[UuGg] in smb.conf.
717   o winbindd crashes when using ADS security mode.
718   o SMB signing errors.
719   o Delays in winbindd startup caused by unnecessary 
720     connections to trusted domain controllers.
721   o Various small memory leaks.
722   o Winbindd failing due to expired Kerberos tickets.
724 New features introduced in Samba 3.0.3 include:
726   o Improved support for i18n character sets.
727   o Support for account lockout policy based on
728     bad password attempts.
729   o Improved support for long password changes (>14
730     characters) and strong password enforcement.
731   o Support for Windows aliases (i.e. nested groups).
732   o Experimental support for storing DOS attribute on files
733     and folders in Extended Attributes.
734   o Support for local nested groups via winbindd.
735   o Specifying options to be passed directly to the CUPS libraries.
737 Please be aware that the Samba source code repository was 
738 migrated from CVS to Subversion on April 4, 2004.  Details on 
739 accessing the Samba source tree via anonymous svn can be found 
740 at http://svn.samba.org/samba/subversion.html.
743 Changes since 3.0.2a
744 --------------------
745 smb.conf changes
746 ----------------
748     Parameter Name              Action
749     --------------              ------
750     cups options                New
751     ea support                  New
752     only user                   Deprecated
753     store dos attributes        New
754     unicode                     Removed
755     winbind nested groups       New
757     
758 commits
759 -------
761 o   Jeremy Allison <jra@samba.org>
762     * Ensure that Kerberos mutex is always properly unlocked.
763     * Removed Heimdal "in-memory keytab" support.
764     * Fixup the 'multiple-vuids' bugs in our server code.
765     * Correct return code from lsa_lookup_sids() on unmapped
766       sids (based on work by vl@samba.org).
767     * Fix the "too many fcntl locks" scalability problem 
768       raised by tridge.
769     * Fixup correct (as per W2K3) returns for lookupsids 
770       as well as lookupnames.
771     * Fixups for delete-on-close semantics as per Win2k3 behavior.
772     * Make SMB_FILE_ACCESS_INFORMATION call work correctly.
773     * Fix "unable to initialize" bug when smbd hasn't been run with 
774       new system and a user is being added via pdbedit/smbpasswd.
775     * Added NTrename SMB (0xA5).
776     * Fixup correct timeout values for blocking lock timeouts.
777     * Fix various bugs reported by 'gentest'.
778     * More locking fixes in the case where we own the lock.
779     * Fix up regression in IS_NAME_VALID and renames.
780     * Don't set allocation size on directories.
781     * Return correct error code on fail if file exists and target 
782       is a directory.
783     * Added client "hardlink" comment to test doing NT rename with 
784       hard links.  Added hardlink_internals() code - UNIX extensions 
785       now use this as well.
786     * Use a common function to parse all pathnames from the wire for 
787       much closer emulation of Win2k3 error return codes.
788     * Implement check_path_syntax() and rewrite string sub 
789       functions for better multibyte support.
790     * Ensure msdfs referrals are multibyte safe.
791     * Allow msdfs symlink syntax to be more forgiving.
792       eg. sym_link -> msdfs://server/share/path/in/share 
793       or  sym_link -> msdfs:\\server\share\path\in\share.
794     * Cleanup multibyte netbios name support in nmbd ( based on patch
795       by MORIYAMA Masayuki <moriyama@miraclelinux.com>).
796     * Fix check_path_syntax() for multibyte encodings which have 
797       no '\' as second byte (based on work by ab@samba.org.
798     * Fix the "dfs self-referrals as anonymous user" problem
799       (based on patch from vl@samba.org).
800     * BUG 1064: Ensure truncate attribute checking is done correctly 
801       on "hidden" dot files.
802     * Fix bug in anonymous dfs self-referrals again.
803     * Fix get/set of EA's in client library
804     * Added support for OS/2 EA's in smbd server.
805     * Added 'ea support' parameter to smb.conf.
806     * Added 'store dos attributes' parameter to smb.conf.
807     * Fix wildcard identical rename.
808     * Fix reply_ctemp - make compatible with w2k3.
809     * Fix wildcard unlink.
810     * Fix wildcard src with wildcard dest renames.      
811     * BUG 1139: Fix based on suggestion by jdev@panix.com.
812       swap lookups for user and group - group will do an
813       algorithmic lookup if it fails, user won't.
814     * Make EA's lookups case independent.
815     * Fix SETPATHINFO in 'unix extensions' support.
816     * Make 3.x pass the Samba 4.x RAW-SEARCH tests - except for 
817       the UNIX info levels, and the short case preserve names.
820 o   Timur Bakeyev <timur@com.bat.ru>
821     * BUG 1144: only set --with-fhs when the argument is 'yes'
822     * BUG 1152: Allow python modules to build despite libraries added 
823       to LDFLAGS instead of LDPATH.
824     * BUG 1141: Fix nss*.so names on FreeBSD 5.x.
827 o   Craig Barratt <cbarratt@users.sourceforge.net>
828     * BUG 389: Allow multiple exclude arguments with smbclient 
829       tar -Xr options (better support for Amanda backup client).
832 o   Andrew Bartlett <abartlet@samba.org>
833     * Include support for linking with cracklib for enforcing strong 
834       password changes.
835     * Add support for >14 character password changes from Windows 
836       clients.
837     * Add 'admin set password' capability to 'net rpc'.
838     * Allow 'net rpc samdump' to work with any joined domain 
839       regardless of smb.conf settings.
840     * Use an allocated buffer for count_chars.
841     * Add sanity checks for changes in the domain SID in an 
842       LDAP DIT.
843     * Implement python unit tests for Samba's multibyte string 
844       support.
845     * Remove 'unicode' smb.conf option.
846     * BUG 1138: Fix support for 'optional' SMB signing and other 
847       signing bugs.
848     * BUG 169: Fix NTLMv2-only behavior.
849     * Ensure 'net' honors the 'netbios name' in the smb.conf by 
850       default.
851     * Support SMB signing on connections using only the LANMAN 
852       password and generate the correct the 'session key' for these 
853       connections.
854     * Implement --required-membership-of=, an ntlm_auth option 
855       that restricts all authentication to members of this particular 
856       group.
857     * Improve our fall back code for password changes.
858     * Only send the ntlm_auth 'ntlm-server-1' helper client a '.' 
859       after the server had said something (such as an error).
860     * Add 'ntlm-server-1' helper protocol to ntlm_auth.
862       
863 o   Alexander Bokovoy <ab@samba.org>
864     * Fix incorrect size calculation of the directory name 
865       in recycle.so.
866     * Fix problems with very long filenames in both smbd and smbclient
867       caused by truncating paths during character conversions.
868     * Fix smbfs problem with Tree Disconnect issued before smbfs 
869       starts its work.
872 o   Gerald Carter <jerry@samba.org>
873     * BUG 850: Fix 'make installmodules' bug on True64.
874     * BUG 66: mark 'only user' deprecated.
875     * Remove corrupt tdb and shutdown (only for printing tdbs, 
876       connections, sessionid & locking).
877     * decrement smbd counter in connections.tdb in smb_panic().
878     * RedHat specfile updates.
879     * Fix xattr.h build issue on Debian testing and SuSE 8.2.
880     * BUG 1147; bad pointer case in get_stored_queue_info() 
881       causing seg fault.
882     * BUG 761: read the config file before initialized default 
883       values for printing options; don't default to bsd printing 
884       Linux.
885     * Allow the 'printing' parameter to be set on a per share basis.
886     * BUG 503: RedHat/Fedora packaging fixes regarding logrotate.
887     * BUG 848: don't create winbind local users/groups that already 
888       exist in the tdb.
889     * BUG 1080: fix declaration of SMB_BIG_UINT (broke compile on 
890       LynxOS/ppc).
891     * BUG 488: fix the 'show client in col 1' button and correctly 
892       enumerate active connections.
893     * BUG 1007 (partial): Fix abort in smbd caused by byte ordering 
894       problem when storing the updating pid for the lpq cache.
895     * BUG 1007 (partial): Fix print change notify bugs.
896     * BUG 1165, 1126: Fix bug with secondary groups (security = ads) 
897       and winbind use default domain = yes.  Also ensures that 
898     * BUG 1151: Ensure that winbindd users are passed through 
899       the username map.
900     * Fix client rpc binds for ASU derived servers (pc netlink, 
901       etc...).
902     * BUG 417, 1128: Ensure that the current_user_info is set
903       consistently so that %[UuGg] is expanded correctly.
904     * BUG 1195: Fix crash in winbindd when the ADS server is 
905       unavailable.
906     * BUG 1185: Set reconnect time to be the same as the 
907       'winbind cache time'.
908     * Ensure that we return the sec_desc in smb_io_printer_info_2.
909     * Change Samba printers Win32 attribute to PRINTER_ATTRIBUTE_LOCAL.
910     * BUG 1095: Honor the '-l' option in smbclient.
911     * BUG 1023: surround get_group_from_gid() with become_unbecome_root() 
912       block.
913     * Ensure server schannel uses the auth level requested by the 
914       client.
915     * Removed --with-cracklib option due to potential crash issue.
916     * Fix -lcrypto linking problem with wbinfo.
917     * BUG 761: allow printing parameter to set defaults on a per 
918       share basis.
919     * Add 'cups options' parameter to allow raw printing without 
920       changing /etc/cups/cupsd.conf.
921     * BUG 1081, 1183: Added remove_duplicate_gids() to smbd and 
922       winbindd.
923     * BUG 1246: Fix typo in Fedora /etc/init.d/winbind.
924     * BUG 1288: resolve any machine netbios name (0x00) and not just 
925       servers (0x20).
926     * BUG 1199: Fix potential symlink issue in 
927       examples/printing/smbprint.
930 o   Robert Dahlem <Robert.Dahlem@gmx.net>
931     * BUG 1048:  Don't return short names when when 'mangled names = no'
934 o   Guenther Deschner <gd@suse.com>
935     * Remove hard coded attribute name in the ads ranged retrieval
936       code.
937     * Add --with-libdir and --with-mandir to autoconf script.
940 o   Bostjan Golob <golob@gimb.org>
941     * BUG 1046: Fix  getpwent_list() so that the username is not 
942       overwritten by other fields.
945 o   Landon Fuller <landonf@opendarwin.org>
946     * BUG 1232: patch from landonf@opendarwin.org (Landon Fuller) 
947       to fix user/group enumeration on systems whose libc does not 
948       call setgrent() before trying to enumerate users (i.e. 
949       FreeBSD 5.2).
952 o   Steve French <sfrench@us.ibm.com>
953     * Update mount.cifs to version 1.1.
954     * Disable dev (MS_NODEV) on user mounts from cifs vfs.
955     * Fixes to minor security bug in the mount helper.
956     * Fix credential file mounting for cifs vfs.
957     * Fix free of incremented pointer in cifsvfs mount helper.
958     * Fix path canonicalization of the mount target path and help 
959       text display in the cifs mount helper.
960     * Add missing guest mount option for mount.cifs.
963 o   SATOH Fumiyasu <fumiya@miraclelinux.com>
964     * BUG 1055; formatting fixes for 'net share'.
965     * BUG 692: correct truncation of share names and workgroup 
966       names in smbclient.
967     * BUG 1088: use strchr_m() for query_host (smbclient -L).
968     * Patch from to internally count characters correctly.
971 o   Paul Green <paulg@samba.org>
972     * Update VOS _POSIX_C_SOURCE macro to 200112L.
973     * Fix bug in configure.ion by moving the first use of 
974       AC_CHECK_HEADERS so it is always executed.
975     * Fix configure.in to only use $BLDSHARED to select whether to 
976       build static or shared libraries.
979 o   Pat Haywarrd <Pat.Hayward@propero.net>
980     * Make the session_users list dynamic (max of 128K).
981     
982     
983 o   Cal Heldenbrand <calzplace@yahoo.com> 
984     * Fix for for 'pam_smbpass migrate' functionality.
987 o   Chris Hertel <crh@samba.org>
988     * fix enumeration of shares 12 characters in length via 
989       smbclient.
992 o   Ulrich Holeschak <ulrich@holeschak.de>
993     * BUG 932: fix local password change using pam_smbpass
996 o   Krischan Jodies <kj@sernet.de>
997     * Implement 'net rpc group delete'
1000 o   John Klinger <john.klinger@lmco.com>
1001     * Return NSS_SUCCESS once the max number of gids possible 
1002        has been found in initgroups() on Solaris.
1003     * BUG 1182: Re-enable the -n 'no cache' option for winbindd.
1006 o   Volker Lendecke <vl@samba.org>
1007     * Fix success message for net groupmap modify.
1008     * Fix errors when enumerating members of groups in 'net rpc'.
1009     * Match Windows behavior in samr_lookup_names() by returning
1010       ALIAS(4) when you search in BUILTIN. 
1011     * Fix server SAMR code to be able to set alias info for 
1012       builtin as well. 
1013     * Fix duplication of logic when creating groups via smbd.
1014     * Ensure that the HWM values are set correctly after running 
1015       'net idmap'.
1016     * Add 'net rpc group add'.
1017     * Implement 'net groupmap set' and 'net groupmap cleanup'.
1018     * Add 'net rpc group [add|del]mem' for domain groups and aliases.
1019     * Fix wb_delgrpmem (wbinfo -o).
1020     * As a DC we should not reply to lsalookupnames on DCNAME\\user.
1021     * Fix sambaUserWorkstations on a Samba DC.
1022     * Implement wbinfo -k: Have winbind generate an AFS token after
1023       authenticating the user.
1024     * Add expand_msdfs VFS module for providing referrals based on the
1025       the client's IP address.
1026     * Implement client side NETLOGON GetDCName function.
1027     * Fix caching of name->sid lookups.
1028     * Add support in winbindd for expanding nested local groups.
1029     * Fix memleak in winbindd.
1030     * Fix msdfs proxy.
1031     * Don't list domain groups from BUILTIN.
1032     * Fix memleak in policy handle utility functions.
1033     * Decrease winbindd startup time by only contacting trusted 
1034       domains as necessary.
1035     * Allow winbindd to ask the DC for its domain for a trusted 
1036       DC.
1037     * Fix Netscape DS schema based on comments from 
1038       <thomas.mueller@christ-wasser.de>.
1039     * Correct case where adding a domain user to a XP local group 
1040       did a lsalookupname on the user without domain prefix, and 
1041       failed.
1042     * Fix segfault in winbindd caused by 'wbinfo -a'.
1043     
1045 o   Herb Lewis <herb@samba.org>
1046     * Fix typo for tag in proto file.
1047     * Add missing #ifdef HAVE_BICONV stuff.
1048     * Truncate Samba's netbios name at the first '.' (not 
1049       right to left).
1052 o   Derrell Lipman <Derrell.Lipman@UnwiredUniverse.com>
1053     * Bug fixes and enhancements to libsmbclient library.
1055     
1056 o   Jianliang Lu <j.lu@tiesse.com>
1057     * Enforce the 'user must change password at next login' flag.
1058     * Decode meaning of 'fields present' flags (improves support 
1059       for usrmgr.exe).
1060     * NTLMv2 fixes.
1061     * Don't force an upper case domain name in the ntlmssp code.
1062     
1064 o   L. Lucius <ib@digicron.com>.
1065     * type fixes.
1068 o   Jim McDonough <jmcd@us.ibm.com>
1069     * Add versioning support to tdbsam.
1070     * Update the IBM Directory Server schema with the OpenLDAP 
1071       file.
1072     * Various decoding fixes to improve usrmgr.exe support.
1073     * Fix statfs redeclaration of statfs struct on ppc
1074     * Implement support for password lockout of Samba domain 
1075       controllers and standalone servers.
1076     * Get MungedDial attribute actually working with full TS 
1077       strings in it for pdb_ldap.
1078     * BUG 1208 (partial): Improvements for working with expired krb5 
1079       tickets in winbindd.
1080     * Use timegm, or our already existing replacement instead of 
1081       timezone (spotted by Andrzej Tobola <san@iem.pw.edu.pl>).
1082     * Remove modifyTimestamp from list of our attributes.  
1083     * Fix lsalookupnames to check for domain users as well as local 
1084       users. 
1085     * Merge struct uuid replacement for GUID from trunk.
1086     * BUG 1208: Finish support for handling expired tickets in 
1087       winbindd (in conjunction with Guenther Deschner <gd@suse.de>).
1090 o   Stefan Metzmacher <metze@samba.org>
1091     * Implement new VERSION schema based on subversion revision 
1092       numbers.
1093     * Add shadow_copy vfs module.
1094     * Fix segault in login_cache support.
1097 o    Heinrich Mislik <Heinrich.Mislik@univie.ac.at>
1098      o BUG 979 -- Fix quota display on AIX.
1101 o   James Peach <jpeach@sgi.com>
1102     * Correct check for printf() format when using the SGI MIPSPro 
1103       compiler.
1104     * BUG 1038: support backtrace for 'panic action' on IRIX.
1105     * BUG 768: Accept profileing arg to IRIX init script.
1106     * BUG 748: Relax arg parsing to sambalp script (IRIX).
1107     * BUG 758: Fix pdma build.
1108     * Search IRIX ABI paths for libiconv.  Based on initial fix from 
1109       Jason Mader.
1110       
1112 o   Kurt Pfeifle <kpfeifle@danka.de>
1113     * Add example shell script for migrating drivers and printers 
1114       from a Windows print server to a Samba print server using 
1115       smbclient/rpcclient (examples/printing/VamireDriversFunctions).
1118 o   Tim Potter <tpot@samba.org>
1119     * Fix logic bug in tdb non-blocking lock routines when 
1120       errno == EAGAIN.
1121     * BUG 1025: Include sys/acl.h in check for broken nisplus 
1122       include files.      
1123     * BUG 1066: s/printf/d_printf/g in SWAT.
1124     * BUG 1098: rename internal msleep() function to fix build 
1125       problems on AIX.
1126     * BUG 1112: Fix for writable printerdata problem in python bindings.
1127     * BUG 1154: Remove reference to <sys/mman.h> in tdbdump.c.
1128     * BUG 1155: enclose use of fchown() with guards.
1129     * Relicense tdb python module as LGPL.
1132 o   Richard Sharpe <rsharpe@samba.org>
1133     * Add support to smbclient for multiple logins on the same 
1134       session (based on work by abartlet@samba.org).
1135     * Correct blocking condition in smbd's use of accept() on IRIX.
1136     * Add support for printing out the MAC address on nmblookup.
1139 o   Simo Source <idra@samba.org>
1140     * Replace unknown_3 with fields_present in SAMR code.
1141     * More length checks in strlcat().
1144 o   Andrew Tridgell <tridge@samba.org>
1145     * Rewrote the AIX UESS backend for winbindd.
1146     * Fixed compilation with --enable-dmalloc.
1147     * Change tdb license to LGPL (see source/tdb/tdb.c).
1148     * Force winbindd to use schannel in clients connections to 
1149       DC's if possible.
1152 o   Jelmer Vernooij <jelmer@samba.org>
1153    * Fix ETA Calculation when resuming downloads in smbget.
1154    * Add -O (for writing downloaded files to standard out) 
1155      based on patch by Bas van Sisseren <bas@dnd.utwente.nl>.
1156     * Fix syntax error in example mysql table
1158            
1159 o   TAKEDA yasuma <yasuma@miraclelinux.com>
1160     * BUG 900: fix token processing in cmd_symlink, cmd_link, 
1161       cmd_chown, cmd_chmod smbclient functions.
1164 o   Shiro Yamada <shiro@miraclelinux.com>
1165     * BUG 1129: install image files for SWAT.
1167       
1168     --------------------------------------------------
1170                   ==============================
1171                   Release Notes for Samba 3.0.2a
1172                         February 13, 2004
1173                   ==============================
1175 Samba 3.0.2a is a minor patch release for the 3.0.2 code base
1176 to address, in particular, a problem when using pdbedit to 
1177 sanitize (--force-initialized-passwords) Samba's tdbsam 
1178 backend.   This is the latest stable release of Samba. This 
1179 is the version that all production Samba servers should be 
1180 running for all current bug-fixes.  
1182 ******************* Attention! Achtung! Kree! *********************
1184 Beginning with Samba 3.0.2, passwords for accounts with a last 
1185 change time (LCT-XXX in smbpasswd, sambaPwdLastSet attribute in
1186 ldapsam, etc...) of zero (0) will be regarded as uninitialized 
1187 strings.  This will cause authentication to fail for such
1188 accounts.  If you have valid passwords that meet this criteria, 
1189 you must update the last change time to a non-zero value.  If you 
1190 do not, then  'pdbedit --force-initialized-passwords' will disable 
1191 these accounts and reset the password hashes to a string of X's.
1193 ******************* Attention! Achtung! Kree! *********************
1196 Changes since 3.0.2
1197 -------------------
1199 commits
1200 -------
1202 Please refer to the CVS log for the SAMBA_3_0 branch for complete
1203 details.  The list of changes per contributor are as follows:
1206 o   Jeremy Allison <jra@samba.org>
1207     * Added paranoia checks in parsing code.
1208     
1210 o   Andrew Bartlett <abartlet@samba.org>
1211     * Ensure that changes to uninitialized passwords in ldapsam 
1212       are written to the DIT.
1215 o   Gerald (Jerry) Carter <jerry@samba.org>
1216     * Fixed iterator in tdbsam.
1217     * Fix bug that disabled accounts with a valid NT password 
1218       hash, but no LanMan hash.
1219     
1221 o   Steve French <sfrench@us.ibm.com>
1222     * Added missing nosetuid and noexec options.
1224     
1225 o   Bostjan Golob <golob@gimb.org>
1226     * BUG 1046: Don't overwrite usernames of entries returned 
1227       by getpwent_list().
1230 o   Sebastian Krahmer <krahmer@suse.de>
1231     * Fixed potential crash bug in NTLMSSP parsing code.
1234 o   Tim Potter <tpot@samba.org>
1235     * Fixed logic in tdb_brlock error checking.
1237     
1238 o   Urban Widmark <urban@teststation.com>
1239     * Set nosuid,nodev flags in smbmnt by default.
1240     
1241     
1242         --------------------------------------------------
1243                   
1244                   =============================
1245                   Release Notes for Samba 3.0.2
1246                         February 9, 2004
1247                   =============================
1249 It has been confirmed that previous versions of Samba 3.0 are
1250 susceptible to a password initialization bug that could grant an 
1251 attacker unauthorized access to a user account created by the
1252 mksmbpasswd.sh shell script.
1254 The Common Vulnerabilities and Exposures project (cve.mitre.org) 
1255 has assigned the name CAN-2004-0082 to this issue.
1257 Samba administrators not wishing to upgrade to the current 
1258 version should download the 3.0.2 release, build the pdbedit 
1259 tool, and run 
1261    root# pdbedit-3.0.2 --force-initialized-passwords
1262       
1263 This will disable all accounts not possessing a valid password
1264 (e.g. the password field has been set a string of X's).
1266 Samba servers running 3.0.2 are not vulnerable to this bug 
1267 regardless of whether or not pdbedit has been used to sanitize
1268 the passdb backend.
1270 Some of the more visible bugs in 3.0.1 addressed in the 3.0.2
1271 release include:
1273   o Joining a Samba domain from Pre-SP2 Windows 2000 clients.
1274   o Logging onto a Samba domain from Windows XP clients.
1275   o Problems with the %U and %u smb.conf variables in relation to 
1276     Windows 9x/ME clients.
1277   o Kerberos failures due to an invalid in memory keytab detection
1278     test.
1279   o Updates to the ntlm_auth tool.
1280   o Fixes for various SMB signing errors.
1281   o Better separation of WINS and DNS queries for domain controllers.
1282   o Issues with nss_winbind FreeBSD and Solaris.
1283   o Several crash bugs in smbd and winbindd.
1284   o Output formatting fixes for smbclient for better compatibility
1285     with scripts based on the 2.2 version.
1288 Changes since 3.0.1
1289 -------------------
1291 smb.conf changes
1292 ----------------
1294     Parameter Name              Action
1295     --------------              ------
1296     ldap replication sleep      New
1297     read size                   removed (unused)
1298     source environment          removed (unused)
1301 commits
1302 -------
1304 Please refer to the CVS log for the SAMBA_3_0 branch for complete
1305 details.  The list of changes per contributor are as follows:
1307 o   Jeremy Allison <jra@samba.org>
1308     * Revert change that broke Exchange clear text samlogons.
1309     * Fix gcc 3.4 warning in MS-DFS code.
1310     * Tidy up of NTLMSSP code.
1311     * Fixes for SMB signing errors
1312     * BUG 815: Workaround NT4 bug to support plaintext
1313       password logins and UNICODE.
1314     * Fix SMB signing bug when copying large files.
1315     * Correct error logic in mkdir_internals() (caused a panic
1316       when combined with --enable-developer).
1317     * BUG 830: Protect against crashes due to bad character 
1318       conversions.
1320       
1321 o   Petri Asikainen <paca@sci.fi>
1322     * BUG 330, 387:Fix single valued attribute updates when 
1323       working with Novell NDS.
1326 o   Andrew Bartlett <abartlet@samba.org>
1327     * Correctly handle per-pipe NTLMSSP inside a NULL session.
1328     * Fix segfault in gencache 
1329     * Fix early free() of encrypted_session_key.
1330     * Change DC lookup routines to more carefully separate
1331       DNS names (realms) from NetBIOS domain names.
1332     * Add new sid_to_dn() function for internal winbindd use.
1333     * Refactor cli_ds_enum_domain_trusts().
1334     * BUG 707: Implement range retrieval of ADS attributes (based 
1335       on work from Volker <vl@samba.org> and Guenther Deschner 
1336       <gd@suse.com>).
1337     * Automatically initialize the signing engine if a session key
1338       is available.
1339     * BUG 916: Do not perform a + -> ' ' substitution for squid URL 
1340       encoded strings, only form input in SWAT.
1341     * Resets the NTLMSSP state for new negotiate packets.
1342     * Add 2-byte alignments in net_samlogon() queries to parse 
1343       odd-length plain text passwords.
1344     * Allow Windows groups with no members in winbindd.
1345     * Allow normal authentication in the absence of a server 
1346       generated session key.
1347     * More optimizations for looking up UNIX group lists.
1348     * Clean up error codes and return values for pam_winbindd
1349       and winbindd PAM interface.
1350     * Fix string return values in ntlm_auth tool.
1351     * Fix segfault when 'security = ads' but no realm is defined.
1352     * BUG 722: Allow winbindd to map machine accounts to uids.
1353     * More cleanups for winbindd's find_our_domain().
1354     * More clearly detect whether a domain controller is an NT4
1355       or mixed-mode AD DC (additional bug fixes by jerry & jmcd).
1356     * Increase separation between DNS queries for hosts and queries
1357       for AD domain controllers.
1358     * Include additional NT_STATUS to PAM error mappings.
1359     * Password initialization fixes.
1361     
1362 o   Justin Baugh <justin.baugh@request.com>
1363     * BUG 948: Implement missing functions required for FreeBSD 
1364       nss_winbind support. 
1367 o   Alexander Bokovoy <ab@samba.org>
1368     * BUG 922: Make sure enable fast path for strlower_m() and 
1369       strupper_m().
1372 o   Luca Bolcioni <Luca.Bolcioni@yacme.com>
1373     * Fix crash when using 'security = server' and 'encrypt 
1374       passwords = no' by always initializing the session key.
1376       
1377 o   Dmitry Butskoj <buc@odusz.elektra.ru>
1378     * Fix for special files being hidden from admins.
1381 o   Gerald (Jerry) Carter <jerry@samba.org>
1382     * Fix bug in the lanman session key generation.  Caused 
1383       "decode_pw: incorrect password length" error messages.
1384     * Save the right case for the located user name in 
1385       fill_sam_account().  Fixes %U/%u expansion for win9x clients.
1386     * BUG 897: Add well known rid for pre win2k compatible access
1387       group.
1388     * BUG 887: Correct typo in delete user script example.
1389     * Use short lived TALLOC_CTX* for allocating printer objects 
1390       from the print handle cache.
1391     * BUG 912: Fix check for HAVE_MEMORY_KEYTAB.
1392     * Fix several warnings reported by the SUN Forte C compiler.
1393     * Fully control DNS queries for AD DC's using 'name resolve order'.
1394     * BUG 770: Send the SMBjobid for UNIX jobs back to the client.
1395     * BUG 972: Fix segfault in cli_ds_getprimarydominfo().
1396     * BUG 936: fix bind credentials for schannel binds in smbd.
1397     * BUG 446: Fix output of smbclient for better compatibility 
1398       with scripts based on the 2.2 version (including Amanda).
1399     * BUG 891, 949: Fedora packaging fixes.
1400     * Fix bug that caused rpcclient to incorrectly retrieve 
1401       the SID for a server (this causing all calls that required 
1402       this information to fail). 
1403     * BUG 977: Don't create a homes share for a user if a static 
1404       share already exists by the same name.
1405     * Removed unused smb.conf options.
1406     * Password initialization fixes.
1407     * Set the disable flag for template accounts created by
1408       mksmbpasswd.sh.
1409     * Disable any account has no passwords and does not have the
1410       ACB_PWNOTREQ bit set.
1413 o   Guenther Deschner <gd@suse.com>
1414     * Install smbwrapper.so should be put into the $(libdir) 
1415       and not $(bindir).
1416     * Add the capability to specify the new user password 
1417       for "net ads password" on the command line.
1418     * Correctly detect AFS headers on SuSE.
1419         
1421 o   James Flemer <jflemer@uvm.edu>
1422     * Fix AIX compile bug by linking HAVE_ATTR_LIST to 
1423       HAVE_SYS_ATTRIBUTES_H.
1426 o   Luke Howard <lukeh@PADL.COM>
1427     * Fix segfault in session setup reply caused by a early free().
1430 o   Stoian Ivanov <sdr@bultra.com>
1431     * Implement grepable output for smbclient -L.
1434 o   LaMont Jones <lamont@debian.org>
1435     * BUG 225328 (Debian): Correct false failure LFS test that resulted 
1436       in  _GNU_SOURCE not being defined (thus resulting in strndup() 
1437       not being defined).
1439       
1440 o   Volker Lendecke <vl@samba.org>
1441     * BUG 583: Ensure that user names always contain the short 
1442       version of the domain name.
1443     * Fix our parsing of the LDAP uri.
1444     * Don't show the 'afs username map' in the SWAT basic view.
1445     * Fix SMB signing issues in relation to failed NTLMSSP logins.
1446     * BUG 924: Fix return codes in smbtorture harness.
1447     * Always lower-case usernames before handing it to AFS code.
1448     * Add a German translation for SWAT.
1449     * Fix a segfaults in winbindd.
1450     * Fix the user's domain passed to register_vuid() from 
1451       reply_spnego_kerberos().
1452     * Add NSS example code in nss_winbind to convert UNIX 
1453       id's <-> Windows SIDs.
1454     * Display more descriptive error messages for login via 'net'.
1455     * Fix compiler warning in the net tool.
1456     * Fix length bug when decoding base64 strings.
1457     * Ensure we don't call getpwnam() inside a loop that is iterating 
1458       over users with getpwent().  This broke on glibc 2.3.2.
1461 o   Herb Lewis <herb@samba.org>
1462     * Fix bit rot in psec.
1465 o   Jianliang Lu <j.lu@tiesse.com>
1466     * Ensure we delete the group mapping before calling the delete 
1467       group script.
1468     * Define well known RID for managing the  "Power Users" group.
1469     * BUG 381: check builtin (not local) group SID when updating 
1470       group membership.
1471     * BUG 101: set the SV_TYPE_PRINTQ_SERVER flag in host announcement 
1472       packet.
1475 o   John Klinger <john.klinger@lmco.com>
1476     * Implement initgroups() call in nss_winbind on Solaris.
1479 o   Jim McDonough <jmcd@us.ibm.com>
1480     * Fix regression in net rpc join caused by recent changes 
1481       to cli_lsa_query_info_policy().
1482     * BUG 964: Fix crash bug in 'net rpc join' using a preexisting
1483       machine account.
1486 o   MORIYAMA Masayuki <moriyama@miraclelinux.com>
1487     * BUG 570: Ensure that configure honors the LDFLAGS variable.
1490 o   Stefan Metzmacher <metze@samba.org>
1491     * Implement LDAP rebind sleep patch.
1492     * Revert to 2.2 quota code because of so many broken quota files 
1493       out there.
1494     * Fix XFS quotas: HAVE_XFS_QUOTA -> HAVE_XFS_QUOTAS
1495                       XFS_USER_QUOTA -> USRQUOTA
1496                       XFS_GROUP_QUOTA -> GRPQUOTA
1497     * Fix disk_free calculation with group quotas.
1498     * Add debug class 'quota' and a lot of DEBUG()'s 
1499       to the quota code.
1500     * Fix sys_chown() when no chown() is present.
1501     * Add SIGABRT to fault handling in order to catch got a 
1502       backtrace if an error occurs the OpenLDAP client libs.
1505 o   <ndb@theghet.to>
1506     * Allow an existing LDAP machine account to be re-used when 
1507       joining an AD domain.
1510 o   James Peach <jpeach@sgi.com>
1511     * BUG 889: Change smbd to use pread/pwrite on platforms that 
1512       support these calls. Can lead to a significant speed increase.
1515 o   Tim Potter <tpot@samba.org>
1516     * BUG 905: Remove POBAD_CC to fix Solaris Forte compiles.
1517     * BUG 924: Fix typo in RW2 torture test.
1518     
1519     
1520 o   Richard Sharpe <rsharpe@samba.org>
1521     * Small fixes to torture.c to cleanup the error handling 
1522       and prevent crashes.
1525 o   J. Tournier <jerome.tournier@IDEALX.com>
1526     * Small fixes for the smbldap-tool scripts.
1529 o   Andrew Tridgell <tridge@samba.org>
1530     * Fix src len check in pull_usc2().
1531     
1532     
1533 o   Jelmer Vernooij <jelmer@samba.org>
1534     * Put functions for generating SQL queries in pdb_sql.c
1535     * Add pgSQL backend (based on patch by Hamish Friedlander)
1536     * BUG 908: Fix -s option to smbcontrol.    
1537     * Add smbget utility - a wget-clone for the SMB/CIFS protocol.
1538     * Fix for libnss_wins on IRIX platforms.
1539     * Fix swatdir for --with-fhs.
1542         --------------------------------------------------
1544                   =============================
1545                   Release Notes for Samba 3.0.1
1546                         December 15, 2003
1547                   =============================
1549 Some of the more common bugs in 3.0.0 addressed in the release 
1550 include:
1552   o Substitution problems with smb.conf variables.
1553   o Errors in return codes which caused some applications
1554     to fail to open files.
1555   o General Protection Faults on Windows 2000/XP clients
1556     using Samba point-n-print features.
1557   o Several miscellaneous crash bugs.
1558   o Access problems when enumerating group mappings are
1559     stored in an LDAP Directory.
1560   o Several common SWAT bugs when writing changes to
1561     smb.conf.
1562   o Internal inconsistencies when 'winbind use default
1563     domain = yes'
1567 Changes since 3.0.0
1568 ----------------------
1570     Parameter Name              Action
1571     --------------              ------
1572     hide local users            Removed
1573     mangled map                 Deprecated
1574     mangled stack               Removed
1575     passwd chat timeout         New
1578 commits
1579 -------
1581 o   Change the interface for init_unistr2 to not take a length 
1582     but a flags field.  We were assuming that 
1583     2*strlen(mb_string) == length of ucs2-le string.  (bug 480).
1584 o   Allow d_printf() to handle strings with escaped quotation 
1585     marks since the msg file includes the escape character (bug 489).
1586 o   Fix bad html table row termination in SWAT wizard code (bug 413).
1587 o   Fix to parse the level-2 strings.
1588 o   Fix for "valid users = %S" in [homes].  Fix read/write 
1589     list as well. 
1590 o   Change AC_CHECK_LIB_EXT to prepend libraries instead of append.  
1591     This is the same way AC_CHECK_LIB works (bug 508).
1592 o   Testparm output fixes for clarity.
1593 o   Fix broken wins hook functionality -- i18n bug (bug 528).
1594 o   Take care of condition where DOS and NT error codes must differ.
1595 o   Default to using only built-in charsets when a working iconv 
1596     implementation cannot be located.
1597 o   Wrap internals of sys_setgroups() so the sys_XX() call can 
1598     be done unconditionally (bug 550).
1599 o   Remove duplicate smbspool link on SWAT's front page (bug 541).
1600 o   Save and restore CFLAGS before/after AC_PROG_CC.  Ensures that
1601     --enable-debug=[yes|no] works correctly.
1602 o   Allow ^C to interrupt smbpasswd if using our getpass 
1603     (e.g. smbpasswd command).
1604 o   Support signing only on RPC's (bug 167).
1605 o   Correct bug that prevented  Excel 2000 clients from opening 
1606     files marked as read-only.
1607 o   Portability fix bugs 546 - 549).
1608 o   Explicitly initialize the value of AR for vendor makes that don't
1609     do this (e.g. HPUX 11).  (bug 552).
1610 o   More i18n fixes for SWAT (bug 413).
1611 o   Change the cwd before the postexec script to ensure that a
1612     umount will succeed.
1613 o   Correct double free that caused winbindd to crash when a DC 
1614     is rebooted (bug 437).
1615 o   Fix incorrect mode sum (bug 562).
1616 o   Canonicalize SMB_INFO_ALLOCATION in the same was as
1617     SMB_FS_FULL_SIZE_INFORMATION (bug 564).
1618 o   Add script to generate *msg files.
1619 o   Add Dutch SWAT translation file.
1620 o   Make sure to call get_user_groups() with the full winbindd 
1621     name for a user if he/she has one (bug 406).
1622 o   Fix up error code returns from Samba4 tester. Ensure invalid 
1623     paths are validated the same way.  
1624 o   Allow Samba3 to pass the Samba4 RAW-READ tests.
1625 o   Refuse to configure if --with-expsam=$BACKEND was used but no 
1626     libraries were found for $BACKEND.
1627 o   Move sysquotas autoconf tests to a separate file.
1628 o   Match W2K w.r.t. writelock and writeclose.  Samba4 torture 
1629     tester
1630 o   Make sure that the files that contain the static_init_$subsystem; 
1631     macro get recompiled after configure by removing the object 
1632     files.
1633 o   Ensure canceling a blocking lock returns the correct error 
1634     message.
1635 o   Match Samba 2.2 behavior; make ACB_NORMAL the default ACB value.
1636 o   Updated Japanese welcome file in SWAT.
1637 o   Fix to  nt-time <-> unix-time functions reversible.
1638 o   Ensure that winbindd uses the the escaped DN when querying
1639     an AD ldap server.
1640 o   Fix portability issues when compiling (bug 505, 550)
1641 o   Compile fix for tdbbackup when Samba needs to override 
1642     non-C99 compliant implementations of snprintf().
1643 o   Use @PICSUFFIX@ instead of .po in Makefile.in (bug 574).
1644 o   Make sure we break out of samsync loop on error.
1645 o   Ensure error code path doesn't free unmalloc()'d memory
1646     (bug 628).
1647 o   Add configure test for krb5_keytab_entry keyblock vs key 
1648     member (bug 636).
1649 o   Fixed spinlocks.
1650 o   Modified testparm so that all output so all debug output goes 
1651     to stderr, and all file processing goes to stdout.
1652 o   Fix error return code for BUFFER_TOO_SMALL in smbcacls 
1653     and smbcquotas.
1654 o   Fix "NULL dest in safe_strcpy()" log message by ensuring that 
1655     we have a devmode before copying a string to the devicename.
1656 o   Support mapping REALM.COM\user to a local user account (without 
1657     running winbindd)  for compatibility with 2.2.x release.
1658 o   Ensure we don't use mmap() on blacklisted systems.
1659 o   fixed a number of bugs and memory leaks in the AIX 
1660     winbindd shim
1661 o   Call initgroups() in SWAT before becomming the user so that
1662     secondary group permissions can be used when writing to 
1663     smb.conf.
1664 o   Fix signing problems when reverse connecting back to a 
1665     client for printer notify
1666 o   Fix signing problems caused by a miss-sequence bug.
1667 o   Missing map in errormap for ERROR_MORE_DATA -> ERRDOS, ERRmoredata.
1668     Fixes NEXUS tools running on Win9x clients (bug 64).
1669 o   Don't leave the domain field uninitialized in cli_lsa.c if some 
1670     SID could not be mapped.
1671 o   Fix segfault in mount.cifs helper when there is no options 
1672     specified during mount.
1673 o   Change the \n after the password prompt to go to tty instead 
1674     of stdout (bug 668).
1675 o   Stop net -P from prompting for machine account password (bug 451).
1676 o   Change in behavior to Not only change the effective uid but also
1677     the real uid when becoming unprivileged.
1678 o   Cope with Exchange 5.5 cleartext pop password auth.
1679 o   New files for support of initshutdown pipe.  Win2k doesn't 
1680     respond properly to all requests on the winreg pipe, so we need 
1681     to handle this new pipe (bug 534).
1682 o   Added more va_copy() checks in configure.in.
1683 o   Include fixes for libsmbclient build problems.
1684 o   Missing UNIX -> DOS codepage conversion in lanman.c.
1685 o   Allow DFMS-S filenames can now have arbitrary case (bug 667).
1686 o   Parameterize the listen backlog in smbd and make it larger by
1687     default. A backlog of 5 is way too small these days.
1688 o   Check for an invalid fid before dereferencing the fsp pointer
1689     (bug 696).
1690 o   Remove invalid memory frees and return codes in pdb_ldap.c.
1691 o   Prompt for password when invoking --set-auth-user and no 
1692     password is given.
1693 o   Bind the nmbd sending socket to the 'socket address'.
1694 o   Re-order link command for smbd, rpcclient and smbpasswd to ensure 
1695     $LDFLAGS occurs before any library specification (bug 661).
1696 o   Fix large number of printf() calls for 64-bit size_t.
1697 o   Fix AC_CHECK_MEMBER so that SLES8 does correctly finds the 
1698     keyblock in the krb5 structs.
1699 o   Remove #include <compat.h> in hopes to avoid problems with 
1700     apache header files.
1701 o   Correct winbindd build problems on HP-UX 11.
1702 o   Lowercase netgroups lookups (bug 703).
1703 o   Use the actual size of the buffer in strftime instead of a made
1704     up value which just happens to be less than sizeof(fstring).  
1705     (bug 713).
1706 o   Add ldaplibs to pdbedit link line (bug 651).
1707 o   Fix crash bug in smbclient completion (bug 659).
1708 o   Fix packet length for browse list reply (bug 771).
1709 o   Fix coredump in cli_get_backup_list().
1710 o   Make sure that we expand %N (bug 612).
1711 o   Allow rpcclient adddriver command to specify printer driver 
1712     version (bug 514).
1713 o   Compile tdbdump by default.
1714 o   Apply patches to fix iconv detection for FreeBSD.
1715 o   Do not allow the 'guest account' to be added to a passdb backend 
1716     using smbpasswd or pdbedit (bug 624).
1717 o   Save LDFLAGS during iconv detection (bug 57).
1718 o   Run krb5 logins through the username map if the winbindd 
1719     lookup fails (bug 698).
1720 o   Add const for lp_set_name_resolve_order() to avoid compiler 
1721     warnings (bug 471).
1722 o   Add support for the %i macro in smb.conf to stand in for the for
1723     the local IP address to which a client connected.
1724 o   Allow winbindd to match local accounts to domain SID when 
1725     'winbind trusted domains only = yes' (bug 680).
1726 o   Remove code in idmap_ldap that searches the user suffix and group 
1727     suffix.  It's not needed and provides inconsistent functionality 
1728     from the tdb backend.
1729 o   Patch to handle munged dial string for Windows 2000 TSE.
1730     Thanks to Gaz de France, Direction de la Recherche, Service 
1731     Informatique Métier for their supporting this work by Aurelien 
1732     Degrémont <adegremont@idealx.com>.
1733 o   Correct the "smbldap_open: cannot access when not root error"
1734     messages when looking up group information (bug 281).
1735 o   Skip over the winbind separator when looking up a user.
1736     This fixes the bug that prevented local users from
1737     matching an AD user when not running winbindd (bug 698).
1738 o   Fix a problem with configure on *BSD systems. Make sure
1739     we add -liconv etc to LDFLAGS.
1740 o   Fix core dump bug when "security = server" and the authentication
1741     server goes away.
1742 o   Correct crash bug due to an empty munged dial string.
1743 o   Show files locked by a specific user (smbstatus -u 'user') 
1744     (bug 590).
1745 o   Fix bug preventing print jobs from display in the queue
1746     monitor used by Windows NT and later clients (bug 660).
1747 o   Fix several reported problems with point-n-print from
1748     Windows 2000/XP clients due to a bug in the EnumPrinterDataEx()
1749     reply (bug 338, 527 & 643).
1750 o   Fix a handful of potential memory leaks in the LDAP code used
1751     by ldapsam[_compat] and the LDAP idmap backend.
1752 o   Fix for pdbedit error code returns (bug 763).
1753 o   Make sure we only enumerate group mapping entries  (not 
1754     /etc/group) even when doing local aliases.
1755 o   Relax check on the pipe name in a dce/rpc bind response to work 
1756     around issues with establishing trusts to a Windows 2003 domain.
1757 o   Ensure we mangle names ending in '.' in hash2 mangling method.
1758 o   Correct parsing issues with munged dial string.
1759 o   Fix bugs in quota support for XFS.
1760 o   Add a cleaner method for applications that need to provide 
1761     name->SID mappings to do this via NSS rather than having to 
1762     know the winbindd pipe protocol.
1763 o   Adds a variant of the winbindd_getgroups() call called 
1764     winbindd_getusersids() that provides direct SID->SIDs listing of 
1765     a users supplementary groups. This is enough to allow non-Samba 
1766     applications to do ACL checking.
1767 o   Make sure we don't append the 'ldap suffix' when writing out the 
1768     'ldap XXX suffix' values in SWAT (bug 328).
1769 o   Fix renames across file systems.
1770 o   Ensure that items in a list of strings containing whitespace are 
1771     written out surrounded by single quotes.  This means that both 
1772     double and single quotes are now used to surround strings in 
1773     smb.conf (bug 481).
1774 o   Enable SWAT to correctly determine if winbindd is running (bug 
1775     398).
1776 o   Include WWW-Authenticate field in 401 response for bad auth 
1777     attempt (bug 629).
1778 o   Add support for NTLM2 (NTLMv2 session security).
1779 o   Add support for variable-length session keys.
1780 o   More privilege fixes for group enumeration in LDAP (bug 281).
1781 o   Use the dns name (or IP) as the originating client name when
1782     using CUPS (bug 467).
1783 o   Fix various SMB signing bugs.
1784 o   Fix ACL propagation on a DFS root (bug 263).
1785 o   Disable NTLM2 for RPC pipes.
1786 o   Allow the client to specify the NTLM2 flags got NTLMSSP 
1787     authentication.
1788 o   Change the name of the job passed off to cups from "Test Page" 
1789     to "smbprn.00000033 Test Page" so that we can get the smb 
1790     jobid back. This allow users to delete jobs with cups printing 
1791     backend (partial work on bug 770).
1792 o   Fix build of winbindd with static pdb modules.
1793 o   Retrieve the correct ACL group bits if the file has an ACL 
1794     (bug 802).
1795 o   Implement "net rpc group members": Get members of a domain group 
1796     in human-readable format.
1797 o   Add MacOSX (Darwin) specific charset module code.
1798 o   Use samr_dispinfo(level == 1) for enumerating domain users so we 
1799     can include the full name in gecos field (bug 587).
1800 o   Add support for winbind's NSS library on FeeeBSD 5.1 (bug 797).
1801 o   Implement 'net rpc group list [global|local|builtin]*' for a 
1802     select listing of the respective user databases.
1803 o   Don't automatically set NT status code flag unless client tells 
1804     us it can cope.
1805 o   Add 'net status [sessions|shares] [parseable]'.
1806 o   Don't mistake pre-existing UNIX jobs for smb jobs (remainder of  
1807     bug 770).
1808 o   Add 'Replicator' and 'RAS Servers' to list of builtin SIDs 
1809    (bug 608).
1810 o   Fix inverted logic in hosts allow/deny checks caused by 
1811     s/strcmp/strequal/ (bug 846).
1812 o   Implement correct version SamrRemoveSidForeignDomain() (bug 252).
1813 o   Fix typo in 'hash' mangling algorithm.
1814 o   Support munged dial for ldapsam (bug 800).
1815 o   Fix process_incoming_data() to return the number of bytes handled 
1816     this call whether we have a complete PDU or not; fixes bug 
1817     with multiple PDU request rpc's broken over SMBwriteX calls 
1818     each.
1819 o   Fix incorrect smb flags2 for connections to pre-NT servers 
1820     (causes smbclient to fail to OS2 for example) (bug 821).
1821 o   Update version string in smbldap-tools Makefile to 0.8.2.
1822 o   Correct a problem with "net rpc vampire" mis-parsing the 
1823     alias member info reply.
1824 o   Ensure the ${libdir} is created by the installclientlib script.
1825 o   Fix detection of Windows 2003 client architecture in the smb.conf
1826     %a variable.
1827 o   Ensure that smbd calls the add user script for a missing UNIX 
1828     user on kerberos auth call (bug 445).
1829 o   Fix bugs in hosts allow/deny when using a mismatched 
1830     network/netmask pair.
1831 o   Protect alloc_sub_basic() from crashing when the source string 
1832     is NULL (partial work on bug 687).
1833 o   Fix spinlocks on IRIX.
1834 o   Corrected some bad destination paths when running "configure 
1835     --with-fhs".
1836 o   Add packaging files for Fedora Core 1.
1837 o   Correct bug in SWAT install script for non-english languages.
1838 o   Support character set ISO-8859-1 internally (bug 558).
1839 o   Fixed more LDAP access errors when looking up group mappings 
1840     (bug 281).
1841 o   Fix UNISTR2 length bug in LsaQueryInfo(3) that caused SID 
1842     resolution to fail on local files on on domain members 
1843     (bug 875).
1844 o   Fix uninitialized variable in passdb.c.
1845 o   Fix formal parameter type in get_static() in nsswitch/wins.c.
1846 o   Fix problem mounting directories when mount.cifs is installed 
1847     with the setuid bit on.
1848 o   Fix bug that prevent --mandir from overriding the defaults
1849     given in the --with-fhs macro.
1850 o   Fix bug in in-memory Kerberos keytab detection routines 
1851     in configure.in
1855 ######################################################################
1857               The original 3.0.0 release notes follow
1858               =======================================
1859                     WHATS NEW IN Samba 3.0.0
1860                         September 24, 2003
1861               =======================================
1864 Major new features:
1865 -------------------
1867 1)  Active Directory support.  Samba 3.0 is now able to  
1868     join a ADS realm as a member server and authenticate 
1869     users using LDAP/Kerberos.
1871 2)  Unicode support. Samba will now negotiate UNICODE on the wire 
1872     and internally there is now a much better infrastructure for 
1873     multi-byte and UNICODE character sets.
1875 3)  New authentication system. The internal authentication system 
1876     has been almost completely rewritten. Most of the changes are 
1877     internal, but the new auth system is also very configurable.
1879 4)  New default filename mangling system.
1881 5)  A new "net" command has been added. It is somewhat similar to 
1882     the "net" command in windows. Eventually we plan to replace 
1883     numerous other utilities (such as smbpasswd) with subcommands 
1884     in "net".
1886 6)  Samba now negotiates NT-style status32 codes on the wire. This
1887     improves error handling a lot.
1889 7)  Better Windows 2000/XP/2003 printing support including publishing
1890     printer attributes in active directory.
1892 8)  New loadable module support for passdb backends and character 
1893     sets.
1895 9)  New default dual-daemon winbindd support for better performance.
1897 10) Support for migrating from a Windows NT 4.0 domain to a Samba 
1898     domain and maintaining user, group and domain SIDs.
1900 11) Support for establishing trust relationships with Windows NT 4.0
1901     domain controllers.
1902   
1903 12) Initial support for a distributed Winbind architecture using
1904     an LDAP directory for storing SID to uid/gid mappings.
1905   
1906 13) Major updates to the Samba documentation tree.
1908 14) Full support for client and server SMB signing to ensure
1909     compatibility with default Windows 2003 security settings.
1911 15) Improvement of ACL mapping features based on code donated by
1912     Andreas Grünbacher.
1915 Plus lots of other improvements!
1918 Additional Documentation
1919 ------------------------
1921 Please refer to Samba documentation tree (included in the docs/ 
1922 subdirectory) for extensive explanations of installing, configuring
1923 and maintaining Samba 3.0 servers and clients.  It is advised to 
1924 begin with the Samba-HOWTO-Collection for overviews and specific 
1925 tasks (the current book is up to approximately 400 pages) and to 
1926 refer to the various man pages for information on individual options.
1928 We are very glad to be able to include the second edition of
1929 "Using Samba" by Jay Ts, Robert Eckstein, and David Collier-Brown
1930 (O'Reilly & Associates) in this release.  The book is available
1931 on-line at http://samba.org/samba/docs/ and is included with 
1932 the Samba Web Administration Tool (SWAT).  Thanks to the authors and
1933 publisher for making "Using Samba" under the GNU Free Documentation 
1934 License.
1937 ######################################################################
1938 Upgrading from a previous Samba 3.0 beta
1939 ########################################
1941 Beginning with Samba 3.0.0beta3, the RID allocation functions
1942 have been moved into winbindd.  Previously these were handled
1943 by each passdb backend.  This means that winbindd must be running
1944 to automatically allocate RIDs for users and/or groups.  Otherwise,
1945 smbd will use the 2.2 algorithm for generating new RIDs.
1947 If you are using 'passdb backend = tdbsam' with a previous Samba 
1948 3.0 beta release (or possibly alpha), it may be necessary to 
1949 move the RID_COUNTER entry from /usr/local/samba/private/passdb.tdb
1950 to winbindd_idmap.tdb.  To do this:
1952 1)  Ensure that winbindd_idmap.tdb exists (launch winbindd at least 
1953     once)
1954 2)  build tdbtool by executing 'make tdbtool' in the source/tdb/ 
1955     directory
1956 3)  run: (note that 'tdb>' is the tool's prompt for input)
1958        root# ./tdbtool /usr/local/samba/private/passdb.tdb
1959        tdb> show RID_COUNTER
1960        key 12 bytes
1961        RID_COUNTER
1962        data 4 bytes
1963        [000] 0A 52 00 00                                       .R.
1965        tdb> move RID_COUNTER /usr/local/samba/var/locks/winbindd_idmap.tdb
1966        ....
1967        record moved
1969 If you are using 'passdb backend = ldapsam', it will be necessary to 
1970 store idmap entries in the LDAP directory as well (i.e. idmap backend 
1971 = ldap).  Refer to the 'net idmap' command for more information on 
1972 migrating SID<->UNIX id mappings from one backend to another.
1974 If the RID_COUNTER record does not exist, then these instructions are
1975 unneccessary and the new RID_COUNTER record will be correctly generated
1976 if needed.  
1980 ########################
1981 Upgrading from Samba 2.2
1982 ########################
1984 This section is provided to help administrators understand the details
1985 involved with upgrading a Samba 2.2 server to Samba 3.0.
1988 Building
1989 --------
1991 Many of the options to the GNU autoconf script have been modified 
1992 in the 3.0 release.  The most noticeable are:
1994   * removal of --with-tdbsam (is now included by default; see section
1995     on passdb backends and authentication for more details)
1996     
1997   * --with-ldapsam is now on used to provided backward compatible
1998     parameters for LDAP enabled Samba 2.2 servers.  Refer to the passdb 
1999     backend and authentication section for more details
2000   
2001   * inclusion of non-standard passdb modules may be enabled using
2002     --with-expsam.  This includes an XML backend and a mysql backend.
2003       
2004   * removal of --with-msdfs (is now enabled by default)
2005   
2006   * removal of --with-ssl (no longer supported)
2007   
2008   * --with-utmp now defaults to 'yes' on supported systems
2009   
2010   * --with-sendfile-support is now enabled by default on supported 
2011     systems
2012   
2013     
2014 Parameters
2015 ----------
2017 This section contains a brief listing of changes to smb.conf options
2018 in the 3.0.0 release.  Please refer to the smb.conf(5) man page for
2019 complete descriptions of new or modified parameters.
2021 Removed Parameters (order alphabetically):
2023   * admin log
2024   * alternate permissions
2025   * character set
2026   * client codepage
2027   * code page directory
2028   * coding system
2029   * domain admin group
2030   * domain guest group
2031   * force unknown acl user
2032   * hide local users
2033   * mangled stack
2034   * nt smb support
2035   * postscript
2036   * printer driver
2037   * printer driver file
2038   * printer driver location
2039   * read size
2040   * source environment
2041   * status
2042   * strip dot
2043   * total print jobs
2044   * use rhosts
2045   * valid chars
2046   * vfs options
2048 New Parameters (new parameters have been grouped by function):
2050   Remote management
2051   -----------------
2052   * abort shutdown script
2053   * shutdown script
2055   User and Group Account Management
2056   ---------------------------------
2057   * add group script
2058   * add machine script
2059   * add user to group script
2060   * algorithmic rid base
2061   * delete group script
2062   * delete user from group script
2063   * passdb backend
2064   * set primary group script
2066   Authentication
2067   --------------
2068   * auth methods
2069   * realm
2070   * passwd chat timeout
2072   Protocol Options
2073   ----------------
2074   * client lanman auth
2075   * client NTLMv2 auth
2076   * client schannel
2077   * client signing
2078   * client use spnego
2079   * disable netbios
2080   * ntlm auth
2081   * paranoid server security
2082   * server schannel
2083   * server signing
2084   * smb ports
2085   * use spnego
2087   File Service
2088   ------------
2089   * get quota command
2090   * hide special files
2091   * hide unwriteable files
2092   * hostname lookups
2093   * kernel change notify
2094   * mangle prefix
2095   * map acl inherit
2096   * msdfs proxy
2097   * set quota command
2098   * use sendfile
2099   * vfs objects
2100   
2101   Printing
2102   --------
2103   * max reported print jobs
2105   UNICODE and Character Sets
2106   --------------------------
2107   * display charset
2108   * dos charset
2109   * unicode
2110   * unix charset
2111   
2112   SID to uid/gid Mappings
2113   -----------------------
2114   * idmap backend
2115   * idmap gid
2116   * idmap uid
2117   * winbind enable local accounts
2118   * winbind trusted domains only
2119   * template primary group
2120   * enable rid algorithm
2122   LDAP
2123   ----
2124   * ldap delete dn
2125   * ldap group suffix
2126   * ldap idmap suffix
2127   * ldap machine suffix
2128   * ldap passwd sync
2129   * ldap replication sleep
2130   * ldap user suffix
2131   
2132   General Configuration
2133   ---------------------
2134   * preload modules
2135   * private dir
2137 Modified Parameters (changes in behavior):
2139   * encrypt passwords (enabled by default)
2140   * mangling method (set to 'hash2' by default)
2141   * passwd chat
2142   * passwd program
2143   * restrict anonymous (integer value)
2144   * security (new 'ads' value)
2145   * strict locking (enabled by default)
2146   * unix extensions (enabled by default)
2147   * winbind cache time (increased to 5 minutes)
2148   * winbind uid (deprecated in favor of 'idmap uid')
2149   * winbind gid (deprecated in favor of 'idmap gid')
2152 Databases
2153 ---------
2155 This section contains brief descriptions of any new databases 
2156 introduced in Samba 3.0.  Please remember to backup your existing 
2157 ${lock directory}/*tdb before upgrading to Samba 3.0.  Samba will 
2158 upgrade databases as they are opened (if necessary), but downgrading 
2159 from 3.0 to 2.2 is an unsupported path.
2161 Name                    Description                             Backup?
2162 ----                    -----------                             -------
2163 account_policy          User policy settings                    yes
2164 gencache                Generic caching db                      no
2165 group_mapping           Mapping table from Windows              yes
2166                         groups/SID to unix groups        
2167 winbindd_idmap          ID map table from SIDS to UNIX          yes
2168                         uids/gids.
2169 namecache               Name resolution cache entries           no
2170 netsamlogon_cache       Cache of NET_USER_INFO_3 structure      no
2171                         returned as part of a successful
2172                         net_sam_logon request 
2173 printing/*.tdb          Cached output from 'lpq                 no
2174                         command' created on a per print 
2175                         service basis
2176 registry                Read-only samba registry skeleton       no
2177                         that provides support for exporting
2178                         various db tables via the winreg RPCs
2181 Changes in Behavior
2182 -------------------
2184 The following issues are known changes in behavior between Samba 2.2 and 
2185 Samba 3.0 that may affect certain installations of Samba.
2187   1)  When operating as a member of a Windows domain, Samba 2.2 would 
2188       map any users authenticated by the remote DC to the 'guest account'
2189       if a uid could not be obtained via the getpwnam() call.  Samba 3.0
2190       rejects the connection as NT_STATUS_LOGON_FAILURE.  There is no 
2191       current work around to re-establish the 2.2 behavior.
2192       
2193   2)  When adding machines to a Samba 2.2 controlled domain, the 
2194       'add user script' was used to create the UNIX identity of the 
2195       machine trust account.  Samba 3.0 introduces a new 'add machine 
2196       script' that must be specified for this purpose.  Samba 3.0 will
2197       not fall back to using the 'add user script' in the absence of 
2198       an 'add machine script'
2199   
2201 ######################################################################
2202 Passdb Backends and Authentication
2203 ##################################
2205 There have been a few new changes that Samba administrators should be
2206 aware of when moving to Samba 3.0.
2208   1) encrypted passwords have been enabled by default in order to 
2209      inter-operate better with out-of-the-box Windows client 
2210      installations.  This does mean that either (a) a samba account
2211      must be created for each user, or (b) 'encrypt passwords = no'
2212      must be explicitly defined in smb.conf.
2213     
2214   2) Inclusion of new 'security = ads' option for integration 
2215      with an Active Directory domain using the native Windows
2216      Kerberos 5 and LDAP protocols.
2218      MIT kerberos 1.3.1 supports the ARCFOUR-HMAC-MD5 encryption 
2219      type which is neccessary for servers on which the 
2220      administrator password has not been changed, or kerberos-enabled 
2221      SMB connections to servers that require Kerberos SMB signing.
2222      Besides this one difference, either MIT or Heimdal Kerberos
2223      distributions are usable by Samba 3.0.
2224      
2226 Samba 3.0 also includes the possibility of setting up chains
2227 of authentication methods (auth methods) and account storage 
2228 backends (passdb backend).  Please refer to the smb.conf(5) 
2229 man page for details.  While both parameters assume sane default 
2230 values, it is likely that you will need to understand what the 
2231 values actually mean in order to ensure Samba operates correctly.
2233 The recommended passdb backends at this time are
2235   * smbpasswd - 2.2 compatible flat file format
2236   * tdbsam - attribute rich database intended as an smbpasswd
2237     replacement for stand alone servers
2238   * ldapsam - attribute rich account storage and retrieval 
2239     backend utilizing an LDAP directory.  
2240   * ldapsam_compat - a 2.2 backward compatible LDAP account 
2241     backend
2242     
2243 Certain functions of the smbpasswd(8) tool have been split between the 
2244 new smbpasswd(8) utility, the net(8) tool, and the new pdbedit(8) 
2245 utility.  See the respective man pages for details.
2246     
2247      
2248 ######################################################################
2249 LDAP
2250 ####
2252 This section outlines the new features affecting Samba / LDAP 
2253 integration.
2255 New Schema
2256 ----------
2257   
2258 A new object class (sambaSamAccount) has been introduced to replace 
2259 the old sambaAccount.  This change aids us in the renaming of 
2260 attributes to prevent clashes with attributes from other vendors.  
2261 There is a conversion script (examples/LDAP/convertSambaAccount) to 
2262 modify and LDIF file to the new schema.
2263   
2264 Example:
2265   
2266   $ ldapsearch .... -b "ou=people,dc=..." > sambaAcct.ldif
2267   $ convertSambaAccount --sid=<Domain SID> \
2268     --input=sambaAcct.ldif --output=sambaSamAcct.ldif \
2269     --changetype=[modify|add]
2270         
2271 The <DOM SID> can be obtained by running 'net getlocalsid 
2272 <DOMAINNAME>' on the Samba PDC as root.  The changetype determines 
2273 the format of the generated LDIF output--either create new entries 
2274 or modify existing entries.
2275     
2276 The old sambaAccount schema may still be used by specifying the 
2277 "ldapsam_compat" passdb backend.  However, the sambaAccount and
2278 associated attributes have been moved to the historical section of
2279 the schema file and must be uncommented before use if needed.
2280 The 2.2 object class declaration for a sambaAccount has not changed
2281 in the 3.0 samba.schema file. 
2282   
2283 Other new object classes and their uses include:
2284   
2285   * sambaDomain - domain information used to allocate rids 
2286     for users and groups as necessary.  The attributes are added
2287     in 'ldap suffix' directory entry automatically if 
2288     an idmap uid/gid range has been set and the 'ldapsam'
2289     passdb backend has been selected.
2290       
2291   * sambaGroupMapping - an object representing the 
2292     relationship between a posixGroup and a Windows
2293     group/SID.  These entries are stored in the 'ldap 
2294     group suffix' and managed by the 'net groupmap' command.
2295     
2296   * sambaUnixIdPool - created in the 'ldap idmap suffix' entry 
2297     automatically and contains the next available 'idmap uid' and 
2298     'idmap gid'
2299     
2300   * sambaIdmapEntry - object storing a mapping between a 
2301     SID and a UNIX uid/gid.  These objects are created by the 
2302     idmap_ldap module as needed.
2304   * sambaSidEntry - object representing a SID alone, as a Structural
2305     class on which to build the sambaIdmapEntry.
2307     
2308 New Suffix for Searching
2309 ------------------------
2310   
2311 The following new smb.conf parameters have been added to aid in directing
2312 certain LDAP queries when 'passdb backend = ldapsam://...' has been
2313 specified.
2315   * ldap suffix         - used to search for user and computer accounts
2316   * ldap user suffix    - used to store user accounts
2317   * ldap machine suffix - used to store machine trust accounts
2318   * ldap group suffix   - location of posixGroup/sambaGroupMapping entries
2319   * ldap idmap suffix   - location of sambaIdmapEntry objects
2321 If an 'ldap suffix' is defined, it will be appended to all of the 
2322 remaining sub-suffix parameters.  In this case, the order of the suffix
2323 listings in smb.conf is important.  Always place the 'ldap suffix' first
2324 in the list.  
2326 Due to a limitation in Samba's smb.conf parsing, you should not surround 
2327 the DN's with quotation marks.
2330 IdMap LDAP support
2331 ------------------
2333 Samba 3.0 supports an ldap backend for the idmap subsystem.  The 
2334 following options would inform Samba that the idmap table should be
2335 stored on the directory server onterose in the "ou=idmap,dc=plainjoe,
2336 dc=org" partition.
2338  [global]
2339     ...
2340     idmap backend     = ldap:ldap://onterose/
2341     ldap idmap suffix = ou=idmap,dc=plainjoe,dc=org
2342     idmap uid         = 40000-50000
2343     idmap gid         = 40000-50000
2345 This configuration allows winbind installations on multiple servers to
2346 share a uid/gid number space, thus avoiding the interoperability problems
2347 with NFS that were present in Samba 2.2.
2348     
2351 ######################################################################
2352 Trust Relationships and a Samba Domain
2353 ######################################
2355 Samba 3.0.0beta2 is able to utilize winbindd as the means of 
2356 allocating uids and gids to trusted users and groups.  More
2357 information regarding Samba's support for establishing trust 
2358 relationships can be found in the Samba-HOWTO-Collection included
2359 in the docs/ directory of this release.
2361 First create your Samba PDC and ensure that everything is 
2362 working correctly before moving on the trusts.
2364 To establish Samba as the trusting domain (named SAMBA) from a Windows NT
2365 4.0 domain named WINDOWS:
2367   1) create the trust account for SAMBA in "User Manager for Domains"
2368   2) connect the trust from the Samba domain using
2369      'net rpc trustdom establish GLASS'
2371 To create a trustlationship with SAMBA as the trusted domain:
2373   1) create the initial trust account for GLASS using
2374      'smbpasswd -a -i GLASS'.  You may need to create a UNIX
2375      account for GLASS$ prior to this step (depending on your
2376      local configuration).
2377   2) connect the trust from a WINDOWS DC using "User Manager
2378      for Domains"
2380 Now join winbindd on the Samba PDC to the SAMBA domain using
2381 the normal steps for adding a Samba server to an NT4 domain:
2382 (note that smbd & nmbd must be running at this point)
2384    root# net rpc join -U root
2385    Password: <enter root password from smbpasswd file here>
2387 Start winbindd and test the join with 'wbinfo -t'.
2389 Now test the trust relationship by connecting to the SAMBA DC
2390 (e.g. POGO) as a user from the WINDOWS domain:
2392    $ smbclient //pogo/netlogon -U Administrator -W WINDOWS
2393    Password:
2395 Now connect to the WINDOWS DC (e.g. CRYSTAL) as a Samba user:
2397    $ smbclient //crystal/netlogon -U root -W WINDOWS
2398    Password:
2400 ######################################################################
2401 Changes in Winbind
2402 ##################
2404 Beginning with Samba3.0.0beta3, winbindd has been given new account
2405 manage functionality equivalent to the 'add user script' family of
2406 smb.conf parameters.  The idmap design has also been changed to 
2407 centralize control of foreign SID lookups and matching to UNIX 
2408 uids and gids.
2411 Brief Description of Changes
2412 ----------------------------
2414 1) The sid_to_uid() family of functions (smbd/uid.c) have been 
2415    reverted to the 2.2.x design.  This means that when resolving a 
2416    SID to a UID or similar mapping:
2418         a) First consult winbindd
2419         b) perform a local lookup only if winbindd fails to
2420            return a successful answer
2422    There are some variations to this, but these two rules generally
2423    apply.
2425 2) All idmap lookups have been moved into winbindd.  This means that
2426    a server must run winbindd (and support NSS) in order to achieve
2427    any mappings of SID to dynamically allocated UNIX ids.  This was
2428    a conscious design choice.
2430 3) New functions have been added to winbindd to emulate the 'add user 
2431    script' family of smbd functions without requiring that external
2432    scripts be defined.  This functionality is controlled by the 'winbind 
2433    enable local accounts' smb.conf parameter (enabled by default).
2435    However, this account management functionality is only supported 
2436    in a local tdb (winbindd_idmap.tdb).  If these new UNIX accounts 
2437    must be shared among multiple Samba servers (such as a PDC and BDCs), 
2438    it will be necessary to define your own 'add user script', et. al.
2439    programs that place the accounts/groups in some form of directory
2440    such as NIS or LDAP.  This requirement was deemed beyond the scope
2441    of winbind's account management functions.  Solutions for 
2442    distributing UNIX system information have been deployed and tested 
2443    for many years.  We saw no need to reinvent the wheel.
2445 4) A member of a Samba controlled domain running winbindd is now able 
2446    to map domain users directly onto existing UNIX accounts while still
2447    automatically creating accounts for trusted users and groups.  This
2448    behavior is controlled by the 'winbind trusted domains only' smb.conf
2449    parameter (disabled by default to provide 2.2.x winbind behavior).
2451 5) Group mapping support is wrapped in the local_XX_to_XX() functions
2452    in smbd/uid.c.  The reason that group mappings are not included
2453    in winbindd is because the purpose of Samba's group map is to
2454    match any Windows SID with an existing UNIX group.  These UNIX
2455    groups can be created by winbindd (see next section), but the
2456    SID<->gid mapping is retreived by smbd, not winbindd.
2459 Examples
2460 --------
2462 * security = server running winbindd to allocate accounts on demand
2464 * Samba PDC running winbindd to handle the automatic creation of UNIX
2465   identities for machine trust accounts
2467 * Automtically creating UNIX user and groups when migrating a Windows NT
2468   4.0 PDC to a Samba PDC.  Winbindd must be running when executing
2469   'net rpc vampire' for this to work.
2471    
2472 ######################################################################
2473 Known Issues
2474 ############
2476 * There are several bugs currently logged against the 3.0 codebase
2477   that affect the use of NT 4.0 GUI domain management tools when run
2478   against a Samba 3.0 PDC.  This bugs should be released in an early 
2479   3.0.x release.
2481 Please refer to https://bugzilla.samba.org/ for a current list of bugs 
2482 filed against the Samba 3.0 codebase.
2485 ######################################################################
2486 Reporting bugs & Development Discussion
2487 #######################################
2489 Please discuss this release on the samba-technical mailing list or by
2490 joining the #samba-technical IRC channel on irc.freenode.net.
2492 If you do report problems then please try to send high quality
2493 feedback. If you don't provide vital information to help us track down
2494 the problem then you will probably be ignored.  
2496 A new bugzilla installation has been established to help support the 
2497 Samba 3.0 community of users.  This server, located at 
2498 https://bugzilla.samba.org/, has replaced the older jitterbug server 
2499 previously located at http://bugs.samba.org/.