r12017: starting the sync up for 3.0.21. Gotten through r11915
[Samba.git] / WHATSNEW.txt
blob479c86f9f40d0006efd2d57211b8f2393764eb09
1                    ==============================
2                    Release Notes for Samba 3.0.21
3                               Dec 3, 2005
4                    ==============================
6 This is the latest stable release of Samba. This is the version
7 that production Samba servers should be running for all current
8 bug-fixes.  Please read the following important changes in this
9 release.
11 Common bugs fixed in 3.0.21rc1 include:
13   o Missing groups in a user's token when logging in via kerberos
14   o Incompatibilities with newer MS Windows hotfixes and 
15     embedded OS platforms
16   o Portability and crash bugs.
17   o Performance issues in winbindd.
19 New features introduced in Samba 3.0.21rc1 include:
21   o Complete NTLMv2 support by consolidating authentication
22     mechanism used at the CIFS and RPC layers.
23   o The capability to manage Unix services using the Win32 
24     Service Control API.
25   o The capability to view external Unix log files via the
26     Microsoft Event Viewer.
27   o New libmsrpc share library for application developers.
28   o Rewrite of CIFS oplock implementation.
29   o Performance Counter external daemon.
30   o Winbindd auto-detection query methods when communicating with
31     a domain controller.
34 ######################################################################
35 Changes
36 #######
38 smb.conf changes
39 ----------------
41     Parameter Name                      Action
42     --------------                      ------
43     dfree cache time                    New
44     dfree command                       Per share
45     eventlog list                       New
46     iprint server                       New
47     map read only                       New
48     rename user script                  New
49     reset on zero vc                    New
50     svcctl list                         Renamed from 'enable svcctl'
53 Changes since 3.0.21rc1
54 ------------------------
56 commits
57 -------
58 o   Jeremy Allison <jra@samba.org>
59     * Remove #define of close -> close_fn maxcor in libsmbclient.
60     * Return early if -1 returned from *BSD EA call (reported by 
61       Timur).
62     * Name space cleanup by marking local functions static.
63     * Move samr enumeration cache from per handle basis to a shared 
64       cache.
65     * BUG 3274: Fix invalid smbclient qpath_basic() queries against 
66       OS/2 servers (based on patch from Guenter Kukkukk).
67     * Ensure default applies to new files (reported by Thomas 
68       Neumann).
71 o   Rashid N. Achilov <shelton@granch.ru>
72     * Add better service description names to the svcctl code.
75 o   Timur Bakeyev <timur@com.bat.ru>
76     * BUG 3262: Improve FreeBSD DOS attribute error reporting.
79 o   Gerald (Jerry) Carter <jerry@samba.org>
80     * Add smbget to the list of tools built by default.
81     * Fix clearing of eventlog tdb files.
82     * Fix sequential reads in eventlog support.
83     * BUG 2718: Don't use qpathinfo_basic() call when remote server 
84       is Win9x.
85     * Fix build issues with the Sun compiler.
86     * BUG 3156: Don't use find_service() when explicitly looking 
87       for a printer.
88     * Fix nss_winbind_solaris.c build breakage on HP=UX.
91 o   Alex Deiter <tiamat@komi.mts.ru>
92     * BUG 3196: Patch to compile against the Sun LDAP client libs.
93       (not for AD support; just ldap support).
96 o   Guenther Deschner <gd@samba.org>
97     * Avoid an inifinite loop when retying to connect in smbspool.
98     * Memory leak fixes in the kerberos PAC parsing code.
99     * Improve NT_STATUS error messages returned from pam_winbind.
100     * Rename unknown samr group fields in samr structures with 
101       the correct name.
102     * Cleanup redundant StartTLS code.
103     * Allow StartTLS support when connecting to Windows 2003 by
104       setting 'ldap ssl = start_tls'.
107 o   Volker Lendecke <vl@samba.org>
108     * Removed unused alternative_name cocde from winbindd.
109     * Protect against NULL alternative_name strings in winbindd.
110     * Define a default panic action with -DEVELOPER is defined.
111     * Add the capability ot reset smbd connections on a zero VC id.
114 o   Jim McDonough <jmcd@us.ibm.com>
115     * BUG 3187: Fix time zone offset in logon hours restrictions.
118 o   Lars Müller <lmuelle@samba.org>
119     * Only install smbsh manpage if smbwrapper has been successfully
120       built.
123 o   Tim Potter <tpot@samba.org>
124     * BUG 3260: Fix DYNEXP flags on HPUX.
127 o   Aruna Prabakar <aruna.prabakar@hp.com.
128     * Add checks to verify that the spooler is running on HP-UX when
129       reloading the printer name cache.
132 o   Darren Tucker <dtucker@zip.com.au>
133     o Crash fix for snprintf() code.
136 o   Rainer Weikusat <rainer.weikusat@sncag.com>
137     * Fix function name typo in skeleton VFS code.
141 Changes since 3.0.20b
142 ---------------------
144 o   Jeremy Allison <jra@samba.org>
145     * BUG 1828: Fixed SPNEGO issues with PocketPC clients.
146     * Added 'map readonly' parameter.
147     * BUG 3166: Fix crash in libsmbclient if the $HOME environment is
148       not defined.
149     * Maintain schannel client session keys in volatile 
150       $(privatedir)/schannel_store.tdb.
151     * BUG 2769: Ensure we mangle filenames ending in a space
152     * Catch corner case of renaming a symlinked directory into 
153       itself
154     * Ensure that smb.conf requests for hidden files are honored, 
155       even when DOS attributes are stored in EA's
156     * Add new auth method "auth_script" for calling an external 
157       program
158     * BUG 2152: Fix for mangled filenames when the client does 
159       support long filenames
160     * Rewritten implementation of client and server DCE/RPC infrastructure 
161     * BUG 3192: Adds a "dfree cache time" parameter.
162     * Fix acl evaluation bug found by Marc Cousin.  Only evaluate 
163       the S_IWGRP mask in the absence of a POSIX ACL.
164     * Remove use of 'long long' in libsmbclient code.
165     * Ensure the new canonicalize_servicename() in name/snum hash 
166       is multi-byte safe.
167     * BUG 2922: Integration of FreeBSD AIO patches from Timur 
168       Bakeyev.
169     * BUG 3216: Put directory opens into the share mode db so we 
170       can treat them similarly to file opens (delete on close, 
171       share mode violations etc.).
172     * Fix bug in name mangling code when case sensitivity is enabled.
173     * Remove external dependencies from the sharemodes library.
174     * BUG 3212: Ignore bogus OS/2 set EA values on trans2 calls.
175     * Don't misinterpret wild card characters in file names on disk
176       as they are actually valid characters.
177     * BUG 3223: Fix bug in account policy management when 
178       account_pol.tdb settings have been migrating to an LDAP 
179       backend.
180     * Allow the hash size of the tdb open (locking) database to be 
181       set in local.h.
182     * Fix error code returns on client spoolss code.
183     * Remove unneeded strncpy use.
184     * Fix uninitialized variables warnings.
185     * Cleanup smbcacls security descriptor parsing and error codes.
186     * BUG 3224: Correctly use machine_account_name and client_name 
187       when doing netlogon credential setup.  Fixes winbindd running 
188       on a Samba PDC.
189     * Backport Samba 4 time zone handling.
190     * Fix core dump if setmntent() returns NULL.
191     * Replace old crc32 code with one from the FreeBSD tree.
194 o   Andrew Bartlett <abartlet@samba.org>
195     * Remove another ancient NTLMSSP implementation.
196     * Allow machine account logons work if the client gives the 
197       appropriate flags. 
200 o   Alexander Bokovoy <ab@samba.org>
201     * Add POSIX statvfs() to VFS api.
204 o   Gerald (Jerry) Carter <jerry@samba.org>
205     * Eventlog and ServiceControl support.
206     * BUG 1051: store the directory path so we can send the full 
207       name in the unlink call from smbclient.
208     * Use reference count strategy for keeping the registry tdb 
209       open.
210     * Convert internal registry objects to new hierarchical talloc
211     * Allow the root user a free pass for access checks in the
212       registry and service control checks.
213     * Sanity checks in the privilege code to prevent empty SID 
214       entries
215     * Add basic infrastructure for 'make test' when the socket 
216       wrapper library is configured at compile time
217     * Convert profiles utility to use the current regfio interface 
218       for reading and writing user profiles
219     * Remove netsamlogon_cache interface
220     * Ensure that print jobs are removed even when the cancel 
221       command is received before the print cache has been updated
222     * Fix linking problem on Solaris when including ACL support.
223     * Give root a free pass to open the eventlog tdb files.
224     * Fix segfault in addprinter due to mixing talloc() and 
225       malloc()'d memory.
226     * fix invalid read reported by valgrind in the spoolss 
227       backchannel connection.
228     * Remove use of 'long long' in perfcounter registry code.
229     * BUG 3201: make sure request structure is cleared prior to 
230       sending the request to winbindd.
231     * Don't count open pipes in the num_files_open on a connection
232       (regression from Samba 2.2).
233     * Ensure servername hashing code normalizes the name.
234     * Fix checks for connect() in -lnsl[_s].
235     * Convert eventlog API to use NTSTATUS return codes rather 
236       than WERROR.
237     * Fix segv in winbindd caused by an uninitialized variable 
238       in winbindd_dual_getsidaliases().
239     * Allow winbindd to select the appropriate backend methods
240       based on the DC attributes and not the security parameter.
241     * Re-add the netsamlogon_cache tdb and ensure that user entries
242       are updated from the PAC data during kerberos ticket 
243       validation.
244     * Fix lockup when running 'wbinfo -t' on a Samba PDC caused 
245       by mangling machine names in sub_set_smb_name().
248 o   Guenther Deschner <gd@samba.org>
249     * Fixed compile problems and warnings with newer OpenLDAP 
250       and OpenSSL libs
251     * Fix bug when enumerating trusted domains via 'wbinfo -m'
252     * Parse the MS Kerberos PAC to obtain the user group 
253       membership during logon.
254     * Add support for SeRestorePrivilege to allow a process to 
255       change the ownership of a file to any arbitrary account
256     * Fix password history storage when using Novell eDirectory for 
257       ldapsam storage
258     * Backport Kerberos PAC parsing from Samba 4 branch in order to
259       correctly create the NT User Token when logging into a Samba 
260       member server
261     * Add small helper function to return a PAC_LOGON_INFO.
262     * Use LDAP bitwise matching rule when searching for groups 
263       in ADS.
266 o   Paul Green <paulg@samba.org>
267     * Update to the latest config.guess and config.sub files.
270 o   Deryck Hodge <deryck@samba.org>
271     * Allow control of syslog facility and level in audit vfs modules.
274 o   S Murthy Kambhampaty <smk_va@yahoo.com>
275     * Patches for Fedora RPM specfile and init script
278 o   Volker Lendecke <vl@samba.org>
279     * New oplock implementation.
280     * Add assert() call if winbindd cannot locate the domain SID in 
281       secrets.tdb on startup
282     * Fix an annoying timeout in winbindd when nmbd is not running.
283     * Speed up loading smb.conf for large numbers of share 
284       definitions by adding an internal hashing of names to snums. 
285       Thanks to Michael Adam.
286     * Fix potential segv in rpcclient's lsarpc calls.
287     * Fix bugs in winbindd's use of rpccli_netlogon_getdcname().
288     * Fix alignment in getdc response.
289     * Allow pdbedit to set the domain for a user account.
290     * Fix fallback logic in rpc binds.
291     * Fix memleak in message handling code.
292     * Fix connection bug to port 445 and 139 after a successful 
293       getdcname response.
294     * Add additional calls to initialize_krb5_error_table() for 
295       kerberos client code.
296     * Implement the possibility to have AFS users as SIDs in pts.
299 o   Derrell Lipman <derrell@samba.org>
300     * Cleanup libmsrpc version numbers.
303 o   Jason Mader <jason@ncac.gwu.edu>
304     * Removed compiler various warnings.
307 o   Alex Masterov <alex@infobit.ru>
308     * BUG 3218: Fix XATTR calls on *BSD systems.
311 o   Jim McDonough <jmcd@us.ibm.com>
312     * Speed up string_to_sid by removing next_token calls and 
313       unneeded strncmp() calls.
314     * Implement user rename for smbpasswd and LDAP backends.
315     * BUG 2961 (partial): Add rename support for user accounts to tdbsam
318 o   Stefan Metzmacher <metze@samba.org>
319     * Fix setting of quotas on linux kernel with the struct 
320       if_dqblk interface
321     * Enable sysquota interfact on Linux by default
322     * Use lp_socket_address() when binding to port 138/udp in nmbd.
325 o   Brian Moran <bmoran@centeris.com>
326     * Eventlog and ServiceControl support.
327     * Added eventlogadm tool for writing Eventlog records.
328     * Fix typo when creating Eventlog source DLL registry paths.
329     * Add simple script to tail syslog and write records to 
330       eventlog tdb.
333 o   Ricky Nance <ricky.nance@gmail.com>
334     * Updates for the mklogon perl scripts.
337 o   Chris Nicholls <skel@samba.org>
338     * New libmsrpc library (Google SoC Project).
339     * Fix libmsrpc build of on the Sun compiler by removing empty 
340       structure declarations.
343 o   James Peach <jpeach@sgi.com>
344     * Fix parsing error for smb ports parameter.
347 o   Marcin Porwit <mporwit@centeris.com>
348     * Eventlog and ServiceControl support.
349     * Added basic Performance Counter daemon which can feed data
350       for the Windows perfmon.exe tool.
353 o   Joel Smith <joel.j.smith@novell.com>
354     * Add iPrint printing backend support.
357 o   Toomas Soome <Toomas.Soome@mls.ee>
358     * Implement host lookups in nss_winbind.so.1 on Solaris
361 o   Simo Sorce <idra@samba.org>
362     * Update Debian packaging.
365 Release Notes for older release follow:
367       --------------------------------------------------
368                    ===============================
369                    Release Notes for Samba 3.0.20b
370                              Oct 12, 2005
371                    ===============================
373 Common bugs fixed in 3.0.20b include:
375   o A crash bug in winbindd
376   o Reporting files as read-only instead of returning the 
377     correct error code of "access denied"
378   o File system quota support defects
379   
381 ######################################################################
382 Changes
383 #######
386 Changes since 3.0.20a
387 ---------------------
389 commits
390 -------
392 o   Jeremy Allison <jra@samba.org>
393     * BUG 3088: Fix error condition for files on a read-write share 
394       which cannot be read due to permissions.
397 o   Gerald (Jerry) Carter <jerry@samba.org>
398     * BUG 3070: Fix crash bug in qfsinfo when retrieving fs quota 
399       details.
400     * BUG 1473, 3090: Quota detection and compilation problems on 
401       Solaris.
404 o   Marc Balmer <marc@msys.ch>
405     * Build fixes when builddir != srcdir
408 o   Alex Deiter <tiamat@komi.mts.ru>
409     * BUG 3145: Fix build issue regarding quota support on Solaris.
412 o   Volker Lendecke <vl@samba.org>
413     * BUG 3068: Fix for winbindd crashed by empty DC alternative 
414       name.
417       --------------------------------------------------
418                    ===============================
419                    Release Notes for Samba 3.0.20a
420                              Sept 30, 2005
421                    ===============================
423 Common bugs fixed in 3.0.20a include:
425   o Stability problems with winbindd.
426   o Crash bugs caused by incompatibilities on 64-bit systems.
427   o Missing files from directory listings on AIX servers
428   o User Manager interoperability problems.
429   o Minor build difficulties on various platforms such as 
430     Solaris and OpenBSD, 
433 Winbind, security = domain, and Active Directory
434 ================================================
436 Recent security updates for Windows 2000 and Windows 2003 have 
437 changed the fashion in which user and group lists can be obtained 
438 from domain controllers.  In short, the RPC mechanisms used by 
439 "security = domain" to retrieve users and groups is not compatible 
440 with these changes.   The "security = ads" configuration is not 
441 affected by the Windows protocol changes.
443 Samba developers are actively working to correct this problem in 
444 the 3.0.21 release.  In the meantime, Administrators who are unable 
445 to migrate to "security = ads" and must continue using "security = 
446 domain", can define credentials to be used by winbindd for account
447 enumeration by executing the following command as root.
449         wbinfo --set-auth-user='DOMAIN\username%password'
453 ######################################################################
454 Changes
455 #######
458 Changes since 3.0.20
459 --------------------
461 commits
462 -------
464 o   Jeremy Allison <jra@samba.org>
465     * BUG 3065: Fix for legacy clients retrieving a listing of 
466       an empty directory.
467     * Added external library for accessing Samba's share mode 
468       database.
469     * Fix winbindd credentials chain which caused logon failures 
470       after attempting to authenticate an unknown user.
471     * Fix recursive looping bug in winbindd.
472     * Fix build errors on 64-bit systems.
473     * Posix ACL memory leak and crash bug fixes.
474     * BUG 3044: Ensure OPEN-EXEC is honored as read-only.
475     * BUG 3060: Ensure SMBcreate truncates the file if it exists.
476     * Hide dot files and directory logic fixes.
477     * Correct display of open file modes by smbstatus.
478     * BUG 3010: Fix missing files bug on AIX systems.
481 o   Gerald (Jerry) Carter <jerry@samba.org>
482     * Allow the root user to automatically pass se_access_checks()
483       in the registry and service control server code.
484     * Ensure that winbindd uses the correct name in the net_auth2()
485       request when running on a Samba PDC.
486     * Fix linking problem with tdb utilities.
487     * BUG 3080: Fix regression in 'net rpc shutdown' command.
488     * Fix segv in 'net rpc' when the pipe open fails.
489     * Fix upload bug when installing 64-bit Windows printer drivers.
490     * Fix regression in the smburi syntax used by smbspool.
491     * Fix sorting of subkey hash records in registry files.
492     * Correct REG_CREATE_KEY_EX parsing error.
493     * Interoperability issues with usrmgr.exe and Samba groups.
494     * Use the display names and not the Unix names when enumerating
495       groups in the ldapsam passdb backend.
496     * Ensure that Windows domain user names are converted to lower case.
499 o   Guenther Deschner <gd@samba.org>
500     * Prevent BUILTIN sids returned in the user's token from 
501       a Windows DC from being applied to any local group mappings
502       on the Samba host.
503     * Plug memory leaks in the kerberos keytab code.
504     * Ensure BUILTIN groups are returned from winbindd's idmap_rid
505       backend when 'winbind nested groups' is enabled.
506     * Fix crash bug in winbindd caused by 64-bit build issues.
507     * Improve debug messages in smbspool.
508     * Give better error-message when "NDS Universal Password" change fails.
509     * Fix password history error in the eDirectory schema file.
510     * Ensure that Windows domain group names are converted to lower case.
513 o   Steve French <sfrench@us.ibm.com>
514     * Allow disabling mandatory byte range lock mount flag, and fix 
515       corresponding entry in mtab.
518 o   Volker Lendecke <vl@samba.org>
519     * Fix race condition in the NTcreate&X open code when the 
520       disposition is NTCREATEX_DISP_CREATE.
521     * Correct logic error when checking the pid for pending print 
522       change notify messages.
523     * Ensure that winbindd child process complete startup even when
524       the parent is receiving authentication requests.
525     * Return the full NTSTATUS code to ntlm_auth and pam_winbindd
526       when authentication fails.
529 o   Jason Mader <jason@ncac.gwu.edu>
530     * Compile warning fixes.
533 o   Uli Meis <a.sporto@gmail.com>
534     * Patches for pdb_*sql.c
537 o   Luke Mewburn <lukem@NetBSD.org>
538     * Autoconf syntax fixes.
541 o   James Peach <jpeach@sgi.com>
542     * Correct problem with creating a core file in Linux.
545 o   Stefan Metzmacher <metze@samba.org>    
546     * Quota fixes in smbd.
549 o   Peter Rindfuss <rindfuss@wz-berlin.de>
550     * Patches for pdb_*sql.c
553 o   Jiri Sasek <Jiri.Sasek@Sun.COM>
554     * Solaris toolchain patches for autoconf scripts.
557 o   Andrew Tridgell <tridge@samba.org>
558     * Fix for tdb clear-if-first race condition.
561 o   Leo Weppelman <leo@wau.mis.ah.nl>
562     * BUG 3104: Don't allow time updates to files on read-only shares.
565 o   Steve Williams <steve@celineandsteve.com>
566     * BUG 3052: Fix compile issues on OpenBSD.
569       --------------------------------------------------
570                    ==============================
571                    Release Notes for Samba 3.0.20
572                              Aug 19, 2005
573                    ==============================
575 Additional features introduced in Samba 3.0.20 include:
577   o Support for several new Win32 rpc pipes.
578   o Improved support for OS/2 clients.
579   o New 'net rpc service' tool for managing Win32 services.
580   o Capability to set the owner on new files and directory
581     based on the parent's ownership.
582   o Experimental, asynchronous IO file serving support.
583   o Completed Support for Microsoft Print Migrator.
584   o New Winbind IDmap plugin (ad) for retrieving uid and gid
585     from AD servers which maintain the SFU user and group 
586     attributes.
587   o Rewritten support for POSIX pathnames when utilizing 
588     the Linux CIFS fs client.
589   o New asynchronous winbindd.
590   o Support for Microsoft Print Migrator.
591   o New Windows NT registry file I/O library.
592   o New user right (SeTakeOwnershipPrivilege) added.
593   o New "net share migrate" options.
596 What happened to 3.0.15 - 3.0.19?
597 ==================================
599 After some discussion it was deemed that the amount of changes 
600 going into the next Samba 3.0 release needed something to catch
601 people's attention.  Skipping several releases was chosen as 
602 the best solution with the least overhead.  There will be no
603 3.0.15 - 3.0.19 ever released.  The next production release
604 following 3.0.20 should be 3.0.21.
606 The original announcement about the version number change can 
607 be found in the samba mailing list archives:
609 http://marc.theaimsgroup.com/?l=samba&m=111721010206997&w=2
612 Asynchronous Winbind Implementation
613 ===================================
615 Winbindd has been completely rewritten in this release to support
616 an almost completely non-blocking, asynchronous request/reply
617 model.  This means that winbindd will scale much better in 
618 large domain environments and on high latency networks.  Neither 
619 the client interface nor the command line tools (i.e. wbinfo) have 
620 changed in their calling conventions or syntax.  However, due to 
621 internal structure changes, it is required (more so than normal) 
622 that you install the nss_winbind.so library included in this release.
625 Support for Microsoft Print Migrator
626 ====================================
628 Samba 3.0.20 includes full support for migrating printers from 
629 Windows servers or other Samba servers via the Microsoft Print 
630 Migrator tool.  Restoring printers requires a working "add printer 
631 command" defined in smb.conf.  Current support also allows
632 administrators to create a master list of printer drivers which
633 can be restored in bulk on new (or existing) Samba installations.
636 Asynchronous IO Support
637 =======================
639 Experimental support for async IO has been added to smbd for 
640 certain platforms.  To enable this new feature, Samba must be 
641 compiled to include the --with-aio-support configure option.
642 In addition, the "aio read size" and "aio write size" to non-zero
643 values.  See the smb.conf(5) man page for more details on these 
644 settings.
647 ######################################################################
648 Changes
649 #######
651 smb.conf changes
652 ----------------
654     Parameter Name                      Action
655     --------------                      ------
656     acl check permissions               New
657     acl group control                   New
658     acl map full control                New
659     aio read size                       New
660     aio write size                      New
661     enable asu support                  New
662     inherit owner                       New
663     ldap filter                         Removed
664     map to guest                        Modified (new value added)
665     max stat cache size                 New
666     min password length                 Removed
667     printer admin                       Deprecated
668     username map script                 New
669     winbind enable local accounts       Removed
670     winbindd nss info                   New
673 Changes since 3.0.14a
674 ---------------------
677 commits
678 -------
680 o   Jeremy Allison <jra@samba.org>
681     * BUG 2533: Fix incorrect directory listings for OS/2 clients.
682     * Ensure the old SMB search calls always ask mask_match() to 
683       translate patterns like ????????.???.
684     * Split out the check_path_syntax() into a findfirst, findnext,
685       & wildcard versions.
686     * Fix checks for matching groups in an file ACL against the
687       user's primary and supplementary group list.
688     * BUG 2541: Ensure we recognize LANMAN2.1 as OS/2 and select 
689       LANMAN2 protocol, ensure the EA size is always correctly 
690       set on a query for a file with no EA's.
691     * BUG 2551: Look at the incoming flags2 flag 
692       FLAGS2_LONG_PATH_COMPONENTS determines if a reply is 
693       uppercased on a SMBsearch request, not the protocol level.
694     * Added "volume" command to smbclient that prints out the 
695       volume name and serial number.
696     * Added "fix for broken SMB_INFO_VOLUME level used by OS/2.
697     * Add support for OS/2 Extended Attributes.
698     * Correctly check OpenX open modes.
699     * Ensure allocation size is correctly returned for OpenX. 
700     * Only set allocation on create/truncate for nttrans.
701     * Fix oplock bug in trans2open() code.
702     * Remove unix_ERR_XXX global nastiness.
703     * Only do the strange DOS error for openX, not trans2open.
704     * Ensure SMBopen replies includes the share modes as well as 
705       open modes.
706     * BUG 2581: Add size limit (in kb) to stat cache.
707     * Fix bug in the trans2 secondary processing.
708     * BUG 2601: Enforce DOS_OPEN_EXEC to mean read-only.
709     * Add an SMB counter per connection struct for gathering
710       profiling data.
711     * BUG 2605: Ensure smbclient doesn't perform commands if 
712       the "chdir" fails in a scripted set.
713     * Ensure a 'forced group' is added to the list of effective
714       gids when processing ACLs.
715     * Refactor rpc_bind structures for better future work.
716     * BUG 2942: Add missing value in debug message.
717     * BUG 2946: Fix regressions in str[n]cmp_w) functions found
718       by 'mangling method = hash'.
719     * Fix memory leaks in the msdfs trans2 server code.
720     * Convert msdfs server to be talloc'd based.
721     * Fix up stackable vfs interface.
722     * Fix rpc fault when encountering an unknown rpc_bind auth 
723       type.
724     * BUG 2954: More AIX 5.1 AIO compile fixes.
725     * Fix valgrind bug in interaction with new aio buffer (found
726       by Volker).
727     * BUG 2878: Fix Norton commander not running on OS/2 clients. 
728     * Cleanup SAMR user info structure naming.
729     * BUG 2889:  Fix directly listings from OS/2 clients.
730     * Added "acl group control" parameter.
731     * Add debug warning if AddPrinterEx() is called without having
732       an 'add printer command'  defined.
733     * Add better log messages when modifying ldap entries.
734     * BUG 2829: Fix strXX_w() functions on non-x86 platforms when 
735       when string is unaligned.
736     * BUG 2918: Fix SMB chaining by ensuring that deferred open 
737       message buffer is nor reused.
738     * Add support for client setting capabilities to select posix 
739       pathnames on the wire.
740     * Stop using C++ reserved words so that Samba can be compiled 
741       using g++.  Also allows VFS modules in C++.
742     * More fixes to allow better large directory scaling.
743     * BUG 2827: Ensure we call the vfs connection hook before 
744       doing a vfs stat.  Allows database vfs backends to initialize 
745       with a working connection.
746     * BUG 2826: Ensure the correct return value for symlink and 
747       readlink in the VFS.
748     * Merge handling of ASN.1 objects bigger than 64k from Samba 4.
749     * Added AIO support to smbd.
750     * Add "acl map full control", true by default, to allow people 
751       to change mapping of rwx to full control or not.
752     * Transition smbd to use NTcreate&X for internal file opens.
753     * Add checks against the current effective group id (e.g. force 
754       user) when testing write permissions one ACLs.
755     * Fix FindFirst/FindNext server code when parsing directories
756       on old IRIX XFS file systems (thanks to Cale Fairchild
757       for the debugging help).
758     * BUG 2644: Test for special files to be ignored was reversed.
759     * Ensure yield_connection() is called on all appropriate error
760       conditions.
761     * Fix EDEADLCK problem with deferred open calls.
762     * BUG 2622: Remove DPTR_MASK as it makes no sense.
763     * Fix the write cache based on some VERY good detective work
764       from Ingo Kilian.
765     * BUG 2346: Fix read-only excel file bugs.
766     * Don't wrap the setfsinfo call in HAVE_QUOTA as they'll just 
767       return ENOSYS if not implemented.
768     * Add new CAP for POSIX pathnames.
769     * BUG 2703: Add NULL guard for disp_fields[0].
770     * BUG 2681: With "strict allocate = yes" we now zero fill when 
771       a file is extended. Should catch disk full errors on write
772       from MS-Office.
773     * Add "acl check permissions" to turn on/off the new 
774       behavior of checking for write access in a directory 
775       before delete. 
776     * Refactor printing interface to take offset into job. 
777     * Allow mapping of POSIX ACLs to NT perms to differentiate 
778       between directories and files.
779     * Added encrypt/decrypt function for LSA secrets and trusted
780       domain passwords on the wire.
781     * BUG 2729: Resume keys are *mandatory* for a search when 
782       listing a W2K and above server from a FATxx filesystem only.
783     * BUG 2735: Ensure that smbd mangles control characters in file 
784       and directory names.
785     * Refactor small pieces of socket handling code (in conjunction 
786       with Derrell).
787     * BUG 2698: Fix infinite listing loop in smbclient caused by
788       an invalid character set conversion.
789     * Add client code that will abort a directory listing if we 
790       see the same name twice between packets.
791     * Performance improvements in trans2 qfilepathinfo code by 
792       removing unnecessary memset() calls.
793     * Rewrite the RPC bind parsing functions to follow the 
794       spec; fixes bug with 64-bit Windows XP and OS X 10.4.
795     * BUG 2774: Set sparse flag if needed when returning 
796       file attributes.
797     * Fix errors listing directories from Windows NT clients 
798       which caused "." and ".." to show up in explorer.exe.
799     * Merge of error code fixes from SAMBA_4_0 branch.
800     * BUG 2801: Fix regression in the "delete veto files" option.
801     * Fix based on work from  Shlomi Yaakobovich to catch loops 
802       in corrupted tdb files.
803     * Allow someone with SeTakeOwnershipPrivilege to chown the 
804       user of a file to herself.
805     * Fix minor compiler warnings in printing/printing.c.
806     * Merge new DOS error code from SAMBA_4.
807     * Fix issue when non-English characters in filenames and 
808       directories.
809     * Fix bogus error message in smbstatus about unknown share modes.
812 o   Andrew Bartlett <abartlet@samba.org>
813     * Support raw NTLMSSP authentication for Windows Vista 
814       clients.
815     * Fix parallel NTLMSSP processing by removing global state.
816     * BUG 2684: Add per service hosts allow/deny checks for 
817       printers when  connecting via MS-RPC.
818     * BUG 2391: Fix segv caused by free a static pointer returned 
819       from getpwnam().
820     * Support kerberos authentication in smbd when using a keytab
821       and participating in a non-Microsoft Kerberos realm.
824 o   Timur Bakeyev <timur@com.bat.ru>
825     * BUG 2546: Add support for FreeBSD EA API
826     * Fix detection of FreeBSD 7.x platforms in autoconf checks.
827     * BUG 2908: Fix string length logic error in msdfs code.
828     * BUG 2909: Fix typo that caused smbd to call the wrong 
829       aio_fsync function.
832 o   Ed Boraas <ed.boraas@concordia.ab.ca>.
833     * Added Linux per-socket TCP settings.
836 o   Gerald (Jerry) Carter <jerry@samba.org>
837     * Added support for \svcctl pipe rpcs.
838     * Added 'net rpc service' subcommand for managing Win32 
839       services.
840     * Refactoring work on the rpc [un]marshalling layer and 
841       structures.
842     * Verify privilege name in 'net rpc rights privileges' in 
843       order to provide better error messages.
844     * Cleanup rpc structures in rpc_spoolss.h.
845     * Cleanups and fixes for the \winreg server code.
846     * Cleanup of rpc structures used by LsaEnumerateTrustedDomains.
847     * Fix bugs in client spoolss code after refactoring work.
848     * Fix Valgrind warnings of invalid reads in the spoolss 
849       server code.
850     * Fixed a segv when enumerating services on a Samba host.
851     * Fix segv in the service control server code.
852     * Fix crashes in client spoolss calls caused by not checking 
853       for a valid pointer from the caller.
854     * Fix regression in DeleteDriver() server routines.
855     * Fix dup_a_regval() when size is 0.
856     * Fix usrmgr.exe crash when viewing user properties at 
857       debuglevel 10.
858     * Do not enumerate any privileges when 'enable privileges = no'
859       and log a message if a client tries.
860     * BUG 2872: Fix cut-n-paste error when checking pointer value 
861       in ntlmssp_set_workstation().
862     * Fix upgrade path from earlier nt*tdb files.
863     * Removed print handle object cache.
864     * BUG 2853: Don't strip out characters like '$' from printer 
865       names when substituting for the lpq command.
866     * BUG 2557: Gracefully fail on unsupported SetPrinter() levels.
867     * Fix build issues on x86_64-linux systems caused by valgrind 
868       headers.  Thanks to Bent Vangli to the suggestions.
869     * Refactor spoolss client calls.
870     * Adding 'username map script'.
871     * Disable schannel on the LSA and SAMR pipes in winbindd client 
872       code to deal with Windows 2003 SP1 and Windows 2000 SP4 SR1.
873     * Cleanup of winreg API functions.
874     * Add server stubs for RegSetKeySec() and RegGetKeySec().
875     * Map generic bits to specific bits in reg_open_entry() 
876       requests.
877     * Add write support to registry tdb and printing backends.
878     * Use tdb lookups rather than hard-coding certain registry 
879       value names and data.
880     * BUG 2808: don't try to install man pages if they are not 
881       present.
882     * Fix initialized variables reported by valgrind.
883     * Normalize key lookups in ntprinters.tdb.
884     * Mark "enumports command" as deprecated.
885     * Add missing class file for python share command example.
886     * Fix smbclient build issue on Solaris.
887     * BUG 2626: ensure that the calling_name is set to something 
888       after parsing smb.conf (if not set via -n).
889     * Use "add machine script" when creating a user (ACB_NORMAL)
890       who has a name ending in '$' (e.g. usrmgr.exe creating
891       domain trust accounts).
892     * Add 'rid' synonym for idmap_rid IDMap module.
893     * Ensure that we set full access on the handle returned 
894       from _samr_create_dom_{alias,group}() so that future 
895       set_{alias,group}() commands succeed.
896     * Fix bug when looking for internal domains in winbindd
897       (caused winbindd_getgrgid() for local groups to fail).
898     * Fix query and set alias info calls (level 1 from the MMC 
899       manage computer plug-in.
900     * Remove bogus log messages about unknown specversions.
901     * BUG 2680: copy files from an MS-DFS win2k root share
902     * BUG 2688: re-implement support for the -P (--port) option
903     * Support connecting to an 'msdfs proxy' share on a Samba
904       server.
905     * Strip the directory path from cups command line printing 
906       defaults.
907     * Fix bug that prevented smbclient from creating directories 
908       on non-dfs paths.
909     * Deprecate the "printer admin" parameter in favor of the 
910       SePrintOperatorPrivilege.
911     * Add the capability to read and write WinNT regf registry 
912       files.
913     * Implement access checks for RegOpenXXX() server calls.
914     * Extend registry client rpc calls.
915     * Add "net rpc registry" set of commands.
916     * Remove testprns tool.
917     * Ensure that printer ACLs use the specific bits as well as 
918       the generic bits.  Upgrade existing ntprinters.tdb SECDESC 
919       records.
920     * Add server support for RegSaveKey() for dumping registry 
921       trees to a regf file.
922     * Add "enable asu support" smb.conf parameter.
923     * Merge various small file changes from trunk.
924     * Remove "winbind enable local accounts" support.
925     * Remove "ldap filter" smb.conf option.
926     * Remove editreg utility (needs to be rewritten using regfio.c).
927     * Fix build failure when running 'make torture' without first 
928       running 'make all' first.
929     * BUG 1261: Remove unusable libbiconv from iconv detection 
930       in configure.
931     * Add new option for "map to guest".  "Bad Uid" re-enables the
932       Samba 2.2 behavior of mapping authenticated users to the
933       guest account if there does not exist a valid Unix account 
934       for the Windows domain user (based on patch from 
935       aruna.prabakar@hp.com).
936     * Fix a couple of regressions after introduction of new winbindd.
937     * Fix smbpasswd user password change (still worked by bad error
938       messages) due to trying to strdup a NULL pointer.
939     * Implement default security descriptors for the
940       OpenService[Manager]() calls and check requested access mask 
941       at connect time.
942     * Include access checks on handle mask for \svcctl operations
943       such as ControlService() and StartService().
944     * Implement simulated start and stop service control for 
945       the spooler service as a per smbd service state value.
946     * Add interface structure for controlling service via rc.init
947       scripts (incomplete).
948     * Convert move_driver_to_download_area() to use copy_file()
949       rather than moving the files.
950     * Add version number to registry.tdb file since it can be 
951       modified now.
952     * Remove over-paranoid assert() call when checking spoolss 
953       buffer pointers
954     * Fix error in EnumPrinterData() reported by valgrind.
955     * Fix broken help links in SWAT editor caused by new doc layout.
956     * Ensure that a domain structure in winbind is initialized prior
957       to assigning the methods for communicating to a DC.
958     * BUG 3000: Remove background updates of winbind cache and allow
959       child processes to immediately update and expired cache entry.
962 o   David.Collier-Brown  <David.Collier-Brown@sun.com>
963     * Added panic action script for Solaris.
966 o   Jeremy Cooper <jeremy@ncircle.com>
967     * Added support for several new \winreg client rpcs.
970 o   <core@road-star.jp>
971     * BUG 2792: Ensure the shadow copy module hooks seekdir, 
972       telldir, rewinddir to match updated large directory code.
975 o   Guenther Deschner <gd@samba.org>
976     * Close handles on group creation in rpcclient to better 
977       support mass group account creation.
978     * Fix account policy key lookup for minimum and maximum
979       password lengths.
980     * Fix some compiler warnings and add missing exclude-block 
981       in 'net rpc share migrate'.
982     * Allow use of a non-default smb.conf by rpcclient.
983     * Fix querydispinfo search semantics in rpcclient test code.
984     * Fix querydispinfo server semantics to allow to list more 
985       then 511 users.
986     * Fix server crash bug in ancient OpenPrinter() call.
987     * Fix a crash bug when enumerating privileges via the LSA 
988       calls.
989     * Fix crash in EnumPrinterKey() client calls caused by previous 
990       refactoring work.
991     * Various compiler warning fixes.
992     * Fix segfault in the client AddPrinterEx-call of 'net 
993       rpc printer'.
994     * Fix build issues when --with-aio-support is enabled.
995     * BUG 2502: Removed the deprecated 'min passwd length parameter'.
996     * Honour the CC environment variable in python build.
997     * Fix searches in pdb_ldap for inter-domain trust accounts.
998     * Don't expand the %L in %LOGONSERVER% from user attributes.
999     * Fix bug in 'net rpc vampire' that caused accounts to be created 
1000       with no assigned ACB flags.
1001     * Fix enumeration of builtin-aliases.
1002     * Avoid unset rids for builtin-aliases.
1003     * Add 'recycle:touch_mtime = true' vfs option for the recycle bin.
1004     * More "net rpc share migrate" fixes.
1005     * Merge PADL's idmap_ad plugin (taken from the latest 
1006       xad_oss_plugins-tarball).
1007     * Add support for "idmap backend = ad" when "security = ads".
1008     * Add home directory and shell support from AD via "winbindd nss 
1009       support = sfu" and "security = ads".
1010     * Provide better feedback when we fail share-manipulation 
1011       due to missing scripts.
1012     * Correctly substitute "\" as default winbind separator in 
1013       generate_parm_table.py example share command script.
1014     * Document pam_winbind.c to clarify the working status of
1015       require-membership-of option.
1016     * Added client-support for various lsa_query_trust_dom_info()
1017       calls and a rpcclient-tester for some info-levels.
1018     * Add "net rpc trustdom vampire" tool (in conjunction with 
1019       Lars Mueller).
1020     * Add missing cli_srvsvc_net_share_set_info-function and
1021       rpcclient-testers (in preparation for net share acl migration).
1022     * Print trusted domain passwords returned via rpcclient in 
1023       display charset.
1024     * Error code fixes when attempting to manipulating 
1025       non-existent shares.
1026     * Cleanup "net share migrate" code. 
1027     * Allow to touch mtime in vfs-recycle with "recycle:touch_mtime 
1028       = true".
1029     * Allow admins to uncheck the "User must change Password at 
1030       next Logon" checkbox in User manager (merge from trunk).
1033 o   Renaud Duhaut <rd@duhaut.com> 
1034     * BUG 1040: Add directory_mode parameter when creating recycle
1035       directories.
1038 o   Steven Edwards <steven_ed4153@yahoo.com>.
1039     * Use chsize() if we don't have ftruncate().
1042 o   Rodrigo Fernandez-Vizarra <Rodrigo.Fernandez-Vizarra@Sun.COM>
1043     * BUG 1780: Add kerberos (file based ticket cache) support 
1044       to smbspool.
1047 o   Steve French <sfrench@us.ibm.com>
1048     * Update list of mount options for mount.cifs.
1049     * Add more defines for POSIX extensions to match the newly 
1050       added client implementation.
1051     * Add initial support for cifs umount utility.
1052     * Fix cifs mounts to handle commas embedded in prompted 
1053       password, and password and credential files.
1054     * Fix cifs mounts to handle domain name and user name in 
1055       username field (in form domain\user).
1056     * Add missing error code mappings when a client unsuccessfully 
1057       tries to create a hard-link.
1058     * Add support so umount.cifs can update mtab.
1059     * Add two newer mount options to syntax help for mount.cifs.
1060     * Add missing remount flag handling.
1061     * Allow domain= to be specified in credentials file. 
1062     * Fix umount.cifs help, allow root to unmount someone else's
1063       mount.
1064     * Lock mtab when updating it during umount.cifs, also delete
1065       only one matching entry at a time.
1066     * Fix minor compiler warnings in the mount.cifs helper.
1069 o   Deryck Hodge <deryck@samba.org>
1070     * BUG 2137: Encode quotes for display in HTML (original patch 
1071       from Jay Fenlason).
1074 o   Olaf Imig <Olaf.Imig@bifab.de>
1075     * BUG 1998: Correct byte ordering bug when storing 16-bit RAP 
1076       print job ids.
1077     * BUG 2653: Fix segv in rpcclient OpenPrinterEx() call.
1080 o   Björn Jacke <bj@sernet.de>
1081     * Added ioctl constants reported by msbackup.exe and filemon.exe.
1084 o   Kevin Jamieson <bugzilla@kevinjamieson.com> 
1085     * BUG 2819: Fix typo when checking for ".." in smbd's statcache.
1088 o   John Janosik <jpjanosi@us.ibm.com>
1089     * BUG 2077: Correctly fill in the correct server name when 
1090       processing trusted domain logins.
1091     * BUG 2976: Mark logons for unknown domains with a 
1092       non-authoritative response.
1095 o   William Jojo <jojowil@hvcc.edu>
1096     * AIX AIO fixes.
1099 o   Guenter Kukkukk <guenter.kukkukk@kukkukk.com>
1100     * BUG 2541: Fix copying of file(s) from samba share to an OS/2 
1101       local drive.
1104 o   Tom Lackemann <cessnatomny@yahoo.com>
1105     * BUG 2242: Patch to ensure that we only set the security 
1106       descriptor on an NTtransact create if we created the file.
1109 o   Volker Lendecke <vl@samba.org>
1110     * Port some of the non-critical changes from HEAD to 3_0. 
1111       The main one is the change in pdb_enum_alias_memberships 
1112       to match samr.idl a bit closer.
1113     * Close handles on user creation in rpcclient to better 
1114       support mass user account creation.
1115     * Implement client RAP calls for enumusers/enumgroups level 0.
1116     * Implement a new caching API for enumerating the pdb elements.
1117     * Convert the RAP user and group enumeration functions to the 
1118       utilized the pdb_search API. 
1119     * BUG 2438: Partial fix for 'net rpc trustdom establish' in 
1120       RestrictAnonymous environments.
1121     * Internal passdb API changes for better search capabilities
1122       (based on original work by Guenther Deschner).
1123     * Fix various compiler warnings.
1124     * Add chain length statistics to tdbtool.
1125     * Fix set afs ACL calls on files and directories in the root of 
1126       a share.
1127     * Refactoring work on internal open code
1128     * Correctly initialize the version in a new set of nt*tdb files.
1129     * Remove smb_run_idle_events() from main process loop in smbd 
1130       and instead rely upon the timeout processing to handle 
1131       dropping idle LDAP connections.
1132     * Fix the bug where users show up as trusting domains.
1133     * Fix an assertion failure in winbindd.
1134     * Fix a memleak in vfs_afsacl.
1135     * Various compiler warning fixes.
1136     * Fix compile when --enable-socket-wrapper is defined.
1137     * Fixes for top level acls in vfs_acl.c.
1138     * Refactor passdb interface functions.
1139     * Compile fixes when '#define PARANOID_MALLOC_CHECKER 1'.
1140     * Correct 2 segv's in "net rpc printer migrate".
1141     * Return correct group type from smbd for BUILTIN groups.
1142     * Backport the talloc() layer from Samba 4.
1143     * BUG 2701: Fix segv in ldap reconnection code.
1144     * BUG 2705: Fix segv when connecting from usrmgr.exe.
1145     * Use the SID in the user token for the %s expansion in 'afs 
1146       username map'.
1147     * Memory leak fixes in passdb code.
1148     * BUG 2720: Fixes for "net usersidlist".
1149     * BUG 2725: Fix segv in "net ads user".
1150     * Only allow schannel connections if a successful Auth2 
1151       has been previously performed.
1152     * Don't look at gencache.tdb for the trusted domains if 
1153       winbind is present.
1154     * Rewrite winbindd using an asynchronous process model.
1157 o   Herb Lewis <herb@samba.org>
1158     * Compiler warning cleanups.
1159     * smbwrapper Makefile and compile time check cleanups.
1160     * Adding robustness checks for tdbdump and tdbtool.
1161     * Extend tdb command line parsing to arbitrary hex characters.
1162     * Add LOCKING debug class.
1163     * Fix more compiler warnings.
1166 o   Derrell Lipman <derrell@samba.org>
1167     * add support for opening a file for write with O_APPEND 
1168       in libsmbclient.
1169     * Added smbsh/smbwrapper for Linux to example/libsmbclient 
1170       tree.
1171     * Fix smbc_stat() from returning incorrect timestamps IFF 
1172       it used cli_qpathinfo2() to retrieve the timestamps (Win2k) 
1173       and not if it used cli-getatr() to retrieve the timestamps 
1174       (Win98). 
1175     * Fix handful of compiler warnings.
1176     * BUG 2498, 2484: smbc_getxattr() fixes.
1177     * BUG 1133: Added provision for overloading some global 
1178       configuration options via the new, per-user file 
1179       ~/.smb/smb.conf.append.
1180     * BUG 2543: Properly cache anonymous username when reverting 
1181       to anonymous login, in libsmbclient.
1182     * BUG 2505: Fix large file support in libsmbclient.
1183     * BUG 2564: Ensure correct errno when smbc_opendir() was called 
1184       with a file rather than a directory.
1185     * Correct deprecated lvalue casts in testsuite/libsmbclient.
1186     * BUG 2663.  cli_getattrE() and cli_setattrE() were not 
1187       formatting or parsing the timestamp values correctly.
1188     * Correctly detect AF_LOCAL support in configure.
1189     * Fix problem updating file times on Windows 98 hosts using 
1190       libsmbclient.
1191     * Fix compile breakage on Solaris by eliminating the use of 
1192       ctime_r() in libsmbclient DEBUG statement.
1195 o   Jason Mader <jason@ncac.gwu.edu>
1196     * BUG 2483, 2468. 2469, 2478, 2093: Compiler warning fixes.
1197     * Various compiler warning fixes about mistyped variables.
1198     * BUG 2882, 2885, 2890, 2891, 2900: Various compiler warning fixes 
1199       and code  cleanups.
1200     * BUG 2527, 2538: Removed unused variables.
1203 o   Marcel <samba.10.maazl@spamgourmet.com>
1204     * Fix regression in OS/2 trans2 open code.
1207 o   Jim McDonough <jmcd@us.ibm.com>
1208     * Fixes for samr_lookup_rids() when using ldapsam:trusted=yes
1209       (in conjunction with Volker).
1210     * BUG 2953: Prevent the credentials chain on DC gets out 
1211       of sync with client when NT_STATUS_NO_USER is returned.
1212     * Added subcommands to "net rpc vampire" (mostly done by Don 
1213       Watson <dwatson@us.ibm.com>) to allow data to be put into an 
1214       ldif file instead of actually writing to the passdb.  
1215     * BUG 2736: Add retries to workaround winbind race condition 
1216       with detecting idle clients.
1217     * BUG 2953: Additional fixes for domain trusts.  Also clears
1218       up the "bad stub" error when attempting to logon to a Samba
1219       domain with a bad username.
1222 o   Luke Mewburn <lukem@NetBSD.org>
1223     * Compiler warning fixes.
1226 o   Kalim Moghul <kalim@samba.org>
1227     * Removed unused printmode command from smbclient.
1230 o   Lars Müller <lmuelle@samba.org>
1231     * Re-enable the VERSION_REVISION option in case of another 
1232       letter release.
1233     * Fix spoolss python bindings after C++ compiler changes and 
1234       other python fixes.
1235     * BUG 2659: Don't trump on memory in smbtorture.
1236     * BUG 2060: Add -fPIC which is the case for all other Samba 
1237       shared libs.
1238     * Fix argv parsing in "net rpc".
1239     * Add support to create position independent executable (PIE) 
1240       code if the compiler supports it.
1241     * BUG 2767: Add new options to testparm (--show-all-parameters,
1242       --parameter-name, and --section-name).
1243     * Fix net share migrate files to also migrate the ACLs of 
1244       the top level dir of a share.
1247 o   Marcel Muller <mueller@maazl.de>
1248     * Patch to fix the OS/2 EA_FROM_LIST info level call.
1249     * Mangled names fix for OS/2 clients.
1250     * Ensure we correctly set the return packet size to include the 
1251       pad bytes in reply_readbmpx().
1252     * Fix for bug in SMBwriteBraw that incorrectly returned the 
1253       number of bytes written. 
1256 o   Ricky Nance <ricky.nance@gmail.com>
1257     * Implemented mklogon script generator for domain logon scripts.
1260 o   James Peach <jpeach@sgi.com>
1261     * BUG 1843: Fix quotas (with no soft limits) on IRIX.
1262     * BUG 2285: Patch for hires timestamps and efficient notify code.
1263     * MS-DFS tidyup patches.
1264     * Build fixes on IRIX.
1265     * IRIX compiler warning fixes.
1266     * BUG 2596: Fix become_root link issues and one IRIX stack 
1267       backtrace bug.
1268     * Fix for null pointer ACL free.
1269     * BUG 2314: Fix const compiler warnings in the quota code.
1272 o   Ed Plese <ed@edplese.com>
1273     * Fix faulty logic which caused winbindd to return failure 
1274       when a user possessed no supplementary groups.
1277 o   Marcin Porwit <mporwit@centeris.com>
1278     * Initial support for the \eventlog pipe.
1279     * Fix a memleak in the eventlog code.
1280     * Miscellaneous fixes for Samba's experimental event log support.
1281     * Add ServiceQueryConfig2() and ServiceQueryStatusEx() server 
1282       calls.
1285 o   Tim Potter <tpot@samba.org>
1286     * BUG 2940, 2943: Fixed various compiler warnings regarding 
1287       mismatched types and unused variables.
1288     * BUG 1888, 1894: Fix warnings when time_t is an unsigned type.
1289     * BUG 2733: Fix incorrect SHLIBEXT is set when running 
1290       configure script on HPUX IA.
1291     * Remove unused autoconf #define's.
1292     * BUG 2893: Fix inverted assignment in 'net rpc printer' code.
1293     * Removed unused function declarations in tdb.h.
1294     * BUG 2895: Don't wrap non-existent functions in the python 
1295       tdb bindings.
1296     * BUG 2623, 2630: $< and $* are not valid in explicit rules 
1297       according to POSIX.
1298     * BUG 2560: Fix compile error lurking where PATH_MAX is not 
1299       defined.
1300     * BUG 2625: Remove configure check for FTRUNCATE_NEEDS_ROOT.
1301     * BUG 2611: Add fflush(stdout) after displaying username prompt 
1302       in smbsh if username not specified on command line.
1303     * BUG 2699: Fix for segfault in samba.winbind.auth_crap module 
1304     * BUG 2808: Update install swat message to reflect the fact 
1305       that swat/README no longer exists.
1308 o   Denis Sbragion <d.sbragion@infotecna.it>
1309     * BUG 2196: Allow absolute path (system wide) recycle bin.
1312 o   Fernando Schapachnik <fernando@mecon.gov.ar>
1313     * Add logon hours support for the Postgres backend.
1316 o   Richard Sharpe <rsharpe@samba.org>
1317     * Fix bug in profiles tool caused by use of MAP_PRIVATE.
1319 o   Joerg Sonnenberger <joerg@leaf.dragonflybsd.org>
1320     * BUG 2362: Quota support fix for DragonFly.
1321     * Fix dragonfly detection in configure.
1324 o   Simo Sorce <idra@samba.org>
1325     * Allow Domain Admins to force user sessions to close via the 
1326       Windows Server Manager.
1327     * Add support to 'net rpc right privileges <name>' to enumerate 
1328       accounts which possess a specific privilege.
1329     * Fix memory issues issues in vfstest (reported by Rainer Link).
1330     * Randomize reloading as to not overload cupsd.
1333 o   Smitty <smitty@plainjoe.org>
1334     * Compile fixes for smbget when using --enable-developer.
1335     * Include LUID values to match Windows privileges since 
1336       apparently this matters to printmig.exe
1339 o   John Terpstra <jht@samba.org>
1340     * Solaris packaging fixes.
1341     * Clean up usage help text in "net rpc user"
1344 o   Andrew Tridgell <tridge@samba.org>
1345     * Merge socket wrapper library fixes from Samba 4.
1348 o   Brett Trotter <blt@iastate.edu>
1349     * Fix definition of global_sid_* in vfs_acl.c.
1352 o   Mark Weaver <mark-clist@npsl.co.uk>
1353     * Patch to fix sys_select so it can't drop signals if another 
1354       fd is ready to read. 
1357 o   Jelmer Vernooij <jelmer@samba.org>
1358     * Remove --with-manpage-languages configure option.
1359     * Merge socket wrapper fixes for IRIX systems from the 
1360       Samba 4 branch.
1361     * Add socket_wrapper library to 3.0. Can be enabled by passing
1362       --enable-socket-wrapper to configure.
1363     * Fix build of the various sql pdb backends after new talloc.
1366 o   Qiao Yang <qyang@stbernard.com>
1367     * Use our own DC when getting the SID for a domain.
1371 Release Notes for older release follow:
1373       --------------------------------------------------
1374                    ===============================
1375                    Release Notes for Samba 3.0.14a
1376                               Apr 14, 2005
1377                    ===============================
1379 Common bugs fixed in 3.0.14a include:
1381   o Compatibility issues between Winbind and Windows 2003 SP1
1382     domain controllers (*2k3sp1*).
1383   o MS-DFS errors with Windows XP SP2 clients.
1384   o High CPU loads caused by infinite loops in the FindNext()
1385     server code.
1386   o Invalid SMB_ASSERT() which caused smbd to panic on ACL'd 
1387     files.
1389     
1390 ######################################################################
1391 Changes
1392 #######
1394 Changes since 3.0.14
1395 --------------------
1397 commits
1398 -------
1399 o   Jeremy Allison <jra@samba.org>
1400     * Fixed invalid SMB_ASSERT() triggered by checking access on
1401        ACL'd files.
1404 Changes since 3.0.13
1405 --------------------
1407 smb.conf changes
1408 ----------------
1410     Parameter Name                      Action
1411     --------------                      ------
1412     dos filetimes                       Enabled by default
1415 commits
1416 -------
1417 o   Jeremy Allison <jra@samba.org>
1418     * Prevent nt_status code support when negotiating protocols
1419       earlier than NT1.
1420     * BUG 2533: Remove the UNICODE flags2 bit from SMBsearch calls
1421       as this SMB is DOS codepage only.
1422     * BUG 2585: Fix printf() issues in smbpasswd which caused
1423       seg faults.
1424     * BUG 2563: Fix infinite loop on non-existent file with 
1425       FindNext().
1426     * BUG 2581 (partial): Ensure if realloc fails on an internal 
1427       tdb we fail gracefully.
1428     * Ensure that 'dos filetimes' works with ACLs.
1429     * Set 'dos filetimes = yes' as the default for smb.conf.
1431       
1432 o   Gerald (Jerry) Carter <jerry@samba.org>
1433     * Workaround autoconf issue to prevent debug symbols from 
1434       being included in the default build.
1435     * Disable schannel on the \lsarpc pipe in order to successfully 
1436       enumerate users and groups (*2k3sp1*)
1437     * Fix parsing error in rpc binds which broke NTLMSSP 
1438       authentication.   And as a result broke CTL+ALT+DEL password 
1439       changes from a Windows 2003 SP1 member of a Samba domain 
1440       (*2k3sp1*).
1441     * Revert change to FindFirst() server code that broke WinXP
1442       SP2 clients from launching *.exe files from a dfs target 
1443       share.
1444     * BUG 2588: Force smbclient to send netbios messages to port 
1445       139 unless otherwise instructed (based on patch from Thomas 
1446       Bork).
1447       
1449 o   Volker Lendecke <vl@samba.org>
1450     * Fix build on FreeBSD 4 where Winbind is not supported.
1451     * Fix 'wbinfo --user-sids' when using domain local groups.
1452     * Restrict domain local groups reported by 'wbinfo -r' to
1453       the Samba server domain and not the users domain.
1456 o   Lin Li <linl@xandros.com>
1457     * Ensure that winbind initializes internal trusted domain 
1458       structures when enumerating users and groups.
1459       
1461 o   Tim Potter <tpot@samba.org>
1462     * BUG 2565: Fix crash bug and compiler warnings in strchr_m() 
1463       test.
1464     * Fix compiler warnings.
1467 o   <psz@maths.usyd.edu.au>
1468     * Fix for possible root squash NFS bugs.
1469     
1470     
1471 o   Simo Sorce <irda@samba.org>
1472     * Debian packaging fixes.
1473     
1475       --------------------------------------------------
1476                    ==============================
1477                    Release Notes for Samba 3.0.13
1478                             Mar 24, 2005
1479                    ==============================
1481 Common bugs fixed in 3.0.13 include:
1483   o Infinite FindNext() loop from Windows 9x client when
1484     copying or deleting files on a Samba file share using 
1485     explorer.exe.
1486   o Numerous smbclient bugs when listing directories.
1487   o Failures in smbclient when connecting to a Windows 9x 
1488     file server.
1490     
1491 ######################################################################
1492 Changes
1493 #######
1495 Changes since 3.0.12
1496 --------------------
1498 o   Jeremy Allison <jra@samba.org>
1499     * Fix typo bug in smbclient where flags overwrote info level
1500       in the cli_list_new().
1501     * Fix old smbclient bug where ff_searchcount was being compared 
1502       to -1 resulting in processing a filename twice.
1503     * Fix segv in smbclient caused by overwriting the last 2 bytes 
1504       in cli_list_new().
1505     * BUG 2530: Fix potential segv in smbclient when talking to a 
1506       Windows 9x file server.
1507     * Fix last entry offset in cli_list_new() when using a 
1508       FindFirst/FindNext info level of 0x104.
1509     * BUG 2501: Stop Win98 from looping doing FindNext on a 
1510       singleton directory. 
1511     * BUG 2521: Fix error in access checks when user group ACLs.
1512       
1513       
1514 o   Gerald (Jerry) Carter <jerry@samba.org>
1515     * BUG 2497: Fix bug in rpcclient's deletedriverex when asking 
1516       to delete all versions of a driver.
1517     * BUG 2517: use the realm from smb.conf for 'net ads info' when 
1518       'disable netbios = yes'.
1519     * BUG 2530: Ensure that smbclient correctly detects MS-DFS root
1520       shares.  
1521     * Update RedHat packaging files to require cups support.  Also
1522       remove requirement for 'idmap {uid,gid}' settings in smb.conf
1523       from winbindd init script.
1524     * BUG 2516: fix compile issue on True64.
1525     
1526       
1527       
1528 o   Guenther Deschner <gd@samba.org>
1529     * Check for the correct cli-struct when copying files in 'net 
1530       rpc printer' routines.
1533 o   Herb Lewis <herb@samba.org>
1534     * Fix incorrect test in 'net rpc user' when the user is not
1535       a member of any groups.
1536       
1537       
1538 o   Jim McDonough <jmcd@us.ibm.com>
1539     * Make sure that enum_group_members() searches the correct suffix.
1540     
1542       --------------------------------------------------
1543                    ==============================
1544                    Release Notes for Samba 3.0.12
1545                             Mar 18, 2005
1546                    ==============================
1548 Common bugs fixed in 3.0.12 include:
1550   o Winbind failures when using 'disable netbios = yes'
1551   o Failure to establish a trust relationship via 'net rpc trust 
1552     establish'
1553   o Various portability & compiler issues.
1554   o Read only file deletion failure caused by new delete semantics 
1555     in Windows XP SP2 and the MS 04-044 security hotfix.
1556   o Error messages from shared Excel workbooks residing on Samba 
1557     file shares.
1558   o Missing files in the output of smbclient -c 'dir' when run 
1559     against Windows file servers.
1560   o Inability for Print Administrators to pause/resume/purge print 
1561     queues.
1563 Additional features introduced in Samba 3.0.12:
1565   o Performance enhancements when serving directories containing 
1566     large number of files.
1567   o MS-DFS support added to smbclient.
1568   o More performance improvements when using Samba/OpenLDAP based 
1569     DC's via the 'ldapsam:trusted=yes' option.
1570   o Support for the Novell NDS universal password when using the
1571     ldapsam passdb backend.
1572   o New 'net rpc trustdom {add,del}' functionality to eventually 
1573     replace 'smbpasswd {-a,-x} -i'.
1574   o New libsmbclient functionality.
1578 =======================
1579 Large Directory Support
1580 =======================
1582 Samba 3.0.12pre1 introduces a specific mechanism for dealing
1583 with file services that frequently contain a large number of files
1584 per directory.  Historically Samba's performance has suffered 
1585 in such environments due to the translation from case 
1586 insensitive lookups by Windows client to the case sensitive
1587 storage mechanisms used by UNIX filesystems.
1589 Configuration details along with a short HOWTO can be found at:
1591 http://www.samba.org/samba/ftp/HOWTO/Samba-LargeDirectory-HOWTO
1594 ==================================
1595 libsmbclient Binary Compatibility
1596 ==================================
1598 Please note that a change has been made to the _SMBCCTX structure 
1599 in source/include/libsmbclient.h.  This change is not backwards
1600 compatible with applications linked against the libsmbclient.so
1601 library from Samba 3.0.11.  However, it is compatible with all 
1602 other Samba 3.0.x releases.  This means that it will be most likely
1603 be necessary to recompile any applications linked against the 
1604 3.0.11 version of the library.
1607 ######################################################################
1608 Changes
1609 #######
1611 smb.conf changes
1612 ----------------
1614     Parameter Name                      Action
1615     --------------                      ------
1616     allocation roundup size             New
1617     log nt token command                New
1618     write cache                         Deprecated
1622 Changes since 3.0.11
1623 --------------------
1625 commits
1626 -------
1627 o   Jeremy Allison <jra@samba.org>
1628     * BUG 2146: Return correct allocation sizes so as not to crash 
1629       the VC++ compiler.
1630     * BUG 962: Ensure that parsing of service names in smb.conf is 
1631       multibyte safe.
1632     * BUG 2201, 2227: Support new delete semantics used by MS04-044
1633       and XP SP2.
1634     * BUG 1525: Correctly timestamps interpreted on 64-bit time_t 
1635       values (patch submitted by Jay Fenlason <fenlason@redhat.com>).
1636     * Add special hooks when serving directories containing large
1637       numbers of files.
1638     * Ensure that WINS negative name query responses and WACK 
1639       packets use the correct RR type of 0xA instead of reflecting 
1640       back what the query RR type was (0x20).
1641     * BUG 2310: Only do 16-bit normalization on small dfree request.
1642     * BUG 2323: Correct authentication failure when using plaintext 
1643       passwords from Windows XP clients.
1644     * BUG 2146: Add new smb.conf option 'allocation roundup size' to
1645       work around issues building MS Visual Studio 6.0 project 
1646       on a Samba file share while restoring the pre-3.0.21pre1 
1647       behavior by default.
1648     * BUG 2399 (partial): Ensure we use SMB_VFS_STAT instead of 
1649       stat when checking for existence of a pathname.
1650     * Check the sticky bit on the parent directory for supporting
1651       the new WinXP SP2 file deletion semantics.
1652     * Various oplock, share mode, and byte range locking fixes
1653       found by Connectathon tests.
1654     * BUG 2271: Fix resume key issues in trans2FindFirst() client 
1655       code (inspired by patch from Satwik Hebbar).
1656     * BUG 2382, 2045: More pending modtime and delayed write fixes
1657       for MS Excel (incorporates partial patches from 
1658       ke_miyata@itg.hitachi.co.jp).
1659     * Debug log message cleanups.
1660     * Add case insensitive search for a principal match on logon 
1661       verification in the system keytab (based on patch by 
1662       Michael Brown <mbrown@fensystems.co.uk>).
1663     * Revert the previous SMB signing change from Nalin Dahyabhai
1664       when using DES keys.
1665     * Add missing RESOLVE_DFSPATH() calls for older SMB commands.
1666     * Fix FindFirst() server code to deal with resume names of ".."
1667       and "." (found by Jim McDonough).
1668     * BUG 2451: Fix missing functions in full audit VFS module.
1669     * Ensure that smbd logs failures reported by DISK_FREE()
1670       (reported by Ying Li <ying.li2@hp.com>).
1671     * Ensure that smbclient obeys the max protocol argument again.
1672     * BUG 2335: Return correct error code for OS/2 clients (based on
1673       negotiated protocol level).
1674     * BUG 2460, 2464: remove dead code and unused variables 
1675       (reported by Jason Mader).
1678 o   Andrew Bartlett <abartlet@samba.org>
1679     * Avoid length-limited intermediate copy of NT and LM responses 
1680       in NETLOGON client.
1681     * Debug message cleanups in the NTLMSSP implementation.
1684 o   Manuel Baena <mbaena@lcc.uma.es>
1685     * Print actual error message in smbmnt.c:fullpath().
1688 o   Vince Brimhall <vbrimhall@novell.com>
1689     * Add support for Novell NDS universal password.
1690     * BUG 2424: Ensure that uidNumber and gidNumber use match 
1691       the RFC2307 schema.
1692     * BUG 2453: Change the way pdb_nds.c handles users with no 
1693       Universal or Simple Password.
1694     * NDS schema file corrections.
1697 o   Gerald (Jerry) Carter <jerry@samba.org>
1698     * Add trans2 client call for checking dfs referrals
1699     * Convert smbclient to use TRANS_QPATHINFO(SMB_QUERY_FILE_BASIC_INFO) 
1700       when checking directories on modern CIFS servers.
1701     * Add MS-DFS support to smbclient.
1702     * Code cleanup of adt_tree.[ch].
1703     * Add missing checks to allow root to manage user rights.
1704     * Allow domain admins to manage rights assignments on domain members
1705       servers.
1706     * BUG 2333: Use the lpq command to pass in the correct printer name 
1707       for cups_queue_get().  CUPS backend now sets 'lpq command= %p' as 
1708       the default.
1709     * BUG 1439: make sure to initialize pointer to prevent invalid 
1710       free()'s on exit.
1711     * BUG 2329: fix to re-enable winbindd to locate DC's when 'disable 
1712       netbios = yes'.
1713     * Add cups-devel to BuidlRequires directive in Fedora spec file.
1714     * BUG 858: Fix order of popt args evaluation so we don't crash 
1715       when given no command line args.
1716     * Remove dependency on bash for source/autogen.sh.
1717     * Fix clitar.c compile issues caused by broken MIT 1.4 headers.
1718     * Implement MS-DFS for recursive directory listings in smbclient.
1719     * BUG 2394: Fix nmbd linking issue on IRIX.
1720     * Only display the publish check box in the client's printer 
1721       properties dialog if we are a member of an AD domain.
1722     * BUG 2363: allow 'in use' driver to be removed as long as 
1723       one 'Windows NT x86' driver remains.
1724     * BUG 1881: Allow PRINT_SPOOL_PREFIX to be set in local.h for 
1725       porting purposes.
1726     * Enforce better printer.tdb cache consistency when removing 
1727       jobs from a print queue via SMB.
1728     * Ensure that pause/resume/purge print queue commands are run
1729       with the appropriate level of privilege necessary to actually
1730       work.
1731     * BUG 2355: Use bsd style commands (lpq, lpr, etc...) for default
1732       for 'printing = cups' installations that do not actually have 
1733       libcups.
1734     * BUG 2425: Remove incorrect checks for Win98 DFS clients.
1735     * BUG 2215: Rewrite questionable code that was causing gcc to 
1736       choke.
1737     * Add server support for LsaLookupPrivValue().
1738     * Various small compile fixes and cleanup warnings.
1739     * BUG 2456: Fix compile failure on non-gcc platforms due to
1740       non-standard pragma.
1743 o   Kevin Dalley <kevin@kelphead.org>
1744     * BUG 2398: Don't force smbclient to assume a dry run if the 
1745       target tarfile is /dev/null.
1748 o   Guenther Deschner <gd@samba.org>
1749     * Fix crash bug in the client-spoolss enumdataex-call.
1750     * Expand the valid-workstation-scheme by expanding names 
1751       beginning with a plus (+) as a unix group.
1752     * Allow own netbios name to be set in smbclient's session setup.
1753     * Better handling of LDAP over IPC connections that have expired 
1754       on the LDAP-Server.
1755     * Fix pipe-mismatch for NETDFS in cli_dfs.c.
1756     * Add examples/misc/adssearch.pl.
1757     * BUG 2343: Build fixes.
1758     * Support get_user_info_7 in SAMR server RPC.
1759     * Fix server_role in the samr_query_dom_info calls.
1760     * Add example perl script to check for multiple LDAP entries
1761       after running 'net rpc vampire'.
1762     * Add more output when listing printer forms via rpcclient.
1763     * Debug log message cleanup.
1766 o   Steve French <sfrench@us.ibm.com>
1767     * On failed mount (ENXIO) retry share name in uppercase (fix
1768       mount to FastConnect AIX SMB server).
1769     * Add missing FILE_ATTRIBUTE_XXX defines to smb.h.
1770     * Ignore user_xattr mount parm (mount.cifs) so as not to confuse
1771       it with a user name.
1772     * Update for new CIFS POSIX info levels.
1773     * Ignore users mount parm in mount.cifs.
1775 o   SATOH Fumiyasu <fumiya@samba.gr.jp>
1776     * BUG 1549: Don't truncate service names in smbstatus.
1779 o   William Jojo <jojowil@hvcc.edu>
1780     * BUG 2445: Patch to avoid default ACLs on AIX.
1783 o   S Murthy Kambhampaty <smk_va@yahoo.com>
1784     * Add idmap_rid module to Fedora and RedHat spec files.      
1787 o   Volker Lendecke <vl@samba.org>
1788     * BUG 2401: Flush internal getpwnam() cache after deleting a 
1789       user.
1790     * BUG 1604: Make winbind work with more than 10 trusted domains.
1791     * Cleanup various compiler warnings.
1792     * Fix a memory leaks in privileges code and passdb backends.
1793     * Fixes for samr_lookup_sids() client call.
1794     * Optimize _samr_query_groupmem with LDAP backend for large 
1795       domains.
1796     * Support SIDs as %s replacements in the afs username map 
1797       parameter.
1798     * Add 'log nt token command' parameter. If set, %s is replaced 
1799       with the user sid, and %t takes all the group sids.
1800     * Do not use the "Local Unix Group"-default description for 
1801       all kinds of group-mappings. 
1802     * Fix uninitialized variable in Linux nss_winbind library.
1803     * Move 'net afskey' into a subcommand of its own, 'net afs key'.
1804     * Implement 'net afs impersonate'.
1805     
1807 o   Herb Lewis <herb@samba.org>
1808     * Fix build problem when HAVE_POSIX_ACL is not defined.
1809     * BUG 2417: Add help lines for net rpc group addmem and 
1810       delmem commands.
1811     
1813 o   Derrell Lipman <derrell.lipman@unwireduniverse.com>
1814     * Add support to libsmbclient for getting and setting DOS 
1815       attributes using EA functions.
1816     * Fix libsmbclient's URL encoding/decoding.
1817     * Replace browse listing URI queries with an internal options 
1818       structure (previous method violated the SMB URI syntax).
1819     * Allow tree connects to be multiplexed over a single CIFS server 
1820       connection context.
1821     * Ensure that cli_tdis() sets the cnum field to -1 so that callers
1822       can determine a dead tree connection.
1823     * Implement better solution for backwards binary compatibility
1824       in libsmbclient while adding new fields to struct _SMBCCTX.
1827 o   Mark Loeser <halcy0n@gentoo.org>
1828     * BUG 2443: Compile fix for gcc4.
1831 o   Jim McDonough <jmcd@us.ibm.com>
1832     * BUG 2338: Fix coredump when OS/2 checks for long file name 
1833       support (with .+,;=[].) (thanks to Guenter Kukkukk).
1836 o   Jason Mader <jason@ncac.gwu.edu>
1837     * Compiler warning fixes (BUGS BUG 2132, 2134, 2289, 2327, 2340,
1838       2341, 2342)
1841 o   Jim McDonough <jmcd@us.ibm.com>
1842     * Fixes for server schannel implementation when 'restrict 
1843       anonymous = 1' is set in smb.conf.
1844     * Fix bug in server side lookupsids reply that crashed lsass.exe 
1845       on Windows clients.
1846     * Fix 'net rpc trustdom establish'.
1847     * BUG 2062: Turn off broadcast for all 390 NICs.
1848     * Fix 'net rpc trustdom add' to correctly add new domain trust 
1849       accounts.  This will eventually replace 'smbpasswd -a -i'.
1850     * Implement 'net rpc trustdom del', including client side of 
1851       samr_remove_sid_from_foreign_domain.
1852     * Bring IBM Directory Server schema up to date with openldap 
1853       schema.
1854     * Allow for better protection of sensitive attributes in IBM
1855       Directory Server.
1858 o   Stefan Metzmacher <metze@samba.org>    
1859     * Fix memleaks in the nttrans code.
1862 o   Mike Nix <mnix@wanm.com.au>
1863     * Add SMBsplopen and SMBsplclose client calls.
1866 o   Justin Ossevoort <justin@snt.utwente.nl>
1867     * BUG 2316: Fix crashes in pdb_pgsql.
1870 o   James Peach <jpeach@sgi.com>
1871     * Fixes in string handling code.
1872     * Fix oplock2 test in client smbtorture.
1875 o   Tim Potter <tpot@samba.org>
1876     * Fix up example pdb modules after prototype change for 
1877       setsampwent.
1878     * BUG 2058: Fix for shared object creation in examples.
1879     * BUG 2315: Fix segv in LSA privileges server code.
1880     * Build fixes for python wrapper libraries.
1883 o   Richard Sharpe <rsharpe@samba.org>
1884     * BUG 2044: Fix segv in profiles tool.
1885     * Fix bogus error messages when enumerating user group 
1886       membership via 'net rpc'.
1889 o   Simo Sorce <idra@samba.org>
1890     * Debian packaging fixes.
1893 o   John Terpstra <jht@samba.org>
1894     * Add the capability to set account description using pdbedit.
1897 o   Doug VanLeuven <roamdad@sonic.net> 
1898     * Add more case/realm/name permutations to the kerberos keytab.
1899     * AIX compile fixes.
1902 o   Jelmer Vernooij <jelmer@samba.org>
1903     * BUG 892: Default unknown_6 field to 1260 in mySQL pdb module.
1904     * BUG 1957: Implement minimal update of fields in mySQL pdb 
1905       module.
1906     
1908 o   Torsten Werner <torsten.werner@assyst-intl.com>
1909     * BUG 2405: Define 'lpstat' printcap output on HPUX.
1910     
1912 o   Shlomi Yaakobovich" <Shlomi@exanet.com>
1913     * Detect infinite loops when traversing tdbs.
1916       --------------------------------------------------
1917                    ==============================
1918                    Release Notes for Samba 3.0.11
1919                              Feb 5, 2005
1920                    ==============================
1922 Common bugs fixed in 3.0.11 include:
1924   o Crash in smbd when using CUPS printing.
1925   o Parsing error of other SIDs included in the user_info_3
1926     structure returned from domain controllers.
1927   o Inefficiencies when searching non-AD LDAP directories.
1928   o Failure to expand variables in user domain attributes
1929     in tdbsam and ldapsam.
1930   o Memory leaks.
1931   o Failure to retrieve certain attribute when migrating from 
1932     a Windows DC to a Samba DC via 'net rpc vampire'.
1933   o Numerous printing bugs bugs including memory 
1934     bloating on large/busy print servers.
1935   o Compatibility issues with Exchange 5.5 SP4.
1936   o sendfile fixes.
1938 Additional features introduced in Samba 3.0.11:
1940   o Winbindd performance improvements.
1941   o More 'net rpc vampire' functionality.
1942   o Support for the Windows privilege model to assign rights
1943     to specific SIDs.
1944   o New administrative options to the 'net rpc' command.
1947 ============
1948 LDAP Changes
1949 ============
1951 If "ldap user suffix" or "ldap machine suffix" are defined in
1952 smb.conf, all user-accounts must reside below the user suffix,
1953 and all machine and inter-domain trust-accounts must be located 
1954 below the machine suffix.  Previous Samba releases would fall 
1955 back to searching the 'ldap suffix' in some cases.
1958 ===============
1959 Privilege Model
1960 ===============
1962 Samba 3.0.11 supports the following assignable rights
1964 SeMachineAccountPrivilege  Add machines to domain
1965 SePrintOperatorPrivilege   Manage printers
1966 SeAddUsersPrivilege        Add users and groups to the domain
1967 SeRemoteShutdownPrivilege  Force shutdown from a remote system
1968 SeDiskOperatorPrivilege    Manage disk shares
1970 These rights can be assigned to arbitrary users or groups
1971 via the 'net rpc rights grant/revoke' command.  More details
1972 of Samba's privilege implementation can be found in the 
1973 Samba-HOWTO-Collection.
1974     
1976 ######################################################################
1977 Changes
1978 #######
1980 Changes since 3.0.10
1981 --------------------
1983 smb.conf changes
1984 ----------------
1986     Parameter Name                      Action
1987     --------------                      ------
1988     afs token lifetime                  New
1989     enable privileges                   New
1990     ldap password sync                  Alias
1991     min password length                 Deprecated
1992     winbind enable local accounts       Deprecated
1995 commits
1996 -------
1997 o   Jeremy Allison <jra@samba.org>
1998     * Extend vfs to add seekdir/telldir/rewinddir.
1999     * Fix dirent return.
2000     * Fix bugs when handling secondary trans2 requests.
2001     * Implementation of get posix acls in UNIX extensions.
2002     * Added set posix acl functionality into the UNIX extensions code.
2003     * Updated config.guess/config.sub .
2004     * Fix error reply when 'follow symlinks = no'.
2005     * BUG 1061, 2045: Only set mtime from pending_modtime if it's 
2006       not already zero.
2007     * Fixes for LARGE_READX support.
2008     * Fix the problem we get on Linux where sendfile fails, but we've
2009       already sent the header using send().
2010     * BUG 2081: Ensure SE_DESC_DACL_PROTECTED is set if 'map acl 
2011       inherit = no'.
2012     * BUG 2088: Ensure inherit permissions is only applied on a new 
2013       file, not an existing one.
2014     * Don't go fishing for the krb5 authorization data unless we know
2015       it's there.
2016     * Fixes for libsmbclient to ensure that interrupted system calls
2017       are restarted minus the already expired portion of the timeout
2018       (based on work by Derrell Lipman).
2019     * More Unicode string parsing fixes.
2020     * Convert the winreg pipe to use WERROR returns.
2021     * Make all LDAP timeouts consistent (input from Joe Meadows 
2022       <jameadows@webopolis.com>).
2023     * BUG 2231: Remove double "\\" from client findfirst.
2024     * BUG 2238: Fix memory leak in shadow copy vfs.
2025     * Return correct DOS/NT error code on transact named pipe on 
2026       closed pipe handle.
2027     * BUG 2211: Fix security descriptor parsing bug (based on work by 
2028       Mrinal Kalakrishnan <mail@mrinal.net>).
2029     * BUG 2270: Fix memory leaks in cups printing backend support 
2030       (based on work by Lars Mueller).
2031     * BUG 2255: Fix debug level in kerberos error messages.
2032     * BUG 2110: Ensure we convert to ucs2 correctly after the 
2033       CAN-2004-0930 patch.
2034     * Make strict locking an enum. Auto means use oplock optimization.
2035     * Fix client  & server to allow 127k READX calls.
2036     * More *alloc fixes (includes additional fixes by Albert Chin.
2037     * Catch sendfile errors correctly and return the correct values 
2038       we want the caller to return.
2039     * BUG 2092: Prevent auto-anonymous logins via libsmbclient 
2040       for better use by desktop environments such as GNOME.
2041     * Ensure we can't remove a level II oplock without having the
2042       shared memory area locked.
2043             
2045 o   Timur Bakeyev <timur@com.bat.ru>
2046     * BUG 2100: change the way we check for errors after a dlopen().
2047     * BUG 2263: Guard base64_encode_data_blob() against empty blobs.
2048     
2049     
2050 o   Andrew Bartlett <abartlet@samba.org>
2051     * Clarify error message when 'lanman auth = no'.
2052     * Remove the unnecessary UTF-8 conversion calls in the calls to
2053       auth_winbind from smbd.
2054     * Don't store the auth-user credentials with the cli_state* as 
2055       this can cause the schannel setup to fail when the auth-user
2056       domain is not our primary domain.
2059 o   Grigory Batalov <bga@altlinux.org>
2060     * Fix encoding while receiving of a message which was actually 
2061       sent using STR_ASCII.
2064 o   Daniel Beschorner <db@unit-netz.de>
2065     * BUG 603: Correct access mask check for _samr_lookup_domain()
2066       to work with Windows RAS server
2069 o   Jerome Borsboom <j.borsboom@erasmusmc.nl>
2070     * Fix missing printer_tdb reference decrement.
2071     
2073 o   Gerald (Jerry) Carter <jerry@samba.org>
2074     * BUG 2073: fall back to smb_name if current_user_info is not
2075       available in lp_file_list_changed().
2076     * Fixes the spurious 'register_message_flags: tdb fetch failed' 
2077       errors.
2078     * Don't run the background LPQ daemon when we are running in
2079       interactive mode.
2080     * prevent the background LPQ daemon from updating the print queue
2081       cache just because multiple smbd processes sent a message that
2082       it was out of date.
2083     * consolidate printer searches to use find_service rather than 
2084       for(...) loops.
2085     * BUG 2091: don't remove statically defined printers in 
2086       remove_stale_printers().
2087     * Fix logic error in add_a_form() that only compared N characters 
2088       instead of the entire form name.
2089     * BUG 2107: fix memory bloating caused by large numbers of 
2090       print_queue_updates() requests sent via messages.tdb.
2091     * Check the setprinter(3) based on the access permissions on 
2092       the handle and avoid the call to print_access_check().
2093     * Re-instantiate previous semantics for calling init_unistr2() 
2094       with a NULL source buffer.
2095     * Support Windows privilege model for assigning rights
2096       to specific SIDs.  Based on work by Simo Sorce in the trunk 
2097       svn branch.  This feature is controlled by the 'enable 
2098       privileges = [yes|no]' smb.conf(5) option.
2099     * Add some smb.conf scripts for add/delete/change shares and 
2100       deleting cups printers.
2101     * Expand variables in the profile path, logon home and logon script 
2102       values when using either tdbsam or ldapsam.
2103     * Add Domain Admins (Full Control) to the default printer security 
2104       descriptor if we are a DC.
2105     * RedHat and Fedora Packaging fixes for perl dependencies.
2106     * Remove unused schema items from OpenLDAP schema file.
2107     * Remove duplicate enumeration of "Windows x86" architecture
2108       when listing printer drivers via rpcclient.
2109     * Fail set_privileges() if 'enable privileges = no' to prevent 
2110       confused admins.
2111     * Fix segfault in cups_queue_get().
2112     * Tighten restrictions on changing user passwords when 
2113       the connected user possesses the SeMachineAccountPrivilege.
2114     * Ensure we set NETBIOSNAME.domainname for the long machine name
2115       when publishing printers in AD (based on input from Rob Foehl).
2116     * Mark 'winbind enable local accounts' as deprecated.
2117     * Mark testprns tool as deprecated.
2118     * Allow root to grant/revoke privilege assignments.
2119     * Correct interaction between user rights and se_access_check() on
2120       SAMR objects.
2121     * BUG 2286: Fix typo OpenLDAP schema file for sambaConfig object 
2122       class.
2123     * BUG 2262: Add support in configure.in for *freebsd6*.
2124     * BUG 2266: Portability fixes for quota code on FreeBSD4.
2125     * BUG 2264: Remove shutdown and abortshutdown commands from 
2126       rpcclient in favor of using the same functions in 'net'.
2127     * BUG 2295: Prevent smbd from returning an empty server name
2128       in certain lanman api calls.
2129     * BUG 2290: Fix autogen.sh script in examples (based on original
2130       patch from Lars Mueller).
2131     * Fix bug enumerating domain trusts in security = ads.
2132     * Fix segv in rpcclient's dsenumdomtrusts.
2133     * Fix bug in expansion of %U and %G in included filenames.
2134     * BUG 2291: Restrict creation of server trust and domain trust
2135       accounts to members of the "Domain Admins" group.
2137 o   Nadav Danieli <nadavd@exanet.com>
2138     * Short circuit some is_locked() tests if we are oplocked.
2139     
2140     
2141 o   Guenther Deschner <gd@samba.org>
2142     * Allow 'localhost' as a valid server name in the smbd for the
2143       spoolss calls.
2144     * Fix KRB5_SETPW-defines, no change in behavior (Thanks to Luke
2145       Mewburn for the input).
2146     * BUG 2059: Add additional checks needed after logic change to the
2147       HAVE_WRFILE_KEYTAB detection test.
2148     * BUG 1076: Fix interaction with Exchange 5.5. SP4 and a 
2149       Samba DC.  Allow us to lookup at least our own SID.
2150     * More fixes to have proper German in swat (Thanks to Reiner 
2151       Klaproth and Björn Jacke.
2152     * BUG 404, 2076: Allow to set OWNER- and GROUP-entries while 
2153       setting security descriptors with smbcacls and using with 
2154       the -S or -M switch. 
2155     * Include the munged_dial, bad_password_count, logon_count, and 
2156       logon_hours attributes when running 'net rpc vampire'.
2157     * Fix segfault in idmap_rid.
2158     * When winbindd is operating in the multi-mapping mode of 
2159       idmap_rid, allow BUILTIN domain-mapping.
2160     * Display infolevel 12 in query_dom_info in rpcclient.
2161     * Fix bug in winbindd's lowercasing of usernames.
2162     * Allow -v or -l for displaying verbose groupmap-listing 
2163       as well as "verbose".
2164     * Backport Samba4 SAM_DELTA_DOMAIN_INFO for use in 'net rpc 
2165       vampire'.
2166     * Close LDAP-Connection before retrying to open a new connection 
2167       in the retry-loop.
2168     * Marking "min password length" as depreciated.  
2169     * Implement SAMR query_dom_info-call info-level 8 server- and 
2170       client-side, based on samba4-idl.
2171     * Allow rpcclient to define a port to use when connecting 
2172       to a remote server.
2173     * Allow Account Lockout with Lockout Duration "forever" (until 
2174       admin unlocks) to be set and displayed in User Manager.
2175     * Allow to set acb_mask in rpcclient's enumdomusers.
2176     * Add more generic rootDSE inspection function to check 
2177       for given controls or extensions and remember these on a 
2178       per server basis.
2179     * Improve LDAP search efficiency by passing the acb_mask to 
2180       pdb_setsampwent().
2181     * Fixes for ldapsam_enum_group_memberships().
2182     * Add createdomgroup to rpcclient.
2183     * Add "net rpc user RENAME"-command.
2184     * Display sam_user_info_7 in rpcclient.
2185     * Make multi-domain-mode in idmap_rid accessible from outside 
2186       (can be compiled with -DIDMAP_RID_SUPPORT_TRUSTED_DOMAINS).
2187     * When vampiring account policy AP_LOCK_ACCOUNT_DURATION honor 
2188       "Lockout Duration: Forever".
2189     * Fix configure.in tests using KRB5_CONFIG variable and krb5-
2190       config utility.
2191     * Require assignment of Administrator SID in the passdb 
2192       backend.  Fall back to the default name of 'Administrator' if
2193       the lookup fails rather than using the first name in the
2194       default 'admin users' list.
2195     * Enhance LDAP failure debug messages.
2196     * BUG 2291: Call the 'add machine script' for server trust and 
2197       domain trust accounts as well as workstation accounts.
2198     
2199     
2200 o   Levente Farkas <lfarkas@lfarkas.org>
2201     * BUG 2299: Better logrotate scripts for RedHat and Fedora 
2202       packages.
2205 o   Jay Fenlason <fenlason@redhat.com>
2206     * Fix crash in 'net join' due to calling free on 
2207       static buffers.
2208     * Several patches from RedHat's Fedora Core RPMS.
2211 o   Rob Foehl <rwf@loonybin.net>.
2212     * Compiler warnings.
2213     * Try modifying printer published attributes before adding it a
2214       new entry in AD.
2215     * Solaris packaging fixes.
2216     * Don't force the cups printer-make-and-model tag as the comment
2217       for autoloaded printers.
2218     * Implement caching of names from printcap to support a true
2219       'printcap cache time'.
2222 o   Johann Hanne <jhml@gmx.net>
2223     * BUG 2038: Only fail winbindd_getgroups() if all lookups fail.
2226 o   Jeff Hardy <hardyjm@potsdam.edu>
2227     * Example script for 'add print command' when using CUPS.
2230 o   Deryck Hodge <deryck@samba.org>
2231     * Add -P (--password-only-menu) to SWAT for displaying only the
2232       password change page to non-root users.
2235 o   David Hu <david.hu@hp.com>
2236     * Copy structure from print_queue_update() message rather than 
2237       referencing it.  Fixes seg fault on HP-UX.
2238       
2239       
2240 o   Buck Huppmann <buckh@pobox.com>
2241     * BUG 2186: Don't free uninitialized credentials.
2242     * BUG 2189: Add the HOST/fqdn servicePrincipalName even when 
2243       dnsDomainName != realm.
2244    
2246 o   Björn Jacke <bjoern@j3e.de>
2247     * BUG 2040: Ensure the locale is reset to C to get ASCII-
2248       compatible toupper/lower functions.
2251 o   William Jojo <jojowil@hvcc.edu>
2252     * Fix HPUX sendfile and add configure.in tests and code for
2253       sendfile on AIX.
2254     * AIX 5.3 compile fixes.
2257 o   Volker Lendecke <vl@samba.org>
2258     * Optimize anonymous session setups by workstations in a 
2259       Samba domain.
2260     * Reimplment the QueryUserAliases() server RPC reply.
2261     * Re-add the getpwnam-cache for performance.
2262     * Cache the result of a pdb_getsampwnam for later SID lookup 
2263       queries.
2264     * Unify the means of localtaing a user's global groups on a 
2265       Samba DC.
2266     * Fix bug when serving the 'Start Menu' in a roaming user profile..
2267     * Map more pre-defined NT security descriptors to AFS acls.
2268     * Add timeout to AD search requests.
2269     * If a connection to a DC is requested (in winbindd), open
2270       connections simultaneously to all DCs found.
2271     * Memleak fixes.
2272     * Fix logic error in handling of 'printcap name' parameter.
2273     * Prevent winbindd from SPAM'ing the log files with 'user root 
2274       does not exist'.
2275     * Backport samr_DomInfo2 IDL specification from Samba 4.
2276     * Implement smbstatus -n, don't lookup users and groups.
2277     * Implement simple mapping that maps the space to another character 
2278       defined by afsacl:space.
2279     * Add support for 'net idmap delete <idmap-file> <SID>'.
2280     * Add new parameter 'afs token lifetime' tells the AFS client 
2281       when to throw away a token (patch from kllin@it.su.se).
2282     * Initial work to allow support for multiple pipe opens on a 
2283       single cli_state*.
2284     * Ensure that we still retrieve the netbios name of any DC 
2285       listed as a 'password server' to work around cases where the 
2286       DC was defined using an IP address or fqdn.
2287     * Fix memleak in winbindd connection code.
2288     * Fix cli_samr_queryuseraliases.
2289     * Allow wbinfo --user-sids to expand expand domain local groups.
2290     * Allow 'rpcclient -c enumtrust' to enumerate more than 10 trusts.
2291     * Fix parsing of other_sids in net_user_info3.
2292     * Correct bad failure logic when user was not a member of any 
2293       domain local groups.
2294     
2296 o   Jason Mader <jason@ncac.gwu.edu>
2297     * BUG 2113, 2289: Remove dead code.
2300 o   Jim McDonough <jmcd@us.ibm.com>
2301     * BUG 1952: Try INITSHUTDOWN pipe first, used by newer 
2302       clients.  If it fails, fall back to WINREG.
2303     * BUG 1770: Remove READ_ATTRIBUTES from GENERIC_EXECUTE.
2304     * BUG 2198: Set password last change time when running 'net rpc 
2305       vampire'.
2306     * Add "refuse machine password change" policy field.
2309 o   Luke Mewburn <lukem@NetBSD.org>
2310     * BUG 2150: shmget() - Use POSIX definitions instead of non-
2311       standard SHM_.
2312       
2314 o   Stefan Metzmacher <metze@samba.org>    
2315     * autogen.sh fixes.
2318 o   Buchan Milne <bgmilne@mandrake.org>
2319     * Mandrake packaging fixes.
2322 o   Lars Mueller <lmuelle@samba.org>
2323     * Fix build of libsmbclient on x86_64.
2324     * BUG 2013: Fix testsuite build issues when libsmbclient.so 
2325       is installed in a non-default location.
2326     * BUG 2050: Calculate max_fd for select correctly.
2327     * Fix inverted logic heck for HAVE_WRFILE_KEYTAB in autoconf 
2328       script.
2331 o   Jason Mader <jason@ncac.gwu.edu>
2332     * BUG 2069: Remove unused variables.
2333     * BUG 2075: Remove dead code paths.
2334     * BUG 2083: Fix compiler warnings caused by bad type casts.
2337 o   James Peach <jpeach@sgi.com>
2338     * Fix rewinddir -> rewind_dir when using VFS macros.
2339     
2341 o   Gavrie Philipson <gavrie@disksites.com>
2342     * BUG 1838: Remove stale printers imeeddiately when 
2343       processing a SIGHUP and during smb.conf reload.
2345       
2346 o   Tim Potter <tpot@samba.org>
2347     * BUG 2080: Fix duplicate call to pdb_get_acct_desc().
2348     * BUG 2168: Fix cast in SMB_XMALLOC_ARRAY.
2349     * Change the license for the winbindd external interface 
2350       more liberal.
2351     * HP-UX compile fixes.
2352     * Compile fixes after new setsampwent() API.
2355 o   Richard Renard <rrenard@idealx.com>
2356     * Update Netscape DS 5.2 LDAP schema.
2359 o   Simo Sorce <idra@samba.org>
2360     * Backport pdbedit changes from trunk.
2361     * Allows the add/change share command to create the shared 
2362       directory directory on disk.
2363     * Log a warning in testparm if a print command is defined for
2364       a print service using 'printing = cups'.
2365      
2366 o   Jelmer Vernooij <jelmer@samba.org>
2367     * Bug fixes for pdb_{xml,pqsql,xml}
2368     * Fixes for pdb_mysql.
2371 o   Andrew Tridgell <tridge@samba.org>
2372     * Bring Samba3 into line with the Samba4 password change code.
2373     
2375 o   Shiro Yamada <shiro@miraclelinux.com>
2376     * BUG 2190: Force SWAT to display parameters in unix charset and 
2377       not UTF-8.
2380       --------------------------------------------------
2381                    ==============================
2382                    Release Notes for Samba 3.0.10
2383                              Dec 16, 2004
2384                    ==============================
2386 Common bugs fixed in 3.0.10 include:
2388   o Fix for security issues described in CAN-2004-1154.
2391 Changes since 3.0.9
2392 -------------------
2394 commits
2395 -------
2397 o   Jeremy Allison <jra@samba.org>
2398     * Added checks surrounding all *alloc() calls to fix
2399       CAN-2004-1154.
2400     * Fix long standing memory size bug in bitmap_allocate().
2401     * Remove bogus error check in deferred open file serving 
2402       code.
2405 o   Thomas Bork <tombork@web.de>
2406     * Fix autoconf script on platforms using a version of GNU ld
2407       that does not include a date stamp in the output of --version.
2410 o   Luke Mewburn <lukem@NetBSD.org>
2411     * Fix the swat install script to deal with the new image
2412       destination directory used by the docs.
2413      
2416       --------------------------------------------------
2418                    =============================
2419                    Release Notes for Samba 3.0.9
2420                              Nov 15, 2004
2421                    =============================
2423 Common bugs fixed in 3.0.9 include:
2425   o Problem updating roaming user profiles.
2426   o Crash in smbd when printing from a Windows 9x client.
2427   o Unresolved symbols in libsmbclient which caused
2428     applications such as KDE's konqueror to fail when
2429     accessing smb:// URLs.
2432 Changes since 3.0.8
2433 -------------------
2436 commits
2437 -------
2439 o   Jeremy Allison <jra@samba.org>
2440     * Correctly detect errno for no acl/ea support.
2441     * BUG 2036: Fix seg fault in 'net ads join'.
2443     
2444 o   Gerald (Jerry) Carter <jerry@samba.org>
2445     * Solaris packaging fixes.
2446     * Fix seg fault in lanman printing code.
2447     * BUG 2017: fix testparm reporting for the passwd program 
2448       string.
2449     * Fix output of smbstatus to match the man page.
2450     * BUG 2027: fix conflict with declaration MD5_CTX in system 
2451       headers.
2452     * 2028: Avoid false error messages when copying a long 
2453       printer name to the device mode.
2456 o   Guenther Deschner <gd@samba.org> 
2457     * Allow deldriverex in rpcclient to delete drivers for a 
2458       specific architecture and a specific version.
2459     * Fix a couple of rpcclient spoolss commands (setprinter, 
2460       setprintername, getdriver) w.r.t to printer-naming scheme.
2461       Allow 'localhost' in the server string for certain server-side
2462       spoolss functions.
2463     * BUG 2015: Do not fail on setting file attributes with 
2464       acl support enabled.
2467 o   Michel Gravey <michel.gravey@optogone.com>
2468     * Fix build when using gcc 3.0.
2471 o   Volker Lendecke <vl@samba.org>
2472     * Fix tdb open logic when checking our local_pid after 
2473       the fork().
2476 o   Jim McDonough <jmcd@us.ibm.com>
2477     * BUG 1932: Fix crash in 'net getlocalsid' when run as 
2478       non-root user.
2481 o   Luke Mewburn <lukem@NetBSD.org>
2482     BUG 1661: Fix KRB5_SETPW-defines
2485 o   Buchan Milne <bgmilne@mandrake.org> 
2486     * BUG 2023: Mandrake packaging fixes for building 3.0.9.
2489 o   Lars Mueller <lmuelle@samba.org>
2490     * BUG 2013: Fix unresolved symbols in libsmbclient.so.
2493 o   Martin Zielinski <mz@seh.de>
2494     * Add DeletePrinterDriverEx() functionality to rpcclient.
2495     
2497       --------------------------------------------------
2499                    =============================
2500                    Release Notes for Samba 3.0.8
2501                              Nov 7, 2004
2502                    =============================
2504 Common bugs fixed in 3.0.8 include:
2506   o Compile fixes for HP-UX
2507   o Fixes for the printer publishing code used when joined to 
2508     an AD domain.
2509   o Incompatibilities with file system quotas.
2510   o Several bugs in the spoolss printing code and print system 
2511     backends.
2512   o Inconsistencies in the username map functionality when 
2513     configured on domain member servers.
2514   o Various compile warnings and errors on various platforms.
2515   o Fixes for kerberos interoperability with Windows 200x 
2516     domains when using DES keys.
2517   o Fix for CAN-2004-0930 -- smbd remote DoS vulnerability.
2518   o Fix for CAN-2004-0882 -- possible buffer overrun in smbd.
2520     
2521 New features included in the 3.0.8 release are:
2523   o New migration functionality added the the net tool
2524     for files/directories, printers, and shares.
2525   o New experimental idmap backend for assigning uids/gids
2526     directly based on the user/group RID when acting as a
2527     member of single domain without any trusts.
2528   o Additional printer migration support for XP/2003 platforms.
2531 ===========================
2532 Change in Winbindd Behavior
2533 ===========================
2535 All usernames returned by winbindd are now converted to lower 
2536 case for better consistency.  This means any winbind installation
2537 relying on the winbind username will need to rename existing 
2538 directories and/or files based on the username (%u and %U) to lower 
2539 case (e.g. mv $name `echo $name | tr '[A-Z]' '[a-z]'`).  This may 
2540 include mail spool files, home directories, valid user lines in 
2541 smb.conf, etc....
2544 ======================
2545 Change in Username Map
2546 ======================
2548 Previous Samba releases would only support reading the fully qualified 
2549 username (e.g. DOMAIN\user) from the username map when performing a 
2550 kerberos login from a client.  However, when looking up a map 
2551 entry for a user authenticated by NTLM[SSP], only the login name would be
2552 used for matches.  This resulted in inconsistent behavior sometimes
2553 even on the same server.
2555 Samba 3.0.8 obeys the following rules when applying the username
2556 map functionality:
2558   * When performing local authentication, the username map is 
2559     applied to the login name before attempting to authenticate 
2560     the connection.
2561   * When relying upon a external domain controller for validating
2562     authentication requests, smbd will apply the username map 
2563     to the fully qualified username (i.e. DOMAIN\user) only
2564     after the user has been successfully authenticated.
2567 ######################################################################
2568 Changes
2569 #######
2571 Changes since 3.0.7
2572 -------------------
2574 smb.conf changes
2575 ----------------
2576     Parameter Name                      Action
2577     --------------                      ------
2578     force printername                   New
2579     sendfile                            disabled by default
2582 commits
2583 -------
2585 o   Jeremy Allison <jra@samba.org>
2586     * Ensure extended security bit is on only if we negotiated 
2587       extended security.
2588     * Simplify statcache to use an in-memory tdb. 
2589     * If you're selecting a hash algorithm for tdb, you need 
2590       to do it at open time.
2591     * Removed old dir caching code - not being used now we 
2592       have the statcache anyway.
2593     * Simplify the mangle hash code to use an in-memory tdb.
2594     * Merge iconv changes from Samba 4 branch.
2595     * Fix parsing of names ending in dot and a few other error 
2596       returns.
2597     * BUG 1667: Smbpasswd file could be left locked on some 
2598       error exits.
2599     * Fixes for smbclient tar functionality.
2600     * BUG 1743: Fix logic bug the deferred open code.
2601     * Don't try to set security descriptors on shares where 
2602       this has been turned off.
2603     * Return correct error codes on old SEARCH call.
2604     * Ensure we set errno = E2BIG when we overflow in the 
2605       fast-path character conversion code.
2606     * Fix the roundup problem (returning 1mb roundup) for 
2607       non-Windows clients.
2608     * Added 'stat' command to smbclient to exercise the 
2609       UNIX_FILE_BASIC info level.
2610     * Fix bug where we could incorrectly set sparse attribute.
2611     * Fix incorrect locks/unlocks in tdb_lockkeys()/tdb_unlockkeys()
2612       (reported by Taj Khattra <taj.khattra@gmail.com>).
2613     * Remove locked keys tdb code.
2614     * BUG 1886: Prevent delete on close being set for readonly files 
2615       (and return the correct error code).
2616     * Ensure we pass most of the new lock tests except for the cancel 
2617       lock which is yet to be added (merged from Samba 4 branch).
2618     * BUG 1947: Fix incorrect use of getpwnam() etc. interface.
2619     * BUG 1956: Ensure errno is saved and restored consistently on a 
2620       normal_close.
2621     * BUG 1651: Adapted patch from Nalin Dahyabhai for ensuring 
2622       that all of the appropriate service principal names are set 
2623       upon joining an AD domain.
2624     * Fix the correct use of resume name in the trans2 code.
2625     * BUG 1717: Adapted patch from Nalin Dahyabhai to detect the
2626       correct salt used when generated the DES key after joining an 
2627       AD domain.
2628     * Enhanced krb5 detection routines in the autoconf scripts.
2629   
2631 o   Andrew Bartlett <abartlet@samba.org>
2632     * Avoid changing the machine account password in the passdb 
2633       backend, when it has 'already been changed'.  This occurs 
2634       in situations where the secure channel between the workstation 
2635       and the DC breaks down, such as occurred in the MS04-11 
2636       security patch.
2637     * Fix utility name in error message in ntlm_auth.
2638     * Fix NTLMv2 for use with pam_winbind.
2639     * Remove conversion to and from UTF8 on the winbind pipe.
2640     * Allow 'require_membership_of' and 'require-membership-of'.
2641     * Fix the error code for 'you didn't specify a domain' in 
2642       ntlm_auth.
2643     * Use sys_getgroups() rather than scanning all groups 
2644       when generating SAMR replies.
2647 o   Igor Belyi <sambauser@katehok.ac93.org>
2648     * Ensure pdb user is deleted first before deleting UNIX 
2649       user (LDAP backend needs this ordering).
2652 o   Cornelio Bondad Jr <Corny.Bondad@hp.com>
2653     * Fix core dump in 'net rpc vampire'.
2654     
2656 o   Vince Brimhall <vbrimhall@novell.com>
2657     * Make ldapsam_compat robust against NULL attributes.
2660 o   Gerald Carter <jerry@samba.org>
2661     * Don't limit the number of groups returned by winbindd_getgroups()
2662       by NGROUPS_MAX.
2663     * BUG 1519: Match Windows 2000 behavior when opening a 
2664       printer using a servername in the form of an IP address or 
2665       DNS name.
2666     * BUG 1907: remove extra slashes from the printer name in 
2667       getprinterdriverdir_1().  
2668     * Fix standard_sub_snum() to use the current user's gid.
2669     * Fix background queue update bug (based on Volker's initial work 
2670       in 3.1.0).
2671     * Add 'force printername' service parameter for people that want 
2672       to enforce printername == sharename for spoolss printing.
2673     * Ensure consistent usage of the username map.  Use the fully 
2674       qualified DOMAIN\user format for 'security = domain|ads' and 
2675       apply after authentication has succeeded.
2676     * Cosmetic fix for getent output -- lowercase the username only 
2677       and not the complete domain\username string.
2678     * Packaging fixes for Solaris, Redhat, & Fedora.
2680     
2681 o   Sean Chandler <sean.chandler@verizon.net>
2682     * Fix memlieak in cliconnect.c.
2685 o   Darren Chew <darrenc@vicscouts.asn.au>
2686     * Solaris packaging fixes.
2687     
2689 o   Nalin Dahyabhai <nalin@redhat.com>
2690     * SMB signing fix for 56-bit DES session keys.
2693 o   Guenther Deschner <gd@samba.org> 
2694     * add IA64 to the architecture table of printer-drivers.
2695     * Add file/share/printer migration functionality to 
2696       the net command.
2697     * Show correct help for net groupmap commands.
2698     * Fix deadlock loop in winbind's required_membership_sid
2699       verification.
2700     * Bring the same level of "required_membership"-functionality 
2701       that ntlm_auth uses, to pam_winbindd as well.
2702     * Prevent "net lookup kdc" from seg-faulting when
2703       using our own implementation of krb5_lookup_kdc with 
2704       heimdal.
2705     * Adding getprinter level 7 to rpcclient.
2706     * Support migrating printers|shares|files from Server A 
2707       to Server B while running the net-command on client C.
2708     * Fixed krb5_krbhost_get_addrinfo()-parameters and make 
2709       failure of this call non-critical (Thanks to Love @ Heimdal
2710       for the explanation and patch).
2711     * Fix typos in net's usage-output.
2712     * Fix the paranoia-check to ensure the ldap-attribute and the
2713       smb.conf-parameter for samba's "algorithmic rid base" in ldapsam 
2714       are identical.
2715     * Fix several bugs in the _samr_query_useraliases() rpc reply.
2716     * Check correct string length when verifying password-policies 
2717       and using extended characters (Thanks to Uwe Morgenroth from CC 
2718       Compunet and Volker).
2719     * Make 'password history'-behavior in ldapsam more consistent. 
2720     * Adding "Windows x64" as architecture string and driverdir "x64" 
2721       for the 64bit AMD platform.
2722     * BUG 1343: Readd WKGUID-binding to match the correct default-
2723       locations of new User-, Group- and Machine-Accounts in Active 
2724       Directory (this got lost during the last trunk-merge).
2725     * Fix printer-migration w.r.t. to new naming-convention for
2726       policy-handles.
2727     * Allow to migrate win2k3/xp-drivers as well. 
2728     * Add client-side support of triggering ads printer publishing 
2729       over msrpc setprinter calls inside the net-tool. 
2730     * Add the idmap_rid module (written in conjunction with 
2731       Sumit Bose <sbose@suse.de>).
2732     * BUG 1661: Fix build with recent heimdal releases.
2733     * Prevent idmap_rid from making unnecessary calls to domain 
2734       controllers for trusted domains.
2737 o   Arthur van Dongen <avdongen@xs4all.nl>
2738     * Fix typos in pam_winbind log messages and SuSE 
2739       packaging files.
2742 o   Rob Foehl <rwf@loonybin.net>
2743     * Typo fixes for log messages in printer publishing code.
2744     * Fix memory leak in printer publishing code.
2745     * Ensure print_backend_init() only gets called once.
2746     * Have smbd check the published status of all printers 
2747       at startup.
2748     * Cleanup up the XXX_a_printer() API for consistency.
2749     * Refactored the printer publishing code and include better 
2750       error handling.
2753 o   Steve French <sfrench@us.ibm.com>
2754     * Fix IP address override in mount.cifs mount helper and clean 
2755       up warning messages from the sparse tool and expand syntax help.
2756     * Strip guest mount option off before sending to kernel mount 
2757       routine to avoid logging spurious message.
2760 o   Satoh Fumiyasu <fumiya@samba.gr.jp>
2761     * BUG 1732: Limit share names returned by RAP based on windows 
2762       character width, not unix character width.
2763     * BUG 1498: Ensure that acl entries are stored in the correct 
2764       order.
2767 o   Brett Funderburg <brett@deepfile.com>
2768     * Pass create options parameter to nt_create_andx() function
2769       from the python bindings.
2770     * BUG 1864: Add sd->type field to security descriptor Python 
2771       representation.
2772     * Return an error if a Netapp filer returns NT_STATUS_ACCESS_DENIED
2773       when trying to return the security descriptor for a file.
2774     * BUG 1884: Fixes for the Python bindings to use the value
2775       of the desired_access filed passed into the lsa_open_policy()
2776       routines.
2779 o   Michael Gravey <michel.gravey@optogone.com>
2780     * BUG 1776: Fix warnings when building modules caused by 
2781       certain versions of GNU ld not using the the default 
2782       --allow-shlib-undefined flag.
2785 o   Chris Hertel <crh@samba.org>
2786     * Fix logic bug in splay tree data structure when finding 
2787       a leaf node.
2788     * Fix bug where an invalid MAC address would be printed by 
2789       a node status lookup from nmblookup.
2791       
2792 o   Uli Iske <iske@elkb.de>
2793     * Update the DNS/eDirectory LDAP schema file.
2796 o   Björn Jacke <bjacke@sernet.de>
2797     * BUG 1766: Unify charset-handling in Content-Type:-headers to 
2798       UTF-8.  Reformat msgstr in msg-files to UTF-8.
2799     * Do not use display charset for swat output.
2800     * Convert the share names correctly from unix encoding to web 
2801       encoding and vice versa. 
2802     * Convert files from status page from unix charset to UTF-8.
2805 o   Guenter Kukkukk <guenter.kukkukk@kukkukk.com>
2806     * BUG 1590: Fix for talking to OS/2 clients (max_mux ignored).
2809 o   Tom Lackemann <cessnatomny@yahoo.com>
2810     * BUG 1954: Fix memory leak in posix acl code.
2813 o   Volker Lendecke <vl@samba.org>
2814     * Robustnss fix for winbindd when sending multiple requests 
2815       at a high rate for a slow operation.  
2816     * Solve the problem of user sids ending up with gid's 
2817       and vice versa.
2818     * Use sys_fork instead of fork for the dual daemon so that 
2819       we get the correct debug pid in the logfiles.
2820     * Based on patch from jmcd, implement special lists for the LDAP 
2821       user attributes to delete.
2822     * Fix creation of aliases via usrmgr. Winbind was too strict 
2823       checking the type of sids.
2824     * Lowercase all usernames returned by winbind.
2825     * BUG 1545, 1823: Only issue the ldap extended password change 
2826       operation if the ldap server supports it.  Also ignore object 
2827       class violation errors from the extended operation.
2828     * Optimization for 'idmap backend = ldap': When asking sid2id 
2829       for the wrong type, don't ask ldap when we have the opposite mapping 
2830       in the local tdb.
2831     * Fix ldapsam_compat homeDrive.
2832     * Add usersidlist and allowedusers subcommands to the net tool
2833       in order to support scanning a file server's share and list 
2834       all users who have permission to connect there.
2835     * Allow for multiple DC's to be named as #1c names in lmhosts.
2836     * Memory leak fixes.
2837     * Fix checks for the local pid of an smbd process after 
2838       reopening tdbs.
2841 o   Herb Lewis <herb@samba.org>
2842     * Added tdbtool to be built by default.
2845 o   Love <lha@stacken.kth.se>
2846     * BUG 1955: Inconsistent error return.
2849 o   Sorin Manolache <sorinm@gmail.com>
2850     * Memory leak fix.
2853 o   Jim McDonough <jmcd@us.ibm.com>
2854     * Allow 'net ads lookup' to rely on command line arguments 
2855       if contacting an ADS server fails; utilize cldap for lookups.
2856     * Fixup formatting errors in TDB_LOG calls; add printf attribute
2857       support to tdb log functions.
2860 o   Bill McGonigle <bill+samba@bfccomputing.com>
2861     * BUG 1926: Type in debug message.
2864 o   Sean McGrath
2865     * BUG 1822: Add -D_REENTRANT to CPPFLAGS and -lthread to LDFLAGS
2866       for libsmbclient.
2869 o   Luke Mewburn <lukem@NetBSD.org>
2870     * BUG 1782: Prevent testparm from displaying parameter synonyms.
2873 o   Stefan Metzmacher <metze@samba.org>    
2874     * Fix crash in smbcquotas and smbcacls caused by setup_logging().
2875     * Fix client quota support.
2876     * Fix opening of system quota file.
2879 o   Lars Mueller <lmuelle@samba.org>
2880     * Small fixes for autogen.sh to deal with version detection 
2881       of autoconf and autoheader; fixes for examples using 
2882       libtool to adhere to stricter syntax of newer version.
2885 o   Henrik Nordstrom <hno@squid-cache.org>
2886     * Allow winbindd to return the correct number of groups 
2887       when the groups array must be enlarged.
2890 o   Narayana Pattipati <narayana.pattipati@wipro.com>
2891     * Solaris autoconf detection fixes.
2894 o   Tim Potter <tpot@samba.org>
2895     * BUG 1360: (correct fix) Use -Wl when passing flags to 
2896       the linker.
2897     * HP-UX compile fixes (from JBravo on #samba-technical).
2898     * BUG 1731: More HP-UX compiles fixes.
2899     * BUG 1778: Include yp_prot.h before ypclnt.h as AIX 5.2 
2900       spits the dummy otherwise.
2901     * Fix bug in Python printerdata wrapper.
2902     * BUG 1762: nss_winbind fixes on AIX 5.x (patch from 
2903       <bugzilla-samba@thewrittenword.com>).
2904     * Fix parameter confusion in priming of name-to-sid cache
2905       (Found by Qiao Yang).
2906     * BUG 1888: Remove '..' from all pre-processor commands.
2907     * BUG 1903: Change some #if DEBUG_PASSWORD's to #ifdef 
2908       DEBUG_PASSWORD.
2911 o   Matt Selsky <selsky@columbia.edu>
2912     * BUG 350: use autoconf 2.57 feature for checking header file
2913       preprocessing (fixes configure warnings on Solaris).
2916 o   Richard Renard <rrenard@idealx.com>
2917     * Fix usermgr.exe and trust relationships.
2920 o   Paul Szabo <psz@maths.usyd.edu.au>
2921     * Fix to make find_workgroup use the same 
2922       truncation as create_workgroup.
2925 o   Richard Sharpe <rsharpe@samba.org>
2926     * Ensure cli_write() can support writes >= 65536 bytes.
2929 o   Simo Sorce <idra@samba.org>
2930     * Added check password script code in examples/auth/crackcheck/
2931     * Fix memory corruption bug caused in freeing static memory.
2934 o   Andrew Tridgell <tridge@samba.org>
2935     * Remove lp_use_mmap() from map_file() since the latter 
2936       is for read only and does not require coherence.
2937     * Ensure that the uuid pack/unpack routines do not go past 
2938       the end of the structure.
2939     * Converted Samba 3 tree to use the new utf-16 aware iconv 
2940       code. 
2941     * Changed iconv to recognise UCS-2LE and UTF-16LE as synonyms.
2942     * Ensure configure only uses '=' instead of the bashism '=='.
2943     * Reduces the number of tdb locking calls made on file IO.
2944     
2946 o   Jelmer Vernooij <jelmer@samba.org>
2947     * Convert internal data to UTF-8 before calling libxml2.
2948     * Complain if 'password chat' doesn't contain the %u variable
2949       (based on a patch by Ronan Waide).
2950     
2952 o   Josef Zlomek
2953     * BUG 1541:  Fix recursive ls in smbclient. 
2955     
2956 o   Igor Zhbanov <bsg@uniyar.ac.ru>
2957     * BUG 1797: Prevent winbind and nmbd from ignoring the "-l" 
2958       option.
2960       --------------------------------------------------
2962                   =============================
2963                   Release Notes for Samba 3.0.7
2964                            Sept 13, 2004
2965                   =============================
2967 Common bugs fixed in 3.0.7 include:
2969   o Fixes for two Denial of Service vulnerabilities
2970     (CVE ID# CAN-2004-0807 & CAN-2004-0808).
2971   o Winbind failure to return user entries under certain
2972     conditions.
2973   o Syntax errors in the OpenLDAP schema file (samba.schema).
2974   o Printing errors caused by not setting default values
2975     for the various printing commands.
2978 Changes since 3.0.6
2979 -------------------
2981 smb.conf changes
2982 ----------------
2984     Parameter Name                      Action
2985     --------------                      ------
2986     winbind enable local accounts       disabled by default
2988     
2989 commits
2990 -------
2991 o   Jeremy Allison <jra@samba.org>
2992     * Fix parsing of names ending in dot and a few other error 
2993       returns.
2994     * BUG 1674: Move the symlinks checks into reduce_name().
2995     * Fix memleak when checking the valid names smb.conf option.
2996     * Fix memleak on error return path in the file open code.
2997     * More paranoia checks in the hash2 mangling code.
2998     * Fix syntax error in configure.in.
2999     * Match Win2k3's behavior for pathname parsing error returns.
3000     * Make nmbd more robust against bad netbios packets 
3001       (CAN-2004-0808).
3002     * Add more checks for invalid ASN.1 packets for SPNEGO packets
3003       (CAN-2004-0807).
3005   
3006 o   Andrew Bartlett <abartlet@samba.org>  
3007     * Janitor work in loadparm.c -- remove unused parameters.
3010 o   Gerald Carter <jerry@samba.org>
3011     * BUG 1464: Ensure that printing commands are initialized even
3012       if the 'printing' parameter is not explicitly set.
3013     * Resolve name conflict on DEC OSF-5.1 (inspired by patch from 
3014       Adharsh Praveen <rprav@india.hp.com>)
3015     * Work around parsing error in the print change notify code.
3016     * remove duplicate declaration of getprintprocdir from 
3017       rpcclient.
3018     * Only use sAMAccountName and not userPrincipalName when looking
3019       up a username in AD since the breaks winbindd (lookup_name() 
3020       only works with the sAMAccountName).
3021     * Fix bug with winbindd_getpwnam() caused by Microsoft DC's not 
3022       filling in the username in the user_info3.
3023     * Fix logic bug in the check for creating a user's home directory 
3024       in register_vuid(); caused home directory to be mismatched to 
3025       the first share in smb.conf under certain conditions.
3026     * BUG 1656: rename auto.a to auto.smb.
3027     * Ensure that we assign our pid to print jobs (and not our 
3028       parent's pid); ensures that spooling jobs from dead smbds 
3029       are removed from the tdb.
3030     * Disable 'winbind enable local accounts' by default.
3031     * Adding some initial checks for DragonFly (same as 
3032       FreeBSD 4.1).
3033     
3035 o   Guenther Deschner <gd@samba.org> 
3036     * Use SMB_ASSERT() to track down NULL printer names in 
3037       the tdb open code.
3038     * Revert fix for BUG 1474 to avoid unnecessary packaging 
3039       dependencies.
3042 o   Olaf Flebbe <o.flebbe@science-computing.de>.  
3043     * BUG 1627: fix for NIS compiles on HPUX 11.00, AIX 4.3 
3044       and 5.1.
3045     * BUG 1626: More compile fixes.
3048 o   Rob Foehl <rwf@loonybin.net>
3049     * Don't clear the PRINT_ATTRIBUTE_PUBLISHED was getting reset 
3050       by attempts to sanitize the defined attributes.
3053 o   SATOH Fumiyasu <fumiya@miraclelinux.com>
3054     * BUG 1546: Preserve errno in MB strupper_m/strlower_m.
3057 o   Helmut Heinreichsberger <helmut.heinreichsberger@chello.at>.
3058     * BUG 1657: Remove used initialized variable, 
3059     * BUG 1658: Add a little bit of const.
3062 o   Volker Lendecke <vl@samba.org>
3063     * If there's garbage in the pidfile, we should not panic 
3064       but assume that no one else is around. We can't find the 
3065       other guy anyway.
3068 o   Jim McDonough <jmcd@us.ibm.com>
3069     * Fixup format string in the tdb error messages.
3072 o   Jonas Olsson <lexicon@lysator.liu.se>
3073     * BUG 1416: Don't reuncture a users list to NGROUPS_MAX when 
3074       reporting the list in usrmgr.exe.
3077 o   Tim Potter <tpot@samba.org>
3078     * Fix out-of-tree builds (problem with the script to generate 
3079       the svn version number).
3080     * BUG 1360:  Need to use -Wl when passing flags to the linker.
3081     * BUG 1741: Define a struct nss_groupsbymem for HPUX 11 which 
3082       doesn't have one of its own.
3084 o   Simo Sorce <idra@samba.org>
3085     * Fixup compile issues on AIX caused by broken strlen() and 
3086       strdup().
3087     * Update debian packaging files.
3090 o   Dimitri van der Spek <dwspek@aboveit.nl>
3091     * Use the correct counter when copying group rids from the 
3092       user_info3 struct in pam_winbind.
3093       
3095 o   Qiao Yang <qyang@stbernard.com>
3096     * BUG 1622: Only cache the user
3099       --------------------------------------------------
3100       
3101                   =============================
3102                   Release Notes for Samba 3.0.6
3103                            Aug 19, 2004
3104                   =============================
3106 Common bugs fixed in 3.0.6 include:
3108   o Schannel failure in winbindd.
3109   o Numerous memory leaks.
3110   o Incompatibilities between the 'write list' and 'force user'
3111     smb.conf options.
3112   o Premature optimization of the open_directory() internal 
3113     function that broke tools such as the ArcServe backup 
3114     agent, Macromedia HomeSite, and Robocopy.
3115   o Corrupt workgroup names in nmbd's browse.dat.
3116   o Sharing violation errors commonly seen when opening
3117     when serving Microsoft Office documents from a Samba 
3118     file share.
3119   o Browsing problems caused by an apostrophe (') in the 
3120     computer's description field.
3121   o Problems creating special file types from UNIX CIFS 
3122     clients and enabling 'unix extensions'.
3123   o Fix stalls in smbd caused by inaccessible LDAP servers.
3124   o Remove various memory leaks.
3125   o Fix issues in the password lockout feature.
3127 New features introduced in this release include:
3129   O Support symlinks created by CIFS clients which 
3130     can be followed on the server.
3131   o Using a cups server other than localhost.
3132   o Maintaining the service principal entry in the system 
3133     keytab for integration with other kerberized services.
3134     Please refer to the 'use kerberos keytab' entry in 
3135     smb.conf(5).  When using the heimdal kerberos libraries,
3136     you must also specify the following in /etc/krb5.conf:
3137     [libdefaults]
3138        default_keytab_name = FILE:/etc/krb5.keytab
3139   o Support for maintaining individual printer names
3140     stored separately from the printer's sharename.
3141   o Support for maintaining user password history.
3142   o Support for honoring the logon times for user in a 
3143     Samba domain.
3146 ============================================
3147 unix extensions = yes (default) and symlinks
3148 ============================================
3150 Beginning with Samba 3.0.6pre1 (formerly known as 3.0.5pre1), 
3151 clients supporting the UNIX extensions to the CIFS protocol 
3152 can create symlinks to absolute paths which will be **followed** 
3153 by the server.  This functionality has been requested in order 
3154 to correctly support certain applications when the user's home 
3155 directory is mounted using some type of CIFS client (e.g. the 
3156 cifsvfs in the Linux 2.6 kernel).
3158 If this behavior is not acceptable for your production environment
3159 you can set 'wide links = no' in the specific share declaration in 
3160 the server's smb.conf.  Be aware that disabling wide link support 
3161 out of a share in Samba may impact the server's performance due 
3162 to the fact that smbd will now have to check each path additional 
3163 times before traversing it.
3164   
3166 ========================
3167 Password History Support 
3168 ========================
3170 The new password history feature allows smbd to check the new 
3171 password in password change requests against a list of the user's
3172 previous passwords.  The number of previous passwords to save can 
3173 be set using pdbedit (4 in this example):
3175    root# pdbedit -P "password history" -C 4
3177 When using the ldapsam passdb backend, it is vital to secure the 
3178 following attributes from access by non-administrative users:
3180    * sambaNTPassword
3181    * sambaLMPassword
3182    * sambaPasswordHistory
3184 You should refer to your directory server's documentation on how 
3185 to implement this restriction.
3188 Changes since 3.0.5
3189 -------------------
3191 smb.conf changes
3192 ----------------
3194     Parameter Name              Action
3195     --------------              ------
3196     cups server                 New
3197     defer sharing violations    New
3198     force unknown acl user      New
3199     ldap timeout                New
3200     printcap cache time         New
3201     use kerberos keytab         New
3202     
3203 commits
3204 -------
3205 o   Jeremy Allison <jra@samba.org> 
3206     * Correct path parsing bug that broke DeletePrinterDriverEx().
3207     * Fix bugs in check_path_syntax() caught by asserts.
3208     * Internal change - rearrange internal global case setting 
3209       variables to a per connection basis.
3210     * BUG 1345: Fix premature optimization in unix_convert(). 
3211     * Allow clients to truncate a locked file.
3212     * BUG 1319: Always check to see if a user as write access
3213       to a share, even when 'force user' is set.
3214     * Fix specific case of open that doesn't cause oplock break, 
3215       or share mode check.
3216     * Correct sid type is WKN_GROUP, not alias. Added some 
3217       more known types (inspired by patch from Jianliang Lu).
3218     * Allow creation of absolute symlink paths via CIFS clients.
3219     * Fix charset bug in when invoking send_mailslot().
3220     * When using widelinks = no, use realpath to canonicalize 
3221       the connection path on connection create for the user. 
3222     * Enhance stat open code.
3223     * Fix unix extensions mknod code path.
3224     * Allow unix domain socket creation via unix extensions.
3225     * Auto disable the 'store dos attribute' parameter if the 
3226       underlying filesystem doesn't support EAs.
3227     * Implement deferred open code to fix a bug with Excel files 
3228       on Samba shares.
3229     * BUG 1427: Catch bad path errors at the right point.  Ensure 
3230       all our pathname parsing is consistent.
3231     * Fix SMB signing error introduced by the new deferred open 
3232       code.
3233     * Change default setting for case sensitivity to "auto". (see 
3234       commit message -- r1154 -- for details).
3235     * Add new remote client arch -- CIFSFS.
3236     * Allow smbd to maintain the service principal entry in the 
3237       system keytab file (based on patch Dan Perry <dperry@pppl.gov>, 
3238       Guenther Deschner, et. al.).
3239     * Fix longstanding memleak bug with logfile name.
3240     * Fix incorrect type in printer publishing (struct uuid, 
3241       not UUID_FLAT).
3242     * Heimdal compile fixes after introduction of the new ketyab 
3243       feature.
3244     * Ensure we check attributes correctly on rename request.
3245     * Ensure we defer a sharing violation on rename correctly.
3246     * BUG 607: Ensure we remove DNS and DNSFAIL records immediately 
3247       on timeout.
3248     * Fix bogus error message when using "mangling method = hash" 
3249       rather than hash2.
3250     * Turn on sendfile by default for non-Win9x clients.
3251     * Handle non-io opens that cause oplock breaks correctly.
3252     * Ensure ldap replication sleep time is not more than 5 seconds.
3253     * Add support for storing a user's password history.
3254       LDAP portion of the code was based on a patch from 
3255       Jianliang Lu <j.lu@tiesse.com>.
3256     * Correct memory leaks found in the password change code.
3257     * Fix support for the mknod command with the Linux CIFS client.
3258     * Remove support for passing the new password to smbpasswd 
3259       on the command line without using the -s option.
3260     * Ensure home directory service number is correctly reused
3261       (inspired by patches from Michael Collin Nielsen 
3262       <michael@hum.aau.dk>).
3263     * Fix to stop printing accounts from resetting the bas 
3264       password and account lockout flags.
3265     * If a account was locked out by an admin (and has a bad 
3266       password count of zero) leave it locked out until an admin 
3267       unlocks it (but log a message).
3268     * Ensure we return the same ACL revision on the wire that 
3269       W2K3 does.
3270     * BUG 1578: Hardcode replacement for invalid characters as '_'
3271       (based on fix from Alexander E. Patrakov <patrakov@ums.usu.ru>).
3272     * Fix hashed password history for LDAP backends.
3273     * Enforce logon hours restrictions if confiogured (based on code 
3274       from Richard Renard <rrenard@idealx.com>).
3275     * BUG 1606: Force smbd to disable sendfile with DOS clients 
3276       and ensure that the chained header is filled in for ...&X 
3277       commands.
3278     * BUG 1602: Fix access to shares when all symlink support 
3279       has been disabled.
3283 o   Tom Alsberg <alsbergt@cs.huji.ac.il>
3284     * Allow pdbedit to export a single user from a passdb backend.
3285     
3287 o   Andrew Bartlett <abartlet@samba.org>  
3288     * Fix parsing bug in GetDomPwInfo().
3289     * Fix segfault in 'ntlm_auth --diagnostics'.
3290     * Re-enable code to allow sid_to_gid() to perform a group 
3291       mapping lookup before checking with winbindd.
3292     * Fix memory leak in the trans2 signing code.
3293     * Allow more flexible GSS-SPENGO client and server operation 
3294       in ntlm_auth.
3295     * Improve smbd's internal random number generation.
3296     * Fix a few outstanding long password changes in smbd.
3297     * Fix LANMAN2 session setup code.
3300 o   Eric Boehm <boehm@nortelnetworks.com>
3301     BUG 703: Final touches on netgroup case lookups.
3302     
3303     
3304 o   Jerome Borsboom <j.borsboom@erasmusmc.nl>
3305     * Ensure error status codes don't get overwritten in 
3306       lsa_lookup_sids() server code.
3307     * Correct bug that caused smbd to overwrite certain error 
3308       codes when returning up the call stack.
3309     * Ensure the correct sid type returned for builtin sids.
3312 o   Gerald Carter <jerry@samba.org>
3313     * Fix a few bugs in the Fedora Packaging files.
3314     * Fix for setting the called name to by our IP if the 
3315       called name was *SMBSERVER and *SMBSERV.   Fixes issue 
3316       with connecting to printers via \\ip.ad.dr.ess\printer 
3317       UNC path.
3318     * BUG 1315: fix for schannel client connections to servers
3319       when we haven't specifically negotiated AUTH_PIPE_SEAL.
3320     * Allow PrinterDriverData valuenames with embedded backslashes
3321       (Fixes bug with one of the Konica Fiery drivers).
3322     * Fixed string length miscalculation in netbios names that 
3323       resulted in corrupt workgroup names in browse.dat.
3324     * When running smbd as a daemon, launch child smbd to update 
3325       the lpq cache listing in the background.
3326     * Allow printers "Printers..." folder to be renamed to a string 
3327       other than the share name.
3328     * Allow winbindd to use domain trust account passwords when 
3329       running on a Samba DC to establish an schannel to remote 
3330       domains.
3331     * Fix bad merge and ensure that we always use tdb_open_log() 
3332       instead of tdb_open_ex() (the former call enforce the 'use 
3333       mmap' parameter).
3334     * BUG 1221: revert old change that used single and double 
3335       quotes as delimeters in next_token(), and change 
3336       print_parameter() to print out parm values surrounded by 
3337       double quotes (instead of single quotes).
3338     * Prevent home directories added during the SMBsesssetup&X from 
3339       being removed as unused services.
3340     * Invalidate the print object cache for open printer handles when
3341       smbd receives a message that an attribute on a given printer 
3342       has been changed.
3343     * Cause the configure script to exit if --enable-cups[=yes] is 
3344       defined and the system does not have the cups devel files 
3345       installed.
3346     * BUG 1297: Prevent map_username() from being called twice 
3347       during logon.
3348     * Ensure that we use the userPrincipalName AD attribute 
3349       value for LDAP SASL binds.
3350     * Ensure we remove the tdb entry when deleting a job that 
3351       is being spooled.
3352     * BUG 1520: Work around bug in Windows XP SP2 RC2 where the 
3353       client sends a FindNextPrintChangeNotify() request without 
3354       previously sending a FindFirstPrintChangeNotify().  Return 
3355       the same error code as Windows 2000 SP4.
3356     * BUG 1516: Manually declare ldap_open_with_timeout() to 
3357       workaround compiler errors on IRIX (or other systems without 
3358       LDAP headers).
3359     * Merge security fixes for CAN-2004-0600, CAN-2004-0686 from 
3360       3.0.5.
3361     * Corrected syntax error in the OID for sambaUnixIdPool, 
3362       sambaSidEntry, & sambaIdmapEntry object classes.
3363     * Tighten the cache consistency with the ntprinters.tdb entry 
3364       an the in memory cache associated with open printer handles.
3365     * Make sure that register_messages_flags() doesn't overwrite 
3366       the originally registered flags.
3369 o   Fabien Chevalier <fabien.chevalier@supelec.fr>
3370     * Debian BUG 252591: Ensure that the return value from the 
3371       number of available interfaces is initialized in case no 
3372       interfaces are actually available.
3375 o   Guenther Deschner <gd@sernet.de> 
3376     * Implement 'rpcclient setprintername'.
3377     * Add local groups to the user's NT_TOKEN since they are 
3378       actually supported now.
3379     * Heimdal compile fixes after introduction of the new keytab 
3380       feature.
3381     * Correctly honor the info level parameter in 'rpcclient 
3382       enumprinters'.
3383     * Reintroduce 'force unknown acl user' parameter.  When getting a 
3384       security descriptor for a file, if the owner sid is not known, 
3385       the owner uid is set to the current uid. Same for group sid.
3386     * Ensure that REG_SZ values in the SetPrinterData actually 
3387       get written in UNICODE strings rather than ASCII.
3388     * Ensure that the last kerberos error return is not invalid.
3389     * Display share ACL entries from rpcclient.
3390     * Correct infinite loop in pam_winbind's verification of 
3391       group membership in the 'other sids' field in the user_info3 
3392       struct.
3395 o   Fabian Franz <FabianFranz@gmx.de>
3396     * Support specifying a port in the device URL passed to smbspool.
3397     
3398     
3399 o   Steve French <sfrench@us.ibm.com>
3400     * Handle -S and user mount parms in mount.cifs.
3401     * Fix user unmount of shares mount with suid mount.cifs.
3402     * prevent infinite recusion in reopen_logs() when expanding 
3403       the smb.conf variable %I.
3406 o   Bjoern Jacke <bj@sernet.de>
3407     * Install libsmbclient into $(LIBDIR), not into hard coded 
3408       ${prefix}/lib. This helps amd64 systems with /lib and /lib64 
3409       and an explicit configure --libdir setting.
3412 o   <kawasa_r@itg.hitachi.co.jp>
3413     * Correct more memory leaks and initialization bugs.
3414     * Fix bug that prevented core dumps from being generated 
3415       even if you tried.
3416     * Connect to the winbind pipe in non-blocking mode to 
3417       prevent processes from hanging.
3418     * Memory leak fixes.
3421 o   Stephan Kulow <coolo@suse.de>
3422     * Fix crash bug in libsmbclient.
3425 o   Volker Lendecke <vl@samba.org>
3426     * Added vfs_full_audit module.
3427     * Add vfs_afsacl.c which can display & set AFS acls via 
3428       the NT security editor.
3429     * Fix crash bug caused by trying to Base64 encode a NULL string.
3430     * Fix DOS error code bug in reply_chkpath().
3431     * Correct misunderstanding of the max_size field in 
3432       cli_samr_enum_als_groups;  it is more like an account_control 
3433       field with individual bits what to retrieve.
3434     * Implement 'net rpc group rename' -- rename domain groups.
3435     * Implement the 'cups server' option. This makes it possible 
3436       to have virtual smbd's connect to different cups daemons.
3437     * Paranoia fixes when adding local aliases to a user's NT_TOKEN.
3438     * Fix sid_to_gid() calls in winbindd to prevent loops.
3439     * Ensure that local_sid_to_gid() sets the type of the group on 
3440       return.
3441     * Make sure that the clients are given back the IP address to 
3442       which they connected in the case of a multi-homed host. Only 
3443       affects strings the spoolss printing replies.
3444     * Fix the bad password lockout. This has not worked as pdb_ldap.c 
3445       did not ask for the modifyTimestamp attribute, so it could 
3446       not find it.   Try not to regress by not putting that attrib 
3447       in the main list but append it manually for the relevant searches.
3448     * Fix two memleaks in login_cache.c.
3449     * fixes memory bloat when unmarshalling strings.
3450     * Fix compile errors using gcc 3.2 on SuSE 8.2.
3451     * Fix the build for systems without kerberos headers.
3452     * Allow winbindd to handle authentication requests only when 
3453       started without either an 'idmap uid' or 'idmap gid' range.
3454     * Fix the build for systems without ldap headers.
3455     * Fix interaction between share security descriptor and the 
3456       'read only' smb.conf option.
3457     * Fix bug that caused _samr_lookupsids() with more than 32 (
3458       MAX_REF_DOMAINS) SIDs to fail.
3459     * Allow the 'idmap backend' parameter to accept a list of 
3460       LDAP servers for failover purposes.
3461     * Revert code in smbd to remove a tdb when it has become 
3462       corrupted.
3463     * Add paranoid checks when mapping SIDs to a uid/gid to 
3464       ensure that the type is correct.
3465     * Initial work on getting client support for sending mailslot 
3466       datagrams.
3467     * Add 'ldap timeout' parameter.
3468     * Dont always uppercase 'afs username map'.
3469     * Expand aliases for getusersids as well.
3470     * Improved NT->AFS ACL mapping VFS module.
3473 o   Herb Lewis <herb@samba.org>
3474     * Add the acls debug class.
3475     * Fix logic bug in netbios name truncate routine.
3476     * Fix smbd crash caused by smbtorture IOCTL test.
3477     * Fix errno tromping before calling iconv to reset the 
3478       conversion state.
3479     * need to leave empty dacl so we can remove last ACE.
3482 o   Jianliang Lu <Jianliang.Lu@getronics.com>
3483     * Fix to stop smbd hanging on missing group member in 
3484       get_memberuids().
3485     * Make sure Samba returns the correct group types.
3486      * Reset the bad password count password counts upon a successful login.
3487      
3488      
3489 o   Jason Mader <jason@ncac.gwu.edu>
3490     * BUG 1385: Don't use non-consts in a structure initialization.
3491     
3493 o   Jim McDonough <jmcd@us.ibm.com>
3494     * BUG 1279: SMBjobid fix for Samba print servers running on 
3495       Big-Endian platforms.
3498 o   Joe Meadows <jameadows@webopolis.com>
3499     * Add optional timeout parameter to ldap open calls.
3500     * Allow get_dc_list() to check the negative cache.
3503 o   Stefan Metzmacher <metze@samba.org>    
3504     * fix a configure logic bug for linux/XFS quotas when 
3505       using --with-sys-quotas.
3506     * Use quota debug class in quota code.
3507     * print out the SVN revision by configure,
3508     
3510 o   Buchan Milne <bgmilne@mandrake.org>
3511     * Mandrake packaging fixes.
3512     
3513     
3514 o   Lars Mueller <lmuelle@samba.org>
3515     * BUG 1279: Added 'printcap cache time' parameter.
3516     * Fix afs related build issues on SuSE.
3517     * Fix compiler warnings in the kerberos client code.
3520 o   James Peach <jpeach@sgi.com>
3521     * More iconv detection fixes for IRIX.
3522     * Compile fixed for systems that do not have C99/UNIX98 compliant 
3523       vsnprintf by default.
3524     * Prevent smbd from attempting to use sendfile at all if it is 
3525       not supported by the server's OS.
3526     * Allow SWAT to search for index.html when serving html files 
3527       in a directory.
3530 o   Dan Peterson
3531     * Implement NFS quota support on FreeBSD.
3534 o   Tim Potter <tpot@samba.org>
3535     * BUG 1360: Use -Bsymbolic when creating shared libraries to 
3536       avoid conflicts with identical symbols in the global namespace 
3537       when loading libnss_wins.so.
3540 o   Richard Renard <rrenard@idealx.com>
3541     * Save the current password as it is being changed into the 
3542       password history list.
3545 o   Richard Sharpe <rsharpe@samba.org>
3546     * Fix error return codes on some lock messages.
3547     * BUG 1178: Make the libsmbclient routines callable 
3548       by C++ programs.
3549     * BUG 1333: Make sure we return an error code when 
3550       things go wrong.
3551     * BUG 1301: Return NT_STATUS_SHARING_VIOLATION when 
3552       share mode locking requests fail.
3555 o   Simo Sorce <idra@samba.org>
3556     * Update Debian stable & unstable packaging.
3557     * Tidy up parametric options in testparm output.
3560 o   Richard Sharpe <rsharpe@samba.org>
3561     * Add sigchild handling to winbindd to restart the child 
3562       daemon if necessary.
3565 o   Tom Shaw <tomisfaraway@gmail.com>
3566     * Use winbindd_fill_pwent() consistently.
3569 o   Nick Thompson <nickthompson@agere.com>
3570     * Protect smbd against broken filesystems which return zero 
3571       blocksize.
3574 o   Andrew Tridgell <tridge@samba.org>
3575     * Fixed bug in handling of timeout in socket connections.
3576      
3578 o   Nick Wellnhofer <wellnhofer@aevum.de>    
3579     * Prevent lp_interfaces() list from being corrupted.  Fixes
3580       bug where nmbd would lose the list of network interfaces 
3581       on the system and consequently shutdown.
3583       
3584 o   James Wilkinson <jwilk@alumni.cse.ucsc.edu>
3585     * Fix ntlm_auth memory leaks.
3588 o   Jelmer Vernooij <jelmer@samba.org>
3589     * Additional NT status to unix error mappings.
3590     * BUG 478: Rename vsnprintf to smb_vsnprintf so we don't 
3591       get duplicate symbol errors.
3592     * Return an error when the last command read from stdin 
3593       fails in smbclient.
3594     * Prepare for better error checking in tar.
3595     * BUG 1474: Fix build of --with-expsam stuff on Solaris.
3596       
3598       --------------------------------------------------
3599       
3600                  =============================
3601                  Release Notes for Samba 3.0.5
3602                          July 20, 2004
3603                  =============================
3605 Please note that Samba 3.0.5 is identical to Samba 3.0.4 with 
3606 the exception of correcting the two security issues outlined 
3607 below.
3609 ######################## SECURITY RELEASE ########################
3611 Summary:       Multiple Potential Buffer Overruns in Samba 3.0.x
3612 CVE ID:        CAN-2004-0600, CAN-2004-0686
3613                (http://cve.mitre.org/)
3616 This is the latest stable release of Samba. This is the version
3617 that production Samba servers should be running for all current
3618 bug-fixes.
3620 It has been confirmed that versions of Samba 3 prior to v3.0.4
3621 are vulnerable to two potential buffer overruns.  The individual
3622 details are given below.
3624 =============
3625 CAN-2004-0600
3626 =============
3628 Affected Versions:      Samba 3.0.2 and later
3630 The internal routine used by the Samba Web Administration
3631 Tool (SWAT v3.0.2 and later) to decode the base64 data
3632 during HTTP basic authentication is subject to a buffer
3633 overrun caused by an invalid base64 character.  It is
3634 recommended that all Samba v3.0.2 or later installations
3635 running SWAT either (a) upgrade to v3.0.5, or (b) disable
3636 the swat administration service as a temporary workaround.
3638 This same code is used internally to decode the
3639 sambaMungedDial attribute value when using the ldapsam
3640 passdb backend. While we do not believe that the base64
3641 decoding routines used by the ldapsam passdb backend can
3642 be exploited, sites using an LDAP directory service with
3643 Samba are strongly encouraged to verify that the DIT only
3644 allows write access to sambaSamAccount attributes by a
3645 sufficiently authorized user.
3647 The Samba Team would like to heartily thank Evgeny Demidov
3648 for analyzing and reporting this bug.
3650 -------------
3651 CAN-2004-0686
3652 -------------
3654 Affected Versions:      Samba 3.0.0 and later
3656 A buffer overrun has been located in the code used to support
3657 the 'mangling method = hash' smb.conf option.  Please be aware
3658 that the default setting for this parameter is 'mangling method
3659 = hash2' and therefore not vulnerable.
3661 Affected Samba 3 installations can avoid this possible security
3662 bug by using the default hash2 mangling method.  Server
3663 installations requiring the hash mangling method are encouraged
3664 to upgrade to Samba 3.0.5.
3667 ##################################################################
3669     --------------------------------------------------
3670                  
3671                  =============================
3672                  Release Notes for Samba 3.0.4
3673                           May 8, 2004
3674                  =============================
3676 Common bugs fixed in Samba 3.0.4 include:
3678   o Password changing after applying the patch described in 
3679     the Microsoft KB828741 article to Windows clients.
3680   o Crashes in smbd.
3681   o Managing print jobs via Windows on Big-Endian servers.
3682   o Several memory leaks in winbindd and smbd.
3683   o Compile issues on AIX and *BSD.
3685 Changes since 3.0.3
3686 --------------------
3688 commits
3689 -------
3691 o   Jeremy Allison <jra@samba.org>
3692     * Fix path processing for DeletePrinterDriverEx().
3693     * BUG 1303: Fix for Microsoft hotfix MS04-011 password change 
3694       breakage.
3697 o   Andrew Bartlett <abartlet@samba.org>
3698     * Fix alignment bug in GetDomPwInfo().
3701 o   Alexander Bokovoy <ab@samba.org>
3702     * Fix utime[s]() issues in smbwrapper on systems 
3703       that can boot both the 2.4 and 2.6 Linux kernels.
3706 o   Gerald Carter <jerry@samba.org>
3707     * Fedora packaging fixes.
3708     * BUG 1302: Fix seg fault by not trying to optimize a list of 
3709       invalid gids using the wrong array size.
3710     * BUG 1309: fix seg fault caused by trying to strdup(NULL)
3711       seen when 'security = share'.
3712     * Fix problems when using IBM's compiler on AIX.
3713     * Link Developer's Guide, Example Guide, and multi-page HOWTO
3714       into SWAT's welcome page.
3715     * BUG 1293: fix double free in printer publishing code.
3717     
3718 o   Wim Delvaux <wim.delvaux@adaptiveplanet.com>
3719     * Fix for handling timeouts in socket connections.
3722 o   Michel Gravey <michel.gravey@optogone.com>
3723     * BUG 483: patch from  to fix password hash creation in SWAT.
3724     
3726 o   Volker Lendecke <vl@samba.org>
3727     * Close the open NT pipes before the tdis.
3728     * Fix AFS related build issues.
3729     * Handle error conditions when base64 encoding a blob of 0 bytes.
3731     
3732 o   Herb Lewis <herb@samba.org>
3733     * Added 'acls' debug class.
3735 o   kawasa_r@itg.hitachi.co.jp
3736     * Multiple variable initialization and memory leak fixes.
3737     
3738     
3739 o   Stephan Kulow <coolo@suse.de>
3740     * Fix string length bug in libsmbclient that caused KDE's 
3741       Konqueror to crash.
3742     * BUG 429: More libsmbclient fixes.
3745 o   Jim McDonough <jmcd@us.ibm.com>
3746     * BUG 1007, 1279: Store the print job using a little-endian key.
3749 o   Eric Mertens
3750     o Compile fix for OpenBSD (ENOTSUP not supported).
3752     
3753 o   Stefan Metzmacher <metze@samba.org>
3754     * Correct bug in disks quota views from explorer.
3756     
3757 o   Tim Potter <tpot@samba.org>
3758     BUG 1305: Correct debug output.
3761 o   Richard Sharpe <rsharpe@samba.org>
3762     * Fix incorrect error code mapping.
3765 o   Jelmer Vernooij <jelmer@samba.org>
3766     * Add additional NT_STATUS errorm mappings.
3767     
3769     --------------------------------------------------
3771                  =============================
3772                  Release Notes for Samba 3.0.3
3773                         April 29, 2004
3774                  =============================
3777 Common bugs fixed in Samba 3.0.3 include:
3779   o Crash bugs and change notify issues in Samba's printing code.
3780   o Honoring secondary group membership on domain member servers.
3781   o TDB scalability issue surrounding the TDB_CLEAR_IF_FIRST flag.
3782   o Substitution errors for %[UuGg] in smb.conf.
3783   o winbindd crashes when using ADS security mode.
3784   o SMB signing errors.
3785   o Delays in winbindd startup caused by unnecessary 
3786     connections to trusted domain controllers.
3787   o Various small memory leaks.
3788   o Winbindd failing due to expired Kerberos tickets.
3790 New features introduced in Samba 3.0.3 include:
3792   o Improved support for i18n character sets.
3793   o Support for account lockout policy based on
3794     bad password attempts.
3795   o Improved support for long password changes (>14
3796     characters) and strong password enforcement.
3797   o Support for Windows aliases (i.e. nested groups).
3798   o Experimental support for storing DOS attribute on files
3799     and folders in Extended Attributes.
3800   o Support for local nested groups via winbindd.
3801   o Specifying options to be passed directly to the CUPS libraries.
3803 Please be aware that the Samba source code repository was 
3804 migrated from CVS to Subversion on April 4, 2004.  Details on 
3805 accessing the Samba source tree via anonymous svn can be found 
3806 at http://svn.samba.org/samba/subversion.html.
3809 Changes since 3.0.2a
3810 --------------------
3811 smb.conf changes
3812 ----------------
3814     Parameter Name              Action
3815     --------------              ------
3816     cups options                New
3817     ea support                  New
3818     only user                   Deprecated
3819     store dos attributes        New
3820     unicode                     Removed
3821     winbind nested groups       New
3823     
3824 commits
3825 -------
3827 o   Jeremy Allison <jra@samba.org>
3828     * Ensure that Kerberos mutex is always properly unlocked.
3829     * Removed Heimdal "in-memory keytab" support.
3830     * Fixup the 'multiple-vuids' bugs in our server code.
3831     * Correct return code from lsa_lookup_sids() on unmapped
3832       sids (based on work by vl@samba.org).
3833     * Fix the "too many fcntl locks" scalability problem 
3834       raised by tridge.
3835     * Fixup correct (as per W2K3) returns for lookupsids 
3836       as well as lookupnames.
3837     * Fixups for delete-on-close semantics as per Win2k3 behavior.
3838     * Make SMB_FILE_ACCESS_INFORMATION call work correctly.
3839     * Fix "unable to initialize" bug when smbd hasn't been run with 
3840       new system and a user is being added via pdbedit/smbpasswd.
3841     * Added NTrename SMB (0xA5).
3842     * Fixup correct timeout values for blocking lock timeouts.
3843     * Fix various bugs reported by 'gentest'.
3844     * More locking fixes in the case where we own the lock.
3845     * Fix up regression in IS_NAME_VALID and renames.
3846     * Don't set allocation size on directories.
3847     * Return correct error code on fail if file exists and target 
3848       is a directory.
3849     * Added client "hardlink" comment to test doing NT rename with 
3850       hard links.  Added hardlink_internals() code - UNIX extensions 
3851       now use this as well.
3852     * Use a common function to parse all pathnames from the wire for 
3853       much closer emulation of Win2k3 error return codes.
3854     * Implement check_path_syntax() and rewrite string sub 
3855       functions for better multibyte support.
3856     * Ensure msdfs referrals are multibyte safe.
3857     * Allow msdfs symlink syntax to be more forgiving.
3858       eg. sym_link -> msdfs://server/share/path/in/share 
3859       or  sym_link -> msdfs:\\server\share\path\in\share.
3860     * Cleanup multibyte netbios name support in nmbd ( based on patch
3861       by MORIYAMA Masayuki <moriyama@miraclelinux.com>).
3862     * Fix check_path_syntax() for multibyte encodings which have 
3863       no '\' as second byte (based on work by ab@samba.org.
3864     * Fix the "dfs self-referrals as anonymous user" problem
3865       (based on patch from vl@samba.org).
3866     * BUG 1064: Ensure truncate attribute checking is done correctly 
3867       on "hidden" dot files.
3868     * Fix bug in anonymous dfs self-referrals again.
3869     * Fix get/set of EA's in client library
3870     * Added support for OS/2 EA's in smbd server.
3871     * Added 'ea support' parameter to smb.conf.
3872     * Added 'store dos attributes' parameter to smb.conf.
3873     * Fix wildcard identical rename.
3874     * Fix reply_ctemp - make compatible with w2k3.
3875     * Fix wildcard unlink.
3876     * Fix wildcard src with wildcard dest renames.      
3877     * BUG 1139: Fix based on suggestion by jdev@panix.com.
3878       swap lookups for user and group - group will do an
3879       algorithmic lookup if it fails, user won't.
3880     * Make EA's lookups case independent.
3881     * Fix SETPATHINFO in 'unix extensions' support.
3882     * Make 3.x pass the Samba 4.x RAW-SEARCH tests - except for 
3883       the UNIX info levels, and the short case preserve names.
3886 o   Timur Bakeyev <timur@com.bat.ru>
3887     * BUG 1144: only set --with-fhs when the argument is 'yes'
3888     * BUG 1152: Allow python modules to build despite libraries added 
3889       to LDFLAGS instead of LDPATH.
3890     * BUG 1141: Fix nss*.so names on FreeBSD 5.x.
3893 o   Craig Barratt <cbarratt@users.sourceforge.net>
3894     * BUG 389: Allow multiple exclude arguments with smbclient 
3895       tar -Xr options (better support for Amanda backup client).
3898 o   Andrew Bartlett <abartlet@samba.org>
3899     * Include support for linking with cracklib for enforcing strong 
3900       password changes.
3901     * Add support for >14 character password changes from Windows 
3902       clients.
3903     * Add 'admin set password' capability to 'net rpc'.
3904     * Allow 'net rpc samdump' to work with any joined domain 
3905       regardless of smb.conf settings.
3906     * Use an allocated buffer for count_chars.
3907     * Add sanity checks for changes in the domain SID in an 
3908       LDAP DIT.
3909     * Implement python unit tests for Samba's multibyte string 
3910       support.
3911     * Remove 'unicode' smb.conf option.
3912     * BUG 1138: Fix support for 'optional' SMB signing and other 
3913       signing bugs.
3914     * BUG 169: Fix NTLMv2-only behavior.
3915     * Ensure 'net' honors the 'netbios name' in the smb.conf by 
3916       default.
3917     * Support SMB signing on connections using only the LANMAN 
3918       password and generate the correct the 'session key' for these 
3919       connections.
3920     * Implement --required-membership-of=, an ntlm_auth option 
3921       that restricts all authentication to members of this particular 
3922       group.
3923     * Improve our fall back code for password changes.
3924     * Only send the ntlm_auth 'ntlm-server-1' helper client a '.' 
3925       after the server had said something (such as an error).
3926     * Add 'ntlm-server-1' helper protocol to ntlm_auth.
3928       
3929 o   Alexander Bokovoy <ab@samba.org>
3930     * Fix incorrect size calculation of the directory name 
3931       in recycle.so.
3932     * Fix problems with very long filenames in both smbd and smbclient
3933       caused by truncating paths during character conversions.
3934     * Fix smbfs problem with Tree Disconnect issued before smbfs 
3935       starts its work.
3938 o   Gerald Carter <jerry@samba.org>
3939     * BUG 850: Fix 'make installmodules' bug on True64.
3940     * BUG 66: mark 'only user' deprecated.
3941     * Remove corrupt tdb and shutdown (only for printing tdbs, 
3942       connections, sessionid & locking).
3943     * decrement smbd counter in connections.tdb in smb_panic().
3944     * RedHat specfile updates.
3945     * Fix xattr.h build issue on Debian testing and SuSE 8.2.
3946     * BUG 1147; bad pointer case in get_stored_queue_info() 
3947       causing seg fault.
3948     * BUG 761: read the config file before initialized default 
3949       values for printing options; don't default to bsd printing 
3950       Linux.
3951     * Allow the 'printing' parameter to be set on a per share basis.
3952     * BUG 503: RedHat/Fedora packaging fixes regarding logrotate.
3953     * BUG 848: don't create winbind local users/groups that already 
3954       exist in the tdb.
3955     * BUG 1080: fix declaration of SMB_BIG_UINT (broke compile on 
3956       LynxOS/ppc).
3957     * BUG 488: fix the 'show client in col 1' button and correctly 
3958       enumerate active connections.
3959     * BUG 1007 (partial): Fix abort in smbd caused by byte ordering 
3960       problem when storing the updating pid for the lpq cache.
3961     * BUG 1007 (partial): Fix print change notify bugs.
3962     * BUG 1165, 1126: Fix bug with secondary groups (security = ads) 
3963       and winbind use default domain = yes.  Also ensures that 
3964     * BUG 1151: Ensure that winbindd users are passed through 
3965       the username map.
3966     * Fix client rpc binds for ASU derived servers (pc netlink, 
3967       etc...).
3968     * BUG 417, 1128: Ensure that the current_user_info is set
3969       consistently so that %[UuGg] is expanded correctly.
3970     * BUG 1195: Fix crash in winbindd when the ADS server is 
3971       unavailable.
3972     * BUG 1185: Set reconnect time to be the same as the 
3973       'winbind cache time'.
3974     * Ensure that we return the sec_desc in smb_io_printer_info_2.
3975     * Change Samba printers Win32 attribute to PRINTER_ATTRIBUTE_LOCAL.
3976     * BUG 1095: Honor the '-l' option in smbclient.
3977     * BUG 1023: surround get_group_from_gid() with become_unbecome_root() 
3978       block.
3979     * Ensure server schannel uses the auth level requested by the 
3980       client.
3981     * Removed --with-cracklib option due to potential crash issue.
3982     * Fix -lcrypto linking problem with wbinfo.
3983     * BUG 761: allow printing parameter to set defaults on a per 
3984       share basis.
3985     * Add 'cups options' parameter to allow raw printing without 
3986       changing /etc/cups/cupsd.conf.
3987     * BUG 1081, 1183: Added remove_duplicate_gids() to smbd and 
3988       winbindd.
3989     * BUG 1246: Fix typo in Fedora /etc/init.d/winbind.
3990     * BUG 1288: resolve any machine netbios name (0x00) and not just 
3991       servers (0x20).
3992     * BUG 1199: Fix potential symlink issue in 
3993       examples/printing/smbprint.
3996 o   Robert Dahlem <Robert.Dahlem@gmx.net>
3997     * BUG 1048:  Don't return short names when when 'mangled names = no'
4000 o   Guenther Deschner <gd@suse.com>
4001     * Remove hard coded attribute name in the ads ranged retrieval
4002       code.
4003     * Add --with-libdir and --with-mandir to autoconf script.
4006 o   Bostjan Golob <golob@gimb.org>
4007     * BUG 1046: Fix  getpwent_list() so that the username is not 
4008       overwritten by other fields.
4011 o   Landon Fuller <landonf@opendarwin.org>
4012     * BUG 1232: patch from landonf@opendarwin.org (Landon Fuller) 
4013       to fix user/group enumeration on systems whose libc does not 
4014       call setgrent() before trying to enumerate users (i.e. 
4015       FreeBSD 5.2).
4018 o   Steve French <sfrench@us.ibm.com>
4019     * Update mount.cifs to version 1.1.
4020     * Disable dev (MS_NODEV) on user mounts from cifs vfs.
4021     * Fixes to minor security bug in the mount helper.
4022     * Fix credential file mounting for cifs vfs.
4023     * Fix free of incremented pointer in cifsvfs mount helper.
4024     * Fix path canonicalization of the mount target path and help 
4025       text display in the cifs mount helper.
4026     * Add missing guest mount option for mount.cifs.
4029 o   SATOH Fumiyasu <fumiya@miraclelinux.com>
4030     * BUG 1055; formatting fixes for 'net share'.
4031     * BUG 692: correct truncation of share names and workgroup 
4032       names in smbclient.
4033     * BUG 1088: use strchr_m() for query_host (smbclient -L).
4034     * Patch from to internally count characters correctly.
4037 o   Paul Green <paulg@samba.org>
4038     * Update VOS _POSIX_C_SOURCE macro to 200112L.
4039     * Fix bug in configure.ion by moving the first use of 
4040       AC_CHECK_HEADERS so it is always executed.
4041     * Fix configure.in to only use $BLDSHARED to select whether to 
4042       build static or shared libraries.
4045 o   Pat Haywarrd <Pat.Hayward@propero.net>
4046     * Make the session_users list dynamic (max of 128K).
4047     
4048     
4049 o   Cal Heldenbrand <calzplace@yahoo.com> 
4050     * Fix for for 'pam_smbpass migrate' functionality.
4053 o   Chris Hertel <crh@samba.org>
4054     * fix enumeration of shares 12 characters in length via 
4055       smbclient.
4058 o   Ulrich Holeschak <ulrich@holeschak.de>
4059     * BUG 932: fix local password change using pam_smbpass
4062 o   Krischan Jodies <kj@sernet.de>
4063     * Implement 'net rpc group delete'
4066 o   John Klinger <john.klinger@lmco.com>
4067     * Return NSS_SUCCESS once the max number of gids possible 
4068        has been found in initgroups() on Solaris.
4069     * BUG 1182: Re-enable the -n 'no cache' option for winbindd.
4072 o   Volker Lendecke <vl@samba.org>
4073     * Fix success message for net groupmap modify.
4074     * Fix errors when enumerating members of groups in 'net rpc'.
4075     * Match Windows behavior in samr_lookup_names() by returning
4076       ALIAS(4) when you search in BUILTIN. 
4077     * Fix server SAMR code to be able to set alias info for 
4078       builtin as well. 
4079     * Fix duplication of logic when creating groups via smbd.
4080     * Ensure that the HWM values are set correctly after running 
4081       'net idmap'.
4082     * Add 'net rpc group add'.
4083     * Implement 'net groupmap set' and 'net groupmap cleanup'.
4084     * Add 'net rpc group [add|del]mem' for domain groups and aliases.
4085     * Fix wb_delgrpmem (wbinfo -o).
4086     * As a DC we should not reply to lsalookupnames on DCNAME\\user.
4087     * Fix sambaUserWorkstations on a Samba DC.
4088     * Implement wbinfo -k: Have winbind generate an AFS token after
4089       authenticating the user.
4090     * Add expand_msdfs VFS module for providing referrals based on the
4091       the client's IP address.
4092     * Implement client side NETLOGON GetDCName function.
4093     * Fix caching of name->sid lookups.
4094     * Add support in winbindd for expanding nested local groups.
4095     * Fix memleak in winbindd.
4096     * Fix msdfs proxy.
4097     * Don't list domain groups from BUILTIN.
4098     * Fix memleak in policy handle utility functions.
4099     * Decrease winbindd startup time by only contacting trusted 
4100       domains as necessary.
4101     * Allow winbindd to ask the DC for its domain for a trusted 
4102       DC.
4103     * Fix Netscape DS schema based on comments from 
4104       <thomas.mueller@christ-wasser.de>.
4105     * Correct case where adding a domain user to a XP local group 
4106       did a lsalookupname on the user without domain prefix, and 
4107       failed.
4108     * Fix segfault in winbindd caused by 'wbinfo -a'.
4109     
4111 o   Herb Lewis <herb@samba.org>
4112     * Fix typo for tag in proto file.
4113     * Add missing #ifdef HAVE_BICONV stuff.
4114     * Truncate Samba's netbios name at the first '.' (not 
4115       right to left).
4118 o   Derrell Lipman <Derrell.Lipman@UnwiredUniverse.com>
4119     * Bug fixes and enhancements to libsmbclient library.
4121     
4122 o   Jianliang Lu <j.lu@tiesse.com>
4123     * Enforce the 'user must change password at next login' flag.
4124     * Decode meaning of 'fields present' flags (improves support 
4125       for usrmgr.exe).
4126     * NTLMv2 fixes.
4127     * Don't force an upper case domain name in the ntlmssp code.
4128     
4130 o   L. Lucius <ib@digicron.com>.
4131     * type fixes.
4134 o   Jim McDonough <jmcd@us.ibm.com>
4135     * Add versioning support to tdbsam.
4136     * Update the IBM Directory Server schema with the OpenLDAP 
4137       file.
4138     * Various decoding fixes to improve usrmgr.exe support.
4139     * Fix statfs redeclaration of statfs struct on ppc
4140     * Implement support for password lockout of Samba domain 
4141       controllers and standalone servers.
4142     * Get MungedDial attribute actually working with full TS 
4143       strings in it for pdb_ldap.
4144     * BUG 1208 (partial): Improvements for working with expired krb5 
4145       tickets in winbindd.
4146     * Use timegm, or our already existing replacement instead of 
4147       timezone (spotted by Andrzej Tobola <san@iem.pw.edu.pl>).
4148     * Remove modifyTimestamp from list of our attributes.  
4149     * Fix lsalookupnames to check for domain users as well as local 
4150       users. 
4151     * Merge struct uuid replacement for GUID from trunk.
4152     * BUG 1208: Finish support for handling expired tickets in 
4153       winbindd (in conjunction with Guenther Deschner <gd@suse.de>).
4156 o   Stefan Metzmacher <metze@samba.org>
4157     * Implement new VERSION schema based on subversion revision 
4158       numbers.
4159     * Add shadow_copy vfs module.
4160     * Fix segault in login_cache support.
4163 o    Heinrich Mislik <Heinrich.Mislik@univie.ac.at>
4164      o BUG 979 -- Fix quota display on AIX.
4167 o   James Peach <jpeach@sgi.com>
4168     * Correct check for printf() format when using the SGI MIPSPro 
4169       compiler.
4170     * BUG 1038: support backtrace for 'panic action' on IRIX.
4171     * BUG 768: Accept profileing arg to IRIX init script.
4172     * BUG 748: Relax arg parsing to sambalp script (IRIX).
4173     * BUG 758: Fix pdma build.
4174     * Search IRIX ABI paths for libiconv.  Based on initial fix from 
4175       Jason Mader.
4176       
4178 o   Kurt Pfeifle <kpfeifle@danka.de>
4179     * Add example shell script for migrating drivers and printers 
4180       from a Windows print server to a Samba print server using 
4181       smbclient/rpcclient (examples/printing/VamireDriversFunctions).
4184 o   Tim Potter <tpot@samba.org>
4185     * Fix logic bug in tdb non-blocking lock routines when 
4186       errno == EAGAIN.
4187     * BUG 1025: Include sys/acl.h in check for broken nisplus 
4188       include files.      
4189     * BUG 1066: s/printf/d_printf/g in SWAT.
4190     * BUG 1098: rename internal msleep() function to fix build 
4191       problems on AIX.
4192     * BUG 1112: Fix for writable printerdata problem in python bindings.
4193     * BUG 1154: Remove reference to <sys/mman.h> in tdbdump.c.
4194     * BUG 1155: enclose use of fchown() with guards.
4195     * Relicense tdb python module as LGPL.
4198 o   Richard Sharpe <rsharpe@samba.org>
4199     * Add support to smbclient for multiple logins on the same 
4200       session (based on work by abartlet@samba.org).
4201     * Correct blocking condition in smbd's use of accept() on IRIX.
4202     * Add support for printing out the MAC address on nmblookup.
4205 o   Simo Sorce <idra@samba.org>
4206     * Replace unknown_3 with fields_present in SAMR code.
4207     * More length checks in strlcat().
4210 o   Andrew Tridgell <tridge@samba.org>
4211     * Rewrote the AIX UESS backend for winbindd.
4212     * Fixed compilation with --enable-dmalloc.
4213     * Change tdb license to LGPL (see source/tdb/tdb.c).
4214     * Force winbindd to use schannel in clients connections to 
4215       DC's if possible.
4218 o   Jelmer Vernooij <jelmer@samba.org>
4219    * Fix ETA Calculation when resuming downloads in smbget.
4220    * Add -O (for writing downloaded files to standard out) 
4221      based on patch by Bas van Sisseren <bas@dnd.utwente.nl>.
4222     * Fix syntax error in example mysql table
4224            
4225 o   TAKEDA yasuma <yasuma@miraclelinux.com>
4226     * BUG 900: fix token processing in cmd_symlink, cmd_link, 
4227       cmd_chown, cmd_chmod smbclient functions.
4230 o   Shiro Yamada <shiro@miraclelinux.com>
4231     * BUG 1129: install image files for SWAT.
4233       
4234     --------------------------------------------------
4236                   ==============================
4237                   Release Notes for Samba 3.0.2a
4238                         February 13, 2004
4239                   ==============================
4241 Samba 3.0.2a is a minor patch release for the 3.0.2 code base
4242 to address, in particular, a problem when using pdbedit to 
4243 sanitize (--force-initialized-passwords) Samba's tdbsam 
4244 backend.   This is the latest stable release of Samba. This 
4245 is the version that all production Samba servers should be 
4246 running for all current bug-fixes.  
4248 ******************* Attention! Achtung! Kree! *********************
4250 Beginning with Samba 3.0.2, passwords for accounts with a last 
4251 change time (LCT-XXX in smbpasswd, sambaPwdLastSet attribute in
4252 ldapsam, etc...) of zero (0) will be regarded as uninitialized 
4253 strings.  This will cause authentication to fail for such
4254 accounts.  If you have valid passwords that meet this criteria, 
4255 you must update the last change time to a non-zero value.  If you 
4256 do not, then  'pdbedit --force-initialized-passwords' will disable 
4257 these accounts and reset the password hashes to a string of X's.
4259 ******************* Attention! Achtung! Kree! *********************
4262 Changes since 3.0.2
4263 -------------------
4265 commits
4266 -------
4268 Please refer to the CVS log for the SAMBA_3_0 branch for complete
4269 details.  The list of changes per contributor are as follows:
4272 o   Jeremy Allison <jra@samba.org>
4273     * Added paranoia checks in parsing code.
4274     
4276 o   Andrew Bartlett <abartlet@samba.org>
4277     * Ensure that changes to uninitialized passwords in ldapsam 
4278       are written to the DIT.
4281 o   Gerald (Jerry) Carter <jerry@samba.org>
4282     * Fixed iterator in tdbsam.
4283     * Fix bug that disabled accounts with a valid NT password 
4284       hash, but no LanMan hash.
4285     
4287 o   Steve French <sfrench@us.ibm.com>
4288     * Added missing nosetuid and noexec options.
4290     
4291 o   Bostjan Golob <golob@gimb.org>
4292     * BUG 1046: Don't overwrite usernames of entries returned 
4293       by getpwent_list().
4296 o   Sebastian Krahmer <krahmer@suse.de>
4297     * Fixed potential crash bug in NTLMSSP parsing code.
4300 o   Tim Potter <tpot@samba.org>
4301     * Fixed logic in tdb_brlock error checking.
4303     
4304 o   Urban Widmark <urban@teststation.com>
4305     * Set nosuid,nodev flags in smbmnt by default.
4306     
4307     
4308         --------------------------------------------------
4309                   
4310                   =============================
4311                   Release Notes for Samba 3.0.2
4312                         February 9, 2004
4313                   =============================
4315 It has been confirmed that previous versions of Samba 3.0 are
4316 susceptible to a password initialization bug that could grant an 
4317 attacker unauthorized access to a user account created by the
4318 mksmbpasswd.sh shell script.
4320 The Common Vulnerabilities and Exposures project (cve.mitre.org) 
4321 has assigned the name CAN-2004-0082 to this issue.
4323 Samba administrators not wishing to upgrade to the current 
4324 version should download the 3.0.2 release, build the pdbedit 
4325 tool, and run 
4327    root# pdbedit-3.0.2 --force-initialized-passwords
4328       
4329 This will disable all accounts not possessing a valid password
4330 (e.g. the password field has been set a string of X's).
4332 Samba servers running 3.0.2 are not vulnerable to this bug 
4333 regardless of whether or not pdbedit has been used to sanitize
4334 the passdb backend.
4336 Some of the more visible bugs in 3.0.1 addressed in the 3.0.2
4337 release include:
4339   o Joining a Samba domain from Pre-SP2 Windows 2000 clients.
4340   o Logging onto a Samba domain from Windows XP clients.
4341   o Problems with the %U and %u smb.conf variables in relation to 
4342     Windows 9x/ME clients.
4343   o Kerberos failures due to an invalid in memory keytab detection
4344     test.
4345   o Updates to the ntlm_auth tool.
4346   o Fixes for various SMB signing errors.
4347   o Better separation of WINS and DNS queries for domain controllers.
4348   o Issues with nss_winbind FreeBSD and Solaris.
4349   o Several crash bugs in smbd and winbindd.
4350   o Output formatting fixes for smbclient for better compatibility
4351     with scripts based on the 2.2 version.
4354 Changes since 3.0.1
4355 -------------------
4357 smb.conf changes
4358 ----------------
4360     Parameter Name              Action
4361     --------------              ------
4362     ldap replication sleep      New
4363     read size                   removed (unused)
4364     source environment          removed (unused)
4367 commits
4368 -------
4370 Please refer to the CVS log for the SAMBA_3_0 branch for complete
4371 details.  The list of changes per contributor are as follows:
4373 o   Jeremy Allison <jra@samba.org>
4374     * Revert change that broke Exchange clear text samlogons.
4375     * Fix gcc 3.4 warning in MS-DFS code.
4376     * Tidy up of NTLMSSP code.
4377     * Fixes for SMB signing errors
4378     * BUG 815: Workaround NT4 bug to support plaintext
4379       password logins and UNICODE.
4380     * Fix SMB signing bug when copying large files.
4381     * Correct error logic in mkdir_internals() (caused a panic
4382       when combined with --enable-developer).
4383     * BUG 830: Protect against crashes due to bad character 
4384       conversions.
4386       
4387 o   Petri Asikainen <paca@sci.fi>
4388     * BUG 330, 387:Fix single valued attribute updates when 
4389       working with Novell NDS.
4392 o   Andrew Bartlett <abartlet@samba.org>
4393     * Correctly handle per-pipe NTLMSSP inside a NULL session.
4394     * Fix segfault in gencache 
4395     * Fix early free() of encrypted_session_key.
4396     * Change DC lookup routines to more carefully separate
4397       DNS names (realms) from NetBIOS domain names.
4398     * Add new sid_to_dn() function for internal winbindd use.
4399     * Refactor cli_ds_enum_domain_trusts().
4400     * BUG 707: Implement range retrieval of ADS attributes (based 
4401       on work from Volker <vl@samba.org> and Guenther Deschner 
4402       <gd@suse.com>).
4403     * Automatically initialize the signing engine if a session key
4404       is available.
4405     * BUG 916: Do not perform a + -> ' ' substitution for squid URL 
4406       encoded strings, only form input in SWAT.
4407     * Resets the NTLMSSP state for new negotiate packets.
4408     * Add 2-byte alignments in net_samlogon() queries to parse 
4409       odd-length plain text passwords.
4410     * Allow Windows groups with no members in winbindd.
4411     * Allow normal authentication in the absence of a server 
4412       generated session key.
4413     * More optimizations for looking up UNIX group lists.
4414     * Clean up error codes and return values for pam_winbindd
4415       and winbindd PAM interface.
4416     * Fix string return values in ntlm_auth tool.
4417     * Fix segfault when 'security = ads' but no realm is defined.
4418     * BUG 722: Allow winbindd to map machine accounts to uids.
4419     * More cleanups for winbindd's find_our_domain().
4420     * More clearly detect whether a domain controller is an NT4
4421       or mixed-mode AD DC (additional bug fixes by jerry & jmcd).
4422     * Increase separation between DNS queries for hosts and queries
4423       for AD domain controllers.
4424     * Include additional NT_STATUS to PAM error mappings.
4425     * Password initialization fixes.
4427     
4428 o   Justin Baugh <justin.baugh@request.com>
4429     * BUG 948: Implement missing functions required for FreeBSD 
4430       nss_winbind support. 
4433 o   Alexander Bokovoy <ab@samba.org>
4434     * BUG 922: Make sure enable fast path for strlower_m() and 
4435       strupper_m().
4438 o   Luca Bolcioni <Luca.Bolcioni@yacme.com>
4439     * Fix crash when using 'security = server' and 'encrypt 
4440       passwords = no' by always initializing the session key.
4442       
4443 o   Dmitry Butskoj <buc@odusz.elektra.ru>
4444     * Fix for special files being hidden from admins.
4447 o   Gerald (Jerry) Carter <jerry@samba.org>
4448     * Fix bug in the lanman session key generation.  Caused 
4449       "decode_pw: incorrect password length" error messages.
4450     * Save the right case for the located user name in 
4451       fill_sam_account().  Fixes %U/%u expansion for win9x clients.
4452     * BUG 897: Add well known rid for pre win2k compatible access
4453       group.
4454     * BUG 887: Correct typo in delete user script example.
4455     * Use short lived TALLOC_CTX* for allocating printer objects 
4456       from the print handle cache.
4457     * BUG 912: Fix check for HAVE_MEMORY_KEYTAB.
4458     * Fix several warnings reported by the SUN Forte C compiler.
4459     * Fully control DNS queries for AD DC's using 'name resolve order'.
4460     * BUG 770: Send the SMBjobid for UNIX jobs back to the client.
4461     * BUG 972: Fix segfault in cli_ds_getprimarydominfo().
4462     * BUG 936: fix bind credentials for schannel binds in smbd.
4463     * BUG 446: Fix output of smbclient for better compatibility 
4464       with scripts based on the 2.2 version (including Amanda).
4465     * BUG 891, 949: Fedora packaging fixes.
4466     * Fix bug that caused rpcclient to incorrectly retrieve 
4467       the SID for a server (this causing all calls that required 
4468       this information to fail). 
4469     * BUG 977: Don't create a homes share for a user if a static 
4470       share already exists by the same name.
4471     * Removed unused smb.conf options.
4472     * Password initialization fixes.
4473     * Set the disable flag for template accounts created by
4474       mksmbpasswd.sh.
4475     * Disable any account has no passwords and does not have the
4476       ACB_PWNOTREQ bit set.
4479 o   Guenther Deschner <gd@suse.com>
4480     * Install smbwrapper.so should be put into the $(libdir) 
4481       and not $(bindir).
4482     * Add the capability to specify the new user password 
4483       for "net ads password" on the command line.
4484     * Correctly detect AFS headers on SuSE.
4485         
4487 o   James Flemer <jflemer@uvm.edu>
4488     * Fix AIX compile bug by linking HAVE_ATTR_LIST to 
4489       HAVE_SYS_ATTRIBUTES_H.
4492 o   Luke Howard <lukeh@PADL.COM>
4493     * Fix segfault in session setup reply caused by a early free().
4496 o   Stoian Ivanov <sdr@bultra.com>
4497     * Implement grepable output for smbclient -L.
4500 o   LaMont Jones <lamont@debian.org>
4501     * BUG 225328 (Debian): Correct false failure LFS test that resulted 
4502       in  _GNU_SOURCE not being defined (thus resulting in strndup() 
4503       not being defined).
4505       
4506 o   Volker Lendecke <vl@samba.org>
4507     * BUG 583: Ensure that user names always contain the short 
4508       version of the domain name.
4509     * Fix our parsing of the LDAP uri.
4510     * Don't show the 'afs username map' in the SWAT basic view.
4511     * Fix SMB signing issues in relation to failed NTLMSSP logins.
4512     * BUG 924: Fix return codes in smbtorture harness.
4513     * Always lower-case usernames before handing it to AFS code.
4514     * Add a German translation for SWAT.
4515     * Fix a segfaults in winbindd.
4516     * Fix the user's domain passed to register_vuid() from 
4517       reply_spnego_kerberos().
4518     * Add NSS example code in nss_winbind to convert UNIX 
4519       id's <-> Windows SIDs.
4520     * Display more descriptive error messages for login via 'net'.
4521     * Fix compiler warning in the net tool.
4522     * Fix length bug when decoding base64 strings.
4523     * Ensure we don't call getpwnam() inside a loop that is iterating 
4524       over users with getpwent().  This broke on glibc 2.3.2.
4527 o   Herb Lewis <herb@samba.org>
4528     * Fix bit rot in psec.
4531 o   Jianliang Lu <j.lu@tiesse.com>
4532     * Ensure we delete the group mapping before calling the delete 
4533       group script.
4534     * Define well known RID for managing the  "Power Users" group.
4535     * BUG 381: check builtin (not local) group SID when updating 
4536       group membership.
4537     * BUG 101: set the SV_TYPE_PRINTQ_SERVER flag in host announcement 
4538       packet.
4541 o   John Klinger <john.klinger@lmco.com>
4542     * Implement initgroups() call in nss_winbind on Solaris.
4545 o   Jim McDonough <jmcd@us.ibm.com>
4546     * Fix regression in net rpc join caused by recent changes 
4547       to cli_lsa_query_info_policy().
4548     * BUG 964: Fix crash bug in 'net rpc join' using a preexisting
4549       machine account.
4552 o   MORIYAMA Masayuki <moriyama@miraclelinux.com>
4553     * BUG 570: Ensure that configure honors the LDFLAGS variable.
4556 o   Stefan Metzmacher <metze@samba.org>
4557     * Implement LDAP rebind sleep patch.
4558     * Revert to 2.2 quota code because of so many broken quota files 
4559       out there.
4560     * Fix XFS quotas: HAVE_XFS_QUOTA -> HAVE_XFS_QUOTAS
4561                       XFS_USER_QUOTA -> USRQUOTA
4562                       XFS_GROUP_QUOTA -> GRPQUOTA
4563     * Fix disk_free calculation with group quotas.
4564     * Add debug class 'quota' and a lot of DEBUG()'s 
4565       to the quota code.
4566     * Fix sys_chown() when no chown() is present.
4567     * Add SIGABRT to fault handling in order to catch got a 
4568       backtrace if an error occurs the OpenLDAP client libs.
4571 o   <ndb@theghet.to>
4572     * Allow an existing LDAP machine account to be re-used when 
4573       joining an AD domain.
4576 o   James Peach <jpeach@sgi.com>
4577     * BUG 889: Change smbd to use pread/pwrite on platforms that 
4578       support these calls. Can lead to a significant speed increase.
4581 o   Tim Potter <tpot@samba.org>
4582     * BUG 905: Remove POBAD_CC to fix Solaris Forte compiles.
4583     * BUG 924: Fix typo in RW2 torture test.
4584     
4585     
4586 o   Richard Sharpe <rsharpe@samba.org>
4587     * Small fixes to torture.c to cleanup the error handling 
4588       and prevent crashes.
4591 o   J. Tournier <jerome.tournier@IDEALX.com>
4592     * Small fixes for the smbldap-tool scripts.
4595 o   Andrew Tridgell <tridge@samba.org>
4596     * Fix src len check in pull_usc2().
4597     
4598     
4599 o   Jelmer Vernooij <jelmer@samba.org>
4600     * Put functions for generating SQL queries in pdb_sql.c
4601     * Add pgSQL backend (based on patch by Hamish Friedlander)
4602     * BUG 908: Fix -s option to smbcontrol.    
4603     * Add smbget utility - a wget-clone for the SMB/CIFS protocol.
4604     * Fix for libnss_wins on IRIX platforms.
4605     * Fix swatdir for --with-fhs.
4608         --------------------------------------------------
4610                   =============================
4611                   Release Notes for Samba 3.0.1
4612                         December 15, 2003
4613                   =============================
4615 Some of the more common bugs in 3.0.0 addressed in the release 
4616 include:
4618   o Substitution problems with smb.conf variables.
4619   o Errors in return codes which caused some applications
4620     to fail to open files.
4621   o General Protection Faults on Windows 2000/XP clients
4622     using Samba point-n-print features.
4623   o Several miscellaneous crash bugs.
4624   o Access problems when enumerating group mappings are
4625     stored in an LDAP Directory.
4626   o Several common SWAT bugs when writing changes to
4627     smb.conf.
4628   o Internal inconsistencies when 'winbind use default
4629     domain = yes'
4633 Changes since 3.0.0
4634 ----------------------
4636     Parameter Name              Action
4637     --------------              ------
4638     hide local users            Removed
4639     mangled map                 Deprecated
4640     mangled stack               Removed
4641     passwd chat timeout         New
4644 commits
4645 -------
4647 o   Change the interface for init_unistr2 to not take a length 
4648     but a flags field.  We were assuming that 
4649     2*strlen(mb_string) == length of ucs2-le string.  (bug 480).
4650 o   Allow d_printf() to handle strings with escaped quotation 
4651     marks since the msg file includes the escape character (bug 489).
4652 o   Fix bad html table row termination in SWAT wizard code (bug 413).
4653 o   Fix to parse the level-2 strings.
4654 o   Fix for "valid users = %S" in [homes].  Fix read/write 
4655     list as well. 
4656 o   Change AC_CHECK_LIB_EXT to prepend libraries instead of append.  
4657     This is the same way AC_CHECK_LIB works (bug 508).
4658 o   Testparm output fixes for clarity.
4659 o   Fix broken wins hook functionality -- i18n bug (bug 528).
4660 o   Take care of condition where DOS and NT error codes must differ.
4661 o   Default to using only built-in charsets when a working iconv 
4662     implementation cannot be located.
4663 o   Wrap internals of sys_setgroups() so the sys_XX() call can 
4664     be done unconditionally (bug 550).
4665 o   Remove duplicate smbspool link on SWAT's front page (bug 541).
4666 o   Save and restore CFLAGS before/after AC_PROG_CC.  Ensures that
4667     --enable-debug=[yes|no] works correctly.
4668 o   Allow ^C to interrupt smbpasswd if using our getpass 
4669     (e.g. smbpasswd command).
4670 o   Support signing only on RPC's (bug 167).
4671 o   Correct bug that prevented  Excel 2000 clients from opening 
4672     files marked as read-only.
4673 o   Portability fix bugs 546 - 549).
4674 o   Explicitly initialize the value of AR for vendor makes that don't
4675     do this (e.g. HPUX 11).  (bug 552).
4676 o   More i18n fixes for SWAT (bug 413).
4677 o   Change the cwd before the postexec script to ensure that a
4678     umount will succeed.
4679 o   Correct double free that caused winbindd to crash when a DC 
4680     is rebooted (bug 437).
4681 o   Fix incorrect mode sum (bug 562).
4682 o   Canonicalize SMB_INFO_ALLOCATION in the same was as
4683     SMB_FS_FULL_SIZE_INFORMATION (bug 564).
4684 o   Add script to generate *msg files.
4685 o   Add Dutch SWAT translation file.
4686 o   Make sure to call get_user_groups() with the full winbindd 
4687     name for a user if he/she has one (bug 406).
4688 o   Fix up error code returns from Samba4 tester. Ensure invalid 
4689     paths are validated the same way.  
4690 o   Allow Samba3 to pass the Samba4 RAW-READ tests.
4691 o   Refuse to configure if --with-expsam=$BACKEND was used but no 
4692     libraries were found for $BACKEND.
4693 o   Move sysquotas autoconf tests to a separate file.
4694 o   Match W2K w.r.t. writelock and writeclose.  Samba4 torture 
4695     tester
4696 o   Make sure that the files that contain the static_init_$subsystem; 
4697     macro get recompiled after configure by removing the object 
4698     files.
4699 o   Ensure canceling a blocking lock returns the correct error 
4700     message.
4701 o   Match Samba 2.2 behavior; make ACB_NORMAL the default ACB value.
4702 o   Updated Japanese welcome file in SWAT.
4703 o   Fix to  nt-time <-> unix-time functions reversible.
4704 o   Ensure that winbindd uses the the escaped DN when querying
4705     an AD ldap server.
4706 o   Fix portability issues when compiling (bug 505, 550)
4707 o   Compile fix for tdbbackup when Samba needs to override 
4708     non-C99 compliant implementations of snprintf().
4709 o   Use @PICSUFFIX@ instead of .po in Makefile.in (bug 574).
4710 o   Make sure we break out of samsync loop on error.
4711 o   Ensure error code path doesn't free unmalloc()'d memory
4712     (bug 628).
4713 o   Add configure test for krb5_keytab_entry keyblock vs key 
4714     member (bug 636).
4715 o   Fixed spinlocks.
4716 o   Modified testparm so that all output so all debug output goes 
4717     to stderr, and all file processing goes to stdout.
4718 o   Fix error return code for BUFFER_TOO_SMALL in smbcacls 
4719     and smbcquotas.
4720 o   Fix "NULL dest in safe_strcpy()" log message by ensuring that 
4721     we have a devmode before copying a string to the devicename.
4722 o   Support mapping REALM.COM\user to a local user account (without 
4723     running winbindd)  for compatibility with 2.2.x release.
4724 o   Ensure we don't use mmap() on blacklisted systems.
4725 o   fixed a number of bugs and memory leaks in the AIX 
4726     winbindd shim
4727 o   Call initgroups() in SWAT before becomming the user so that
4728     secondary group permissions can be used when writing to 
4729     smb.conf.
4730 o   Fix signing problems when reverse connecting back to a 
4731     client for printer notify
4732 o   Fix signing problems caused by a miss-sequence bug.
4733 o   Missing map in errormap for ERROR_MORE_DATA -> ERRDOS, ERRmoredata.
4734     Fixes NEXUS tools running on Win9x clients (bug 64).
4735 o   Don't leave the domain field uninitialized in cli_lsa.c if some 
4736     SID could not be mapped.
4737 o   Fix segfault in mount.cifs helper when there is no options 
4738     specified during mount.
4739 o   Change the \n after the password prompt to go to tty instead 
4740     of stdout (bug 668).
4741 o   Stop net -P from prompting for machine account password (bug 451).
4742 o   Change in behavior to Not only change the effective uid but also
4743     the real uid when becoming unprivileged.
4744 o   Cope with Exchange 5.5 cleartext pop password auth.
4745 o   New files for support of initshutdown pipe.  Win2k doesn't 
4746     respond properly to all requests on the winreg pipe, so we need 
4747     to handle this new pipe (bug 534).
4748 o   Added more va_copy() checks in configure.in.
4749 o   Include fixes for libsmbclient build problems.
4750 o   Missing UNIX -> DOS codepage conversion in lanman.c.
4751 o   Allow DFMS-S filenames can now have arbitrary case (bug 667).
4752 o   Parameterize the listen backlog in smbd and make it larger by
4753     default. A backlog of 5 is way too small these days.
4754 o   Check for an invalid fid before dereferencing the fsp pointer
4755     (bug 696).
4756 o   Remove invalid memory frees and return codes in pdb_ldap.c.
4757 o   Prompt for password when invoking --set-auth-user and no 
4758     password is given.
4759 o   Bind the nmbd sending socket to the 'socket address'.
4760 o   Re-order link command for smbd, rpcclient and smbpasswd to ensure 
4761     $LDFLAGS occurs before any library specification (bug 661).
4762 o   Fix large number of printf() calls for 64-bit size_t.
4763 o   Fix AC_CHECK_MEMBER so that SLES8 does correctly finds the 
4764     keyblock in the krb5 structs.
4765 o   Remove #include <compat.h> in hopes to avoid problems with 
4766     apache header files.
4767 o   Correct winbindd build problems on HP-UX 11.
4768 o   Lowercase netgroups lookups (bug 703).
4769 o   Use the actual size of the buffer in strftime instead of a made
4770     up value which just happens to be less than sizeof(fstring).  
4771     (bug 713).
4772 o   Add ldaplibs to pdbedit link line (bug 651).
4773 o   Fix crash bug in smbclient completion (bug 659).
4774 o   Fix packet length for browse list reply (bug 771).
4775 o   Fix coredump in cli_get_backup_list().
4776 o   Make sure that we expand %N (bug 612).
4777 o   Allow rpcclient adddriver command to specify printer driver 
4778     version (bug 514).
4779 o   Compile tdbdump by default.
4780 o   Apply patches to fix iconv detection for FreeBSD.
4781 o   Do not allow the 'guest account' to be added to a passdb backend 
4782     using smbpasswd or pdbedit (bug 624).
4783 o   Save LDFLAGS during iconv detection (bug 57).
4784 o   Run krb5 logins through the username map if the winbindd 
4785     lookup fails (bug 698).
4786 o   Add const for lp_set_name_resolve_order() to avoid compiler 
4787     warnings (bug 471).
4788 o   Add support for the %i macro in smb.conf to stand in for the for
4789     the local IP address to which a client connected.
4790 o   Allow winbindd to match local accounts to domain SID when 
4791     'winbind trusted domains only = yes' (bug 680).
4792 o   Remove code in idmap_ldap that searches the user suffix and group 
4793     suffix.  It's not needed and provides inconsistent functionality 
4794     from the tdb backend.
4795 o   Patch to handle munged dial string for Windows 2000 TSE.
4796     Thanks to Gaz de France, Direction de la Recherche, Service 
4797     Informatique Métier for their supporting this work by Aurelien 
4798     Degrémont <adegremont@idealx.com>.
4799 o   Correct the "smbldap_open: cannot access when not root error"
4800     messages when looking up group information (bug 281).
4801 o   Skip over the winbind separator when looking up a user.
4802     This fixes the bug that prevented local users from
4803     matching an AD user when not running winbindd (bug 698).
4804 o   Fix a problem with configure on *BSD systems. Make sure
4805     we add -liconv etc to LDFLAGS.
4806 o   Fix core dump bug when "security = server" and the authentication
4807     server goes away.
4808 o   Correct crash bug due to an empty munged dial string.
4809 o   Show files locked by a specific user (smbstatus -u 'user') 
4810     (bug 590).
4811 o   Fix bug preventing print jobs from display in the queue
4812     monitor used by Windows NT and later clients (bug 660).
4813 o   Fix several reported problems with point-n-print from
4814     Windows 2000/XP clients due to a bug in the EnumPrinterDataEx()
4815     reply (bug 338, 527 & 643).
4816 o   Fix a handful of potential memory leaks in the LDAP code used
4817     by ldapsam[_compat] and the LDAP idmap backend.
4818 o   Fix for pdbedit error code returns (bug 763).
4819 o   Make sure we only enumerate group mapping entries  (not 
4820     /etc/group) even when doing local aliases.
4821 o   Relax check on the pipe name in a dce/rpc bind response to work 
4822     around issues with establishing trusts to a Windows 2003 domain.
4823 o   Ensure we mangle names ending in '.' in hash2 mangling method.
4824 o   Correct parsing issues with munged dial string.
4825 o   Fix bugs in quota support for XFS.
4826 o   Add a cleaner method for applications that need to provide 
4827     name->SID mappings to do this via NSS rather than having to 
4828     know the winbindd pipe protocol.
4829 o   Adds a variant of the winbindd_getgroups() call called 
4830     winbindd_getusersids() that provides direct SID->SIDs listing of 
4831     a users supplementary groups. This is enough to allow non-Samba 
4832     applications to do ACL checking.
4833 o   Make sure we don't append the 'ldap suffix' when writing out the 
4834     'ldap XXX suffix' values in SWAT (bug 328).
4835 o   Fix renames across file systems.
4836 o   Ensure that items in a list of strings containing whitespace are 
4837     written out surrounded by single quotes.  This means that both 
4838     double and single quotes are now used to surround strings in 
4839     smb.conf (bug 481).
4840 o   Enable SWAT to correctly determine if winbindd is running (bug 
4841     398).
4842 o   Include WWW-Authenticate field in 401 response for bad auth 
4843     attempt (bug 629).
4844 o   Add support for NTLM2 (NTLMv2 session security).
4845 o   Add support for variable-length session keys.
4846 o   More privilege fixes for group enumeration in LDAP (bug 281).
4847 o   Use the dns name (or IP) as the originating client name when
4848     using CUPS (bug 467).
4849 o   Fix various SMB signing bugs.
4850 o   Fix ACL propagation on a DFS root (bug 263).
4851 o   Disable NTLM2 for RPC pipes.
4852 o   Allow the client to specify the NTLM2 flags got NTLMSSP 
4853     authentication.
4854 o   Change the name of the job passed off to cups from "Test Page" 
4855     to "smbprn.00000033 Test Page" so that we can get the smb 
4856     jobid back. This allow users to delete jobs with cups printing 
4857     backend (partial work on bug 770).
4858 o   Fix build of winbindd with static pdb modules.
4859 o   Retrieve the correct ACL group bits if the file has an ACL 
4860     (bug 802).
4861 o   Implement "net rpc group members": Get members of a domain group 
4862     in human-readable format.
4863 o   Add MacOSX (Darwin) specific charset module code.
4864 o   Use samr_dispinfo(level == 1) for enumerating domain users so we 
4865     can include the full name in gecos field (bug 587).
4866 o   Add support for winbind's NSS library on FeeeBSD 5.1 (bug 797).
4867 o   Implement 'net rpc group list [global|local|builtin]*' for a 
4868     select listing of the respective user databases.
4869 o   Don't automatically set NT status code flag unless client tells 
4870     us it can cope.
4871 o   Add 'net status [sessions|shares] [parseable]'.
4872 o   Don't mistake pre-existing UNIX jobs for smb jobs (remainder of  
4873     bug 770).
4874 o   Add 'Replicator' and 'RAS Servers' to list of builtin SIDs 
4875    (bug 608).
4876 o   Fix inverted logic in hosts allow/deny checks caused by 
4877     s/strcmp/strequal/ (bug 846).
4878 o   Implement correct version SamrRemoveSidForeignDomain() (bug 252).
4879 o   Fix typo in 'hash' mangling algorithm.
4880 o   Support munged dial for ldapsam (bug 800).
4881 o   Fix process_incoming_data() to return the number of bytes handled 
4882     this call whether we have a complete PDU or not; fixes bug 
4883     with multiple PDU request rpc's broken over SMBwriteX calls 
4884     each.
4885 o   Fix incorrect smb flags2 for connections to pre-NT servers 
4886     (causes smbclient to fail to OS2 for example) (bug 821).
4887 o   Update version string in smbldap-tools Makefile to 0.8.2.
4888 o   Correct a problem with "net rpc vampire" mis-parsing the 
4889     alias member info reply.
4890 o   Ensure the ${libdir} is created by the installclientlib script.
4891 o   Fix detection of Windows 2003 client architecture in the smb.conf
4892     %a variable.
4893 o   Ensure that smbd calls the add user script for a missing UNIX 
4894     user on kerberos auth call (bug 445).
4895 o   Fix bugs in hosts allow/deny when using a mismatched 
4896     network/netmask pair.
4897 o   Protect alloc_sub_basic() from crashing when the source string 
4898     is NULL (partial work on bug 687).
4899 o   Fix spinlocks on IRIX.
4900 o   Corrected some bad destination paths when running "configure 
4901     --with-fhs".
4902 o   Add packaging files for Fedora Core 1.
4903 o   Correct bug in SWAT install script for non-english languages.
4904 o   Support character set ISO-8859-1 internally (bug 558).
4905 o   Fixed more LDAP access errors when looking up group mappings 
4906     (bug 281).
4907 o   Fix UNISTR2 length bug in LsaQueryInfo(3) that caused SID 
4908     resolution to fail on local files on on domain members 
4909     (bug 875).
4910 o   Fix uninitialized variable in passdb.c.
4911 o   Fix formal parameter type in get_static() in nsswitch/wins.c.
4912 o   Fix problem mounting directories when mount.cifs is installed 
4913     with the setuid bit on.
4914 o   Fix bug that prevent --mandir from overriding the defaults
4915     given in the --with-fhs macro.
4916 o   Fix bug in in-memory Kerberos keytab detection routines 
4917     in configure.in
4921 ######################################################################
4923               The original 3.0.0 release notes follow
4924               =======================================
4925                     WHATS NEW IN Samba 3.0.0
4926                         September 24, 2003
4927               =======================================
4930 Major new features:
4931 -------------------
4933 1)  Active Directory support.  Samba 3.0 is now able to  
4934     join a ADS realm as a member server and authenticate 
4935     users using LDAP/Kerberos.
4937 2)  Unicode support. Samba will now negotiate UNICODE on the wire 
4938     and internally there is now a much better infrastructure for 
4939     multi-byte and UNICODE character sets.
4941 3)  New authentication system. The internal authentication system 
4942     has been almost completely rewritten. Most of the changes are 
4943     internal, but the new auth system is also very configurable.
4945 4)  New default filename mangling system.
4947 5)  A new "net" command has been added. It is somewhat similar to 
4948     the "net" command in windows. Eventually we plan to replace 
4949     numerous other utilities (such as smbpasswd) with subcommands 
4950     in "net".
4952 6)  Samba now negotiates NT-style status32 codes on the wire. This
4953     improves error handling a lot.
4955 7)  Better Windows 2000/XP/2003 printing support including publishing
4956     printer attributes in active directory.
4958 8)  New loadable module support for passdb backends and character 
4959     sets.
4961 9)  New default dual-daemon winbindd support for better performance.
4963 10) Support for migrating from a Windows NT 4.0 domain to a Samba 
4964     domain and maintaining user, group and domain SIDs.
4966 11) Support for establishing trust relationships with Windows NT 4.0
4967     domain controllers.
4968   
4969 12) Initial support for a distributed Winbind architecture using
4970     an LDAP directory for storing SID to uid/gid mappings.
4971   
4972 13) Major updates to the Samba documentation tree.
4974 14) Full support for client and server SMB signing to ensure
4975     compatibility with default Windows 2003 security settings.
4977 15) Improvement of ACL mapping features based on code donated by
4978     Andreas Grünbacher.
4981 Plus lots of other improvements!
4984 Additional Documentation
4985 ------------------------
4987 Please refer to Samba documentation tree (included in the docs/ 
4988 subdirectory) for extensive explanations of installing, configuring
4989 and maintaining Samba 3.0 servers and clients.  It is advised to 
4990 begin with the Samba-HOWTO-Collection for overviews and specific 
4991 tasks (the current book is up to approximately 400 pages) and to 
4992 refer to the various man pages for information on individual options.
4994 We are very glad to be able to include the second edition of
4995 "Using Samba" by Jay Ts, Robert Eckstein, and David Collier-Brown
4996 (O'Reilly & Associates) in this release.  The book is available
4997 on-line at http://samba.org/samba/docs/ and is included with 
4998 the Samba Web Administration Tool (SWAT).  Thanks to the authors and
4999 publisher for making "Using Samba" under the GNU Free Documentation 
5000 License.
5003 ######################################################################
5004 Upgrading from a previous Samba 3.0 beta
5005 ########################################
5007 Beginning with Samba 3.0.0beta3, the RID allocation functions
5008 have been moved into winbindd.  Previously these were handled
5009 by each passdb backend.  This means that winbindd must be running
5010 to automatically allocate RIDs for users and/or groups.  Otherwise,
5011 smbd will use the 2.2 algorithm for generating new RIDs.
5013 If you are using 'passdb backend = tdbsam' with a previous Samba 
5014 3.0 beta release (or possibly alpha), it may be necessary to 
5015 move the RID_COUNTER entry from /usr/local/samba/private/passdb.tdb
5016 to winbindd_idmap.tdb.  To do this:
5018 1)  Ensure that winbindd_idmap.tdb exists (launch winbindd at least 
5019     once)
5020 2)  build tdbtool by executing 'make tdbtool' in the source/tdb/ 
5021     directory
5022 3)  run: (note that 'tdb>' is the tool's prompt for input)
5024        root# ./tdbtool /usr/local/samba/private/passdb.tdb
5025        tdb> show RID_COUNTER
5026        key 12 bytes
5027        RID_COUNTER
5028        data 4 bytes
5029        [000] 0A 52 00 00                                       .R.
5031        tdb> move RID_COUNTER /usr/local/samba/var/locks/winbindd_idmap.tdb
5032        ....
5033        record moved
5035 If you are using 'passdb backend = ldapsam', it will be necessary to 
5036 store idmap entries in the LDAP directory as well (i.e. idmap backend 
5037 = ldap).  Refer to the 'net idmap' command for more information on 
5038 migrating SID<->UNIX id mappings from one backend to another.
5040 If the RID_COUNTER record does not exist, then these instructions are
5041 unneccessary and the new RID_COUNTER record will be correctly generated
5042 if needed.  
5046 ########################
5047 Upgrading from Samba 2.2
5048 ########################
5050 This section is provided to help administrators understand the details
5051 involved with upgrading a Samba 2.2 server to Samba 3.0.
5054 Building
5055 --------
5057 Many of the options to the GNU autoconf script have been modified 
5058 in the 3.0 release.  The most noticeable are:
5060   * removal of --with-tdbsam (is now included by default; see section
5061     on passdb backends and authentication for more details)
5062     
5063   * --with-ldapsam is now on used to provided backward compatible
5064     parameters for LDAP enabled Samba 2.2 servers.  Refer to the passdb 
5065     backend and authentication section for more details
5066   
5067   * inclusion of non-standard passdb modules may be enabled using
5068     --with-expsam.  This includes an XML backend and a mysql backend.
5069       
5070   * removal of --with-msdfs (is now enabled by default)
5071   
5072   * removal of --with-ssl (no longer supported)
5073   
5074   * --with-utmp now defaults to 'yes' on supported systems
5075   
5076   * --with-sendfile-support is now enabled by default on supported 
5077     systems
5078   
5079     
5080 Parameters
5081 ----------
5083 This section contains a brief listing of changes to smb.conf options
5084 in the 3.0.0 release.  Please refer to the smb.conf(5) man page for
5085 complete descriptions of new or modified parameters.
5087 Removed Parameters (order alphabetically):
5089   * admin log
5090   * alternate permissions
5091   * character set
5092   * client codepage
5093   * code page directory
5094   * coding system
5095   * domain admin group
5096   * domain guest group
5097   * force unknown acl user
5098   * hide local users
5099   * mangled stack
5100   * nt smb support
5101   * postscript
5102   * printer driver
5103   * printer driver file
5104   * printer driver location
5105   * read size
5106   * source environment
5107   * status
5108   * strip dot
5109   * total print jobs
5110   * use rhosts
5111   * valid chars
5112   * vfs options
5114 New Parameters (new parameters have been grouped by function):
5116   Remote management
5117   -----------------
5118   * abort shutdown script
5119   * shutdown script
5121   User and Group Account Management
5122   ---------------------------------
5123   * add group script
5124   * add machine script
5125   * add user to group script
5126   * algorithmic rid base
5127   * delete group script
5128   * delete user from group script
5129   * passdb backend
5130   * set primary group script
5132   Authentication
5133   --------------
5134   * auth methods
5135   * realm
5136   * passwd chat timeout
5138   Protocol Options
5139   ----------------
5140   * client lanman auth
5141   * client NTLMv2 auth
5142   * client schannel
5143   * client signing
5144   * client use spnego
5145   * disable netbios
5146   * ntlm auth
5147   * paranoid server security
5148   * server schannel
5149   * server signing
5150   * smb ports
5151   * use spnego
5153   File Service
5154   ------------
5155   * get quota command
5156   * hide special files
5157   * hide unwriteable files
5158   * hostname lookups
5159   * kernel change notify
5160   * mangle prefix
5161   * map acl inherit
5162   * msdfs proxy
5163   * set quota command
5164   * use sendfile
5165   * vfs objects
5166   
5167   Printing
5168   --------
5169   * max reported print jobs
5171   UNICODE and Character Sets
5172   --------------------------
5173   * display charset
5174   * dos charset
5175   * unicode
5176   * unix charset
5177   
5178   SID to uid/gid Mappings
5179   -----------------------
5180   * idmap backend
5181   * idmap gid
5182   * idmap uid
5183   * winbind enable local accounts
5184   * winbind trusted domains only
5185   * template primary group
5186   * enable rid algorithm
5188   LDAP
5189   ----
5190   * ldap delete dn
5191   * ldap group suffix
5192   * ldap idmap suffix
5193   * ldap machine suffix
5194   * ldap passwd sync
5195   * ldap replication sleep
5196   * ldap user suffix
5197   
5198   General Configuration
5199   ---------------------
5200   * preload modules
5201   * private dir
5203 Modified Parameters (changes in behavior):
5205   * encrypt passwords (enabled by default)
5206   * mangling method (set to 'hash2' by default)
5207   * passwd chat
5208   * passwd program
5209   * restrict anonymous (integer value)
5210   * security (new 'ads' value)
5211   * strict locking (enabled by default)
5212   * unix extensions (enabled by default)
5213   * winbind cache time (increased to 5 minutes)
5214   * winbind uid (deprecated in favor of 'idmap uid')
5215   * winbind gid (deprecated in favor of 'idmap gid')
5218 Databases
5219 ---------
5221 This section contains brief descriptions of any new databases 
5222 introduced in Samba 3.0.  Please remember to backup your existing 
5223 ${lock directory}/*tdb before upgrading to Samba 3.0.  Samba will 
5224 upgrade databases as they are opened (if necessary), but downgrading 
5225 from 3.0 to 2.2 is an unsupported path.
5227 Name                    Description                             Backup?
5228 ----                    -----------                             -------
5229 account_policy          User policy settings                    yes
5230 gencache                Generic caching db                      no
5231 group_mapping           Mapping table from Windows              yes
5232                         groups/SID to unix groups        
5233 winbindd_idmap          ID map table from SIDS to UNIX          yes
5234                         uids/gids.
5235 namecache               Name resolution cache entries           no
5236 netsamlogon_cache       Cache of NET_USER_INFO_3 structure      no
5237                         returned as part of a successful
5238                         net_sam_logon request 
5239 printing/*.tdb          Cached output from 'lpq                 no
5240                         command' created on a per print 
5241                         service basis
5242 registry                Read-only samba registry skeleton       no
5243                         that provides support for exporting
5244                         various db tables via the winreg RPCs
5247 Changes in Behavior
5248 -------------------
5250 The following issues are known changes in behavior between Samba 2.2 and 
5251 Samba 3.0 that may affect certain installations of Samba.
5253   1)  When operating as a member of a Windows domain, Samba 2.2 would 
5254       map any users authenticated by the remote DC to the 'guest account'
5255       if a uid could not be obtained via the getpwnam() call.  Samba 3.0
5256       rejects the connection as NT_STATUS_LOGON_FAILURE.  There is no 
5257       current work around to re-establish the 2.2 behavior.
5258       
5259   2)  When adding machines to a Samba 2.2 controlled domain, the 
5260       'add user script' was used to create the UNIX identity of the 
5261       machine trust account.  Samba 3.0 introduces a new 'add machine 
5262       script' that must be specified for this purpose.  Samba 3.0 will
5263       not fall back to using the 'add user script' in the absence of 
5264       an 'add machine script'
5265   
5267 ######################################################################
5268 Passdb Backends and Authentication
5269 ##################################
5271 There have been a few new changes that Samba administrators should be
5272 aware of when moving to Samba 3.0.
5274   1) encrypted passwords have been enabled by default in order to 
5275      inter-operate better with out-of-the-box Windows client 
5276      installations.  This does mean that either (a) a samba account
5277      must be created for each user, or (b) 'encrypt passwords = no'
5278      must be explicitly defined in smb.conf.
5279     
5280   2) Inclusion of new 'security = ads' option for integration 
5281      with an Active Directory domain using the native Windows
5282      Kerberos 5 and LDAP protocols.
5284      MIT kerberos 1.3.1 supports the ARCFOUR-HMAC-MD5 encryption 
5285      type which is neccessary for servers on which the 
5286      administrator password has not been changed, or kerberos-enabled 
5287      SMB connections to servers that require Kerberos SMB signing.
5288      Besides this one difference, either MIT or Heimdal Kerberos
5289      distributions are usable by Samba 3.0.
5290      
5292 Samba 3.0 also includes the possibility of setting up chains
5293 of authentication methods (auth methods) and account storage 
5294 backends (passdb backend).  Please refer to the smb.conf(5) 
5295 man page for details.  While both parameters assume sane default 
5296 values, it is likely that you will need to understand what the 
5297 values actually mean in order to ensure Samba operates correctly.
5299 The recommended passdb backends at this time are
5301   * smbpasswd - 2.2 compatible flat file format
5302   * tdbsam - attribute rich database intended as an smbpasswd
5303     replacement for stand alone servers
5304   * ldapsam - attribute rich account storage and retrieval 
5305     backend utilizing an LDAP directory.  
5306   * ldapsam_compat - a 2.2 backward compatible LDAP account 
5307     backend
5308     
5309 Certain functions of the smbpasswd(8) tool have been split between the 
5310 new smbpasswd(8) utility, the net(8) tool, and the new pdbedit(8) 
5311 utility.  See the respective man pages for details.
5312     
5313      
5314 ######################################################################
5315 LDAP
5316 ####
5318 This section outlines the new features affecting Samba / LDAP 
5319 integration.
5321 New Schema
5322 ----------
5323   
5324 A new object class (sambaSamAccount) has been introduced to replace 
5325 the old sambaAccount.  This change aids us in the renaming of 
5326 attributes to prevent clashes with attributes from other vendors.  
5327 There is a conversion script (examples/LDAP/convertSambaAccount) to 
5328 modify and LDIF file to the new schema.
5329   
5330 Example:
5331   
5332   $ ldapsearch .... -b "ou=people,dc=..." > sambaAcct.ldif
5333   $ convertSambaAccount --sid=<Domain SID> \
5334     --input=sambaAcct.ldif --output=sambaSamAcct.ldif \
5335     --changetype=[modify|add]
5336         
5337 The <DOM SID> can be obtained by running 'net getlocalsid 
5338 <DOMAINNAME>' on the Samba PDC as root.  The changetype determines 
5339 the format of the generated LDIF output--either create new entries 
5340 or modify existing entries.
5341     
5342 The old sambaAccount schema may still be used by specifying the 
5343 "ldapsam_compat" passdb backend.  However, the sambaAccount and
5344 associated attributes have been moved to the historical section of
5345 the schema file and must be uncommented before use if needed.
5346 The 2.2 object class declaration for a sambaAccount has not changed
5347 in the 3.0 samba.schema file. 
5348   
5349 Other new object classes and their uses include:
5350   
5351   * sambaDomain - domain information used to allocate rids 
5352     for users and groups as necessary.  The attributes are added
5353     in 'ldap suffix' directory entry automatically if 
5354     an idmap uid/gid range has been set and the 'ldapsam'
5355     passdb backend has been selected.
5356       
5357   * sambaGroupMapping - an object representing the 
5358     relationship between a posixGroup and a Windows
5359     group/SID.  These entries are stored in the 'ldap 
5360     group suffix' and managed by the 'net groupmap' command.
5361     
5362   * sambaUnixIdPool - created in the 'ldap idmap suffix' entry 
5363     automatically and contains the next available 'idmap uid' and 
5364     'idmap gid'
5365     
5366   * sambaIdmapEntry - object storing a mapping between a 
5367     SID and a UNIX uid/gid.  These objects are created by the 
5368     idmap_ldap module as needed.
5370   * sambaSidEntry - object representing a SID alone, as a Structural
5371     class on which to build the sambaIdmapEntry.
5373     
5374 New Suffix for Searching
5375 ------------------------
5376   
5377 The following new smb.conf parameters have been added to aid in directing
5378 certain LDAP queries when 'passdb backend = ldapsam://...' has been
5379 specified.
5381   * ldap suffix         - used to search for user and computer accounts
5382   * ldap user suffix    - used to store user accounts
5383   * ldap machine suffix - used to store machine trust accounts
5384   * ldap group suffix   - location of posixGroup/sambaGroupMapping entries
5385   * ldap idmap suffix   - location of sambaIdmapEntry objects
5387 If an 'ldap suffix' is defined, it will be appended to all of the 
5388 remaining sub-suffix parameters.  In this case, the order of the suffix
5389 listings in smb.conf is important.  Always place the 'ldap suffix' first
5390 in the list.  
5392 Due to a limitation in Samba's smb.conf parsing, you should not surround 
5393 the DN's with quotation marks.
5396 IdMap LDAP support
5397 ------------------
5399 Samba 3.0 supports an ldap backend for the idmap subsystem.  The 
5400 following options would inform Samba that the idmap table should be
5401 stored on the directory server onterose in the "ou=idmap,dc=plainjoe,
5402 dc=org" partition.
5404  [global]
5405     ...
5406     idmap backend     = ldap:ldap://onterose/
5407     ldap idmap suffix = ou=idmap,dc=plainjoe,dc=org
5408     idmap uid         = 40000-50000
5409     idmap gid         = 40000-50000
5411 This configuration allows winbind installations on multiple servers to
5412 share a uid/gid number space, thus avoiding the interoperability problems
5413 with NFS that were present in Samba 2.2.
5414     
5417 ######################################################################
5418 Trust Relationships and a Samba Domain
5419 ######################################
5421 Samba 3.0.0beta2 is able to utilize winbindd as the means of 
5422 allocating uids and gids to trusted users and groups.  More
5423 information regarding Samba's support for establishing trust 
5424 relationships can be found in the Samba-HOWTO-Collection included
5425 in the docs/ directory of this release.
5427 First create your Samba PDC and ensure that everything is 
5428 working correctly before moving on the trusts.
5430 To establish Samba as the trusting domain (named SAMBA) from a Windows NT
5431 4.0 domain named WINDOWS:
5433   1) create the trust account for SAMBA in "User Manager for Domains"
5434   2) connect the trust from the Samba domain using
5435      'net rpc trustdom establish GLASS'
5437 To create a trustlationship with SAMBA as the trusted domain:
5439   1) create the initial trust account for GLASS using
5440      'smbpasswd -a -i GLASS'.  You may need to create a UNIX
5441      account for GLASS$ prior to this step (depending on your
5442      local configuration).
5443   2) connect the trust from a WINDOWS DC using "User Manager
5444      for Domains"
5446 Now join winbindd on the Samba PDC to the SAMBA domain using
5447 the normal steps for adding a Samba server to an NT4 domain:
5448 (note that smbd & nmbd must be running at this point)
5450    root# net rpc join -U root
5451    Password: <enter root password from smbpasswd file here>
5453 Start winbindd and test the join with 'wbinfo -t'.
5455 Now test the trust relationship by connecting to the SAMBA DC
5456 (e.g. POGO) as a user from the WINDOWS domain:
5458    $ smbclient //pogo/netlogon -U Administrator -W WINDOWS
5459    Password:
5461 Now connect to the WINDOWS DC (e.g. CRYSTAL) as a Samba user:
5463    $ smbclient //crystal/netlogon -U root -W WINDOWS
5464    Password:
5466 ######################################################################
5467 Changes in Winbind
5468 ##################
5470 Beginning with Samba3.0.0beta3, winbindd has been given new account
5471 manage functionality equivalent to the 'add user script' family of
5472 smb.conf parameters.  The idmap design has also been changed to 
5473 centralize control of foreign SID lookups and matching to UNIX 
5474 uids and gids.
5477 Brief Description of Changes
5478 ----------------------------
5480 1) The sid_to_uid() family of functions (smbd/uid.c) have been 
5481    reverted to the 2.2.x design.  This means that when resolving a 
5482    SID to a UID or similar mapping:
5484         a) First consult winbindd
5485         b) perform a local lookup only if winbindd fails to
5486            return a successful answer
5488    There are some variations to this, but these two rules generally
5489    apply.
5491 2) All idmap lookups have been moved into winbindd.  This means that
5492    a server must run winbindd (and support NSS) in order to achieve
5493    any mappings of SID to dynamically allocated UNIX ids.  This was
5494    a conscious design choice.
5496 3) (OBSOLETE) New functions have been added to winbindd to emulate 
5497    the 'add user script' family of smbd functions without requiring 
5498    that external scripts be defined.  This functionality is controlled 
5499    by the 'winbind  enable local accounts' smb.conf parameter (enabled 
5500    by default).
5502    However, this account management functionality is only supported 
5503    in a local tdb (winbindd_idmap.tdb).  If these new UNIX accounts 
5504    must be shared among multiple Samba servers (such as a PDC and BDCs), 
5505    it will be necessary to define your own 'add user script', et. al.
5506    programs that place the accounts/groups in some form of directory
5507    such as NIS or LDAP.  This requirement was deemed beyond the scope
5508    of winbind's account management functions.  Solutions for 
5509    distributing UNIX system information have been deployed and tested 
5510    for many years.  We saw no need to reinvent the wheel.
5512 4) A member of a Samba controlled domain running winbindd is now able 
5513    to map domain users directly onto existing UNIX accounts while still
5514    automatically creating accounts for trusted users and groups.  This
5515    behavior is controlled by the 'winbind trusted domains only' smb.conf
5516    parameter (disabled by default to provide 2.2.x winbind behavior).
5518 5) Group mapping support is wrapped in the local_XX_to_XX() functions
5519    in smbd/uid.c.  The reason that group mappings are not included
5520    in winbindd is because the purpose of Samba's group map is to
5521    match any Windows SID with an existing UNIX group.  These UNIX
5522    groups can be created by winbindd (see next section), but the
5523    SID<->gid mapping is retreived by smbd, not winbindd.
5526 Examples
5527 --------
5529 * security = server running winbindd to allocate accounts on demand
5531 * Samba PDC running winbindd to handle the automatic creation of UNIX
5532   identities for machine trust accounts
5534 * Automtically creating UNIX user and groups when migrating a Windows NT
5535   4.0 PDC to a Samba PDC.  Winbindd must be running when executing
5536   'net rpc vampire' for this to work.
5538    
5539 ######################################################################
5540 Known Issues
5541 ############
5543 * There are several bugs currently logged against the 3.0 codebase
5544   that affect the use of NT 4.0 GUI domain management tools when run
5545   against a Samba 3.0 PDC.  This bugs should be released in an early 
5546   3.0.x release.
5548 Please refer to https://bugzilla.samba.org/ for a current list of bugs 
5549 filed against the Samba 3.0 codebase.
5552 ######################################################################
5553 Reporting bugs & Development Discussion
5554 #######################################
5556 Please discuss this release on the samba-technical mailing list or by
5557 joining the #samba-technical IRC channel on irc.freenode.net.
5559 If you do report problems then please try to send high quality
5560 feedback. If you don't provide vital information to help us track down
5561 the problem then you will probably be ignored.  
5563 A new bugzilla installation has been established to help support the 
5564 Samba 3.0 community of users.  This server, located at 
5565 https://bugzilla.samba.org/, has replaced the older jitterbug server 
5566 previously located at http://bugs.samba.org/.