r22823: fix a few typos in the release notes and add mention of BUG 4613
[Samba.git] / WHATSNEW.txt
blob66d29cac89c4564c64931a2ad814eacb46bd5ae6
1                    ==============================
2                    Release Notes for Samba 3.0.25
3                             May 14, 2007
4                    ==============================
6 This is the first production release of the Samba 3.0.25 code 
7 base and is the version that servers should be run for for all 
8 current bug fixes.  
10 The 3.0.25 release is an upgrade release over the 3.0.23/3.0.24 
11 series which means that a substantial amount of development has 
12 occurred and many new features have been added since the last
13 Samba production release.  We would like to thank everyone in 
14 the Samba community that help to test the preview snapshots and 
15 release candidates.  We believe that the this production release 
16 is in much better shape due to your help.  
18 Major features included in the 3.0.25 code base include:
20   o Significant improvements in the winbind off-line logon support.
21   o Support for secure DDNS updates as part of the 'net ads join' 
22     process.
23   o Rewritten IdMap interface which allows for TTL based caching and 
24     per domain backends.
25   o New plug-in interface for the "winbind nss info" parameter.
26   o New file change notify subsystem which is able to make use of 
27     inotify on Linux.
28   o Support for passing Windows security descriptors to a VFS 
29     plug-in allowing for multiple Unix ACL implements to running side 
30     by side on the Same server.
31   o Improved compatibility with Windows Vista clients including 
32     improved read performance with Linux servers.
33   o Man pages for IdMap and VFS plug-ins.
36 Off-line Logons and AD Site Support
37 ===================================
39 Winbind's capability to support offline logons has been greatly
40 improved with the 3.0.25 release including support for locating 
41 domain controllers asynchronously using Active Directory Site
42 information.
45 New IdMap Interface for Winbindd
46 ================================
48 The 3.0.25 release of Samba includes a rewritten IdMap interface
49 for winbindd which replaces the "idmap backend" parameter.  Please 
50 refer to the "idmap domains" description in the smb.conf(5) man 
51 page for more details.
54 Dynamic DNS Updates
55 ===================
57 The "net ads join" command is now able to register the host's DNS A
58 records with Windows 2000 SP4 and 2003 DNS servers.  This 
59 feature must be enabled at compile time using the --with-dnsupdate 
60 when running the ./configure script.  There is also a related "net ads 
61 dns" command for refreshing a host's records which could be launched
62 from a dhcp client script when a new IP address is obtained.
65 Support for Additional ACL Modules
66 ==================================
68 Samba's POSIX ACL support has been moved inside of the VFS layer 
69 which means it is now possible to support multiple ACL implementations
70 on the same server including NFSv4 and GPFS ACLs.
73 VFS ReadAhead Plugin
74 ====================
76 Windows Vista introduces pipe-lined read support for improved 
77 performance when transferring files.  The new vfs_readahead plugin
78 allows Linux file servers to utilize additional Kernel buffers
79 for caching files in order to avoid Disk I/O wait time when serving
80 Vista clients.  If you experience poor read performance between 
81 Linux servers and Vista clients, please test the vfs_readahead
82 module by adding the following lines to the share definition
83 in smb.conf:
85 [file_share]
86         vfs objects = readahead
88 Note that this plugin will result in additional RAM requirements
89 due to the increased amount of kernel buffer caches used by smbd.
90 Please refer to vfs_readahead(8) for more information.
93 Windows Vista, Office 2007, and Offline Files
94 =============================================
96 Research surrounding offline files, Windows Vista, and Microsoft 
97 Office 2007 has revealed a incompatibility between these 
98 applications and the "map acl inherit = no" setting in smb.conf.  
99 Users requiring support client side caching (csc) and offline 
100 files are encouraged to enable the "map acl inherit" for any 
101 affected share definitions in the server's configuration.
102 Future versions of Samba will enable this setting by default.
104 Please refer to the smb.conf(5) man page for more details on 
105 "map acl inherit".
108 ######################################################################
109 Changes
110 #######
112 smb.conf changes
113 ----------------
115     Parameter Name                      Description     Default
116     --------------                      -----------     -------
117     change notify timeout               Removed         n/a
118     change notify                       New             Yes
119     debug prefix timestamp              New             No
120     fam change notify                   Removed         n/a
121     idmap domains                       New             ""
122     idmap alloc backend                 New             ""
123     idmap cache time                    New             900
124     idmap negative cache time           New             120
125     kernel change notify                Per share       Yes
126     lock spin count                     Removed         n/a
127     max stat cache size                 Modified        1024KB
128     printjob username                   New             %U
129     winbind normalize names             New             no
134 Changes since 3.0.25rc3
135 -----------------------
138 o   Jeremy Allison <jra@samba.org>
139     * Fix memory corruption bug during string processing.
140     * Instantiate idiom that malloc/tallocs of array of 0 elements
141       returns NULL.
142     * Fix marshalling bugs in samr code based on incorrect
143       assumptions.
144     * Fix DFS MS-RPC enumeration reply when we have no DFS shares.
145     * Fix memory corruption when enumerating accounts in the 
146       LsaPrivilege database.
149 o   Gerald (Jerry) Carter <jerry@samba.org>
150     * Fix memory corruption when adding/removing members from Local 
151       Groups.
154 o   Guenther Deschner <gd@samba.org>
155     * Prevent leaking on full NET_USER_INFO_3 structure memory on each
156       cached login.
157     * Plug memory leak in client SPNEGO session setup code.
158     * Don't clear cached U/SID and UG/SID entries when we want to 
159       logon offline.
162 o   Steve French <sfrench@us.ibm.com> 
163     * Allow prepaths in mount.cifs.
164     * Don't prompt for a password in mount.cifs when sec=none has been 
165       specified.
168 o   Steve Langasek <vorlon@debian.org>
169     * BUG 4600: Fix compilation of --with-python.
172 o   Volker Lendecke <vl@samba.org>
173     * Fix memory corruption bug in string_replace().
174     * Fix valgrind error in parse_domain_user().
175     * Fix compilation of explicit --without-winbind.
176     * Fix an uninitialized variable and other compiler warnings.
177     * Fix memory leak in smbd's claim session code.
178     * BUG 4613: Fix incorrect password expiration caused by stomping on 
179       the time values in the NET_USER_INFO_3 for remote users.
182 o   Stefan Metzmacher <metze@samba.org>
183     * Add AC_GNU_SOURCE macro in libreplace for systems which don't have it.
184     * Fix libreplace compiler warnings.
187 o   Jens Nissen <jens.nissen@gmx.net>
188     * Fix memory leak on the file/directory ACL processing code.
191 o   Simo Sorce <idra@samba.org>
192     * Memory allocation cleanups and sanity checks after the malloc(0) 
193       == NULL crusade.
194     * Fix socket leak in idmap_ldap.c.
195     * Fix failure in "net idmap restore".
196     * Fix crash bug in idmap_ldap's get_credentials() code.
199 o   Alison Winters <alisonw@sgi.com>
200     * Add missing return calls in sendfilereadbraw.
203 Changes since 3.0.24
204 --------------------
207 commits
208 -------
210 o   Michael Adam <ma@sernet.de>
211     * Patch to lib/sysquotas_linux.c replacing some "get"s by "set"s.  
212       This makes the difference between the get and set calls for
213       SMB_USER_FS_QUOTA_TYPE and SMB_GROUP_FS_QUOTA_TYPE. 
214     * Prevent collision from config.h created by stand alone component
215       builds.
218 o   Jeremy Allison <jra@samba.org>
219     * Fix CIFS POSIX unlink behavior.
220     * Change POSIX_UNLINK to allow clients to differentiate between 
221       unlink/rmdir calls.
222     * Add smbclient implementations of POSIX open/mkdir/unlink/rmdir.
223     * Refactor MS-DFS server and client code.
224     * Support deep MS-DFS referrals in Samba client applications.
225     * Change the VFS interface to use struct timespec for utimes.
226     * Fix build failures on *BSD platforms caused by introduction of 
227       memalign().
228     * Optimize exit path in the byte-range locking code in smbd to 
229       only read the locking db if there are outstanding lock requests.
230     * Fix long-standing bug in our chain processing code.
231     * BUG 4384: Fix bug in old search code.
232     * Add support for the UNIX_INFO2 info level.
233     * Add in the "create info" field to the reply from POSIX_OPEN 
234       and POSIX_MKDIR.
235     * Refactor the sessionsetupX code a little to allow us to return 
236       a NT_STATUS_TIME_DIFFERENCE_AT_DC error to a client.
237     * Fix memory leaks in the LDAP sasl bind code.
238     * Fix crash in vfs audit/full audit modules caused by API changes.
239     * Fix connection problem between pre-3.0.25 smbclient and new DFS
240       server code.
241     * Fix valgrind errors in credentials.c.
242     * Fix logic error in CIFS POSIX extensions for open() and mkdir().
243     * Fix if logic error when checking for password resets of machine
244       trust accounts in Samba's passdb.
245     * Ensure we use the same technique to pull the share mode data out
246       that locking.c does.
247     * Fixes buffer parsing in the server side Lanman and RAP calls.
248     * Fix GetPrinter() info level 3 to fix displaying and setting
249       security descriptors on printers from WinXP x86_64 clients.
250     * Return correct error code to the trans2 GetDfsReferral() request
251       from Vista clients (fixes listing share contents in the Vista
252       explorer.exe).
253     * BUG 4486: Fix the exclude_dir parameter in the VFS recycle
254       plugin.
255     * Consolidate the become_root_uid_only() calls to only use
256       become_root().
257     * Add vfs_readahead module to deal with the pipe-lined reads 
258       from Vista clients.
259     * BUG 4404: Fix server SMB/CIFS protocol bugs that broke Vista
260       clients trying to utilize offline file support.
261     * BUG 4494: Make sure to fail immediately if sendfile fails and
262       don't continue on to call chain_reply() (based on report from
263       Kevin Jamieson).
264     * Remove tdb.h from the libsmbsharemodes.so header file.
265     * BUG 3634: Fix crash in nmbd caused by a bad "interfaces" include
266       in smb.conf.
267     * Add initial version to winbindd_cache.tdb file.  Automatically
268       delete existing non-versioned cache files.
269     * Fix the storage size of time_t in winbindd_cache.tdb to be 8
270       bytes.
271     * Cope with signature errors on sessionsetupX logins where the
272       server just reflects our signature back to us. Allow the upper 
273       layer to see the real error.  
274     * BUG 4512: Limit the volume label for a share to 32 UNICODE
275       characters.
276     * Allow arbitrary bases in int and ulong parsing in smb.conf.
277     * Fix off-by-one error in tconX parsing.
278     * Winbind off-line logon fixes.
279     * Support for AD sites when locating domain controllers.
280     * Fix libsmbclient bug with Konqueror and NetApp filers that need 
281       a leading / in OpenAndX calls. 
282     * BUG 4187: Possible crash in signing on/off code.
283     * Fix memory leaks in pam_winbind.c.
284     * Fix a bug in the sequence number store/fetch routines in
285       winbindd_cache.tdb.
286     * Fix the problem with Linux clients requesting O_WRONLY on write-only
287       files.
288     * Fix a class of memory allocation bugs in the handling of user tokens.
289     * Fix crash bug in winbindd caused by a bug in the messaging dispatch
290       code.
291     * Fix memory bloat in trans calls caused by talloc()'ing memory off the
292       wrong context.
293     * Fix wildcard renames with SMBmv.
294     * Fixes for pathname handling code.
295     * Add in the wdel smbclient command to perform wildcard deletes.
296     * Fix a bug that causes smbd to 'hang' intermittently while updating
297       the trusted domain cache.
298     * Cleanup error path processing in reduce_name().
299     * Fixes for smbtorture tests (BASE-DELETE, ...)
300     * Delete on close fixes ("I completely understand it this time").
301     * Remove unneeded checks on incoming uid/gid for mknod (fifo) Unix
302       extensions code.
303     * More fixes for Unix Extensions include support for POSIX locking.
304     * NTLMv2 fixes for Vista clients.
305     * Add an optimized lookup for Domain Users and only report the current
306       user (which is generally what the calling application wants to know 
307       anyways).
308     * Fixes for supporting the Vista backup utility based on work by Joe
309       Meadows <jameadows@webopolis.com>.
310     * Fix 4377: Fix rename of "foo" -> "Foo".
311     * BUG 4188: Fix for Vista delete directory bug.
312     * BUG 4400: Add support for processing large Krb5 tickets in SMB
313       sesssetup&X.  Based on work by <todd.stecher@isilon.com>.
314     * Fix trans2 file size reporting for Linux CIFS client.
315     * Allow Well-Known and Local Groups to be stored in POSIX ACLs
316       as long as there is a SID/gid mapping entry available.
317     * Fix memory corruption bug in the CIFS POSIX open/mkdir.
318     * BUG 4536: Correctly delete symlinks pointing to a directory.
321 o   Danilo Almeida <dalmeida@centeris.com>
322     * Add additional debug support for pam_winbind.
323     * Add support for listing multiple groups in pam_winbind's 
324       require-membership-of option which act as a logical OR.
327 o   Andrew Bartlett <abartlet@samba.org>
328     * Ensure debug messages from tools print the correct config file 
329       location if the file was defined as a command line option.
332 o   Andrew Benham <andrew.benham@thus.net>
333     * BUG 4290: Properly compute time to password expiration in message
334       from pam_winbind.
337 o   Alexander Bokovoy <ab@samba.org>
338     * Ensure nfsv4 chown logic is controlled by "nfs4:chown=[yes|no]".
339     * Add GPFS-provided DMAPI support
342 o   Kai Blin <kai.blin@gmail.com>
343     * Match Windows NTLMSSP flags.
346 o   Gerald (Jerry) Carter <jerry@samba.org>
347     * Implement pluggable "winbind nss info" interface.
348     * Removal of unmaintained smbwrapper utility.
349     * Fix server affinity bugs in the 'net ads join' code to include
350       support for AD sites.
351     * Implement DDNS update client code.
352     * Upper case the host/sAMAccountName in the keytab file.
353     * Fix lookupname call in winbindd when joined to a child domain and
354       trying to resolve a SID in a sibling domain.
355     * Fix password changes against a Windows 2000 DC using pam_winbind.
356     * Fix crash in "pdbedit -L -w"
357     * Add "winbind normalize names" option.
358     * BUG 4093: Make %a resolve correctly for Windows Vista and Windows 
359       XP 64bit clients.
360     * Printing fixes for Windows Vista.
361     * Protect the sasl bind against a NULL principal string in the 
362       SPNEGO negTokenInit
363     * Fix some "cannot access LDAP when no root" bugs.
364     * NSS and PAM fixes on AIX.
365     * Cached credentials and Krb5 ticket renewal fixes in winbindd.
366     * Fix server affinity bug in Winbind's ADS connection handling.
367     * Fix crash when enumerating local group membership in usrmgr.exe
368       on a Samba DC.
369     * Rework parsing for NetFileEnum() and NetSessionEnum()
370     * Add server stub for NetFileClose()
371     * Return correct information for sessions and open files
372       including session duration, number of open files, and open pipes.
373     * Fixes for "winbind normalize names" functionality: 
374       - Fix getgroups() call called using a normalized name
375       - Fix some more name mappings that could cause for example
376         a user to be unable to unlock the screen as the username
377         would not match in the PAM authenticate call.
378      * Blacklist BUILTIN and MACHINE domains from the idmap domains as 
379        these should only be handled by the winbindd_passdb.c backend.
380      * Allow the alloc init to fail for backwards compatible 
381        configurations such as with idmap_ad.
382      * Remove the deprecated flags from idmap backend, et. al. These 
383        are mutually exclusive with the "idmap domains".
384      * Add the osname and osver options to 'net ads join'
385     * Ensure winbindd honors the "idmap domains" option and not 
386       default to idmap_tdb.
387     * Fix memory corruption caused by calling free() on talloc()'d
388       memory when adding and removing users from local groups.
389     * BUG 4501 (partial): Fix crash bugs in idmap_ad plugin by adding
390       the schema_mode option when using "winbind nss info = template".
391     * BUG 4491, 4501 (partial): Disable attempts to allocate a uid/gid if no
392       idmap alloc backend has been defined.  Do not defined a default
393       alloc backend.
394     * Fix "make install" to include creating the links between
395       idmap_ad and the nss_info_rfc2307 and nss_info_sfu plugins.
396     * Enable the --with-dnsupdate in the Fedora/RHEL RPM packaging
397       files.
398     * BUG 4508: Remove potential loops in the idmap API by requiring
399       the caller defined the SID type rather than having the idmap layer
400       call back up to determine the SID type when allocating
401       uids/gids.
402     * Don't inherit the offline flag for winbindd_domains that have
403       not been initialized yet.
404     * Fix a crash in idmap_ldap caused by a NULL pointer dereference.
405     * Fix deadlock and timeout conditions in idmap_rid.
408 o   Steven Danneman <steven.danneman@isilon.com>
409     * Memory leak fixes.
410     * Fix core dump when config file in same directory.
413 o   Mathias Dietz <mdietz@de.ibm.com>
414     * Initial implementation of the GPFS VFS module.
415     * Work on NFSv4 ACL VFS plugin.
416     * Add support for share modes to the GPFS VFS plugin.
419 o   Guenther Deschner <gd@samba.org>
420     * Winbind off-line logon fixes.
421     * Support for AD sites when locating domain controllers.
422     * Various fixes for 'net ads' user management functions.
423     * Add an CLDAP client written in Perl.
424     * Cleanups to the Krb5 ticket refresh code in winbindd.
425     * Fixes for various error messages from pam_winbind when password
426       policies are being enforced.
427     * Implement grace logons for offline authentications in pam_winbind.
428     * Fixes for idmap_ad.
429     * Memory leak fixes.
430     * BUG 4009: Fixes leaking file descriptors (CLOSE_WAIT) in winbindd
431       with short lived service tickets
432     * Implement basic AD group policy library
433     * Adding experimental krb5 lib locator plugin.
434     * Ensure that Samba clients are correctly reported by the %a 
435       smb.conf as "Samba" and not "Vista".
436     * Prevent a user from issuing a PAM_DELETE_CREDS request in 
437       pam_close_session() for another user.
438     * Fix tdb keynames in netsamlogon_clear_cached_user().
439     * Add missing proto_exists dependency for the Winbind NSS target
440       in the Makefile.
441     * Build fixes when linking against Heimdal 0.8 Kerberos libraries.
442     * Build fixes when using older Heimdal Krb5 libs (e.g. 0.6.3).
443     * Memory allocation error checks in libgpo.
446 o   Steve French <sfrench@us.ibm.com> 
447     * Fix mount.cifs compile on old libc missing bind mount #define.
450 o   SATOH Fumiyasu <fumiyas@osstech.co.jp>
451     * Fix memory leaks in the error paths used by winbindd's credential 
452       cache code.
453     * BUG 4409: Add minsize parameter to the vfs_recycle plugin.
454     * BUG 3319: Ensure that 'hide unreadable' does not filter MS-DFS links.
457 o   Krishna Ganugapati <krishnag@centeris.com>
458     * Implement DDNS update client code.
461 o   YAMASAKI Hiroyuki <h-yamasaki@pd.jp.nec.com>
462     * BUG 4346: Fix type reported for hidden shares via MS-RPC.
465 o   David Hu <david.hu@hp.com>
466     * BUG 4267: Fix memory leaks in ldapsam.
469 o   Bjoern Jacke <bj@sernet.de>
470     * BUG 4244: Limit stat cache to a default of 1MB.
473 o   William Jojo <jojowil@hvcc.edu>
474     * BUG 3713: Re-add reporting what the profiles tool does (-v).
475     * BUG 3632: Fix for EISCON in open_any_socket_out() on AIX.
476     * BUG 4447: Fix compile failure on AIX 5.2.
479 o   Taj Khattra <taj.khattra@gmail.com>
480     * Fix missing lock count release in transaction cancel.
483 o   Zack Kirsch <zack.kirsch@isilon.com>
484     * Fix memory leaks on some error paths.
485     * Memory leak fixes on error paths in various places.
488 o   Derrell Lipman <derrell@samba.org>
489     * BUG 4115: Fix for using kerberos logins in libsmbclient.so.
490     * BUG 4309: Prevent netbios keepalive on port 445 which causes
491       Vista to disconnect Samba clients.
492     * Ensure that the libsmbclient example programs link with the
493       libsmbclient library that's part of the current tree.
496 o   Volker Lendecke <vl@samba.org>
497     * Replace snum references with a structure based array.
498     * Allow changing of the hashsize when running tdbbackup.
499     * Implement secure DDNS update code
500     * Klocwork, Coverity, and IBM Checker fixes.
501     * BUG 4273: Fix crash in 'net rpc vampire'
502     * Refactor older SMB file serving code.
503     * Refactor open directory file serving code.
504     * Implement support for inotify when serving CIFS change notification
505       requests (includes merge work from SAMBA_4_0).
506     * Fixes to allow Samba 3.0 to pass various smbtorture tests (RAW-OPEN,
507       RAW-UNLINK, RAW-CLOSE, ...)
508     * Refactor delete on close file server code.
509     * MS-DFS fixes for Vista clients.
510     * BUG 4372: Long timeout in LDAP setup when accessing files after 
511       10 secs.
512     * Change the static array for the in-memory mirrors of the hash chain
513       locks to a dynamically allocated one.
514     * Use inotify for file change notification on Linux.
515     * Revert "msdfs root" to default to "no".
516     * Refactor AIO code.
517     * Fix memory leaks when returning user lists to clients via SAMR calls.
518     * BUG 4365: Fix NTLMv2 implementation on Samba member servers not 
519       running winbindd.
520     * Reduce contention on the tdb free list by periodic reclamation
521       of dead tdb records into groups
522     * Split tdb free lists per hash chain.
523     * Coverity fixes.
524     * Add winbindd_priv_request_response() request that kills the 
525       existing winbind pipe connection if it's not privileged to prevent
526       race conditions during the challenge/response authentication sequence.
527     * BUG 4460: Fix compile error in winbind_nss_irix.c.
528     * Fix Coverity bug reports.
529     * Fixes buffer parsing in the server side Lanman and RAP calls.
532 o   David Leonard <dleonard@vintela.com>.
533     * Fix file descriptor leak from an error path in winbindd.
534     * BUG 4369: Fix smbclient's showacls on files in subdirectories.
537 o   Herb Lewis <herb@samba.org>
538     * Cleanups to sharesec utility.
539     * Compiler warning cleanups.
540     * Compiler warning fixes.
541     * Allow smbcontrol to use POPT_COMMON_SAMBA options to allow setting
542       debug level.
543     * Add "debug prefix timestamp" to allow syslog type timestamps to be 
544       added in the Samba log files.
545     * Fix compile error in nmbd_incomingdgrams.c.
546     * Allow profiling level to be set on startup.
549 o   Ying Li <ying.li2@hp.com>
550     * Use the default tdb idmap plugin when neither idmap domains
551       nor idmap backend have been defined.
554 o   Jason Mader <jason@ncac.gwu.edu>
555     * Various compile warning fixes. 
556     * Initial patch set for strptime() in libreplace.
559 o   Don McCall <don.mccall@hp.com>
560     * Fix compile bug in vfs_default on platforms without utimes().
561     * HP-UX compile fixes.
564 o   Jim McDonough <jmcd@us.ibm.com>
565     * Bug fixes for GPFS VFS module.
566     * Fix "password never expires" policy which would be incorrectly 
567       require all users to change their password at login time.
568     * Fix the GPFS VFS module to pass the POSIX ACL tests (Thanks to
569       Gomati Mohanan).
570     * Fix crate_user() access checks when setting the "User Cannot 
571       Change Password" flag.
574 o   Stefan Metzmacher <metze@samba.org>
575     * POSIX ACL compile warning fixes.
576     * Fix --with-fhs, where confdir is set to \${sysconfdir} but
577       sysconfdir wasn't defined in the Makefile.
578     * Add localstatedir to configure.in for completeness.
579     * BUG 4496: Fix libreplace failure on ulibc systems.    
580     * Merge numerous libreplace fixes from the SAMBA_4_0 code base 
581       (stdint.h, stdbool.h, unsetenv, strptime(), strtoll(), et. al.).
582     * Move ZERO_*, ARRAY_SIZE and PTR_DIFF macros into libreplace.
583     * Portability fixes for dlopen() (merge from SAMBA_4_0)
584     * Sync libreplace (merge from SAMBA_4_0)
587 o   Heinrich Mislik <Heinrich.Mislik@univie.ac.at>
588     * AIX quota fixes.
591 o   Gomati Mohanan <gomati.mohanan@in.ibm.com>
592     * Work on NFSv4 ACL VFS plugin.
595 o   Lars Mueller <lars@samba.org>
596     * Provide better feedback about deprecated use of multiple passdb
597       backends.  Use the first backend to have at least this one working.
598     * Fix make install to include smbmount, et. al. docs.
599     * Merge more proto_exists dependency fixes from SAMBA_3_0.
600     * Makefile cleanups.
601     * Log the reason for failures when not creating a core file on a
602       crash due to restrictive permissions on the log file directory.
605 o   James Peach <jpeach@apple.com>
606     * Replace exit_server with exit_server_cleanly where appropriate.
607     * Add docs for VFS modules.
608     * Portability fixes for autoconf and character set modules on 
609       OS X.
610     * Only attempt to reload the config file after the fork point 
611       if we are in daemon mode.
612     * Support the SMB_QUERY_POSIX_WHOAMI info level on QueryFsInfo.
613     * Changing the FindFirst response for the UNIX_INFO2 level to
614       include a length field before the name.
615     * Add call to chflags(2) in the default VFS module.
618 o   Andy Polyakov <appro@fy.chalmers.se>
619     * Pull the CUPS comment and location attributes when not overridden 
620       by values stored in Samba's ntprinters.tdb.
621     * BUG 3275: Allow upload of x64 printer drivers by relaxing the COFF 
622       header parsing code in smbd.
625 o   J Raynor <raynorj@mn.rr.com>
626     * Make sure we are privileged when doing DMAPI operations on systems
627       that don't have capability support.
630 o   Jorge Santos <jorge_a_santos@hotmail.com>
631     * BUG 4500: Fix compile bug in quota.c.
634 o   Jiri Sasek <jiri.sasek@sun.com>
635     * Fix incorrect Krb5 linking on Solaris.
636     * Fix possible NULL dereference in adt_tree.c
639 o   Karolin Seeger <ks@sernet.de> 
640     * Fix a compile problem in shadow_copy_test.c.
641     * Add 'net sam policy' commands.
642     * Fixes for "net usershare" and "guest_ok=y"
645 o   Robert Shearman <rob@codeweavers.com>
646     * Allow NULL domain and username in the form of user@domain to be 
647       interpreted correctly by ntlm_auth for use by Wine applications.
650 o   Simo Sorce <idra@samba.org>
651     * Remove redundant log messages from idmap_ad.c.
652     * BUG 3974: Fix ambiguity between the -N option and the -T
653       tar options.
654     * Fix linking flags used when creating shared libraries.
655     * Offline logon fixes in the idmap backend manager.
656     * Cleanup initialization code in the sfu and rfc2307 nss_info
657       plugins to protect against a crash if called before the idmap_ad
658       module has been initialized.
659     * Protect against crashes in get_dc_name() in the idmap_ad code
660       when we are working offline.
661     * BUG 4438, 4440: Fix bugs in "net sam provision".
662     * Initial implementation of new IdMap interface.
663     * Fix crash in pam_winbind caused by referencing a pointer after the 
664       memory had been freed.
665     * Implement escaping function for ldap RDN values.
668 o   Peter Somogyi <SOMOGYI@de.ibm.com>
669     * Work on NFSv4 ACL VFS plugin.
672 o   Andrew Tridgell <tridge@samba.org>
673     * Fix an integer overflow in the ndr library code used by PIDL.
676 o   Jelmer Vernooij <jelmer@samba.org>
677     * Implement support for IDL autogenerated code to
678       handle the MS-RPC parsing functions.
681 o   Don Watson <dwwatson@us.ibm.com>
682     * Fixes for 'net rpc vampire' and the guest account
685 o   Martin Zielinski <mz@seh.de>
686     * Printing fixes for Windows Vista clients.
689 Release notes for older releases follow:
691       --------------------------------------------------
692                    ==============================
693                    Release Notes for Samba 3.0.24
694                              Feb 5, 2007
695                    ==============================
698 Important issues addressed in 3.0.24 include:
700   o Fixes for the following security advisories:
701     - CVE-2007-0452 (Potential Denial of Service bug in smbd)
702     - CVE-2007-0453 (Buffer overrun in NSS host lookup Winbind
703       NSS library on Solaris)
704     - CVE-2007-0454 (Format string bug in afsacl.so VFS plugin)
707 ######################################################################
708 Changes
709 #######
711 Changes since 3.0.23d
712 ---------------------
714 commits
715 -------
717 o   Jeremy Allison <jra@samba.org>
718     * Fix for CVE-2007-0452 & CVE-2007-0454
721 o   Olivier Gay <ouah@ouah.org>
722     * Fix for CVE-2007-0453
725 o   Volker Lendecke <vl@samba.org>
726     * Fix for CVE-2007-0452
730 Release Notes for older release follow:
732       --------------------------------------------------
733                    ===============================
734                    Release Notes for Samba 3.0.23d
735                              Nov 14, 2006
736                    ===============================
738 This is the latest stable release of Samba. This is the version 
739 that production Samba servers should be running for all current 
740 bug-fixes.  Please read the changes in this section and for the 
741 original 3.0.23 release regarding new features and difference 
742 in behavior from previous releases.
744 Important issues addressed in 3.0.23d include:
746   o Stability fixes for winbindd
747   o Portability fixes on FreeBSD and Solaris operating systems.
749 ######################################################################
750 Changes
751 #######
753 Changes since 3.0.23c
754 ---------------------
756 commits
757 -------
759 o   Jeremy Allison <jra@samba.org>
760     * Changes to ntlm_auth to better support Firefox's NTLM 
761       authentication.
762     * Make the "max usershares" parameter an advisory limit.
763     * BUG 4095: Cleanup bad substitution causing the username 
764       to be translated to domain\user twice in spnego path. 
765     * BUG 4097: Ensure all pdb_XXX calls are wrapped in 
766       [un]become_root() pairs.
767     * Ensure we always return the canonicalized name 
768     * Add in fixes to mangling dir code.
769     * Do not assume that gencache can always be opened for RW access.
770       Fall back to RO.
771     * Always initialize variables in winbindd request/response 
772       structure.
773     * Fix libsmbclient bug with Konqueror and NetApp filers that 
774       need a leading / in OpenAndX calls. 
775     * Added showacls toggle in the smbclient code.
776     * Add a suffix to the pidfile's program name if this is a process
777       with a non-default configuration file name.
778     * Fix protection from invalid struct tm values.
779     * BUG 4187: Possible crash in signing on/off code.
780     * BUG 4214: Fix crash bug in find_forced_group().
781     * BUG 4224: Fix enforcement of the deadtime parameter.
784 o   Timur Bakeyev <timur@com.bat.ru>
785     * BUG 3856: Set the nss soname version on FreeBSD.
786     * BUG 4109: Fix bug causing smbd to turn off winbindd and 
787       fail to disable the _NO_WINBIND environment.
788     * BUG 3868: Prevent --with-aio-support from trimming the 
789       $LIBS variable in configure.in.
792 o   Dmitry Butskoy <dmitry@butskoy.name>
793     * BUG 4075: Allow smbd to use winbindd to lookup uids/gids 
794       outside the idmap range if 'winbind trusted domains 
795       only = yes'.
798 o   Gerald (Jerry) Carter <jerry@samba.org>
799     * Fix primary group lookup failures.  Use the Get_Pwnam_alloc() 
800       call to ensure it finds the Unix user first.
801     * Only grant privs to Administrators if privileges are enabled 
802       to avoid bogus error messages in the logs.
805 o   Alex Deiter <tiamat@komi.mts.ru>
806     * BUG 3524: Fix for quota support on Solaris.
809 o   Guenther Deschner <gd@samba.org>
810     * Close socket when the CLDAP request has failed.
811     * Memory leak fixes in the libads/ldap.c code.
812     * Printer publishing fixes for "net ads".
813     * Fix error code returns in the CLDAP client code.
814     * Do not anonymously query for AD schema items in winbindd.
815     * Protect against storing null-sids in the winbind cache.
816     * Fallback to non-paging LDAP searches for anonymous bound 
817       connections.
818     * More workarounds when nscd.
819     * Fix error code typoe in the GetDcName() netlogon call  
820       (including two new error codes).
821     * Fix valgrind warnings in pam_winbind
822     * Add two missing refresh_sequence_number calls where they are 
823       missing just before writing to the winbind cache tdb.
824     * Attempt to locate a valid domain controller before prompting
825       for credentials in "net ads".
826     * Set 35 second timeout in winbindd's netlogon code when sending 
827       a GETDC request.
828     * Stop "net ads {user,group} delete" from doing funny things.
829     * Fix container handling for "net ads user" and "net ads group" 
830       functions.
831     * Fix various memleaks and seg faults in "net ads {user,group}".
834 o   Udo Eberhardt <udo.eberhardt@thesycon.de>
835     * BUG 4100: Fix crash in the server spooler code by initializing 
836       values for smb_io_notify_info_data_strings.
839 o   Olaf Flebbe <o.flebbe@science-computing.de>
840     * BUG 4133: pam_winbind.c compile fix on AIX 5.1.
843 o   David Hu <david.hu@hp.com>
844     * BUG 4212: Fix memleak in the default_ou_string handling.
847 o   Mikhail Kshevetskiy <kl@laska.dorms.spbu.ru>
848     * BUG 4229: Compile fix for systems without kerberos.
851 o   Volker Lendecke <vl@samba.org>
852     * NTLMSSP LanMan session key fixes.
853     * Various potential seg fault fixes.
854     * Extra logic in share access checks for bad smb.conf parameter 
855       settings.
856     * Fixes to allow smbclient to connect to Vista RC1 workstations.
857     * Fix bad search filter in ldapsam when enumerating group 
858       members.
861 o   Jim McDonough <jmcd@us.ibm.com>
862     * Correctly handle the password expiration policy on Samba DCs.
865 o   Nils Nordman <nils.nordman@nordman.org>
866     * BUG 4085: Allow smbpasswd to change expired passwords on 
867       remote servers.
870 o   Simo Sorce <idra@samba.org>
871     * Merge uid2sid and gid2sid async calls for SAMBA_3_0.
872     * Better fqdn handling when parsing the /etc/hosts file.
873     * Fix crash bug in pam_winbind.
875 o   Andrew Tridgell <tridge@samba.org>
876     * Fix string alignment problem in password change code.
879 o   Jim Wang
880     * BUG 4211: Logic error when enforcing "acl group control"
881       behavior.
884 Release Notes for older release follow:
886       --------------------------------------------------
887                    ===============================
888                    Release Notes for Samba 3.0.23c
889                              Aug 30, 2006
890                    ===============================
892 We would like to thank the developers of the Saturn code analysis 
893 tool from Stanford University (http://glide.stanford.edu/saturn).
894 This release includes several code fixes based on its reports.
896 Common bugs fixed in 3.0.23c include:
898   o Authentication failures in pam_winbind when the AD domain
899     policy is set to not expire passwords.
900   o Authorization failures when using smb.conf options such
901     as "valid users" with the smbpasswd passdb backend.
904 RID Algorithms & Passdb
905 =======================
907 Starting with the 3.0.23c release, the officially supported passdb 
908 backends (smbpasswd, tdbsam, and ldapsam) now operate identically
909 with regards to the historical RID algorithm for unmapped users 
910 and groups (i.e. accounts not in the passdb or group mapping table).
911 The resulting behavior is that all unmapped users are resolved 
912 to a SID in the S-1-22-1 domain and all unmapped groups resolve
913 to a SID in the S-1-22-2 domain.  Previously, when using the 
914 smbpasswd passdb, such users and groups would resolve to an 
915 algorithmic SID in the machine's own domain (S-1-5-XX-XX-XX).
916 However, the smbpasswd backend still utilizes the RID algorithm
917 when creating new user accounts or allocating a RID for a new 
918 group mapping entry.
920 With the changes in the 3.0.23c release, it is now possible to 
921 resolve a uid/gid, name, or SID in any direction and always obtain
922 a symmetric mapping.  This is important so that values for smb.conf 
923 parameters such as "valid users" resolve to the same SIDs as those 
924 included  in the local user's initial token.
926 Most installations will notice no change.  However, because
927 an unmapped account's SID will now change even when using 
928 smbpasswd it is possible that any security descriptors on files
929 previously copied from a Samba host to a Windows NTFS partition
930 may now fail to give access. The workaround is to either manually
931 map all affect groups (or add impacted users to the server's 
932 passdb) or to manually reset the file's ACL.
935 ######################################################################
936 Changes
937 #######
939 Changes since 3.0.23b
940 ---------------------
942 commits
943 -------
944 o   Michael Adam <ma@sernet.de>
945     * Fix incorrect logic in internal_resolve_name() caused by if 
946       statement.
949 o   Jeremy Allison <jra@samba.org>
950     * Don't store a NULL SID in winbindd's offline cache.
951     * Ensure we store the offline password hash in the correct format.
952     * OS/2 fixes for large Extended Attributes data.
953     * Fix nmbd crashes caused by miscalculation in pushing 
954       announcements.
955     * Handle times consistently across all client utils including
956       libsmbclient.
957     * Fix a file descriptor leak in nmbd sync DNS lookup code.
958     * Fix inconsistency found in checking for NULL in DLIST_REMOVE
959       macro.
960     * Pointer dereference fixes based on the Saturn analysis tool.
961     * Fix memory leak in the AD DC lookup code.
964 o   Gerald (Jerry) Carter <jerry@samba.org>
965     * RHEL4  and Fedora packaging updates.
966     * Remove RID algorithm support for unmapped users and groups
967       when using an smbpasswd backend.
968     * Extend the NT token for local users' with the S-1-22-2 
969       SID for each supplementary group
970     * BUG 3969: Fix unsigned time comparison with expiration 
971       policy from AD DC.
972     * Merge Guenther's fixes from the SuSE SLES10 tree to ensure 
973       that winbindd talks to the correct DC when servicing PAM 
974       authentication requests.
975     * Do not use the generic IP address sort routines for AD DCs
976       since the SRV lookup include a sorting algorithm based
977       on priority and weight. 
978     * Fix our DNS SRV lookup code to deal with multi-homed hosts.
979     * More changes to ensure that the primary group SID for 
980       a local user is based on the primary Unix group and not the
981       primaryGroupSID passdb attribute.
982     * Disable storing SIDs in the S-1-22-1 and S-1-22-2 domain 
983       to the SID<->uid/gid cache.
986 o   Guenther Deschner <gd@samba.org>
987     * Fix msdfs RPC client and server management RPCs.
988     * Align idmap_ad with the current idmap_methods interface.
991 o   Volker Lendecke <vl@samba.org>
992     * Re-add support for "username level" when looking up the 
993       matching Unix user for an smbpasswd entry.
994     * snprintf() fixes.
997 o   Simo Sorce <idra@samba.org>
998     * Let innetgr() work without binding its use to a 
999       NIS domain to support netgroups in local files.
1002 o   Ben Winslow <rain@bluecherry.net>
1003     * Allow client smb signing to be turned off correctly.
1006       --------------------------------------------------
1007                    ===============================
1008                    Release Notes for Samba 3.0.23b
1009                              Aug 7, 2006
1010                    ===============================
1012 Common bugs fixed in 3.0.23b include:
1014   o Ambiguity with unqualified names in smb.conf parameters
1015     such as "force user" and "valid users".
1016   o Errors in 'net ads join' caused by bad IP address in the list
1017     of domain controllers.
1018   o SMB signing errors in the client and server code.
1019   o Domain join failures when using smbpasswd on a Samba PDC.
1022 Member servers, domain accounts, and smb.conf
1023 =============================================
1025 Since Samba 3.0.8, it has been recommended that all domain accounts 
1026 listed in smb.conf on a member server be fully qualified with the 
1027 domain name.  This is now a requirement.  All unqualified names are 
1028 assumed to be local to the Unix host, either as part of the server's 
1029 local passdb or in the local system list of accounts (e.g. /etc/passwd 
1030 or /etc/group).
1032 The reason for this change is that smbd has transitioned from
1033 access checks based on string comparisons to token based
1034 authorization.  All names are resolved to a SID and then verified
1035 against the logged on user's NT user token.  Local names will
1036 resolve to a local SID, while qualified domain names will resolve
1037 to the appropriate domain SID.  
1039 If the member server is not running winbindd at all, domain 
1040 accounts will be implicitly mapped to local accounts and their
1041 tokens will be modified appropriately to reflect the local 
1042 SID and group membership.
1044 For example, the following share will restrict access to the
1045 domain group "Linux Admins" and the local group srvadmin.
1047 [restricted]
1048         path = /data
1049         valid users = +"DOMAIN\Linux Admins" +srvadmin
1051 Note that to restrict the [homes] share on a member server to the 
1052 owner of that directory, it is necessary to prefix the %S value 
1053 to "valid users".
1055 [global]
1056         security = {domain,ads}
1057         workgroup = DOM
1058         winbind separator = +
1059 [homes]
1060         valid users = DOM+%S
1064 ######################################################################
1065 Changes
1066 #######
1068 Changes since 3.0.23a
1069 ---------------------
1071 commits
1072 -------
1073 o   Michael Adams <ma@sernet.de>
1074     * Fix memory leaks on error paths in 'net ads join'.
1077 o   Jeremy Allison <jra@samba.org>
1078     * BUG 3962: Fix memory leak when enumerating print jobs.
1079     * Fix file access flags for the Linux CIFS fs client.
1080     * Fix memory leaks in the smbclient DFS code.
1081     * BUG 3967: Fix SMB signing client bug in trans calls.
1082     * BUG 3985: Ensure in msdfs we check for our NetBIOS aliases.
1083     * Added lookup_name_smbconf() to be called when looking up names 
1084       from smb.conf.  Unqualified names are assumed to be local.
1085     * BUG 4003: Fix SMB signing server error in NTcancel reply.
1088 o   Gerald (Jerry) Carter <jerry@samba.org>
1089     * Fix a few "smbldap_open(): Cannot open when not root" bugs when 
1090       viewing or modifying local group membership.
1091     * Make LsaLookupSids() reply include the full SID of unresolved 
1092       SIDs.
1093     * BUG 3957: Prevent returning strange DC IP addresses by zeroing 
1094       memory in the SRV hostlist in case there is not an A record for 
1095       each SRV name.
1096     * BUG 3964: normalize the case of usernames prior to getpwnam() 
1097       call in the smbpasswd backend.
1098     * Cleanup the 'net ads help join' output and document createupn 
1099       and createcomputer options.
1100     * Fix a regression in the ldapsam URI syntax.  Allow multiple 
1101       LDAP URIs to be grouped by  "".
1104 o   William Charles <william@charles.name>
1105     * BUG 3959: Remove rand() from SRV RR comparison to fix crashes 
1106       in qsort().
1109 o   Guenther Deschner <gd@samba.org>
1110     * Fix memory leaks in pam_winbind.
1111     * Save the logon script path from the info3 in the PAM session 
1112       allowing other PAM modules to pick it up from there.
1115 o   Volker Lendecke <vl@samba.org>
1116     * BUG 3991: Fix problem with user tokens on standalone systems
1117       configured to use a username map.
1118     * Fix bug where qualified user or group names in smb.conf
1119       were assumed to use the '\' character as the winbind separator.
1121       --------------------------------------------------
1122                    ===============================
1123                    Release Notes for Samba 3.0.23a
1124                              Jul 21, 2006
1125                    ===============================
1127 Common bugs fixed in 3.0.23a include:
1129   o Failure to strip the domain name from groups when 'winbind 
1130     use default domain = yes'
1131   o Failure in pam_winbind to correctly parse arguments.
1132   o Bad token creation of local users on member servers not 
1133     running winbindd.
1134   o Failure to add users or groups to ACLs using the Windows
1135     object picker.
1136   o Failure in file serving code when 'kernel oplocks = yes'.
1138 New features in 3.0.23a include:
1140   o New "createupn" option to "net ads join"
1141   o Rewritten Kerberos keytab generation when 'use kerberos 
1142     keytab = yes'
1146 ######################################################################
1147 Changes
1148 #######
1150 Changes since 3.0.23
1151 --------------------
1153 commits
1154 -------
1155 o   Jeremy Allison <jra@samba.org>
1156     * Fix memory leaks in the POSIX locking for for the Linux CIFS fs 
1157       client.
1158     * Fix memory leaks in the AD schema parsing code.
1159     * Fixed bug in interaction with Linux kernel oplocks.
1162 o   Gerald (Jerry) Carter <jerry@samba.org>
1163     * Rewrite the detection of the correct DES salting principal name
1164       when joining an Active Directory Domain.
1165     * Rewrite the keytab generation code based on existing SPN, 
1166       UPN, and sAMAccountName attributes in the AD machine object.
1167     * Cleanup of dead code from idmap_ad.
1168     * Fix Winbind 32bit/64bit portability issues.
1169     * Fail 'net ads join' and disable the machine account if we cannot 
1170       set any SPNs for ourselves.
1171     * Make sure to lower case all usernames before calling the create, 
1172       delete, or rename hooks.
1173     * Preserve case for usernames in passdb
1174     * Flush the getpwnam cache after renaming a user
1175     * Add become/unbecome root block in _samr_delete_dom_user() when 
1176       trying to verify the account's existence.
1177     * Changed 'net ads join' syntax for specifying an alternate 
1178       OU.  New syntax is createcomputer=<ou path top to bottom>.
1179     * Add createupn=[UPN] option to 'net ads join' for setting the
1180       userPrincipalName attribute.
1181     * Bug 3920: Restore winbind use default domain behavior for domain 
1182       groups.  This break local users and 'winbind nested groups' on 
1183       domain members.
1186 o   Guenther Deschner <gd@samba.org>
1187     * Don't clear the cache when starting winbindd in off line mode.
1188     * Fix errno reporting in pam_winbind debug messages.
1189     * BUG 3937: Fix segv in libnss_wins.so.
1192 o   Volker Lendecke <vl@samba.org>
1193     * Fix memory leaks in the in error paths out of the CLDAP 
1194       request code.
1195     * AIX portability fixes for DNS client code.
1196     * BUG 3811, 3948: Fix alignment bug in on lsaquery. 
1197     * BUG 3949: Fixed authorization issue on domain member 
1198       servers not running winbindd.
1201 o   Andrew Tridgell <tridge@samba.org>
1202     * Fixed a bug which caused resolve_ads() to spin forever if 
1203       one of the DCs isn't resolvable in DNS.
1206 o   Simo Sorce <idra@samba.org>
1207     * Debian packaging fixes.
1210 o   Dietrich Streifert <dietrich.streifert@visionet.de>
1211     * BUG 3916: Fix error parsing pam_winbind config arguments.
1214 Release Notes for older release follow:
1216       --------------------------------------------------
1218                    ==============================
1219                    Release Notes for Samba 3.0.23
1220                             Jul 10, 2006
1221                    ==============================
1223 There has been a substantial amount of cleanup work done during 
1224 this development cycle.  We would like to thank both Coverity 
1225 (http://www.coverity.com/) and Klocwork (http://www.klocwork.com/)
1226 for analyzing the Samba source code. As a result, this release 
1227 includes fixes for over 400 defects.  The coverage was approximately 
1228 even with over 200 defects reported by each tool.
1230 Thanks very much to those people who spent time testing the 
1231 release candidates and reported their findings.  We would like to 
1232 especially thank Thomas Bork <tombork@web.de> for his numerous 
1233 reports.  We believe that the final release is in much better shape 
1234 in large part due to his efforts.
1236 New features in 3.0.23 include:
1238    o Improved 'make test'
1239    o New offline mode in winbindd.
1240    o New Kerberos support for pam_winbind.so.
1241    o New handling of unmapped users and groups. 
1242    o New non-root share management tools.
1243    o Improved support for local and BUILTIN groups.
1244    o Winbind IDMAP integration with RFC2307 schema objects supported 
1245      by Windows 2003 R2.
1246    o Rewritten 'net ads join' to mimic Windows XP without requiring 
1247      administrative rights to join a domain.
1250 User and Group changes
1251 ======================
1253 The user and group internal management routines have been 
1254 rewritten to prevent overlaps of assigned Relative Identifiers 
1255 (RIDs).  In the past the has been a potential problem when either 
1256 manually mapping Unix groups with the 'net groupmap' command or 
1257 when migrating a Windows domain to a Samba domain using 'net rpc 
1258 vampire'.
1260 Unmapped users are now assigned a SID in the S-1-22-1 domain and 
1261 unmapped groups are assigned a SID in the S-1-22-2 domain. 
1262 Previously they were assign a RID within the SAM on the Samba 
1263 server.  For a DC this would have been under the authority of the 
1264 domain SID where as on a member server or standalone host, this 
1265 would have been under the authority of the local SAM (hint: net 
1266 getlocalsid).
1268 The result is that any unmapped users or groups on an upgraded 
1269 Samba domain controller may be assigned a new SID.  Because the 
1270 SID rather than a name is stored in Windows security descriptors, 
1271 this can cause a user to no longer have access to a resource for 
1272 example if a file was copied from a Samba file server to a local 
1273 NTFS partition.  Any files stored on the Samba server itself will 
1274 continue to be accessible because Unix stores the Unix gid and not 
1275 the SID for authorization checks.
1277 A further example will help illustrate the change.  Assume that a 
1278 group named 'developers' exists with a Unix gid of 782 but this 
1279 user does not exist in Samba's group mapping table. it would be 
1280 perfectly normal for this group to be appear in an ACL editor.  
1281 Prior to 3.0.23, the group SID might appear as 
1282 S-1-5-21-647511796-4126122067-3123570092-2565. With 3.0.23, the 
1283 group SID would be reported as S-1-22-2-782. Any security 
1284 descriptors associated with files stored on an NTFS disk partition 
1285 would not allow access based on the group permissions if the user 
1286 was not a member of the 
1287 S-1-5-21-647511796-4126122067-3123570092-2565 group. Because this 
1288 group SID not reported in a user's token is S-1-22-2-782, Windows 
1289 would fail the authorization check even though both SIDs in some 
1290 respect referred to the same Unix group.
1292 The current workaround is to create a manual domain group mapping 
1293 entry for the group 'developers' to point at the 
1294 S-1-5-21-647511796-4126122067-3123570092-2565 SID.
1297 Passdb Changes
1298 ==============
1300 The "passdb backend" parameter no long accepts multiple backends 
1301 in a chaining configuration.  Also be aware that the SQL and XML 
1302 based passdb modules have been removed in this release.  More 
1303 information of external support for a SQL passdb module can be 
1304 found at http://pdbsql.sourceforge.net/.
1307 Group Mapping Changes
1308 =====================
1310 The default mapping entries for groups such as "Domain Admins" are 
1311 no longer created when using an smbpasswd file or a tdbsam passdb 
1312 backend.  This means that it is necessary to use 'net groupmap 
1313 add' rather than 'net groupmap modify' to set these entries.  
1314 This change has no effect on winbindd's IDmap functionality for 
1315 domain groups.
1318 LDAP Changes
1319 ============
1321 There has also been a minor update the Samba LDAP schema file. A 
1322 substring matching rule has been added to the sambaSID attribute 
1323 definition.  For OpenLDAP servers, this will require the addition 
1324 of 'index sambaSID sub' to the slapd.conf configuration file.  It 
1325 will be necessary to run slapindex after making this change. There 
1326 has been no change to actual data storage schema.
1329 ######################################################################
1330 Changes
1331 #######
1333 smb.conf changes
1334 ----------------
1336     Parameter Name                      Description       Default
1337     --------------                      -----------       -------
1338     acl group control                   Deprecated        No
1339     add port command                    New               ""
1340     change notify timeout               Changed Scope
1341     dmapi support                       New               No
1342     dos filemode                        Modified          No
1343     enable asu support                  Changed default   No
1344     enable core files                   New               Yes
1345     enable privileges                   Changed default   Yes
1346     enable rid algorithm                Removed
1347     fam change notify                   New               Yes
1348     hosts equiv                         Removed
1349     host msdfs                          Changed default   Yes
1350     msdfs root                          Changed default   Yes
1351     open files database hash size       New               10007
1352     passdb expand explicit              Changed default   No
1353     strict locking                      Changed default   auto
1354     usershare allow guests              New               No
1355     usershare max shares                New               0
1356     usershare owner only                New               Yes
1357     usershare path                      New               ${lockdir}
1358     usershare prefix allow list         New               ""
1359     usershare prefix deny list          New               ""
1360     usershare template share            New               ""
1361     winbind enum users                  Changed default   No
1362     winbind enum groups                 Changed default   No
1363     winbind nested groups               Changed default   Yes
1364     winbind offline logon               New               No
1365     winbind refresh tickets             New               No
1366     winbind max idle children           Removed
1367     wins partners                       Removed
1370 Changes since 3.0.22
1371 --------------------
1373 commits
1374 -------
1375 o   Jeremy Allison <jra@samba.org>
1376     * Fixes for various Klocwork defect reports.
1377     * Cleanup pdb_get_XXX() methods and ensure that a failure
1378       to allocate memory for a samu user structure is reported 
1379       as a failure to the calling function.
1380     * Fix memleak in printing gencache contents.
1381     * Fix warnings reported by gcc4 -O6 on 64-bit systems 
1382     * Fix naming conflicts with 'net usershare' structures and 
1383       Solaris header files.
1384     * Fix memleaks on error paths from the ASN.1 parsing code.
1385     * Add uid to share_mode_entry structure so we can report who 
1386       opened the file.
1387     * Ensure we use sys_write in password chats so we're not 
1388       interrupted.
1389     * Ensure all new rid allocation goes through the same pdb_ldap 
1390       interface.
1391     * BUG 3308: Stop us returning duplicate mid replies on path 
1392       based set-EOF trans2 calls.
1393     * Pass RAW-OPLOCK with kernel oplocks off.
1394     * Fix bug in OS/2 Warp - it doesn't set the ff_last offset 
1395       correctly when doing info level 1 directory scans.
1396     * Add Samba4 replacement for timegm() to work on Solaris.
1397     * Remove extra add-byte in the trans2 UNIX_BASIC infolevel.
1398     * BUG 3592: Ignore a file in the tar output from smbclient if the 
1399       read failed (e.g. due to ACCESS_DENIED).  (Based on ideas from
1400       Justin Best <justinb@pdxmission.org>).
1401     * BUG 3668: Workaround issues in Windows server code with LARGE_READX.
1402     * Push/Pull Kerberos principal and realm names to/from UTF-8.
1403     * Fix incorrect boolean in assert to make POSIX lock tests
1404       pass with CIFSFS.
1405     * Don't ever set O_SYNC on open unless "strict sync = yes".
1406     * Remove dead printing code.
1407     * Allow configurable guest access to Samba's usershare functionality.
1408     * BUG 3587: Make byte-range locking tdb self-cleaning.
1409     * Ensure every exit error path in the session setup code calls 
1410       nt_status_squash().
1411     * Use portable wrapper functions instead of seteuid directly in 
1412       winbindd.
1413     * Make "change notify timeout" a per-share parameter.
1414     * Fix regression in SAMBA_4_0's smbtorture DENY tests.
1415     * Fix valgrind-spotted issue in BASE-DELETE test.
1416     * Fix early termination condition in winbindd when trying to 
1417       connect to a remote DC.
1418     * Instruct winbindd to ignore fd_set when select() returns -1.
1419     * BUG 3779: Make nmbd udp sockets non-blocking to prevent problem
1420       with select returning true but no data being available.
1421     * Back port talloc_steal() fixes from SAMBA_4_0 (original fixes by 
1422       Andrew Tridgell).
1423     * BUG 3467: Fix delete on close semantics needed by WinXP Media 
1424       Center Ed. for simultaneous recording and playback (thanks to 
1425       Jason Qian for the debugging assistance).
1426     * BUG 3347: Save the Unix user token used to set the 
1427       delete-on-close flag.
1428     * Fix parsing of SAMR_Q_CONNECT_ANON.
1429     * Add in support for userinfo26 structure and re-enable 
1430       userinfo25 
1431     * Schannel server fixes.  Fix the credentials chaining across 
1432       \netlogon pipe disconnects.
1433     * Replace ubqix code in nmbd with an internal tdb.
1434     * Fix struct timespec checks in configure.in.
1435     * Add in server support for the NetSamLogonEx().
1436     * Add support for LsaLookupSids2() and LsaLookupSids3().
1437     * Add LsaLookupNames[2-4]().
1438     * Add support for 'net usershare'.
1439     * BUG 3522: Fix error code return on SMBmkdir(foo) when foo 
1440       already exists (thanks to Sandeep Tamhankar).
1441     * BUG 3510: Fix 'net rpc join' against a server when 
1442       schannel is disabled.
1443     * Get rid of poor errno mapping table. Bounce through NTSTATUS 
1444       instead.
1445     * Check for SeMachineAccountPrivilege when deleting machine 
1446       accounts.
1447     * Fix a logic bug with multiple oplock contention.
1448     * Add the replacements for opendir/readdir etc from SAMBA_4_0.
1449       Attempt to fix the broken directory handling in the *BSD.
1450     * Allow run time tuning of the locking tdb hash size for
1451       very busy servers.
1452     * BUG 3642: Ensure we don't call FD_SET on read with 
1453       fd == -1.
1454     * BUG 3569: Work around linear posix locking issue on AIX
1455       which was causing high loads due to the tdb CLEAR_IF_FIRST
1456       flag (based on work from William JoJo).
1457     * Fix OS/2 directory delete bug found by kukks.
1458     * Match the Windows 2003 NTLMSSP signature.
1459     * Performance tuning work in core read & write file serving 
1460       paths.
1461     * Change default to 'strict locking' to better reflect 
1462       real world clients.
1463     * Fix error return on session setup. Ensure no data blob is 
1464       added if the logon call failed so that Windows clients 
1465       interpret the NT_STATUS code correctly.
1466     * Teach Samba the difference between exclusive and batch 
1467       oplocks.
1468     * BUG 3592: Ignore a file in a smbtar output if the first 
1469       read fails (inspired by Justin Best).
1470     * BUG 3668: Workaround Windows bug with LARGE_READX where if 
1471       you ask for exactly 64k bytes it returns 0.
1472     * BUG 3858: Ensure that all files are removed by a wildcard 
1473       delete when 'hide unreadable = yes'.
1474     * Fix various issues raised by the Klocwork code analyzer.
1475     * Fix nmbd WINS serving bug causing duplicate IPs in the *<1b> 
1476       query reply ("enhanced browsing = yes").
1477     * Fix SMB signing failures in client tools.
1478     * BUG 3909: Avoid EA lookups on MS-DFS links.
1481 o   Andrew Bartlett <abartlet@samba.org>
1482     * Work around abort() in the OpenLDAP client libs caused by a NULL 
1483       msg pointer.
1486 o   Timur Bakeyev <timur@com.bat.ru>
1487     * BUG 2961: Fix compile warnings for pam_smbpass.
1488     * BUG 2746, 3763: Fix compile warnings in pam_winbind.
1491 o   Alexander Bokovoy <ab@samba.org>
1492     * Fix 'smbcontrol shutdown' messages for nmbd and winbindd.
1493     * Fix absolute symlinks in the installbin.sh script.
1496 o   Max N. Boyarov <m.boyarov@sam-solutions.net>
1497     * Fix crash bug in perfmon daemon example code.
1500 o   Nicholas Brealey <nick@brealey.org>
1501     * Compile fix for pam_winbind.
1504 o   Gerald (Jerry) Carter <jerry@samba.org>
1505     * Fix 'make install' problem when building outside source/.
1506     * Fix 'net ads join' when the workgroup is set incorrectly in 
1507       smb.conf.
1508     * Re-add code to include the BUILTIN\Administrators SID when
1509       winbindd is not running, but the user's token includes the 
1510       Domain Admin SID.  Fixes access problem for managing Services.
1511     * Only call the printer publishing calls if 'security = ads'.
1512     * Normalize printing keys when deleting.
1513     * Only store LANMAN passwords on a change if 'lanman auth = yes'.
1514     * Look at the NT password (not lanman one) when determining if 'smbpasswd 
1515       -e' should probably for a password.
1516     * Default eventlog tdbs to mode 0660 to allow easier access by 
1517       BUILTIN\Administrators.
1518     * Remove extra call to create_user on member servers without winbindd.
1519     * Replace the use of OpenLDAP's ldap_domain2hostlist() for locating 
1520       AD DC's with out own DNS SRV queries.
1521     * Fix compile error on HP-UX reported by Ryan Novosielski.
1522     * Rewrite 'net ads join' to share common code with 'net rpc join' 
1523       and behave more like a Windows XP client.
1524     * Remove --with-ldapsam option from configure (only used for 
1525       backwards compatibility for 2.2 smb.conf files).
1526     * Remove 'wins partners' and 'hosts equiv' smb.conf parameters.
1527     * Remove rhosts authentication module.
1528     * Reimplement 'net ads leave' to disable the machine account in the 
1529       domain rather than removing it.
1530     * Rewrite of tdbsam file descriptor handling.
1531     * Add server affinity support when selecting a remote 
1532       domain controller.
1533     * Remove chaining of passdb modules.
1534     * Generate a local users primary group SID based on his 
1535       or her primary Unix group rather than storing the attribute 
1536       in the passdb entry.
1537     * Default primary group SID to 'Domain Users' if the real Unix 
1538       primary group maps to the S-1-22-2 domain.
1539     * Refactor memory management in passdb user objects.
1540     * RHEL and Fedora packaging fixes.
1541     * Implement XcvDataPort() spooler call and supporting 'add 
1542       port command'.
1543     * BUG 3534: Ignore lines in the username map file with no right 
1544       hand list.
1545     * Add support for the experimental %(DomainSID) smb.conf 
1546       variable.
1547     * Add support for parsing SIDs in smb.conf value lists.
1548     * Fix vuid allocation in Kerberos SMBsesssetup reply. 
1549     * Ensure that local group membership is included in the 
1550       getgroups() NSS reply.
1551     * Automatically create a BUILTIN\{Administrators,Users} if
1552       winbindd is running.
1553     * Automatically grant all privileges to members of the local 
1554       Administrators group.
1555     * Protect against NULL cli_state* pointers in 
1556       cli_rpc_pipe_open().
1557     * Add a SUBSTR matching rule the the Samba LDAP schema 
1558       file for the sambaSID attribute.  This will allow for 
1559       Searching group mapping entries within a given domain
1560       without reorganizing the directory namespace.  Also 
1561       requires 'index sambaSID sub' in slapd.conf.
1562     * Fix parsing of 'idmap uid/gid' values that broke when
1563       the range included any whitespace.
1564     * Support renaming local groups (protect against renaming 
1565       BUILTIN groups).
1566     * Do not allow the root account to be deleted via MS-RPC.
1567     * Fix RID allocation to skip over RIDs that resolve in our
1568       own domain (work around upgraded users and groups).
1569     * Store the name/ip address combination when we do a reverse 
1570       look up in case future forward lookups would fail.
1571       Fixes cases where a DC name could not be resolved via 
1572       NetBIOS queries,
1573     * Allow winbindd to run on standalone servers in order to
1574       provide support for local groups.
1575     * Deprecate 'acl group control' and replace it with added 
1576       functionality to 'dos filemode'.
1577     * Ensure that all global memory is freed from pam_winbind 
1578       when unloading the shared library (based on work from Arkady 
1579       Glabek).
1580     * Fix 32-bit/64-bit portability issues between PAM & NSS winbind 
1581       libraries and winbindd.
1582     * Add defensive checks about create local accounts (i.e. calling
1583       'add user script') on domain member servers when winbindd
1584       is running but having problems.
1585     * Use system provided killproc() in RedHat init scripts for 
1586       more robust shutdown.
1587     * Fix a crash in the printer publishing code when adding a 
1588       new printer via the APW.
1589     * Fix broken compile of unsupported smbwrapper utility.
1590     * BUG 3905: Fix smbd startup failure caused by a failure to
1591       create an NT token for the guest account.
1592     * BUG 3908: Fix RPC bind authentication failure which broke
1593       user password changes.
1594     * Ensure that "net ads join" reports failure correctly if
1595       it cannot set the machine account password.
1598 o   Mathias Dietz <MDIETZ@de.ibm.com>
1599     * EPERM can be a valid return from getting an xattr. 
1600       Don't disable if we get it.
1603 o   Guenther Deschner <gd@samba.org>
1604     * Fix memleaks in winbindd ads searches.
1605     * Fix timestamp bug in pam_winbindd which forced users to change
1606       passwords prematurely.
1607     * Small debug message cleanups.
1608     * Small fixes for 'net ads password'.
1609     * BUG 3843: Allow to set passwords directly when creating users 
1610       via "net rpc user add" 
1611     * Add "rpc shell" to the usage text for the net command.
1612     * Winbindd user aliases lookup fixes for large domains.
1613     * Fix memleak in the CLDAP processing code.
1614     * Enable AD features in winbindd's PAM support only when 
1615       communicating with an AD domain controller.
1616     * Set our internal domains to "online" by default in winbindd.
1617     * BUG 3800: Fill the password_policy method in winbindd for 
1618       winbindd_passdb.
1619     * Fix memory leak when LDAP POSIX attribute queries fail.
1620     * Honor the krb5 principal name change (of the new ads join code) 
1621       in the kerberized winbind pam_auth.
1622     * Correctly handle the case when there is no configuration file 
1623       for pam_winbind.
1624     * Adding "own-domain" switch to wbinfo which is handy from time 
1625       to time.
1626     * BUG 3823: Fix in-forest domain trust enumeration in winbindd.
1627     * Fix winbindd group enumeration for groups with no members.
1628     * Correct "net ads changetrustpw" to use the sAMAccountName.
1629     * Fix winbindd in ADS domains by removing code using the 
1630       UPN and rely upon the sAMAccountName.
1631     * Fix a eDir related memory leak.
1632     * Don't try to add the sn attribute twice to an LDAP 
1633       inetOrgPerson + samSamAccount entry.
1634     * Fix winbind function table typo.
1635     * Attempt to send the correct warning from pam_winbind when a password 
1636       change was attempted too early.
1637     * Don't use cached credentials when changing passwords.
1638     * Correctly disallow unauthorized access when logging on with the
1639       kerberized pam_winbind and workstation restrictions are in effect.
1640     * Save useless round trips in pam_winbind's auth calls.
1641     * Make the existence of the /etc/security/pam_winbind.conf file
1642       non-critical and fallback to only parse the argv options in that 
1643       case.
1644     * Add winbind debug class to the main winbindd process.
1645     * Be consistent between rpc and ads winbind backend: let the 
1646       ads backend query the samlogon cache first as well.
1647     * Ignore BUILTIN groups when searching AD for group memberships.
1648     * Fix KRB5KDC_ERR_POLICY -> NTSTATUS mapping.
1649     * Cleanup credential caches from winbind's linked list.
1650     * Fix 'winbindd -n' for new persistent caches.
1651     * Fix searching by SID in winbindd.
1652     * Add "smbcontrol winbind onlinestatus" for debugging purpose.
1653     * Prefer to use the indexed objectCategory attribute (instead of
1654       objectClass which is not indexed on AD) in LDAP queries.
1655     * Free LDAP result in ads_get_attrname_by_oid().
1656     * Prevent unnecessary storing of password in a WINBINDD_CCACHE_ENTRY.
1657     * Prevent passwords of winbindd's list of credential caches from 
1658       being swapped to disk using mlock().
1659     * BUG 3345: Expand the "winbind nss info" to also take "rfc2307" to 
1660       support the plain posix attributes LDAP schema from win2k3-r2
1661       (based on patches from Howard Wilkinson and Bob Gautier).
1662     * Add more robust code for fallback when lookup_usergroups() fails.
1663     * Fix 'net rpc join' for winbindd running on a Samba DC.
1664     * Add help text for new 'net rpc audit' utility.
1665     * Add net ads search SID.
1666     * samrQueryDomainInfo level 5 should return the domain name, not our 
1667       NetBIOS name when we are a DC.
1668     * Add some more client rpc for the querydominfo calls (from samba4 idl).
1669     * Process all the supported info levels in the samr_query_domain_info2 
1670       call.
1671     * Wrap the samr_query_domain_info2() call around 
1672       samr_query_domain_info().
1673     * Fix segv in smbctool.
1674     * Honor the time_offset also when verifying Kerberos tickets.
1675     * Prevent unnecessary longstanding LDAP connection to eDirectory.
1676     * Fix segv in smbspool.
1677     * BUG 1914: Allow to store 24 password history entries in ldapsam.
1678     * Enhancements to various commands in rpcclient 
1679     * Don't force 'Administrator' to change an expired password on 
1680       logon.
1681     * Add support for offline mode in winbindd.
1682     * Provide support in pam_winbind for initializing a user's 
1683       ticket cache.
1684     * Implement samr_chgpasswd_user3 server-side.
1685     * Make pam_winbind more robust when detecting domain users.
1686     * Add client side support for SAMR_GET_USRDOM_PWINFO.
1687     * Re-enable strict checking on C++ reserved keywords since Heimdal 
1688       0.7.2 has been released.
1689     * Allow renaming of machine accounts in a Samba domain.
1690     * BUG 3539: Let winbindd try to obtain the gecos field from 
1691       the msSFU30Gecos attribute when "winbind nss info = sfu" is 
1692       set. 
1693     * Correctly handle acb_info/acct_flags as uint32 not as uint16.
1694     * Return the real ACB-flags in the SamLogon() reply.
1695     * Some client side cleanup for the samr set security object 
1696       functions.
1697     * Make sure we always reset the userAccountControl bits when 
1698       re-joining (net ads join) with an existing account.
1699     * Document some more MSV1_0 bits and their behavior.
1700     * Only set the last rebind timestamp when we did rebind 
1701       after a update LDAP operation to avoid the ldap replication 
1702       sleep period.
1703     * Fix incorrect error checking in winbindd for domains with 
1704       no trusts.
1705     * Consolidate the parsing of the Krb5 PAC and NET_USER_INFO3 
1706       structure.
1707     * Work around crash bug in MIT krb5 libs when reading a 
1708       keytab file.  Stop trying to decrypt a ticket as soon as 
1709       we have a clear indication that the ticket is bad.
1710     * Merge DCERPC_FAULT constants from the SAMBA_4_0 tree.
1711     * Adding client side samr querygroup infolevels 2 & 5.
1712     * Make smbpasswd -a root work for eDirectory where there 
1713       is no "account" structural objectclass.
1714     * Make sure we only send out a CLDAP request (net ads) to 
1715       an connected AD server.
1716     * Fix a broken LDAP search filter when looking for groups.
1717     * Add in-tree version of iniparser library from 
1718       http://ndevilla.free.fr/iniparser/ for use by pam_winbind
1719       (rather than linking in loadparm.c).  Settings are now stored
1720       in /etc/security/pam_winbind.conf.
1721     * Fix different extended_dn handling in adssearch.pl
1722       (Thanks to Frederic Brin at Novell).
1723     * Fix a memleak in winbindd's credentials cache.
1724     * Protect against crashes in CLDAP request processing.
1725     * Remove incomplete DfsEnum() info level to avoid an smbd crash.
1728 o   Aleksey Fedoseev <fedoseev@ru.ibm.com>
1729     * Fix parameter type for 'acl compatibility'.
1730     * Fixes for msgtest torture tool.
1731     * Fix crash bug in the file locking code.
1734 o   Arek Glabek <aglabek@centeris.com>
1735     *  Fix parsing error on input parameters in eventlogadm.
1738 o   Paul Green <paulg@samba.org>
1739     * Properly rebuild time limit on systems with executable extensions.
1740     * Fix build on platforms that do not support shared libs.
1741     * Remove dead code in the auth_script module. 
1744 o   Bjoern Jacke <samba@j3e.de>.
1745     * Fix DMAPI compile failures on AIX and True64.
1746     * Fix AIX PIC suffix (use .o instead of .po).
1747     * Fall back to less-preferred clocks until we find one that we 
1748       can use if clock_gmtime() is not available at run-time.
1749     * Fix EA support on AIX platforms.
1750     * Automatically disable file shares with no explicit path set.
1751     * Remove the local hack to set the RO bit on directories in 
1752       user profiles when profile acls = yes.  Rely on EAs instead.
1753     * Compile fixes for Solaris LDAP client libs.
1754     * Add DMAPI/XDSM support for AIX.
1755     * Find JFS DMAPI libs on Linux when only they are available.
1758 o   William Jojo <jojowil@hvcc.edu>
1759     * Fixes for the winbind NSS library on AIX.
1760     * Fix VFS builds on AIX platforms.
1761     * Fixes for the AIX version of libnss_winbind.so
1764 o   Leonid Kabanov <lkabanov@mail.ru> 
1765     * BUG 3711: Shell portability fixes for 'make test'.
1768 o   Volker Lendecke <vl@samba.org>
1769     * Fixes for various Klocwork defect reports.
1770     * Fixes for various Coverity defect reports.
1771     * BUG 3848: Fix WinXP join error in a Samba domain using ldapsam.
1772     * Fix more potential seg-faults when something on our way to a 
1773       DC connection fails.
1774     * Never fall back to using the IP address for a DC's name in RPC 
1775       connections.
1776     * Implement recycle:subdir_mode.
1777     * Activate RPC-AUTHCONTEXT in "make test".
1778     * Portability fixes for 'make test'.
1779     * Correctly set the group RID in init_sam_from_buffer.
1780     * Fix missing prompt in smbclient.
1781     * Return correct error code upon success from _net_srv_pwset().
1782     * Fix Windows XP joins to a Samba domain.
1783     * Fix 'valid users = +unixgroup' which was failing with smbpasswd
1784       when mapped to a non-algorithmic rid.
1785     * Fix regression which upper-cased machine names passed to the
1786       'add machine script'.
1787     * Correct parsing error in parse_net.c for user's with no group
1788       membership.
1789     * Fix off by one error in client SPNEGO code and other klocwork
1790       bug fixes.
1791     * Memory leak fixes in 'net sam'.
1792     * BUG 3720: Fix uninitialized error return variable.
1793     * Default "passdb expand explicit" to no.
1794     * BUG 3741: Re-enable algorithmic SID mapping in one critical place.
1795     * Fix user NT token creation when utilizing a username map.
1796     * More coverity fixes.
1797     * Fix a VUID bug in 'security = share'.
1798     * Correctly fill in the gid for local users.
1799     * Fix some warnings on True64.
1800     * Add special close handling for fake files.
1801     * BUG 3788: Fix nss_winbind's getgrouplist() call on AIX.
1802     * BUG 3435: Fix 'msdfs root = yes' in [homes].
1803     * Instruct winbindd to find a trusted DC on its own when running on 
1804       a Samba DC.
1805     * Fix segv in child winbindd processes caused by a failed tconX 
1806       to the DC.
1807     * Dynamically compute the maximum password age based no the 
1808       last change time rather than reading the must change time 
1809       from the passdb record.
1810     * Rewrite mechanisms for handling lookup_{name,sid} resolution.
1811     * Assign unmapped users to the S-1-22-1 domain and unmapped 
1812       groups to the S-1-22-2 domain
1813     * Disable algorithmic mapping for RIDs in tdbsam & ldapsam
1814     * Remove sql passdb backends.
1815     * Implement rpccli_samr_set_domain_info()
1816     * Add initial support for 'net sam' command.
1817     * BUG 2413: Remove anonymous connections in 'net rpc info'.
1818     * Implement asynchronous support for trans2 calls.
1819     * Make smbclient -L use RPC to list shares, fall back to RAP.
1820     * Ensure that the global SAM SID is initialized before any
1821       dependent routines are called.
1822     * Enhance consistency checks on local configuration when joining
1823       a domain.
1824     * Fix a memleak in the server registry code for enumeration 
1825       shares.
1826     * Fix an invalid munlock() call in winbindd's credentials cache.
1827     * Fix compile warnings when passing NULL to snprintf().
1828     * BUG 3915: Fall back to a pure unix user with S-1-22 SIDs in the
1829       token in case anything weird is going on with the 'force user'.
1830     * CVE-2006-3403: Fix minor memory exhaustion DoS in smbd.
1833 o   Derrell Lipman <derrell@samba.org>
1834     [libsmbclient]
1835     * BUG 3814: Only set the DFS capability flag in client requests
1836       if the share is a DFS root.
1837     * Fix bug causing previous settings to be re-initialized 
1838       when parsing new configuration files.
1839     * BUG 3446: Don't ignore the authentication domain when parsing 
1840       the SMB URI.
1841     * Fix cli_setpathinfo() to actually do what it's supposed to.
1842     * Fix libsmbclient to make correct use of the new "one connection
1843       per server feature".
1846 o   Jason Mader <jason@ncac.gwu.edu>
1847     * Numerous compiler warning fixes.
1850 o   John E. Malmberg <wb8tyw@qsl.net>
1851     * Make smbldap obey config tests.
1854 o   Jim McDonough <jmcd@us.ibm.com>
1855     * Fixes for 'make test' on AIX.
1856     * Ensure we do a wildcard search for SID's starting with the global SAM 
1857       sid, not an exact search (from John Janosik).
1858     * Adapt smbclient fix to smbtree to enable long share names.
1859     * Prevent machines and users with no home directory from 
1860       getting the previous entries home path when migrating via 
1861       'net rpc vampire' (based on a patch from Richard Renard).
1862     * Remove hard-coded LDIF names when dumping a migrated 
1863       domain's users and groups.
1864     * BUG 1374: Can't join an OU with name that contains '#'.
1867 o   Stefan Metzmacher <metze@samba.org>
1868     * Add more tests to 'make test'.
1869     * Try to make timelimit.c more portable.
1870     * Fix linking of smbmount tools with --enable-socket-wrapper.
1871     * Pass 'target:samba3=yes' to samba4's smbtorture when running 
1872       samba3's make test.
1873     * Miscellaneous fixes for 'make test'.
1874     * Add improved support for 'make test' including making 
1875       use of smbtorture from SAMBA_4_0.
1876     * Add --no-process-group to all server programs 
1877       (e.g. timelimit 20000 bin/nmbd -F -S --no-process-group).
1878     * Add configure tests --with-selftest-prefix=/tmp/samba-test
1881 o   Lars Müller <lmuelle@samba.org>
1882     * Fix lock calls in the python tdb bindings.
1883     * Add -k switch to tdbdump for accessing a single key.
1884     * Debian packaging fixes.
1885     * Add -t|--password-from-stdin option to pdbedit as we had 
1886       with Samba 2.2.
1887     * Various minor fixes to install scripts used by 'make install'.
1890 o   James Peach <jpeach@sgi.com>
1891     * Ensure smbclient always prompts on standard output when in
1892       interactive mode.
1893     * BUG 3801, 3805: Fix MIPSPro compiler warnings on IRIX.
1894     * Introduce command line options to set the remainder of the 
1895       parameters in dynconfig.c.
1896     * Avoid pulling in -lpthreads caused by -lrt.
1897     * Fix build failures on IRIX 6.4 due to DMAPI support.
1898     * Isolate the slow CLOCK_REALTIME message in the profiling code.
1899     * Correct comparison logic so that libunwind can be correctly detected.
1900     * Implement a "stacktrace" smbcontrol option using libunwind's remote
1901       stack tracing support (ia64 only).
1902     * Use dynamic buffers in the IRIX nsswitch module to prevent truncation
1903       of long group lists.
1904     * New autoconf macro to test for sysconf variables.
1905     * Change profiling data macros to use stack variables rather than
1906       globals. This catches mismatched start/end calls and removes
1907       the need for special nested profiling calls.
1908     * Rewrite AC_LIBTESTFUNC so that it works like the callers
1909       of it expect.
1910     * Use clock_gettime for profiling timstamps if it is available. Use
1911       the fastest clock available on uniprocessors.
1912     * Preserve errno in fcntl lock wrappers.
1913     * Initialize our saved uid and gid so that we can tell when we 
1914       created the profiling shmem segment and don't bogusly refuse to 
1915       look at it.
1916     * Add a new option "enable core files" which can be used to disable 
1917       automatic core file dumping. 
1918     * Update our internal copy of popt to that distributed with the RPM 
1919       4.2 source code.
1920     * Add support for FAM for file change notification.
1921     * Disable sendfile if the 'write cache;' has been enabled.
1922     * Refactor capability interface from being IRIX-specific to 
1923       using only the POSIX interface.
1924     * Consolidate core dumping code to aid in debugging.
1925     * Add support for libunwind to generating a backtrace.
1926     * BUG 3490: Don't test for ldap or krb5 libs if --without-ldap
1927       and --without-ads are specified.
1928     * Allow the user to set winbind nss timeouts in seconds on IRIX.
1929     * Set the FILE_STATUS_OFFLINE bit by observing the events 
1930       a DMAPI-based HSM is interested in.
1933 o   Tim Potter <tpot@samba.org>
1934     * Build janitorial duties.
1935     * BUG 3725: Put references to $PICFLAGS in quotes.
1938 o   Aruna Prabakar <aruna.prabakar@hp.com>
1939     * Show -W option in smbpasswd usage text.
1942 o   ISHIKAWA Tomonori <toishika@fsi.co.jp>
1943     * BUG 2715: Fix nmbd datagram comment buffer size for multibyte 
1944       character strings
1947 o   Andreas Schwab
1948     * Correct syntax error in aclocal.m4.
1951 o   Simo Sorce <idra@samba.org>
1952     * Pam modules install fix.
1953     * Allow "net changesecretpw" to accept a password via stdin.
1954     * Implement 'net setdomainsid' command.
1955     * Ensure that sid -> group conversion are done as root.
1956     * BUG 3413: Sanity check for existence of 'ldap admin 
1957       dn' before setting a password in secrets.tdb (based on
1958       work by William Jojo).
1959     * New revision of the snprintf replace code.
1960     * Set the correct sid type when looking up a gid.
1963 o   Todd Stecher <tstecher@isilon.com>
1964     * Add TCP fallback for our implementation of the CHANGEPW 
1965       kpasswd calls.
1968 o   Ronan Waide <waider@waider.ie>
1969     * Add 'wbinfo -i' functionality to exercise winbindd's getpwnam() 
1970       functionality.
1973 o   Shlomi Yaakobovich <Shlomi@exanet.com>
1974     * Fix for machine password time_t overflow.
1977       --------------------------------------------------
1978                    ==============================
1979                    Release Notes for Samba 3.0.22
1980                             Mar 30, 2006
1981                    ==============================
1983 This is a security release of Samba. The Samba 3.0.21 release 
1984 series (including the patch releases a through c) has been 
1985 discovered to expose the clear text of the server's machine 
1986 account credentials in the winbind log files when the log 
1987 level is set to 5 or higher.  This defect has been assigned 
1988 the CVE number CAN-2006-1059.
1990 Summary
1991 =======
1993 The machine trust account password is the secret shared
1994 between a domain controller and a specific member server.
1995 Access to the member server machine credentials allows
1996 an attacker to impersonate the server in the domain and 
1997 gain access to additional information regarding domain 
1998 users and groups.
2000 The winbindd daemon included in Samba 3.0.21 and subsequent
2001 patch releases (3.0.21a-c) writes the clear text of server's
2002 machine credentials to its log file at level 5.  The winbindd
2003 log files are world readable by default and often log files
2004 are requested on open mailing lists as tools used to debug
2005 server misconfigurations.
2007 This affects servers configured to use domain or ads security
2008 and possibly Samba domain controllers as well (if configured
2009 to use winbindd).
2011 =======
2013       --------------------------------------------------
2015                    ===============================
2016                    Release Notes for Samba 3.0.21c
2017                               Feb 24, 2006
2018                    ===============================
2020 Common bugs fixed in 3.0.21c include:
2022   o Access checks when deleting printer driver meta-data.
2023   o Several non-default combinations schannel and SPNEGO support.
2024   o Password changes with NT4 and Win2k pre-SP4 clients.
2025   o High load issues on IRIX caused by a bug when interfacing 
2026     with kernel oplocks.
2029 ######################################################################
2030 Changes
2031 #######
2033 Changes since 3.0.21b
2034 ---------------------
2036 commits
2037 -------
2038 o   Michael Adam <ma@SerNet.DE>
2039     * Add popt to the include path for examples/VFS.
2042 o   Jeremy Allison <jra@samba.org>
2043     * Fix bug in the USC2 macros on big-endian CPUs.
2044     * Filter deleted oplocks from the output of smbstatus.
2045     * Remove invalid test check_for_pipe().
2046     * BUG 3515: Fix kernel oplock support on IRIX.
2047     * BUG 3522: Fix return value for mkdir request when the directory
2048       already exists.
2049     * BUG 3526: Add missing FindNext info levels (diagnosed by Corinna 
2050       Vinschen).
2051     * BUG 3330: Fix username parsing in Kerberos PAC (based on work 
2052       by Guenther).
2053     * BUG 3512: Fix cause of "use spnego=no" and "server signing=auto" 
2054       resulting in a client disconnect after negprot.
2055     * BUG 3510: Fix 'net join' against a server with client schannel 
2056       disabled.
2057     * Fix negprot bug causing a 2k client with cached domain 
2058       credentials to refuse to connect to a standalone Samba host.
2059     * Ensure that the correct error is checked when encountering a 
2060       socket error (fixes crashes in winbindd).
2063 o   Andrew Bartlett <abartlet@samba.org>
2064     * Fix domain joins from NT4 clients and password changes.
2067 o   Richard Bollinger <rabollinger@gmail.com>.
2068     * Compile fix in pdbedit.
2071 o   Gerald (Jerry) Carter <jerry@samba.org>
2072     * Break RHEL/Fedora packaging out to include a samba-docs rpm.
2073     * Remove use of /var/cache/samba from RHEL/Fedora packaging.
2074     * Fix bug in loadparm.c that caused builtin services to be also
2075       listed as external services (e.g. Spooler, NETLOGON, etc..).
2076     * Fix bug in the samr dispinfo enumeration code.
2077     * Add earlier checks to deny deleting a printer driver meta-data.
2080 o   Guenther Deschner <gd@samba.org>
2081     * Add Account Policy LDAP attributes for eDirectory schema.
2084 o   William JoJo <jojowil@hvcc.edu>
2085     * BUG 1870: Make nmblookup do a node status on all IP's when 
2086       requested.
2087     * BUG 2353: Fix clitar -F processing.
2090 o   Volker Lendecke <vl@samba.org>
2091     * Fix the build for --with-aio-support.
2092     * Fix remote password changing if password must change is set.
2093     * Fix rpcclient to obey the -W parameter.
2094     * Fix segv in smbmount and the profiles tool.
2095     * Fix typo in pdbedit help text (reported by Karolin Seeger).
2098 o   Vladimir Lettiev
2099     * Honour the $(DESTDIR) Makefile variable when installing 
2100       Python extensions.
2103 o   Jason Mader <jason@ncac.gwu.edu>
2104     * Compiler warning fixes.
2107 o   Lars Müller <lmuelle@samba.org>
2108     * Fix python build with older python versions.
2109     * Update dhcp.conf files in Debian packaging
2110     * SWAT welcome file updates
2111     * Compiler warning fixes.
2112     * Add .2 to the SONAME as version suffix if we link the nss 
2113       modules on linux.
2114     * Add -t|--password-from-stdin option to pdbedit.
2117 o   James Peach <jpeach@sgi.com>
2118     * Continue not enabling valgrind on 64-bit Linux.
2121 o   Tim Potter <tpot@samba.org>
2122     * Remove unused #defines.
2125 o   Simo Sorce <idra@samba.org>
2126     * Debian packaging updates.
2129 o   Qiao Yang <qyang@stbernard.com>
2130     * Make sure to refresh the timestamp on entries in the failed 
2131       connection code in winbindd.
2134       --------------------------------------------------
2135                    ===============================
2136                    Release Notes for Samba 3.0.21b
2137                               Jan 30, 2006
2138                    ===============================
2140 Common bugs fixed in 3.0.21b include:
2142   o Server crashes in smbd.
2143   o Compile issues on 64-bit platforms.
2144   o Crash bugs on big-endian systems.
2145   o Packaging fixes for RHEL/Fedora, Solaris, & Debian.
2146   o Over 30 bugzilla reports closed.
2149 ######################################################################
2150 Changes
2151 #######
2153 Changes since 3.0.21a
2154 ---------------------
2156 commits
2157 -------
2158 o   Jeremy Allison <jra@samba.org>
2159     * Fix the SAMR cache across handles opens and closes.
2160     * Re-add the talloc_describe_all() function for reporting pool 
2161       usage.
2162     * Merge talloc license change from Samba 4.
2163     * Fix 64-bit compile warnings reported by gcc.
2164     * Add the share path into the sharemode db. 
2165     * Consistency fixes: Remove use of uint8_t -> uint8.
2166     * BUG 3346: Fix crash bug in big-endian boxes by linearizing 
2167       structure when passing through the messaging API.
2168     * BUG 3421: Fix segv in the Kerberos key tab code (Thanks to 
2169       Luke Deller).
2170     * Force smbd to exit if the guest account internal setup fails.
2171     * BUG 3419: vfs_full_audit fixes for multiple connections.
2172     * Ensure SWAT lists running processes.
2173     * Fix NTLMv2 interoperability bug between Samba servers.
2174     * Oplock break logic fixes.
2177 o   Andrew Bartlett <abartlet@samba.org>
2178     * BUG 3401: Fix crash bug caused by incorrect handling of weak 
2179       session keys.  Based on original patch from Yau Lam Yiu.
2182 o   Alexander Bokovoy <ab@samba.org>
2183     * BUG 3397: Add USER_INFO_9 for SMS 2003 support (ported from 
2184       Samba TNG code).
2187 o   Stefan Burkei <stefan@burkei.de>
2188     * BUG 3248: When doing auth_crap authentication use the client 
2189       given workstation name not our own.
2192 o   Gerald (Jerry) Carter <jerry@samba.org>
2193     * Fixing net rpc registry enumerate from overwriting the open 
2194       subkey handle.
2195     * BUG 3380: fix crash when changing printer drivers.
2196     * BUG 3391: ensure we can lookup account policies for failed 
2197       logons.
2198     * Adding query/set ops for security descriptors on services.
2199     * BUG 3329: Solaris packaging fixes.
2200     * Better formatting for smbstatus output (based on patch from
2201       Adam Neilson).
2202     * Hook the max connections spin box in the share properties 
2203       MMC plug-in dialog to the 'max connections' smb.conf parameter
2204       and the 'modify share command' option.
2205     * Work around building libnss_winbind.so on Solaris when 
2206       --enable-developer is specified.
2207     * Add vendor patch level string to VERSION.
2208     * Consolidate packaging for RHEL4 and Fedora based on initial
2209       work by jht.  
2212 o   Albert Chin <@thewrittenword.com>
2213     * BUG 3374: Build failures on True64.
2216 o   Guenther Deschner <gd@samba.org>
2217     * Fill in samr_get_dom_pwinfo based on Samba4.
2218     * Fill in the clientside TRUSTED_DOMAIN_INFO_EX query.
2219     * Fixes for adssearch.pl example script.
2220     * Prevent 'net rpc' from dumping clear text password at high log 
2221       levels unless built with DEBUG_PASSWORD.
2222     * Fix 'net ads user add' with a Windows 2003 SP1 DC.
2223     * Fix python build.
2224     * Fix segfault in pdb_nds.c.
2225     * Don't write null sid mappings into the winbindd_cache.tdb.
2226     * Save sid_to_name lookup result in winbindd already after doing 
2227       a successful name_to_sid.
2228     * BUG 3390: Fix segfault in "net rpc vampire|samdump".
2229     * BUG 1524, 3205: Support changing expired passwords in 
2230       pam_winbindd.
2231     * Fix netfileenum returning WERR_BUF_TOO_SMALL in rpcclient.
2232     * BUG 3264: Allow idmap_ad to load as 'ad'.  Cleanup the way 
2233       idmap modules are build and loaded, idmap_rid now will have 
2234       to be loaded without prefix, just "rid".
2235     * Prevent cli_krb5_get_ticket of getting into an infinite loop. 
2238 o   Andrew Esh <Andrew_Esh@adaptec.com>
2239     * BUG 1061: Fix nmbd to correctly the path to an lmhosts files 
2240       specified on the command line with -H.
2243 o   SATOH Fumiyasu <fumiya@samba.gr.jp>
2244     * End profile fixes.
2245     * BUG 3348: Don't assume owning sticky bit directory means 
2246       write access allowed.
2247     * Fix double free in on failure path in POSIX acl code.
2250 o   Andriy Gapon <avg@icyb.net.ua>
2251     * BUG 3458: Fix crash bug in smbd and winbindd caused by 
2252       accessing freed memory.
2255 o   Björn Jacke <bj@sernet.de>
2256     * Configure check for Tru64 EA functions (not yet implemented).
2257     * Find Tru64 AIO lib in configure.
2258     * Cut-n-paste fixes in configure.in.
2261 o   John Janosik <jpjanosi@us.ibm.com>
2262     * IBM Tivoli Directory Server schema updates.
2265 o   Michael James <michael@james.st>
2266     * sid2string fix in adssearch.pl.
2269 o   William JoJo <jojowil@hvcc.edu>
2270     * BUG 3340: Prevent automatic inclusion of AIO support on AIX.
2271     * BUG 3389: Failures on AIX in linking smbd when the symbol 
2272       table for ld exceeds 65536 bytes.
2273     * Add -W to smbpassword so that the ldap admin dn password does
2274       not have to be specified on the command line.
2275     * BUG 3408: Fix for external password change programs on AIX.
2276     * BUG 1779: 64-bit compile fixes.
2279 o   Martin Koeppe <mkoeppe@gmx.de>
2280     * BUG 3287: Match SFU behavior for dev/inode numbers.
2283 o   Volker Lendecke <vl@samba.org>
2284     * BUG 3291: Fix valgrind error in client connection code.
2285     * BUG 3292: Prevent smbclient from spinning if server terminates
2286       connection.
2287     * BUG 3293: Use SMBecho instead of chkpath to keep a smbclient 
2288       connection alive smbclient.
2289     * Add lookupname to rpcclient query_user as a fallback, we now 
2290       accept both rid and username.
2291     * Introduce yet another copy of the string_sub function: 
2292       talloc_string_sub use by AFS token code in winbindd.
2293     * BUG 3351: pdb_mysql again overwrites password fields.
2294     * BUG 3384: Fix segv in tdbtool.
2295     * Use the same CFLAGS for generating the pch as we use to 
2296       actually compile.
2297     * Correct typo when compiling the vfs_catia module.
2298     * Fix automatic recreation of a new tdb sam file.
2301 o   Derrell Lipman <derrell@samba.org>
2302     [libsmbclient]
2303     * Fix parsing of file times (w_time and m_time were reversed).
2304     * Add additional libsmbclient test programs.
2305     * BUG 3336: Load networks interfaces in libsmbcliebt after parsing 
2306       the configuration files.
2307     * Avoid doing a NetBIOS name query for each server and workgroup 
2308       enumeration call.
2309     * Do not open connection when only looking for cached connection.
2310     * BUG 2651: Add option to log debug messages to stderr instead 
2311       of stdout.
2312     * Added flag to not request authentication information.
2313     * Enhancements to smbwrapper example code.
2314     * Replace smbwrapper call to dlopen(/lib/libc...) with direct 
2315       use of RTLD_NEXT.
2318 o   David May <mayd@cygnus.uwa.edu.au>
2319     * BUG 3329: Shell scripting portability fixes on 'make test'.
2322 o   Tony Mountifield <tony@softins.co.uk>
2323     * BUG 3327: fix bad access to gencache.tdb after fork() in 
2324       smbmount.
2327 o   Lars Müller <lmuelle@samba.org>
2328     * BUG 3264: Support backwards compatible setups using 
2329       'idmap backend = idmap_rid'.
2330     * Add %w macro for the winbind separator.
2331     * Convert net command to use stderr for error messages rather 
2332       than stdout.
2335 o   James Peach <jpeach@sgi.com>
2336     * Portability fixes in LDAP code.  Don't use non-static array 
2337       initializers.
2338     * Support the TCP_FASTACK socket option if it is available. 
2339     * Tell the MIPSPro compiler to push DEBUG calls out of line.
2342 o   Makr Proehl <m.proehl@science-computing.de>
2343     * BUG 1336: Print the server role when calling testparm in 
2344       non-verbose mode.
2347 o   Simo Sorce <idra@samba.org>
2348     * Crackcheck utility enhancement based on patch sent by 
2349       Tom Geissler.
2350     * BUG 3405: Fix segv in vfs_recycle module on platforms wither 
2351       mode_t is not 32-bits.
2354 o   John Terpstra <jht@samba.org>
2355     * RHEL/Fedora spec file patches.
2358       --------------------------------------------------
2359                    ===============================
2360                    Release Notes for Samba 3.0.21a
2361                               Dec 30, 2005
2362                    ===============================
2364 Common bugs fixed in 3.0.21a include:
2366   o Deadlocks when multiple users access an oplocked file 
2367     concurrently
2370 ######################################################################
2371 Changes
2372 #######
2374 Changes since 3.0.21
2375 --------------------
2377 commits
2378 -------
2379 o   Gerald (Jerry) Carter <jerry@samba.org>
2380     * RedHat 9 packaging Fixes.
2383 o   Guenther Deschner <gd@samba.org>
2384     * eDirectory schema syntax fixes.
2387 o   Volker Lendecke <vl@samba.org>
2388     * BUG 3349: Deadlock caused logic error in oplock code.
2390       --------------------------------------------------
2391                    ==============================
2392                    Release Notes for Samba 3.0.21
2393                             Dec 20, 2005
2394                    ==============================
2396 Common bugs fixed in 3.0.21 include:
2398   o Missing groups in a user's token when logging in via Kerberos
2399   o Incompatibilities with newer MS Windows hotfixes and 
2400     embedded OS platforms
2401   o Portability and crash bugs.
2402   o Performance issues in winbindd.
2404 New features introduced in Samba 3.0.21 include:
2406   o Complete NTLMv2 support by consolidating authentication
2407     mechanism used at the CIFS and RPC layers.
2408   o The capability to manage Unix services using the Win32 
2409     Service Control API.
2410   o The capability to view external Unix log files via the
2411     Microsoft Event Viewer.
2412   o New libmsrpc share library for application developers.
2413   o Rewrite of CIFS oplock implementation.
2414   o Performance Counter external daemon.
2415   o Winbindd auto-detection query methods when communicating with
2416     a domain controller.
2417   o The ability to enumerate long share names in libsmbclient 
2418     applications.
2421 ######################################################################
2422 Changes
2423 #######
2425 smb.conf changes
2426 ----------------
2428     Parameter Name                      Action
2429     --------------                      ------
2430     dfree cache time                    New
2431     dfree command                       Per share
2432     eventlog list                       New
2433     iprint server                       New
2434     map read only                       New
2435     passdb expand explicit              New
2436     rename user script                  New
2437     reset on zero vc                    New
2438     svcctl list                         Renamed from 'enable svcctl'
2442 Changes since 3.0.20b
2443 ---------------------
2445 o   Jeremy Allison <jra@samba.org>
2446     * BUG 1828: Fixed SPNEGO issues with PocketPC clients.
2447     * Added 'map readonly' parameter.
2448     * BUG 3166: Fix crash in libsmbclient if the $HOME environment is
2449       not defined.
2450     * Maintain schannel client session keys in volatile 
2451       $(privatedir)/schannel_store.tdb.
2452     * BUG 2769: Ensure we mangle filenames ending in a space
2453     * Catch corner case of renaming a symlinked directory into 
2454       itself
2455     * Ensure that smb.conf requests for hidden files are honored, 
2456       even when DOS attributes are stored in EA's
2457     * Add new auth method "auth_script" for calling an external 
2458       program
2459     * BUG 2152: Fix for mangled filenames when the client does 
2460       support long filenames
2461     * Rewritten implementation of client and server DCE/RPC infrastructure 
2462     * BUG 3192: Adds a "dfree cache time" parameter.
2463     * Fix acl evaluation bug found by Marc Cousin.  Only evaluate 
2464       the S_IWGRP mask in the absence of a POSIX ACL.
2465     * Remove use of 'long long' in libsmbclient code.
2466     * Ensure the new canonicalize_servicename() in name/snum hash 
2467       is multi-byte safe.
2468     * BUG 2922: Integration of FreeBSD AIO patches from Timur 
2469       Bakeyev.
2470     * BUG 3216: Put directory opens into the share mode db so we 
2471       can treat them similarly to file opens (delete on close, 
2472       share mode violations etc.).
2473     * Fix bug in name mangling code when case sensitivity is enabled.
2474     * Remove external dependencies from the sharemodes library.
2475     * BUG 3212: Ignore bogus OS/2 set EA values on trans2 calls.
2476     * Don't misinterpret wild card characters in file names on disk
2477       as they are actually valid characters.
2478     * BUG 3223: Fix bug in account policy management when 
2479       account_pol.tdb settings have been migrating to an LDAP 
2480       backend.
2481     * Allow the hash size of the tdb open (locking) database to be 
2482       set in local.h.
2483     * Fix error code returns on client spoolss code.
2484     * Remove unneeded strncpy use.
2485     * Fix uninitialized variables warnings.
2486     * Cleanup smbcacls security descriptor parsing and error codes.
2487     * BUG 3224: Correctly use machine_account_name and client_name 
2488       when doing netlogon credential setup.  Fixes winbindd running 
2489       on a Samba PDC.
2490     * Backport Samba 4 time zone handling.
2491     * Fix core dump if setmntent() returns NULL.
2492     * Replace old crc32 code with one from the FreeBSD tree.
2493     * Filter stored DOS attributes by SAMBA_ATTRIBUTES_MASK.
2494     * Remove #define of close -> close_fn macro in libsmbclient.
2495     * Return early if -1 returned from *BSD EA call (reported by 
2496       Timur).
2497     * Name space cleanup by marking local functions static.
2498     * Move samr enumeration cache from per handle basis to a shared 
2499       cache.
2500     * BUG 3274: Fix invalid smbclient qpath_basic() queries against 
2501       OS/2 servers (based on patch from Guenter Kukkukk).
2502     * Ensure default applies to new files (reported by Thomas 
2503       Neumann).
2504     * BUG 3293: Use SMBecho to testing the server in client rather 
2505       than SMBchkpath.
2506     * Merge talloc fixes from Samba 4 branch.
2507     * Add support DCE/RPC cancel operation.
2508     * Don't reset attrs to zero in EA get.  Fixes 'hide dot files'
2509       when using EA for DOS attributes.
2510     * Fix bug in returning remote time (reported by Thomas Bork).
2511     * No users or groups to return in BUILTIN domain.
2512     * Removed separate "builtin" search enumeration.
2513     * Added count_sam_aliases to return the correct alias count.
2514     * Correctly handle the LDAP_UNWILLING_TO_PERFORM error from 
2515       eDirectory when accessing the universal password.
2516     * Fix deadlock condition in share mode locking code.
2517     * Fix logic bug in unix_mask_match().
2518     * Fix memory leak in SMB client code found by Mikhail Kshevetskiy.
2522 o   Rashid N. Achilov <shelton@granch.ru>
2523     * Add better service description names to the svcctl code.
2526 o   Timur Bakeyev <timur@com.bat.ru>
2527     * BUG 3262: Improve FreeBSD DOS attribute error reporting.
2530 o   Andrew Bartlett <abartlet@samba.org>
2531     * Remove another ancient NTLMSSP implementation.
2532     * Allow machine account logons work if the client gives the 
2533       appropriate flags. 
2536 o   Alexander Bokovoy <ab@samba.org>
2537     * Add POSIX statvfs() to VFS api.
2540 o   Gerald (Jerry) Carter <jerry@samba.org>
2541     * Eventlog and ServiceControl support.
2542     * BUG 1051: store the directory path so we can send the full 
2543       name in the unlink call from smbclient.
2544     * Use reference count strategy for keeping the registry tdb 
2545       open.
2546     * Convert internal registry objects to new hierarchical talloc
2547     * Allow the root user a free pass for access checks in the
2548       registry and service control checks.
2549     * Sanity checks in the privilege code to prevent empty SID 
2550       entries
2551     * Add basic infrastructure for 'make test' when the socket 
2552       wrapper library is configured at compile time
2553     * Convert profiles utility to use the current regfio interface 
2554       for reading and writing user profiles
2555     * Remove netsamlogon_cache interface
2556     * Ensure that print jobs are removed even when the cancel 
2557       command is received before the print cache has been updated
2558     * Fix linking problem on Solaris when including ACL support.
2559     * Give root a free pass to open the eventlog tdb files.
2560     * Fix segfault in addprinter due to mixing talloc() and 
2561       malloc()'d memory.
2562     * fix invalid read reported by valgrind in the spoolss 
2563       backchannel connection.
2564     * Remove use of 'long long' in perfcounter registry code.
2565     * BUG 3201: make sure request structure is cleared prior to 
2566       sending the request to winbindd.
2567     * Don't count open pipes in the num_files_open on a connection
2568       (regression from Samba 2.2).
2569     * Ensure servername hashing code normalizes the name.
2570     * Fix checks for connect() in -lnsl[_s].
2571     * Convert eventlog API to use NTSTATUS return codes rather 
2572       than WERROR.
2573     * Fix segv in winbindd caused by an uninitialized variable 
2574       in winbindd_dual_getsidaliases().
2575     * Allow winbindd to select the appropriate backend methods
2576       based on the DC attributes and not the security parameter.
2577     * Re-add the netsamlogon_cache tdb and ensure that user entries
2578       are updated from the PAC data during Kerberos ticket 
2579       validation.
2580     * Fix lockup when running 'wbinfo -t' on a Samba PDC caused 
2581       by mangling machine names in sub_set_smb_name().
2582     * Add smbget to the list of tools built by default.
2583     * Fix clearing of eventlog tdb files.
2584     * Fix sequential reads in eventlog support.
2585     * BUG 2718: Don't use qpathinfo_basic() call when remote server 
2586       is Win9x.
2587     * Fix build issues with the Sun compiler.
2588     * BUG 3156: Don't use find_service() when explicitly looking 
2589       for a printer.
2590     * Fix nss_winbind_solaris.c build breakage on HP-UX.
2591     * Initialize the local group description.
2592     * Disable WINS and NetLogon services in the MMC services
2593       plugin when the associated smb.conf features are not enabled.
2594     * Add checks for invalid characters in new share names on the 
2595       srvsvc pipe.
2596     * Fix SWAT installation issues with 'make install'.
2597     * Always add the BUILTIN\Administrators SID to a Domain 
2598       Admins token.
2601 o   Alex Deiter <tiamat@komi.mts.ru>
2602     * BUG 3196: Patch to compile against the Sun LDAP client libs.
2603       (not for AD support; just ldap support).
2606 o   Guenther Deschner <gd@samba.org>
2607     * Fixed compile problems and warnings with newer OpenLDAP 
2608       and OpenSSL libs
2609     * Fix bug when enumerating trusted domains via 'wbinfo -m'
2610     * Parse the MS Kerberos PAC to obtain the user group 
2611       membership during logon.
2612     * Add support for SeRestorePrivilege to allow a process to 
2613       change the ownership of a file to any arbitrary account
2614     * Fix password history storage when using Novell eDirectory for 
2615       ldapsam storage
2616     * Backport Kerberos PAC parsing from Samba 4 branch in order to
2617       correctly create the NT User Token when logging into a Samba 
2618       member server
2619     * Add small helper function to return a PAC_LOGON_INFO.
2620     * Use LDAP bitwise matching rule when searching for groups 
2621       in ADS.
2622     * Avoid an infinite loop when retrying to connect in smbspool.
2623     * Memory leak fixes in the Kerberos PAC parsing code.
2624     * Improve NT_STATUS error messages returned from pam_winbind.
2625     * Rename unknown samr group fields in samr structures with 
2626       the correct name.removed separate "builtin" search enumeration.
2627     * Cleanup redundant StartTLS code.
2628     * Allow StartTLS support when connecting to Windows 2003 by
2629       setting 'ldap ssl = start_tls'.
2630     * Support raw NTLMSSP session setups in smbspool.
2631     * Add rpccli_samr_chgpasswd3().
2632     * Add 'wbinfo --separator'.
2633     * Uninitialized warnings fixes.
2634     * Fix return value in client spooler code.
2635     * Require forced migration of account policies.  
2638 o   Steve French <sfrench@us.ibm.com>
2639     * Fix cifs to handle non-numeric uid and gid parameters.
2640     * Merge trunk and SAMBA_3_0 mount.cifs code.
2641     * Cleanup cifs cfs help message.
2644 o   Paul Green <paulg@samba.org>
2645     * Update to the latest config.guess and config.sub files.
2648 o   Deryck Hodge <deryck@samba.org>
2649     * Allow control of syslog facility and level in audit vfs modules.
2652 o   S Murthy Kambhampaty <smk_va@yahoo.com>
2653     * Patches for Fedora RPM specfile and init script
2656 o   Krishna Ganugapati <krishnag@centeris.com>
2657     * Use the subtree delete ldap control when running 'net ads 
2658       leave'.
2661 o   Volker Lendecke <vl@samba.org>
2662     * New oplock implementation.
2663     * Add assert() call if winbindd cannot locate the domain SID in 
2664       secrets.tdb on startup
2665     * Fix an annoying timeout in winbindd when nmbd is not running.
2666     * Speed up loading smb.conf for large numbers of share 
2667       definitions by adding an internal hashing of names to snums. 
2668       Thanks to Michael Adam.
2669     * Fix potential segv in rpcclient's lsarpc calls.
2670     * Fix bugs in winbindd's use of rpccli_netlogon_getdcname().
2671     * Fix alignment in getdc response.
2672     * Allow pdbedit to set the domain for a user account.
2673     * Fix fallback logic in rpc binds.
2674     * Fix memleak in message handling code.
2675     * Fix connection bug to port 445 and 139 after a successful 
2676       getdcname response.
2677     * Add additional calls to initialize_krb5_error_table() for 
2678       Kerberos client code.
2679     * Implement the possibility to have AFS users as SIDs in pts.
2680     * Removed unused alternative_name code from winbindd.
2681     * Protect against NULL alternative_name strings in winbindd.
2682     * Define a default panic action with -DEVELOPER is defined.
2683     * Add the capability to reset smbd connections on a zero VC id.
2684     * Allow smb.conf variable expansion to be disabled in passdb 
2685       backends.
2686     * Add lookupname to rpcclient query_user as a fallback.
2687     * BUG 3292: Prevent smbclient from spinning when the server 
2688       disconnects.
2689     * BUG 2191: Fix valgrind error in cli_session_setup_guest().
2690     * Add samr_lookup_rids for the builtin domain.
2691     * Memory allocation cleanups in passdb.
2692     * Restrict samr_open_domain() to our domain only.
2693     * Change local_lookup_sid() to local_lookup_rid() since it 
2694       is responsible for our domain only.
2695     * Fix some uninitialized variable warnings.
2696     * Fix winbind_lookup_name for the local domain, 
2699 o   Derrell Lipman <derrell@samba.org>
2700     * Cleanup libmsrpc version numbers.
2701     * BUG 3257, 3267, 3273: Plug memory and file descriptor leaks.    
2702     * Fix crash bug in libsmbclient.
2703     * Add long share name support to libsmbclient when enumerating 
2704       shares.
2707 o   Jason Mader <jason@ncac.gwu.edu>
2708     * Removed compiler various warnings.
2711 o   Alex Masterov <alex@infobit.ru>
2712     * BUG 3218: Fix XATTR calls on *BSD systems.
2715 o   Jim McDonough <jmcd@us.ibm.com>
2716     * Speed up string_to_sid by removing next_token calls and 
2717       unneeded strncmp() calls.
2718     * Implement user rename for smbpasswd and LDAP backends.
2719     * BUG 2961 (partial): Add rename support for user accounts to tdbsam
2720     * BUG 3187: Fix time zone offset in logon hours restrictions.
2723 o   Stefan Metzmacher <metze@samba.org>
2724     * Fix setting of quotas on linux kernel with the struct 
2725       if_dqblk interface
2726     * Enable sysquota interface on Linux by default
2727     * Use lp_socket_address() when binding to port 138/udp in nmbd.
2730 o   Brian Moran <bmoran@centeris.com>
2731     * Eventlog and ServiceControl support.
2732     * Added eventlogadm tool for writing Eventlog records.
2733     * Fix typo when creating Eventlog source DLL registry paths.
2734     * Add simple script to tail syslog and write records to 
2735       eventlog tdb.
2736     * Fix segv in eventlogadm when not event logs are listed in 
2737       smb.conf.
2740 o   Lars Müller <lmuelle@samba.org>
2741     * Only install smbsh manpage if smbwrapper has been successfully
2742       built.
2743     * Ensure setmntent() returns with != NULL in the disk_quotas() 
2744       Linux version.
2745     * Add configure switch to disable libmsrpc build.
2746     * Add a soname to libmsrpc.
2749 o   Ricky Nance <ricky.nance@gmail.com>
2750     * Updates for the mklogon perl scripts.
2753 o   Chris Nicholls <skel@samba.org>
2754     * New libmsrpc library (Google SoC Project).
2755     * Fix libmsrpc build of on the Sun compiler by removing empty 
2756       structure declarations.
2759 o   James Peach <jpeach@sgi.com>
2760     * Fix parsing error for smb ports parameter.
2763 o   Tim Potter <tpot@samba.org>
2764     * BUG 3260: Fix DYNEXP flags on HPUX.
2767 o   Marcin Porwit <mporwit@centeris.com>
2768     * Eventlog and ServiceControl support.
2769     * Added basic Performance Counter daemon which can feed data
2770       for the Windows perfmon.exe tool.
2771     * Fix directory permissions in the perfcounter daemon.
2772     * Add the 'File' registry value for the eventlog keys.
2775 o   Aruna Prabakar <aruna.prabakar@hp.com.
2776     * Add checks to verify that the spooler is running on HP-UX when
2777       reloading the printer name cache.
2780 o   Joel Smith <joel.j.smith@novell.com>
2781     * Add iPrint printing backend support.
2784 o   Toomas Soome <Toomas.Soome@mls.ee>
2785     * Implement host lookups in nss_winbind.so.1 on Solaris
2788 o   Simo Sorce <idra@samba.org>
2789     * Update Debian packaging.
2792 o   John Terpstra <jht@samba.org>
2793     * Add 'net idmap' usage help text.
2796 o   Andrew Tridgell <tridge@samba.org>
2797     * Change license notice of standalone talloc library to LGPL.
2800 o   Darren Tucker <dtucker@zip.com.au>
2801     o Crash fix for snprintf() code.
2804 o   Rainer Weikusat <rainer.weikusat@sncag.com>
2805     * Fix function name typo in skeleton VFS code.
2809 Release Notes for older release follow:
2811       --------------------------------------------------
2812                    ===============================
2813                    Release Notes for Samba 3.0.20b
2814                              Oct 12, 2005
2815                    ===============================
2817 Common bugs fixed in 3.0.20b include:
2819   o A crash bug in winbindd
2820   o Reporting files as read-only instead of returning the 
2821     correct error code of "access denied"
2822   o File system quota support defects
2823   
2825 ######################################################################
2826 Changes
2827 #######
2830 Changes since 3.0.20a
2831 ---------------------
2833 commits
2834 -------
2836 o   Jeremy Allison <jra@samba.org>
2837     * BUG 3088: Fix error condition for files on a read-write share 
2838       which cannot be read due to permissions.
2841 o   Gerald (Jerry) Carter <jerry@samba.org>
2842     * BUG 3070: Fix crash bug in qfsinfo when retrieving fs quota 
2843       details.
2844     * BUG 1473, 3090: Quota detection and compilation problems on 
2845       Solaris.
2848 o   Marc Balmer <marc@msys.ch>
2849     * Build fixes when builddir != srcdir
2852 o   Alex Deiter <tiamat@komi.mts.ru>
2853     * BUG 3145: Fix build issue regarding quota support on Solaris.
2856 o   Volker Lendecke <vl@samba.org>
2857     * BUG 3068: Fix for winbindd crashed by empty DC alternative 
2858       name.
2861       --------------------------------------------------
2862                    ===============================
2863                    Release Notes for Samba 3.0.20a
2864                              Sept 30, 2005
2865                    ===============================
2867 Common bugs fixed in 3.0.20a include:
2869   o Stability problems with winbindd.
2870   o Crash bugs caused by incompatibilities on 64-bit systems.
2871   o Missing files from directory listings on AIX servers
2872   o User Manager interoperability problems.
2873   o Minor build difficulties on various platforms such as 
2874     Solaris and OpenBSD, 
2877 Winbind, security = domain, and Active Directory
2878 ================================================
2880 Recent security updates for Windows 2000 and Windows 2003 have 
2881 changed the fashion in which user and group lists can be obtained 
2882 from domain controllers.  In short, the RPC mechanisms used by 
2883 "security = domain" to retrieve users and groups is not compatible 
2884 with these changes.   The "security = ads" configuration is not 
2885 affected by the Windows protocol changes.
2887 Samba developers are actively working to correct this problem in 
2888 the 3.0.21 release.  In the meantime, Administrators who are unable 
2889 to migrate to "security = ads" and must continue using "security = 
2890 domain", can define credentials to be used by winbindd for account
2891 enumeration by executing the following command as root.
2893         wbinfo --set-auth-user='DOMAIN\username%password'
2897 ######################################################################
2898 Changes
2899 #######
2902 Changes since 3.0.20
2903 --------------------
2905 commits
2906 -------
2908 o   Jeremy Allison <jra@samba.org>
2909     * BUG 3065: Fix for legacy clients retrieving a listing of 
2910       an empty directory.
2911     * Added external library for accessing Samba's share mode 
2912       database.
2913     * Fix winbindd credentials chain which caused logon failures 
2914       after attempting to authenticate an unknown user.
2915     * Fix recursive looping bug in winbindd.
2916     * Fix build errors on 64-bit systems.
2917     * Posix ACL memory leak and crash bug fixes.
2918     * BUG 3044: Ensure OPEN-EXEC is honored as read-only.
2919     * BUG 3060: Ensure SMBcreate truncates the file if it exists.
2920     * Hide dot files and directory logic fixes.
2921     * Correct display of open file modes by smbstatus.
2922     * BUG 3010: Fix missing files bug on AIX systems.
2925 o   Gerald (Jerry) Carter <jerry@samba.org>
2926     * Allow the root user to automatically pass se_access_checks()
2927       in the registry and service control server code.
2928     * Ensure that winbindd uses the correct name in the net_auth2()
2929       request when running on a Samba PDC.
2930     * Fix linking problem with tdb utilities.
2931     * BUG 3080: Fix regression in 'net rpc shutdown' command.
2932     * Fix segv in 'net rpc' when the pipe open fails.
2933     * Fix upload bug when installing 64-bit Windows printer drivers.
2934     * Fix regression in the smburi syntax used by smbspool.
2935     * Fix sorting of subkey hash records in registry files.
2936     * Correct REG_CREATE_KEY_EX parsing error.
2937     * Interoperability issues with usrmgr.exe and Samba groups.
2938     * Use the display names and not the Unix names when enumerating
2939       groups in the ldapsam passdb backend.
2940     * Ensure that Windows domain user names are converted to lower case.
2943 o   Guenther Deschner <gd@samba.org>
2944     * Prevent BUILTIN sids returned in the user's token from 
2945       a Windows DC from being applied to any local group mappings
2946       on the Samba host.
2947     * Plug memory leaks in the Kerberos keytab code.
2948     * Ensure BUILTIN groups are returned from winbindd's idmap_rid
2949       backend when 'winbind nested groups' is enabled.
2950     * Fix crash bug in winbindd caused by 64-bit build issues.
2951     * Improve debug messages in smbspool.
2952     * Give better error-message when "NDS Universal Password" change fails.
2953     * Fix password history error in the eDirectory schema file.
2954     * Ensure that Windows domain group names are converted to lower case.
2957 o   Steve French <sfrench@us.ibm.com>
2958     * Allow disabling mandatory byte range lock mount flag, and fix 
2959       corresponding entry in mtab.
2962 o   Volker Lendecke <vl@samba.org>
2963     * Fix race condition in the NTcreate&X open code when the 
2964       disposition is NTCREATEX_DISP_CREATE.
2965     * Correct logic error when checking the pid for pending print 
2966       change notify messages.
2967     * Ensure that winbindd child process complete startup even when
2968       the parent is receiving authentication requests.
2969     * Return the full NTSTATUS code to ntlm_auth and pam_winbindd
2970       when authentication fails.
2973 o   Jason Mader <jason@ncac.gwu.edu>
2974     * Compile warning fixes.
2977 o   Uli Meis <a.sporto@gmail.com>
2978     * Patches for pdb_*sql.c
2981 o   Luke Mewburn <lukem@NetBSD.org>
2982     * Autoconf syntax fixes.
2985 o   James Peach <jpeach@sgi.com>
2986     * Correct problem with creating a core file in Linux.
2989 o   Stefan Metzmacher <metze@samba.org>    
2990     * Quota fixes in smbd.
2993 o   Peter Rindfuss <rindfuss@wz-berlin.de>
2994     * Patches for pdb_*sql.c
2997 o   Jiri Sasek <Jiri.Sasek@Sun.COM>
2998     * Solaris toolchain patches for autoconf scripts.
3001 o   Andrew Tridgell <tridge@samba.org>
3002     * Fix for tdb clear-if-first race condition.
3005 o   Leo Weppelman <leo@wau.mis.ah.nl>
3006     * BUG 3104: Don't allow time updates to files on read-only shares.
3009 o   Steve Williams <steve@celineandsteve.com>
3010     * BUG 3052: Fix compile issues on OpenBSD.
3013       --------------------------------------------------
3014                    ==============================
3015                    Release Notes for Samba 3.0.20
3016                              Aug 19, 2005
3017                    ==============================
3019 Additional features introduced in Samba 3.0.20 include:
3021   o Support for several new Win32 rpc pipes.
3022   o Improved support for OS/2 clients.
3023   o New 'net rpc service' tool for managing Win32 services.
3024   o Capability to set the owner on new files and directory
3025     based on the parent's ownership.
3026   o Experimental, asynchronous IO file serving support.
3027   o Completed Support for Microsoft Print Migrator.
3028   o New Winbind IDmap plugin (ad) for retrieving uid and gid
3029     from AD servers which maintain the SFU user and group 
3030     attributes.
3031   o Rewritten support for POSIX pathnames when utilizing 
3032     the Linux CIFS fs client.
3033   o New asynchronous winbindd.
3034   o Support for Microsoft Print Migrator.
3035   o New Windows NT registry file I/O library.
3036   o New user right (SeTakeOwnershipPrivilege) added.
3037   o New "net share migrate" options.
3040 What happened to 3.0.15 - 3.0.19?
3041 ==================================
3043 After some discussion it was deemed that the amount of changes 
3044 going into the next Samba 3.0 release needed something to catch
3045 people's attention.  Skipping several releases was chosen as 
3046 the best solution with the least overhead.  There will be no
3047 3.0.15 - 3.0.19 ever released.  The next production release
3048 following 3.0.20 should be 3.0.21.
3050 The original announcement about the version number change can 
3051 be found in the samba mailing list archives:
3053 http://marc.theaimsgroup.com/?l=samba&m=111721010206997&w=2
3056 Asynchronous Winbind Implementation
3057 ===================================
3059 Winbindd has been completely rewritten in this release to support
3060 an almost completely non-blocking, asynchronous request/reply
3061 model.  This means that winbindd will scale much better in 
3062 large domain environments and on high latency networks.  Neither 
3063 the client interface nor the command line tools (i.e. wbinfo) have 
3064 changed in their calling conventions or syntax.  However, due to 
3065 internal structure changes, it is required (more so than normal) 
3066 that you install the nss_winbind.so library included in this release.
3069 Support for Microsoft Print Migrator
3070 ====================================
3072 Samba 3.0.20 includes full support for migrating printers from 
3073 Windows servers or other Samba servers via the Microsoft Print 
3074 Migrator tool.  Restoring printers requires a working "add printer 
3075 command" defined in smb.conf.  Current support also allows
3076 administrators to create a master list of printer drivers which
3077 can be restored in bulk on new (or existing) Samba installations.
3080 Asynchronous IO Support
3081 =======================
3083 Experimental support for async IO has been added to smbd for 
3084 certain platforms.  To enable this new feature, Samba must be 
3085 compiled to include the --with-aio-support configure option.
3086 In addition, the "aio read size" and "aio write size" to non-zero
3087 values.  See the smb.conf(5) man page for more details on these 
3088 settings.
3091 ######################################################################
3092 Changes
3093 #######
3095 smb.conf changes
3096 ----------------
3098     Parameter Name                      Action
3099     --------------                      ------
3100     acl check permissions               New
3101     acl group control                   New
3102     acl map full control                New
3103     aio read size                       New
3104     aio write size                      New
3105     enable asu support                  New
3106     inherit owner                       New
3107     ldap filter                         Removed
3108     map to guest                        Modified (new value added)
3109     max stat cache size                 New
3110     min password length                 Removed
3111     printer admin                       Deprecated
3112     username map script                 New
3113     winbind enable local accounts       Removed
3114     winbindd nss info                   New
3117 Changes since 3.0.14a
3118 ---------------------
3121 commits
3122 -------
3124 o   Jeremy Allison <jra@samba.org>
3125     * BUG 2533: Fix incorrect directory listings for OS/2 clients.
3126     * Ensure the old SMB search calls always ask mask_match() to 
3127       translate patterns like ????????.???.
3128     * Split out the check_path_syntax() into a findfirst, findnext,
3129       & wildcard versions.
3130     * Fix checks for matching groups in an file ACL against the
3131       user's primary and supplementary group list.
3132     * BUG 2541: Ensure we recognize LANMAN2.1 as OS/2 and select 
3133       LANMAN2 protocol, ensure the EA size is always correctly 
3134       set on a query for a file with no EA's.
3135     * BUG 2551: Look at the incoming flags2 flag 
3136       FLAGS2_LONG_PATH_COMPONENTS determines if a reply is 
3137       uppercased on a SMBsearch request, not the protocol level.
3138     * Added "volume" command to smbclient that prints out the 
3139       volume name and serial number.
3140     * Added "fix for broken SMB_INFO_VOLUME level used by OS/2.
3141     * Add support for OS/2 Extended Attributes.
3142     * Correctly check OpenX open modes.
3143     * Ensure allocation size is correctly returned for OpenX. 
3144     * Only set allocation on create/truncate for nttrans.
3145     * Fix oplock bug in trans2open() code.
3146     * Remove unix_ERR_XXX global nastiness.
3147     * Only do the strange DOS error for openX, not trans2open.
3148     * Ensure SMBopen replies includes the share modes as well as 
3149       open modes.
3150     * BUG 2581: Add size limit (in kb) to stat cache.
3151     * Fix bug in the trans2 secondary processing.
3152     * BUG 2601: Enforce DOS_OPEN_EXEC to mean read-only.
3153     * Add an SMB counter per connection struct for gathering
3154       profiling data.
3155     * BUG 2605: Ensure smbclient doesn't perform commands if 
3156       the "chdir" fails in a scripted set.
3157     * Ensure a 'forced group' is added to the list of effective
3158       gids when processing ACLs.
3159     * Refactor rpc_bind structures for better future work.
3160     * BUG 2942: Add missing value in debug message.
3161     * BUG 2946: Fix regressions in str[n]cmp_w) functions found
3162       by 'mangling method = hash'.
3163     * Fix memory leaks in the msdfs trans2 server code.
3164     * Convert msdfs server to be talloc'd based.
3165     * Fix up stackable vfs interface.
3166     * Fix rpc fault when encountering an unknown rpc_bind auth 
3167       type.
3168     * BUG 2954: More AIX 5.1 AIO compile fixes.
3169     * Fix valgrind bug in interaction with new aio buffer (found
3170       by Volker).
3171     * BUG 2878: Fix Norton commander not running on OS/2 clients. 
3172     * Cleanup SAMR user info structure naming.
3173     * BUG 2889:  Fix directly listings from OS/2 clients.
3174     * Added "acl group control" parameter.
3175     * Add debug warning if AddPrinterEx() is called without having
3176       an 'add printer command'  defined.
3177     * Add better log messages when modifying ldap entries.
3178     * BUG 2829: Fix strXX_w() functions on non-x86 platforms when 
3179       when string is unaligned.
3180     * BUG 2918: Fix SMB chaining by ensuring that deferred open 
3181       message buffer is nor reused.
3182     * Add support for client setting capabilities to select posix 
3183       pathnames on the wire.
3184     * Stop using C++ reserved words so that Samba can be compiled 
3185       using g++.  Also allows VFS modules in C++.
3186     * More fixes to allow better large directory scaling.
3187     * BUG 2827: Ensure we call the vfs connection hook before 
3188       doing a vfs stat.  Allows database vfs backends to initialize 
3189       with a working connection.
3190     * BUG 2826: Ensure the correct return value for symlink and 
3191       readlink in the VFS.
3192     * Merge handling of ASN.1 objects bigger than 64k from Samba 4.
3193     * Added AIO support to smbd.
3194     * Add "acl map full control", true by default, to allow people 
3195       to change mapping of rwx to full control or not.
3196     * Transition smbd to use NTcreate&X for internal file opens.
3197     * Add checks against the current effective group id (e.g. force 
3198       user) when testing write permissions one ACLs.
3199     * Fix FindFirst/FindNext server code when parsing directories
3200       on old IRIX XFS file systems (thanks to Cale Fairchild
3201       for the debugging help).
3202     * BUG 2644: Test for special files to be ignored was reversed.
3203     * Ensure yield_connection() is called on all appropriate error
3204       conditions.
3205     * Fix EDEADLCK problem with deferred open calls.
3206     * BUG 2622: Remove DPTR_MASK as it makes no sense.
3207     * Fix the write cache based on some VERY good detective work
3208       from Ingo Kilian.
3209     * BUG 2346: Fix read-only excel file bugs.
3210     * Don't wrap the setfsinfo call in HAVE_QUOTA as they'll just 
3211       return ENOSYS if not implemented.
3212     * Add new CAP for POSIX pathnames.
3213     * BUG 2703: Add NULL guard for disp_fields[0].
3214     * BUG 2681: With "strict allocate = yes" we now zero fill when 
3215       a file is extended. Should catch disk full errors on write
3216       from MS-Office.
3217     * Add "acl check permissions" to turn on/off the new 
3218       behavior of checking for write access in a directory 
3219       before delete. 
3220     * Refactor printing interface to take offset into job. 
3221     * Allow mapping of POSIX ACLs to NT perms to differentiate 
3222       between directories and files.
3223     * Added encrypt/decrypt function for LSA secrets and trusted
3224       domain passwords on the wire.
3225     * BUG 2729: Resume keys are *mandatory* for a search when 
3226       listing a W2K and above server from a FATxx filesystem only.
3227     * BUG 2735: Ensure that smbd mangles control characters in file 
3228       and directory names.
3229     * Refactor small pieces of socket handling code (in conjunction 
3230       with Derrell).
3231     * BUG 2698: Fix infinite listing loop in smbclient caused by
3232       an invalid character set conversion.
3233     * Add client code that will abort a directory listing if we 
3234       see the same name twice between packets.
3235     * Performance improvements in trans2 qfilepathinfo code by 
3236       removing unnecessary memset() calls.
3237     * Rewrite the RPC bind parsing functions to follow the 
3238       spec; fixes bug with 64-bit Windows XP and OS X 10.4.
3239     * BUG 2774: Set sparse flag if needed when returning 
3240       file attributes.
3241     * Fix errors listing directories from Windows NT clients 
3242       which caused "." and ".." to show up in explorer.exe.
3243     * Merge of error code fixes from SAMBA_4_0 branch.
3244     * BUG 2801: Fix regression in the "delete veto files" option.
3245     * Fix based on work from  Shlomi Yaakobovich to catch loops 
3246       in corrupted tdb files.
3247     * Allow someone with SeTakeOwnershipPrivilege to chown the 
3248       user of a file to herself.
3249     * Fix minor compiler warnings in printing/printing.c.
3250     * Merge new DOS error code from SAMBA_4.
3251     * Fix issue when non-English characters in filenames and 
3252       directories.
3253     * Fix bogus error message in smbstatus about unknown share modes.
3256 o   Andrew Bartlett <abartlet@samba.org>
3257     * Support raw NTLMSSP authentication for Windows Vista 
3258       clients.
3259     * Fix parallel NTLMSSP processing by removing global state.
3260     * BUG 2684: Add per service hosts allow/deny checks for 
3261       printers when  connecting via MS-RPC.
3262     * BUG 2391: Fix segv caused by free a static pointer returned 
3263       from getpwnam().
3264     * Support Kerberos authentication in smbd when using a keytab
3265       and participating in a non-Microsoft Kerberos realm.
3268 o   Timur Bakeyev <timur@com.bat.ru>
3269     * BUG 2546: Add support for FreeBSD EA API
3270     * Fix detection of FreeBSD 7.x platforms in autoconf checks.
3271     * BUG 2908: Fix string length logic error in msdfs code.
3272     * BUG 2909: Fix typo that caused smbd to call the wrong 
3273       aio_fsync function.
3276 o   Ed Boraas <ed.boraas@concordia.ab.ca>.
3277     * Added Linux per-socket TCP settings.
3280 o   Gerald (Jerry) Carter <jerry@samba.org>
3281     * Added support for \svcctl pipe rpcs.
3282     * Added 'net rpc service' subcommand for managing Win32 
3283       services.
3284     * Refactoring work on the rpc [un]marshalling layer and 
3285       structures.
3286     * Verify privilege name in 'net rpc rights privileges' in 
3287       order to provide better error messages.
3288     * Cleanup rpc structures in rpc_spoolss.h.
3289     * Cleanups and fixes for the \winreg server code.
3290     * Cleanup of rpc structures used by LsaEnumerateTrustedDomains.
3291     * Fix bugs in client spoolss code after refactoring work.
3292     * Fix Valgrind warnings of invalid reads in the spoolss 
3293       server code.
3294     * Fixed a segv when enumerating services on a Samba host.
3295     * Fix segv in the service control server code.
3296     * Fix crashes in client spoolss calls caused by not checking 
3297       for a valid pointer from the caller.
3298     * Fix regression in DeleteDriver() server routines.
3299     * Fix dup_a_regval() when size is 0.
3300     * Fix usrmgr.exe crash when viewing user properties at 
3301       debuglevel 10.
3302     * Do not enumerate any privileges when 'enable privileges = no'
3303       and log a message if a client tries.
3304     * BUG 2872: Fix cut-n-paste error when checking pointer value 
3305       in ntlmssp_set_workstation().
3306     * Fix upgrade path from earlier nt*tdb files.
3307     * Removed print handle object cache.
3308     * BUG 2853: Don't strip out characters like '$' from printer 
3309       names when substituting for the lpq command.
3310     * BUG 2557: Gracefully fail on unsupported SetPrinter() levels.
3311     * Fix build issues on x86_64-linux systems caused by valgrind 
3312       headers.  Thanks to Bent Vangli to the suggestions.
3313     * Refactor spoolss client calls.
3314     * Adding 'username map script'.
3315     * Disable schannel on the LSA and SAMR pipes in winbindd client 
3316       code to deal with Windows 2003 SP1 and Windows 2000 SP4 SR1.
3317     * Cleanup of winreg API functions.
3318     * Add server stubs for RegSetKeySec() and RegGetKeySec().
3319     * Map generic bits to specific bits in reg_open_entry() 
3320       requests.
3321     * Add write support to registry tdb and printing backends.
3322     * Use tdb lookups rather than hard-coding certain registry 
3323       value names and data.
3324     * BUG 2808: don't try to install man pages if they are not 
3325       present.
3326     * Fix initialized variables reported by valgrind.
3327     * Normalize key lookups in ntprinters.tdb.
3328     * Mark "enumports command" as deprecated.
3329     * Add missing class file for python share command example.
3330     * Fix smbclient build issue on Solaris.
3331     * BUG 2626: ensure that the calling_name is set to something 
3332       after parsing smb.conf (if not set via -n).
3333     * Use "add machine script" when creating a user (ACB_NORMAL)
3334       who has a name ending in '$' (e.g. usrmgr.exe creating
3335       domain trust accounts).
3336     * Add 'rid' synonym for idmap_rid IDMap module.
3337     * Ensure that we set full access on the handle returned 
3338       from _samr_create_dom_{alias,group}() so that future 
3339       set_{alias,group}() commands succeed.
3340     * Fix bug when looking for internal domains in winbindd
3341       (caused winbindd_getgrgid() for local groups to fail).
3342     * Fix query and set alias info calls (level 1 from the MMC 
3343       manage computer plug-in.
3344     * Remove bogus log messages about unknown specversions.
3345     * BUG 2680: copy files from an MS-DFS win2k root share
3346     * BUG 2688: re-implement support for the -P (--port) option
3347     * Support connecting to an 'msdfs proxy' share on a Samba
3348       server.
3349     * Strip the directory path from cups command line printing 
3350       defaults.
3351     * Fix bug that prevented smbclient from creating directories 
3352       on non-dfs paths.
3353     * Deprecate the "printer admin" parameter in favor of the 
3354       SePrintOperatorPrivilege.
3355     * Add the capability to read and write WinNT regf registry 
3356       files.
3357     * Implement access checks for RegOpenXXX() server calls.
3358     * Extend registry client rpc calls.
3359     * Add "net rpc registry" set of commands.
3360     * Remove testprns tool.
3361     * Ensure that printer ACLs use the specific bits as well as 
3362       the generic bits.  Upgrade existing ntprinters.tdb SECDESC 
3363       records.
3364     * Add server support for RegSaveKey() for dumping registry 
3365       trees to a regf file.
3366     * Add "enable asu support" smb.conf parameter.
3367     * Merge various small file changes from trunk.
3368     * Remove "winbind enable local accounts" support.
3369     * Remove "ldap filter" smb.conf option.
3370     * Remove editreg utility (needs to be rewritten using regfio.c).
3371     * Fix build failure when running 'make torture' without first 
3372       running 'make all' first.
3373     * BUG 1261: Remove unusable libbiconv from iconv detection 
3374       in configure.
3375     * Add new option for "map to guest".  "Bad Uid" re-enables the
3376       Samba 2.2 behavior of mapping authenticated users to the
3377       guest account if there does not exist a valid Unix account 
3378       for the Windows domain user (based on patch from 
3379       aruna.prabakar@hp.com).
3380     * Fix a couple of regressions after introduction of new winbindd.
3381     * Fix smbpasswd user password change (still worked by bad error
3382       messages) due to trying to strdup a NULL pointer.
3383     * Implement default security descriptors for the
3384       OpenService[Manager]() calls and check requested access mask 
3385       at connect time.
3386     * Include access checks on handle mask for \svcctl operations
3387       such as ControlService() and StartService().
3388     * Implement simulated start and stop service control for 
3389       the spooler service as a per smbd service state value.
3390     * Add interface structure for controlling service via rc.init
3391       scripts (incomplete).
3392     * Convert move_driver_to_download_area() to use copy_file()
3393       rather than moving the files.
3394     * Add version number to registry.tdb file since it can be 
3395       modified now.
3396     * Remove over-paranoid assert() call when checking spoolss 
3397       buffer pointers
3398     * Fix error in EnumPrinterData() reported by valgrind.
3399     * Fix broken help links in SWAT editor caused by new doc layout.
3400     * Ensure that a domain structure in winbind is initialized prior
3401       to assigning the methods for communicating to a DC.
3402     * BUG 3000: Remove background updates of winbind cache and allow
3403       child processes to immediately update and expired cache entry.
3406 o   David.Collier-Brown  <David.Collier-Brown@sun.com>
3407     * Added panic action script for Solaris.
3410 o   Jeremy Cooper <jeremy@ncircle.com>
3411     * Added support for several new \winreg client rpcs.
3414 o   <core@road-star.jp>
3415     * BUG 2792: Ensure the shadow copy module hooks seekdir, 
3416       telldir, rewinddir to match updated large directory code.
3419 o   Guenther Deschner <gd@samba.org>
3420     * Close handles on group creation in rpcclient to better 
3421       support mass group account creation.
3422     * Fix account policy key lookup for minimum and maximum
3423       password lengths.
3424     * Fix some compiler warnings and add missing exclude-block 
3425       in 'net rpc share migrate'.
3426     * Allow use of a non-default smb.conf by rpcclient.
3427     * Fix querydispinfo search semantics in rpcclient test code.
3428     * Fix querydispinfo server semantics to allow to list more 
3429       then 511 users.
3430     * Fix server crash bug in ancient OpenPrinter() call.
3431     * Fix a crash bug when enumerating privileges via the LSA 
3432       calls.
3433     * Fix crash in EnumPrinterKey() client calls caused by previous 
3434       refactoring work.
3435     * Various compiler warning fixes.
3436     * Fix segfault in the client AddPrinterEx-call of 'net 
3437       rpc printer'.
3438     * Fix build issues when --with-aio-support is enabled.
3439     * BUG 2502: Removed the deprecated 'min passwd length parameter'.
3440     * Honour the CC environment variable in python build.
3441     * Fix searches in pdb_ldap for inter-domain trust accounts.
3442     * Don't expand the %L in %LOGONSERVER% from user attributes.
3443     * Fix bug in 'net rpc vampire' that caused accounts to be created 
3444       with no assigned ACB flags.
3445     * Fix enumeration of builtin-aliases.
3446     * Avoid unset rids for builtin-aliases.
3447     * Add 'recycle:touch_mtime = true' vfs option for the recycle bin.
3448     * More "net rpc share migrate" fixes.
3449     * Merge PADL's idmap_ad plugin (taken from the latest 
3450       xad_oss_plugins-tarball).
3451     * Add support for "idmap backend = ad" when "security = ads".
3452     * Add home directory and shell support from AD via "winbindd nss 
3453       support = sfu" and "security = ads".
3454     * Provide better feedback when we fail share-manipulation 
3455       due to missing scripts.
3456     * Correctly substitute "\" as default winbind separator in 
3457       generate_parm_table.py example share command script.
3458     * Document pam_winbind.c to clarify the working status of
3459       require-membership-of option.
3460     * Added client-support for various lsa_query_trust_dom_info()
3461       calls and a rpcclient-tester for some info-levels.
3462     * Add "net rpc trustdom vampire" tool (in conjunction with 
3463       Lars Mueller).
3464     * Add missing cli_srvsvc_net_share_set_info-function and
3465       rpcclient-testers (in preparation for net share acl migration).
3466     * Print trusted domain passwords returned via rpcclient in 
3467       display charset.
3468     * Error code fixes when attempting to manipulating 
3469       non-existent shares.
3470     * Cleanup "net share migrate" code. 
3471     * Allow to touch mtime in vfs-recycle with "recycle:touch_mtime 
3472       = true".
3473     * Allow admins to uncheck the "User must change Password at 
3474       next Logon" checkbox in User manager (merge from trunk).
3477 o   Renaud Duhaut <rd@duhaut.com> 
3478     * BUG 1040: Add directory_mode parameter when creating recycle
3479       directories.
3482 o   Steven Edwards <steven_ed4153@yahoo.com>.
3483     * Use chsize() if we don't have ftruncate().
3486 o   Rodrigo Fernandez-Vizarra <Rodrigo.Fernandez-Vizarra@Sun.COM>
3487     * BUG 1780: Add Kerberos (file based ticket cache) support 
3488       to smbspool.
3491 o   Steve French <sfrench@us.ibm.com>
3492     * Update list of mount options for mount.cifs.
3493     * Add more defines for POSIX extensions to match the newly 
3494       added client implementation.
3495     * Add initial support for cifs umount utility.
3496     * Fix cifs mounts to handle commas embedded in prompted 
3497       password, and password and credential files.
3498     * Fix cifs mounts to handle domain name and user name in 
3499       username field (in form domain\user).
3500     * Add missing error code mappings when a client unsuccessfully 
3501       tries to create a hard-link.
3502     * Add support so umount.cifs can update mtab.
3503     * Add two newer mount options to syntax help for mount.cifs.
3504     * Add missing remount flag handling.
3505     * Allow domain= to be specified in credentials file. 
3506     * Fix umount.cifs help, allow root to unmount someone else's
3507       mount.
3508     * Lock mtab when updating it during umount.cifs, also delete
3509       only one matching entry at a time.
3510     * Fix minor compiler warnings in the mount.cifs helper.
3513 o   Deryck Hodge <deryck@samba.org>
3514     * BUG 2137: Encode quotes for display in HTML (original patch 
3515       from Jay Fenlason).
3518 o   Olaf Imig <Olaf.Imig@bifab.de>
3519     * BUG 1998: Correct byte ordering bug when storing 16-bit RAP 
3520       print job ids.
3521     * BUG 2653: Fix segv in rpcclient OpenPrinterEx() call.
3524 o   Björn Jacke <bj@sernet.de>
3525     * Added ioctl constants reported by msbackup.exe and filemon.exe.
3528 o   Kevin Jamieson <bugzilla@kevinjamieson.com> 
3529     * BUG 2819: Fix typo when checking for ".." in smbd's statcache.
3532 o   John Janosik <jpjanosi@us.ibm.com>
3533     * BUG 2077: Correctly fill in the correct server name when 
3534       processing trusted domain logins.
3535     * BUG 2976: Mark logons for unknown domains with a 
3536       non-authoritative response.
3539 o   William Jojo <jojowil@hvcc.edu>
3540     * AIX AIO fixes.
3543 o   Guenter Kukkukk <guenter.kukkukk@kukkukk.com>
3544     * BUG 2541: Fix copying of file(s) from samba share to an OS/2 
3545       local drive.
3548 o   Tom Lackemann <cessnatomny@yahoo.com>
3549     * BUG 2242: Patch to ensure that we only set the security 
3550       descriptor on an NTtransact create if we created the file.
3553 o   Volker Lendecke <vl@samba.org>
3554     * Port some of the non-critical changes from HEAD to 3_0. 
3555       The main one is the change in pdb_enum_alias_memberships 
3556       to match samr.idl a bit closer.
3557     * Close handles on user creation in rpcclient to better 
3558       support mass user account creation.
3559     * Implement client RAP calls for enumusers/enumgroups level 0.
3560     * Implement a new caching API for enumerating the pdb elements.
3561     * Convert the RAP user and group enumeration functions to the 
3562       utilized the pdb_search API. 
3563     * BUG 2438: Partial fix for 'net rpc trustdom establish' in 
3564       RestrictAnonymous environments.
3565     * Internal passdb API changes for better search capabilities
3566       (based on original work by Guenther Deschner).
3567     * Fix various compiler warnings.
3568     * Add chain length statistics to tdbtool.
3569     * Fix set afs ACL calls on files and directories in the root of 
3570       a share.
3571     * Refactoring work on internal open code
3572     * Correctly initialize the version in a new set of nt*tdb files.
3573     * Remove smb_run_idle_events() from main process loop in smbd 
3574       and instead rely upon the timeout processing to handle 
3575       dropping idle LDAP connections.
3576     * Fix the bug where users show up as trusting domains.
3577     * Fix an assertion failure in winbindd.
3578     * Fix a memleak in vfs_afsacl.
3579     * Various compiler warning fixes.
3580     * Fix compile when --enable-socket-wrapper is defined.
3581     * Fixes for top level acls in vfs_acl.c.
3582     * Refactor passdb interface functions.
3583     * Compile fixes when '#define PARANOID_MALLOC_CHECKER 1'.
3584     * Correct 2 segv's in "net rpc printer migrate".
3585     * Return correct group type from smbd for BUILTIN groups.
3586     * Backport the talloc() layer from Samba 4.
3587     * BUG 2701: Fix segv in ldap reconnection code.
3588     * BUG 2705: Fix segv when connecting from usrmgr.exe.
3589     * Use the SID in the user token for the %s expansion in 'afs 
3590       username map'.
3591     * Memory leak fixes in passdb code.
3592     * BUG 2720: Fixes for "net usersidlist".
3593     * BUG 2725: Fix segv in "net ads user".
3594     * Only allow schannel connections if a successful Auth2 
3595       has been previously performed.
3596     * Don't look at gencache.tdb for the trusted domains if 
3597       winbind is present.
3598     * Rewrite winbindd using an asynchronous process model.
3601 o   Herb Lewis <herb@samba.org>
3602     * Compiler warning cleanups.
3603     * smbwrapper Makefile and compile time check cleanups.
3604     * Adding robustness checks for tdbdump and tdbtool.
3605     * Extend tdb command line parsing to arbitrary hex characters.
3606     * Add LOCKING debug class.
3607     * Fix more compiler warnings.
3610 o   Derrell Lipman <derrell@samba.org>
3611     * add support for opening a file for write with O_APPEND 
3612       in libsmbclient.
3613     * Added smbsh/smbwrapper for Linux to example/libsmbclient 
3614       tree.
3615     * Fix smbc_stat() from returning incorrect timestamps IFF 
3616       it used cli_qpathinfo2() to retrieve the timestamps (Win2k) 
3617       and not if it used cli-getatr() to retrieve the timestamps 
3618       (Win98). 
3619     * Fix handful of compiler warnings.
3620     * BUG 2498, 2484: smbc_getxattr() fixes.
3621     * BUG 1133: Added provision for overloading some global 
3622       configuration options via the new, per-user file 
3623       ~/.smb/smb.conf.append.
3624     * BUG 2543: Properly cache anonymous username when reverting 
3625       to anonymous login, in libsmbclient.
3626     * BUG 2505: Fix large file support in libsmbclient.
3627     * BUG 2564: Ensure correct errno when smbc_opendir() was called 
3628       with a file rather than a directory.
3629     * Correct deprecated lvalue casts in testsuite/libsmbclient.
3630     * BUG 2663.  cli_getattrE() and cli_setattrE() were not 
3631       formatting or parsing the timestamp values correctly.
3632     * Correctly detect AF_LOCAL support in configure.
3633     * Fix problem updating file times on Windows 98 hosts using 
3634       libsmbclient.
3635     * Fix compile breakage on Solaris by eliminating the use of 
3636       ctime_r() in libsmbclient DEBUG statement.
3639 o   Jason Mader <jason@ncac.gwu.edu>
3640     * BUG 2483, 2468. 2469, 2478, 2093: Compiler warning fixes.
3641     * Various compiler warning fixes about mistyped variables.
3642     * BUG 2882, 2885, 2890, 2891, 2900: Various compiler warning fixes 
3643       and code  cleanups.
3644     * BUG 2527, 2538: Removed unused variables.
3647 o   Marcel <samba.10.maazl@spamgourmet.com>
3648     * Fix regression in OS/2 trans2 open code.
3651 o   Jim McDonough <jmcd@us.ibm.com>
3652     * Fixes for samr_lookup_rids() when using ldapsam:trusted=yes
3653       (in conjunction with Volker).
3654     * BUG 2953: Prevent the credentials chain on DC gets out 
3655       of sync with client when NT_STATUS_NO_USER is returned.
3656     * Added subcommands to "net rpc vampire" (mostly done by Don 
3657       Watson <dwatson@us.ibm.com>) to allow data to be put into an 
3658       ldif file instead of actually writing to the passdb.  
3659     * BUG 2736: Add retries to workaround winbind race condition 
3660       with detecting idle clients.
3661     * BUG 2953: Additional fixes for domain trusts.  Also clears
3662       up the "bad stub" error when attempting to logon to a Samba
3663       domain with a bad username.
3666 o   Luke Mewburn <lukem@NetBSD.org>
3667     * Compiler warning fixes.
3670 o   Kalim Moghul <kalim@samba.org>
3671     * Removed unused printmode command from smbclient.
3674 o   Lars Müller <lmuelle@samba.org>
3675     * Re-enable the VERSION_REVISION option in case of another 
3676       letter release.
3677     * Fix spoolss python bindings after C++ compiler changes and 
3678       other python fixes.
3679     * BUG 2659: Don't trump on memory in smbtorture.
3680     * BUG 2060: Add -fPIC which is the case for all other Samba 
3681       shared libs.
3682     * Fix argv parsing in "net rpc".
3683     * Add support to create position independent executable (PIE) 
3684       code if the compiler supports it.
3685     * BUG 2767: Add new options to testparm (--show-all-parameters,
3686       --parameter-name, and --section-name).
3687     * Fix net share migrate files to also migrate the ACLs of 
3688       the top level dir of a share.
3691 o   Marcel Muller <mueller@maazl.de>
3692     * Patch to fix the OS/2 EA_FROM_LIST info level call.
3693     * Mangled names fix for OS/2 clients.
3694     * Ensure we correctly set the return packet size to include the 
3695       pad bytes in reply_readbmpx().
3696     * Fix for bug in SMBwriteBraw that incorrectly returned the 
3697       number of bytes written. 
3700 o   Ricky Nance <ricky.nance@gmail.com>
3701     * Implemented mklogon script generator for domain logon scripts.
3704 o   James Peach <jpeach@sgi.com>
3705     * BUG 1843: Fix quotas (with no soft limits) on IRIX.
3706     * BUG 2285: Patch for hires timestamps and efficient notify code.
3707     * MS-DFS tidyup patches.
3708     * Build fixes on IRIX.
3709     * IRIX compiler warning fixes.
3710     * BUG 2596: Fix become_root link issues and one IRIX stack 
3711       backtrace bug.
3712     * Fix for null pointer ACL free.
3713     * BUG 2314: Fix const compiler warnings in the quota code.
3716 o   Ed Plese <ed@edplese.com>
3717     * Fix faulty logic which caused winbindd to return failure 
3718       when a user possessed no supplementary groups.
3721 o   Marcin Porwit <mporwit@centeris.com>
3722     * Initial support for the \eventlog pipe.
3723     * Fix a memleak in the eventlog code.
3724     * Miscellaneous fixes for Samba's experimental event log support.
3725     * Add ServiceQueryConfig2() and ServiceQueryStatusEx() server 
3726       calls.
3729 o   Tim Potter <tpot@samba.org>
3730     * BUG 2940, 2943: Fixed various compiler warnings regarding 
3731       mismatched types and unused variables.
3732     * BUG 1888, 1894: Fix warnings when time_t is an unsigned type.
3733     * BUG 2733: Fix incorrect SHLIBEXT is set when running 
3734       configure script on HPUX IA.
3735     * Remove unused autoconf #define's.
3736     * BUG 2893: Fix inverted assignment in 'net rpc printer' code.
3737     * Removed unused function declarations in tdb.h.
3738     * BUG 2895: Don't wrap non-existent functions in the python 
3739       tdb bindings.
3740     * BUG 2623, 2630: $< and $* are not valid in explicit rules 
3741       according to POSIX.
3742     * BUG 2560: Fix compile error lurking where PATH_MAX is not 
3743       defined.
3744     * BUG 2625: Remove configure check for FTRUNCATE_NEEDS_ROOT.
3745     * BUG 2611: Add fflush(stdout) after displaying username prompt 
3746       in smbsh if username not specified on command line.
3747     * BUG 2699: Fix for segfault in samba.winbind.auth_crap module 
3748     * BUG 2808: Update install swat message to reflect the fact 
3749       that swat/README no longer exists.
3752 o   Denis Sbragion <d.sbragion@infotecna.it>
3753     * BUG 2196: Allow absolute path (system wide) recycle bin.
3756 o   Fernando Schapachnik <fernando@mecon.gov.ar>
3757     * Add logon hours support for the Postgres backend.
3760 o   Richard Sharpe <rsharpe@samba.org>
3761     * Fix bug in profiles tool caused by use of MAP_PRIVATE.
3763 o   Joerg Sonnenberger <joerg@leaf.dragonflybsd.org>
3764     * BUG 2362: Quota support fix for DragonFly.
3765     * Fix dragonfly detection in configure.
3768 o   Simo Sorce <idra@samba.org>
3769     * Allow Domain Admins to force user sessions to close via the 
3770       Windows Server Manager.
3771     * Add support to 'net rpc right privileges <name>' to enumerate 
3772       accounts which possess a specific privilege.
3773     * Fix memory issues issues in vfstest (reported by Rainer Link).
3774     * Randomize reloading as to not overload cupsd.
3777 o   Smitty <smitty@plainjoe.org>
3778     * Compile fixes for smbget when using --enable-developer.
3779     * Include LUID values to match Windows privileges since 
3780       apparently this matters to printmig.exe
3783 o   John Terpstra <jht@samba.org>
3784     * Solaris packaging fixes.
3785     * Clean up usage help text in "net rpc user"
3788 o   Andrew Tridgell <tridge@samba.org>
3789     * Merge socket wrapper library fixes from Samba 4.
3792 o   Brett Trotter <blt@iastate.edu>
3793     * Fix definition of global_sid_* in vfs_acl.c.
3796 o   Mark Weaver <mark-clist@npsl.co.uk>
3797     * Patch to fix sys_select so it can't drop signals if another 
3798       fd is ready to read. 
3801 o   Jelmer Vernooij <jelmer@samba.org>
3802     * Remove --with-manpage-languages configure option.
3803     * Merge socket wrapper fixes for IRIX systems from the 
3804       Samba 4 branch.
3805     * Add socket_wrapper library to 3.0. Can be enabled by passing
3806       --enable-socket-wrapper to configure.
3807     * Fix build of the various sql pdb backends after new talloc.
3810 o   Qiao Yang <qyang@stbernard.com>
3811     * Use our own DC when getting the SID for a domain.
3815 Release Notes for older release follow:
3817       --------------------------------------------------
3818                    ===============================
3819                    Release Notes for Samba 3.0.14a
3820                               Apr 14, 2005
3821                    ===============================
3823 Common bugs fixed in 3.0.14a include:
3825   o Compatibility issues between Winbind and Windows 2003 SP1
3826     domain controllers (*2k3sp1*).
3827   o MS-DFS errors with Windows XP SP2 clients.
3828   o High CPU loads caused by infinite loops in the FindNext()
3829     server code.
3830   o Invalid SMB_ASSERT() which caused smbd to panic on ACL'd 
3831     files.
3833     
3834 ######################################################################
3835 Changes
3836 #######
3838 Changes since 3.0.14
3839 --------------------
3841 commits
3842 -------
3843 o   Jeremy Allison <jra@samba.org>
3844     * Fixed invalid SMB_ASSERT() triggered by checking access on
3845        ACL'd files.
3848 Changes since 3.0.13
3849 --------------------
3851 smb.conf changes
3852 ----------------
3854     Parameter Name                      Action
3855     --------------                      ------
3856     dos filetimes                       Enabled by default
3859 commits
3860 -------
3861 o   Jeremy Allison <jra@samba.org>
3862     * Prevent nt_status code support when negotiating protocols
3863       earlier than NT1.
3864     * BUG 2533: Remove the UNICODE flags2 bit from SMBsearch calls
3865       as this SMB is DOS codepage only.
3866     * BUG 2585: Fix printf() issues in smbpasswd which caused
3867       seg faults.
3868     * BUG 2563: Fix infinite loop on non-existent file with 
3869       FindNext().
3870     * BUG 2581 (partial): Ensure if realloc fails on an internal 
3871       tdb we fail gracefully.
3872     * Ensure that 'dos filetimes' works with ACLs.
3873     * Set 'dos filetimes = yes' as the default for smb.conf.
3875       
3876 o   Gerald (Jerry) Carter <jerry@samba.org>
3877     * Workaround autoconf issue to prevent debug symbols from 
3878       being included in the default build.
3879     * Disable schannel on the \lsarpc pipe in order to successfully 
3880       enumerate users and groups (*2k3sp1*)
3881     * Fix parsing error in rpc binds which broke NTLMSSP 
3882       authentication.   And as a result broke CTL+ALT+DEL password 
3883       changes from a Windows 2003 SP1 member of a Samba domain 
3884       (*2k3sp1*).
3885     * Revert change to FindFirst() server code that broke WinXP
3886       SP2 clients from launching *.exe files from a dfs target 
3887       share.
3888     * BUG 2588: Force smbclient to send netbios messages to port 
3889       139 unless otherwise instructed (based on patch from Thomas 
3890       Bork).
3891       
3893 o   Volker Lendecke <vl@samba.org>
3894     * Fix build on FreeBSD 4 where Winbind is not supported.
3895     * Fix 'wbinfo --user-sids' when using domain local groups.
3896     * Restrict domain local groups reported by 'wbinfo -r' to
3897       the Samba server domain and not the users domain.
3900 o   Lin Li <linl@xandros.com>
3901     * Ensure that winbind initializes internal trusted domain 
3902       structures when enumerating users and groups.
3903       
3905 o   Tim Potter <tpot@samba.org>
3906     * BUG 2565: Fix crash bug and compiler warnings in strchr_m() 
3907       test.
3908     * Fix compiler warnings.
3911 o   <psz@maths.usyd.edu.au>
3912     * Fix for possible root squash NFS bugs.
3913     
3914     
3915 o   Simo Sorce <irda@samba.org>
3916     * Debian packaging fixes.
3917     
3919       --------------------------------------------------
3920                    ==============================
3921                    Release Notes for Samba 3.0.13
3922                             Mar 24, 2005
3923                    ==============================
3925 Common bugs fixed in 3.0.13 include:
3927   o Infinite FindNext() loop from Windows 9x client when
3928     copying or deleting files on a Samba file share using 
3929     explorer.exe.
3930   o Numerous smbclient bugs when listing directories.
3931   o Failures in smbclient when connecting to a Windows 9x 
3932     file server.
3934     
3935 ######################################################################
3936 Changes
3937 #######
3939 Changes since 3.0.12
3940 --------------------
3942 o   Jeremy Allison <jra@samba.org>
3943     * Fix typo bug in smbclient where flags overwrote info level
3944       in the cli_list_new().
3945     * Fix old smbclient bug where ff_searchcount was being compared 
3946       to -1 resulting in processing a filename twice.
3947     * Fix segv in smbclient caused by overwriting the last 2 bytes 
3948       in cli_list_new().
3949     * BUG 2530: Fix potential segv in smbclient when talking to a 
3950       Windows 9x file server.
3951     * Fix last entry offset in cli_list_new() when using a 
3952       FindFirst/FindNext info level of 0x104.
3953     * BUG 2501: Stop Win98 from looping doing FindNext on a 
3954       singleton directory. 
3955     * BUG 2521: Fix error in access checks when user group ACLs.
3956       
3957       
3958 o   Gerald (Jerry) Carter <jerry@samba.org>
3959     * BUG 2497: Fix bug in rpcclient's deletedriverex when asking 
3960       to delete all versions of a driver.
3961     * BUG 2517: use the realm from smb.conf for 'net ads info' when 
3962       'disable netbios = yes'.
3963     * BUG 2530: Ensure that smbclient correctly detects MS-DFS root
3964       shares.  
3965     * Update RedHat packaging files to require cups support.  Also
3966       remove requirement for 'idmap {uid,gid}' settings in smb.conf
3967       from winbindd init script.
3968     * BUG 2516: fix compile issue on True64.
3969     
3970       
3971       
3972 o   Guenther Deschner <gd@samba.org>
3973     * Check for the correct cli-struct when copying files in 'net 
3974       rpc printer' routines.
3977 o   Herb Lewis <herb@samba.org>
3978     * Fix incorrect test in 'net rpc user' when the user is not
3979       a member of any groups.
3980       
3981       
3982 o   Jim McDonough <jmcd@us.ibm.com>
3983     * Make sure that enum_group_members() searches the correct suffix.
3984     
3986       --------------------------------------------------
3987                    ==============================
3988                    Release Notes for Samba 3.0.12
3989                             Mar 18, 2005
3990                    ==============================
3992 Common bugs fixed in 3.0.12 include:
3994   o Winbind failures when using 'disable netbios = yes'
3995   o Failure to establish a trust relationship via 'net rpc trust 
3996     establish'
3997   o Various portability & compiler issues.
3998   o Read only file deletion failure caused by new delete semantics 
3999     in Windows XP SP2 and the MS 04-044 security hotfix.
4000   o Error messages from shared Excel workbooks residing on Samba 
4001     file shares.
4002   o Missing files in the output of smbclient -c 'dir' when run 
4003     against Windows file servers.
4004   o Inability for Print Administrators to pause/resume/purge print 
4005     queues.
4007 Additional features introduced in Samba 3.0.12:
4009   o Performance enhancements when serving directories containing 
4010     large number of files.
4011   o MS-DFS support added to smbclient.
4012   o More performance improvements when using Samba/OpenLDAP based 
4013     DC's via the 'ldapsam:trusted=yes' option.
4014   o Support for the Novell NDS universal password when using the
4015     ldapsam passdb backend.
4016   o New 'net rpc trustdom {add,del}' functionality to eventually 
4017     replace 'smbpasswd {-a,-x} -i'.
4018   o New libsmbclient functionality.
4022 =======================
4023 Large Directory Support
4024 =======================
4026 Samba 3.0.12pre1 introduces a specific mechanism for dealing
4027 with file services that frequently contain a large number of files
4028 per directory.  Historically Samba's performance has suffered 
4029 in such environments due to the translation from case 
4030 insensitive lookups by Windows client to the case sensitive
4031 storage mechanisms used by UNIX filesystems.
4033 Configuration details along with a short HOWTO can be found at:
4035 http://www.samba.org/samba/ftp/HOWTO/Samba-LargeDirectory-HOWTO
4038 ==================================
4039 libsmbclient Binary Compatibility
4040 ==================================
4042 Please note that a change has been made to the _SMBCCTX structure 
4043 in source/include/libsmbclient.h.  This change is not backwards
4044 compatible with applications linked against the libsmbclient.so
4045 library from Samba 3.0.11.  However, it is compatible with all 
4046 other Samba 3.0.x releases.  This means that it will be most likely
4047 be necessary to recompile any applications linked against the 
4048 3.0.11 version of the library.
4051 ######################################################################
4052 Changes
4053 #######
4055 smb.conf changes
4056 ----------------
4058     Parameter Name                      Action
4059     --------------                      ------
4060     allocation roundup size             New
4061     log nt token command                New
4062     write cache                         Deprecated
4066 Changes since 3.0.11
4067 --------------------
4069 commits
4070 -------
4071 o   Jeremy Allison <jra@samba.org>
4072     * BUG 2146: Return correct allocation sizes so as not to crash 
4073       the VC++ compiler.
4074     * BUG 962: Ensure that parsing of service names in smb.conf is 
4075       multibyte safe.
4076     * BUG 2201, 2227: Support new delete semantics used by MS04-044
4077       and XP SP2.
4078     * BUG 1525: Correctly timestamps interpreted on 64-bit time_t 
4079       values (patch submitted by Jay Fenlason <fenlason@redhat.com>).
4080     * Add special hooks when serving directories containing large
4081       numbers of files.
4082     * Ensure that WINS negative name query responses and WACK 
4083       packets use the correct RR type of 0xA instead of reflecting 
4084       back what the query RR type was (0x20).
4085     * BUG 2310: Only do 16-bit normalization on small dfree request.
4086     * BUG 2323: Correct authentication failure when using plaintext 
4087       passwords from Windows XP clients.
4088     * BUG 2146: Add new smb.conf option 'allocation roundup size' to
4089       work around issues building MS Visual Studio 6.0 project 
4090       on a Samba file share while restoring the pre-3.0.21pre1 
4091       behavior by default.
4092     * BUG 2399 (partial): Ensure we use SMB_VFS_STAT instead of 
4093       stat when checking for existence of a pathname.
4094     * Check the sticky bit on the parent directory for supporting
4095       the new WinXP SP2 file deletion semantics.
4096     * Various oplock, share mode, and byte range locking fixes
4097       found by Connectathon tests.
4098     * BUG 2271: Fix resume key issues in trans2FindFirst() client 
4099       code (inspired by patch from Satwik Hebbar).
4100     * BUG 2382, 2045: More pending modtime and delayed write fixes
4101       for MS Excel (incorporates partial patches from 
4102       ke_miyata@itg.hitachi.co.jp).
4103     * Debug log message cleanups.
4104     * Add case insensitive search for a principal match on logon 
4105       verification in the system keytab (based on patch by 
4106       Michael Brown <mbrown@fensystems.co.uk>).
4107     * Revert the previous SMB signing change from Nalin Dahyabhai
4108       when using DES keys.
4109     * Add missing RESOLVE_DFSPATH() calls for older SMB commands.
4110     * Fix FindFirst() server code to deal with resume names of ".."
4111       and "." (found by Jim McDonough).
4112     * BUG 2451: Fix missing functions in full audit VFS module.
4113     * Ensure that smbd logs failures reported by DISK_FREE()
4114       (reported by Ying Li <ying.li2@hp.com>).
4115     * Ensure that smbclient obeys the max protocol argument again.
4116     * BUG 2335: Return correct error code for OS/2 clients (based on
4117       negotiated protocol level).
4118     * BUG 2460, 2464: remove dead code and unused variables 
4119       (reported by Jason Mader).
4122 o   Andrew Bartlett <abartlet@samba.org>
4123     * Avoid length-limited intermediate copy of NT and LM responses 
4124       in NETLOGON client.
4125     * Debug message cleanups in the NTLMSSP implementation.
4128 o   Manuel Baena <mbaena@lcc.uma.es>
4129     * Print actual error message in smbmnt.c:fullpath().
4132 o   Vince Brimhall <vbrimhall@novell.com>
4133     * Add support for Novell NDS universal password.
4134     * BUG 2424: Ensure that uidNumber and gidNumber use match 
4135       the RFC2307 schema.
4136     * BUG 2453: Change the way pdb_nds.c handles users with no 
4137       Universal or Simple Password.
4138     * NDS schema file corrections.
4141 o   Gerald (Jerry) Carter <jerry@samba.org>
4142     * Add trans2 client call for checking dfs referrals
4143     * Convert smbclient to use TRANS_QPATHINFO(SMB_QUERY_FILE_BASIC_INFO) 
4144       when checking directories on modern CIFS servers.
4145     * Add MS-DFS support to smbclient.
4146     * Code cleanup of adt_tree.[ch].
4147     * Add missing checks to allow root to manage user rights.
4148     * Allow domain admins to manage rights assignments on domain members
4149       servers.
4150     * BUG 2333: Use the lpq command to pass in the correct printer name 
4151       for cups_queue_get().  CUPS backend now sets 'lpq command= %p' as 
4152       the default.
4153     * BUG 1439: make sure to initialize pointer to prevent invalid 
4154       free()'s on exit.
4155     * BUG 2329: fix to re-enable winbindd to locate DC's when 'disable 
4156       netbios = yes'.
4157     * Add cups-devel to BuidlRequires directive in Fedora spec file.
4158     * BUG 858: Fix order of popt args evaluation so we don't crash 
4159       when given no command line args.
4160     * Remove dependency on bash for source/autogen.sh.
4161     * Fix clitar.c compile issues caused by broken MIT 1.4 headers.
4162     * Implement MS-DFS for recursive directory listings in smbclient.
4163     * BUG 2394: Fix nmbd linking issue on IRIX.
4164     * Only display the publish check box in the client's printer 
4165       properties dialog if we are a member of an AD domain.
4166     * BUG 2363: allow 'in use' driver to be removed as long as 
4167       one 'Windows NT x86' driver remains.
4168     * BUG 1881: Allow PRINT_SPOOL_PREFIX to be set in local.h for 
4169       porting purposes.
4170     * Enforce better printer.tdb cache consistency when removing 
4171       jobs from a print queue via SMB.
4172     * Ensure that pause/resume/purge print queue commands are run
4173       with the appropriate level of privilege necessary to actually
4174       work.
4175     * BUG 2355: Use bsd style commands (lpq, lpr, etc...) for default
4176       for 'printing = cups' installations that do not actually have 
4177       libcups.
4178     * BUG 2425: Remove incorrect checks for Win98 DFS clients.
4179     * BUG 2215: Rewrite questionable code that was causing gcc to 
4180       choke.
4181     * Add server support for LsaLookupPrivValue().
4182     * Various small compile fixes and cleanup warnings.
4183     * BUG 2456: Fix compile failure on non-gcc platforms due to
4184       non-standard pragma.
4187 o   Kevin Dalley <kevin@kelphead.org>
4188     * BUG 2398: Don't force smbclient to assume a dry run if the 
4189       target tarfile is /dev/null.
4192 o   Guenther Deschner <gd@samba.org>
4193     * Fix crash bug in the client-spoolss enumdataex-call.
4194     * Expand the valid-workstation-scheme by expanding names 
4195       beginning with a plus (+) as a unix group.
4196     * Allow own netbios name to be set in smbclient's session setup.
4197     * Better handling of LDAP over IPC connections that have expired 
4198       on the LDAP-Server.
4199     * Fix pipe-mismatch for NETDFS in cli_dfs.c.
4200     * Add examples/misc/adssearch.pl.
4201     * BUG 2343: Build fixes.
4202     * Support get_user_info_7 in SAMR server RPC.
4203     * Fix server_role in the samr_query_dom_info calls.
4204     * Add example perl script to check for multiple LDAP entries
4205       after running 'net rpc vampire'.
4206     * Add more output when listing printer forms via rpcclient.
4207     * Debug log message cleanup.
4210 o   Steve French <sfrench@us.ibm.com>
4211     * On failed mount (ENXIO) retry share name in uppercase (fix
4212       mount to FastConnect AIX SMB server).
4213     * Add missing FILE_ATTRIBUTE_XXX defines to smb.h.
4214     * Ignore user_xattr mount parm (mount.cifs) so as not to confuse
4215       it with a user name.
4216     * Update for new CIFS POSIX info levels.
4217     * Ignore users mount parm in mount.cifs.
4219 o   SATOH Fumiyasu <fumiya@samba.gr.jp>
4220     * BUG 1549: Don't truncate service names in smbstatus.
4223 o   William Jojo <jojowil@hvcc.edu>
4224     * BUG 2445: Patch to avoid default ACLs on AIX.
4227 o   S Murthy Kambhampaty <smk_va@yahoo.com>
4228     * Add idmap_rid module to Fedora and RedHat spec files.      
4231 o   Volker Lendecke <vl@samba.org>
4232     * BUG 2401: Flush internal getpwnam() cache after deleting a 
4233       user.
4234     * BUG 1604: Make winbind work with more than 10 trusted domains.
4235     * Cleanup various compiler warnings.
4236     * Fix a memory leaks in privileges code and passdb backends.
4237     * Fixes for samr_lookup_sids() client call.
4238     * Optimize _samr_query_groupmem with LDAP backend for large 
4239       domains.
4240     * Support SIDs as %s replacements in the afs username map 
4241       parameter.
4242     * Add 'log nt token command' parameter. If set, %s is replaced 
4243       with the user sid, and %t takes all the group sids.
4244     * Do not use the "Local Unix Group"-default description for 
4245       all kinds of group-mappings. 
4246     * Fix uninitialized variable in Linux nss_winbind library.
4247     * Move 'net afskey' into a subcommand of its own, 'net afs key'.
4248     * Implement 'net afs impersonate'.
4249     
4251 o   Herb Lewis <herb@samba.org>
4252     * Fix build problem when HAVE_POSIX_ACL is not defined.
4253     * BUG 2417: Add help lines for net rpc group addmem and 
4254       delmem commands.
4255     
4257 o   Derrell Lipman <derrell.lipman@unwireduniverse.com>
4258     * Add support to libsmbclient for getting and setting DOS 
4259       attributes using EA functions.
4260     * Fix libsmbclient's URL encoding/decoding.
4261     * Replace browse listing URI queries with an internal options 
4262       structure (previous method violated the SMB URI syntax).
4263     * Allow tree connects to be multiplexed over a single CIFS server 
4264       connection context.
4265     * Ensure that cli_tdis() sets the cnum field to -1 so that callers
4266       can determine a dead tree connection.
4267     * Implement better solution for backwards binary compatibility
4268       in libsmbclient while adding new fields to struct _SMBCCTX.
4271 o   Mark Loeser <halcy0n@gentoo.org>
4272     * BUG 2443: Compile fix for gcc4.
4275 o   Jim McDonough <jmcd@us.ibm.com>
4276     * BUG 2338: Fix coredump when OS/2 checks for long file name 
4277       support (with .+,;=[].) (thanks to Guenter Kukkukk).
4280 o   Jason Mader <jason@ncac.gwu.edu>
4281     * Compiler warning fixes (BUGS BUG 2132, 2134, 2289, 2327, 2340,
4282       2341, 2342)
4285 o   Jim McDonough <jmcd@us.ibm.com>
4286     * Fixes for server schannel implementation when 'restrict 
4287       anonymous = 1' is set in smb.conf.
4288     * Fix bug in server side lookupsids reply that crashed lsass.exe 
4289       on Windows clients.
4290     * Fix 'net rpc trustdom establish'.
4291     * BUG 2062: Turn off broadcast for all 390 NICs.
4292     * Fix 'net rpc trustdom add' to correctly add new domain trust 
4293       accounts.  This will eventually replace 'smbpasswd -a -i'.
4294     * Implement 'net rpc trustdom del', including client side of 
4295       samr_remove_sid_from_foreign_domain.
4296     * Bring IBM Directory Server schema up to date with openldap 
4297       schema.
4298     * Allow for better protection of sensitive attributes in IBM
4299       Directory Server.
4302 o   Stefan Metzmacher <metze@samba.org>    
4303     * Fix memleaks in the nttrans code.
4306 o   Mike Nix <mnix@wanm.com.au>
4307     * Add SMBsplopen and SMBsplclose client calls.
4310 o   Justin Ossevoort <justin@snt.utwente.nl>
4311     * BUG 2316: Fix crashes in pdb_pgsql.
4314 o   James Peach <jpeach@sgi.com>
4315     * Fixes in string handling code.
4316     * Fix oplock2 test in client smbtorture.
4319 o   Tim Potter <tpot@samba.org>
4320     * Fix up example pdb modules after prototype change for 
4321       setsampwent.
4322     * BUG 2058: Fix for shared object creation in examples.
4323     * BUG 2315: Fix segv in LSA privileges server code.
4324     * Build fixes for python wrapper libraries.
4327 o   Richard Sharpe <rsharpe@samba.org>
4328     * BUG 2044: Fix segv in profiles tool.
4329     * Fix bogus error messages when enumerating user group 
4330       membership via 'net rpc'.
4333 o   Simo Sorce <idra@samba.org>
4334     * Debian packaging fixes.
4337 o   John Terpstra <jht@samba.org>
4338     * Add the capability to set account description using pdbedit.
4341 o   Doug VanLeuven <roamdad@sonic.net> 
4342     * Add more case/realm/name permutations to the Kerberos keytab.
4343     * AIX compile fixes.
4346 o   Jelmer Vernooij <jelmer@samba.org>
4347     * BUG 892: Default unknown_6 field to 1260 in mySQL pdb module.
4348     * BUG 1957: Implement minimal update of fields in mySQL pdb 
4349       module.
4350     
4352 o   Torsten Werner <torsten.werner@assyst-intl.com>
4353     * BUG 2405: Define 'lpstat' printcap output on HPUX.
4354     
4356 o   Shlomi Yaakobovich" <Shlomi@exanet.com>
4357     * Detect infinite loops when traversing tdbs.
4360       --------------------------------------------------
4361                    ==============================
4362                    Release Notes for Samba 3.0.11
4363                              Feb 5, 2005
4364                    ==============================
4366 Common bugs fixed in 3.0.11 include:
4368   o Crash in smbd when using CUPS printing.
4369   o Parsing error of other SIDs included in the user_info_3
4370     structure returned from domain controllers.
4371   o Inefficiencies when searching non-AD LDAP directories.
4372   o Failure to expand variables in user domain attributes
4373     in tdbsam and ldapsam.
4374   o Memory leaks.
4375   o Failure to retrieve certain attribute when migrating from 
4376     a Windows DC to a Samba DC via 'net rpc vampire'.
4377   o Numerous printing bugs bugs including memory 
4378     bloating on large/busy print servers.
4379   o Compatibility issues with Exchange 5.5 SP4.
4380   o sendfile fixes.
4382 Additional features introduced in Samba 3.0.11:
4384   o Winbindd performance improvements.
4385   o More 'net rpc vampire' functionality.
4386   o Support for the Windows privilege model to assign rights
4387     to specific SIDs.
4388   o New administrative options to the 'net rpc' command.
4391 ============
4392 LDAP Changes
4393 ============
4395 If "ldap user suffix" or "ldap machine suffix" are defined in
4396 smb.conf, all user-accounts must reside below the user suffix,
4397 and all machine and inter-domain trust-accounts must be located 
4398 below the machine suffix.  Previous Samba releases would fall 
4399 back to searching the 'ldap suffix' in some cases.
4402 ===============
4403 Privilege Model
4404 ===============
4406 Samba 3.0.11 supports the following assignable rights
4408 SeMachineAccountPrivilege  Add machines to domain
4409 SePrintOperatorPrivilege   Manage printers
4410 SeAddUsersPrivilege        Add users and groups to the domain
4411 SeRemoteShutdownPrivilege  Force shutdown from a remote system
4412 SeDiskOperatorPrivilege    Manage disk shares
4414 These rights can be assigned to arbitrary users or groups
4415 via the 'net rpc rights grant/revoke' command.  More details
4416 of Samba's privilege implementation can be found in the 
4417 Samba-HOWTO-Collection.
4418     
4420 ######################################################################
4421 Changes
4422 #######
4424 Changes since 3.0.10
4425 --------------------
4427 smb.conf changes
4428 ----------------
4430     Parameter Name                      Action
4431     --------------                      ------
4432     afs token lifetime                  New
4433     enable privileges                   New
4434     ldap password sync                  Alias
4435     min password length                 Deprecated
4436     winbind enable local accounts       Deprecated
4439 commits
4440 -------
4441 o   Jeremy Allison <jra@samba.org>
4442     * Extend vfs to add seekdir/telldir/rewinddir.
4443     * Fix dirent return.
4444     * Fix bugs when handling secondary trans2 requests.
4445     * Implementation of get posix acls in UNIX extensions.
4446     * Added set posix acl functionality into the UNIX extensions code.
4447     * Updated config.guess/config.sub .
4448     * Fix error reply when 'follow symlinks = no'.
4449     * BUG 1061, 2045: Only set mtime from pending_modtime if it's 
4450       not already zero.
4451     * Fixes for LARGE_READX support.
4452     * Fix the problem we get on Linux where sendfile fails, but we've
4453       already sent the header using send().
4454     * BUG 2081: Ensure SE_DESC_DACL_PROTECTED is set if 'map acl 
4455       inherit = no'.
4456     * BUG 2088: Ensure inherit permissions is only applied on a new 
4457       file, not an existing one.
4458     * Don't go fishing for the krb5 authorization data unless we know
4459       it's there.
4460     * Fixes for libsmbclient to ensure that interrupted system calls
4461       are restarted minus the already expired portion of the timeout
4462       (based on work by Derrell Lipman).
4463     * More Unicode string parsing fixes.
4464     * Convert the winreg pipe to use WERROR returns.
4465     * Make all LDAP timeouts consistent (input from Joe Meadows 
4466       <jameadows@webopolis.com>).
4467     * BUG 2231: Remove double "\\" from client findfirst.
4468     * BUG 2238: Fix memory leak in shadow copy vfs.
4469     * Return correct DOS/NT error code on transact named pipe on 
4470       closed pipe handle.
4471     * BUG 2211: Fix security descriptor parsing bug (based on work by 
4472       Mrinal Kalakrishnan <mail@mrinal.net>).
4473     * BUG 2270: Fix memory leaks in cups printing backend support 
4474       (based on work by Lars Mueller).
4475     * BUG 2255: Fix debug level in Kerberos error messages.
4476     * BUG 2110: Ensure we convert to ucs2 correctly after the 
4477       CAN-2004-0930 patch.
4478     * Make strict locking an enum. Auto means use oplock optimization.
4479     * Fix client  & server to allow 127k READX calls.
4480     * More *alloc fixes (includes additional fixes by Albert Chin.
4481     * Catch sendfile errors correctly and return the correct values 
4482       we want the caller to return.
4483     * BUG 2092: Prevent auto-anonymous logins via libsmbclient 
4484       for better use by desktop environments such as GNOME.
4485     * Ensure we can't remove a level II oplock without having the
4486       shared memory area locked.
4487             
4489 o   Timur Bakeyev <timur@com.bat.ru>
4490     * BUG 2100: change the way we check for errors after a dlopen().
4491     * BUG 2263: Guard base64_encode_data_blob() against empty blobs.
4492     
4493     
4494 o   Andrew Bartlett <abartlet@samba.org>
4495     * Clarify error message when 'lanman auth = no'.
4496     * Remove the unnecessary UTF-8 conversion calls in the calls to
4497       auth_winbind from smbd.
4498     * Don't store the auth-user credentials with the cli_state* as 
4499       this can cause the schannel setup to fail when the auth-user
4500       domain is not our primary domain.
4503 o   Grigory Batalov <bga@altlinux.org>
4504     * Fix encoding while receiving of a message which was actually 
4505       sent using STR_ASCII.
4508 o   Daniel Beschorner <db@unit-netz.de>
4509     * BUG 603: Correct access mask check for _samr_lookup_domain()
4510       to work with Windows RAS server
4513 o   Jerome Borsboom <j.borsboom@erasmusmc.nl>
4514     * Fix missing printer_tdb reference decrement.
4515     
4517 o   Gerald (Jerry) Carter <jerry@samba.org>
4518     * BUG 2073: fall back to smb_name if current_user_info is not
4519       available in lp_file_list_changed().
4520     * Fixes the spurious 'register_message_flags: tdb fetch failed' 
4521       errors.
4522     * Don't run the background LPQ daemon when we are running in
4523       interactive mode.
4524     * prevent the background LPQ daemon from updating the print queue
4525       cache just because multiple smbd processes sent a message that
4526       it was out of date.
4527     * consolidate printer searches to use find_service rather than 
4528       for(...) loops.
4529     * BUG 2091: don't remove statically defined printers in 
4530       remove_stale_printers().
4531     * Fix logic error in add_a_form() that only compared N characters 
4532       instead of the entire form name.
4533     * BUG 2107: fix memory bloating caused by large numbers of 
4534       print_queue_updates() requests sent via messages.tdb.
4535     * Check the setprinter(3) based on the access permissions on 
4536       the handle and avoid the call to print_access_check().
4537     * Re-instantiate previous semantics for calling init_unistr2() 
4538       with a NULL source buffer.
4539     * Support Windows privilege model for assigning rights
4540       to specific SIDs.  Based on work by Simo Sorce in the trunk 
4541       svn branch.  This feature is controlled by the 'enable 
4542       privileges = [yes|no]' smb.conf(5) option.
4543     * Add some smb.conf scripts for add/delete/change shares and 
4544       deleting cups printers.
4545     * Expand variables in the profile path, logon home and logon script 
4546       values when using either tdbsam or ldapsam.
4547     * Add Domain Admins (Full Control) to the default printer security 
4548       descriptor if we are a DC.
4549     * RedHat and Fedora Packaging fixes for perl dependencies.
4550     * Remove unused schema items from OpenLDAP schema file.
4551     * Remove duplicate enumeration of "Windows x86" architecture
4552       when listing printer drivers via rpcclient.
4553     * Fail set_privileges() if 'enable privileges = no' to prevent 
4554       confused admins.
4555     * Fix segfault in cups_queue_get().
4556     * Tighten restrictions on changing user passwords when 
4557       the connected user possesses the SeMachineAccountPrivilege.
4558     * Ensure we set NETBIOSNAME.domainname for the long machine name
4559       when publishing printers in AD (based on input from Rob Foehl).
4560     * Mark 'winbind enable local accounts' as deprecated.
4561     * Mark testprns tool as deprecated.
4562     * Allow root to grant/revoke privilege assignments.
4563     * Correct interaction between user rights and se_access_check() on
4564       SAMR objects.
4565     * BUG 2286: Fix typo OpenLDAP schema file for sambaConfig object 
4566       class.
4567     * BUG 2262: Add support in configure.in for *freebsd6*.
4568     * BUG 2266: Portability fixes for quota code on FreeBSD4.
4569     * BUG 2264: Remove shutdown and abortshutdown commands from 
4570       rpcclient in favor of using the same functions in 'net'.
4571     * BUG 2295: Prevent smbd from returning an empty server name
4572       in certain lanman api calls.
4573     * BUG 2290: Fix autogen.sh script in examples (based on original
4574       patch from Lars Mueller).
4575     * Fix bug enumerating domain trusts in security = ads.
4576     * Fix segv in rpcclient's dsenumdomtrusts.
4577     * Fix bug in expansion of %U and %G in included filenames.
4578     * BUG 2291: Restrict creation of server trust and domain trust
4579       accounts to members of the "Domain Admins" group.
4581 o   Nadav Danieli <nadavd@exanet.com>
4582     * Short circuit some is_locked() tests if we are oplocked.
4583     
4584     
4585 o   Guenther Deschner <gd@samba.org>
4586     * Allow 'localhost' as a valid server name in the smbd for the
4587       spoolss calls.
4588     * Fix KRB5_SETPW-defines, no change in behavior (Thanks to Luke
4589       Mewburn for the input).
4590     * BUG 2059: Add additional checks needed after logic change to the
4591       HAVE_WRFILE_KEYTAB detection test.
4592     * BUG 1076: Fix interaction with Exchange 5.5. SP4 and a 
4593       Samba DC.  Allow us to lookup at least our own SID.
4594     * More fixes to have proper German in swat (Thanks to Reiner 
4595       Klaproth and Björn Jacke.
4596     * BUG 404, 2076: Allow to set OWNER- and GROUP-entries while 
4597       setting security descriptors with smbcacls and using with 
4598       the -S or -M switch. 
4599     * Include the munged_dial, bad_password_count, logon_count, and 
4600       logon_hours attributes when running 'net rpc vampire'.
4601     * Fix segfault in idmap_rid.
4602     * When winbindd is operating in the multi-mapping mode of 
4603       idmap_rid, allow BUILTIN domain-mapping.
4604     * Display infolevel 12 in query_dom_info in rpcclient.
4605     * Fix bug in winbindd's lowercasing of usernames.
4606     * Allow -v or -l for displaying verbose groupmap-listing 
4607       as well as "verbose".
4608     * Backport Samba4 SAM_DELTA_DOMAIN_INFO for use in 'net rpc 
4609       vampire'.
4610     * Close LDAP-Connection before retrying to open a new connection 
4611       in the retry-loop.
4612     * Marking "min password length" as depreciated.  
4613     * Implement SAMR query_dom_info-call info-level 8 server- and 
4614       client-side, based on samba4-idl.
4615     * Allow rpcclient to define a port to use when connecting 
4616       to a remote server.
4617     * Allow Account Lockout with Lockout Duration "forever" (until 
4618       admin unlocks) to be set and displayed in User Manager.
4619     * Allow to set acb_mask in rpcclient's enumdomusers.
4620     * Add more generic rootDSE inspection function to check 
4621       for given controls or extensions and remember these on a 
4622       per server basis.
4623     * Improve LDAP search efficiency by passing the acb_mask to 
4624       pdb_setsampwent().
4625     * Fixes for ldapsam_enum_group_memberships().
4626     * Add createdomgroup to rpcclient.
4627     * Add "net rpc user RENAME"-command.
4628     * Display sam_user_info_7 in rpcclient.
4629     * Make multi-domain-mode in idmap_rid accessible from outside 
4630       (can be compiled with -DIDMAP_RID_SUPPORT_TRUSTED_DOMAINS).
4631     * When vampiring account policy AP_LOCK_ACCOUNT_DURATION honor 
4632       "Lockout Duration: Forever".
4633     * Fix configure.in tests using KRB5_CONFIG variable and krb5-
4634       config utility.
4635     * Require assignment of Administrator SID in the passdb 
4636       backend.  Fall back to the default name of 'Administrator' if
4637       the lookup fails rather than using the first name in the
4638       default 'admin users' list.
4639     * Enhance LDAP failure debug messages.
4640     * BUG 2291: Call the 'add machine script' for server trust and 
4641       domain trust accounts as well as workstation accounts.
4642     
4643     
4644 o   Levente Farkas <lfarkas@lfarkas.org>
4645     * BUG 2299: Better logrotate scripts for RedHat and Fedora 
4646       packages.
4649 o   Jay Fenlason <fenlason@redhat.com>
4650     * Fix crash in 'net join' due to calling free on 
4651       static buffers.
4652     * Several patches from RedHat's Fedora Core RPMS.
4655 o   Rob Foehl <rwf@loonybin.net>.
4656     * Compiler warnings.
4657     * Try modifying printer published attributes before adding it a
4658       new entry in AD.
4659     * Solaris packaging fixes.
4660     * Don't force the cups printer-make-and-model tag as the comment
4661       for autoloaded printers.
4662     * Implement caching of names from printcap to support a true
4663       'printcap cache time'.
4666 o   Johann Hanne <jhml@gmx.net>
4667     * BUG 2038: Only fail winbindd_getgroups() if all lookups fail.
4670 o   Jeff Hardy <hardyjm@potsdam.edu>
4671     * Example script for 'add print command' when using CUPS.
4674 o   Deryck Hodge <deryck@samba.org>
4675     * Add -P (--password-only-menu) to SWAT for displaying only the
4676       password change page to non-root users.
4679 o   David Hu <david.hu@hp.com>
4680     * Copy structure from print_queue_update() message rather than 
4681       referencing it.  Fixes seg fault on HP-UX.
4682       
4683       
4684 o   Buck Huppmann <buckh@pobox.com>
4685     * BUG 2186: Don't free uninitialized credentials.
4686     * BUG 2189: Add the HOST/fqdn servicePrincipalName even when 
4687       dnsDomainName != realm.
4688    
4690 o   Björn Jacke <bjoern@j3e.de>
4691     * BUG 2040: Ensure the locale is reset to C to get ASCII-
4692       compatible toupper/lower functions.
4695 o   William Jojo <jojowil@hvcc.edu>
4696     * Fix HPUX sendfile and add configure.in tests and code for
4697       sendfile on AIX.
4698     * AIX 5.3 compile fixes.
4701 o   Volker Lendecke <vl@samba.org>
4702     * Optimize anonymous session setups by workstations in a 
4703       Samba domain.
4704     * Reimplment the QueryUserAliases() server RPC reply.
4705     * Re-add the getpwnam-cache for performance.
4706     * Cache the result of a pdb_getsampwnam for later SID lookup 
4707       queries.
4708     * Unify the means of localtaing a user's global groups on a 
4709       Samba DC.
4710     * Fix bug when serving the 'Start Menu' in a roaming user profile..
4711     * Map more pre-defined NT security descriptors to AFS acls.
4712     * Add timeout to AD search requests.
4713     * If a connection to a DC is requested (in winbindd), open
4714       connections simultaneously to all DCs found.
4715     * Memleak fixes.
4716     * Fix logic error in handling of 'printcap name' parameter.
4717     * Prevent winbindd from SPAM'ing the log files with 'user root 
4718       does not exist'.
4719     * Backport samr_DomInfo2 IDL specification from Samba 4.
4720     * Implement smbstatus -n, don't lookup users and groups.
4721     * Implement simple mapping that maps the space to another character 
4722       defined by afsacl:space.
4723     * Add support for 'net idmap delete <idmap-file> <SID>'.
4724     * Add new parameter 'afs token lifetime' tells the AFS client 
4725       when to throw away a token (patch from kllin@it.su.se).
4726     * Initial work to allow support for multiple pipe opens on a 
4727       single cli_state*.
4728     * Ensure that we still retrieve the netbios name of any DC 
4729       listed as a 'password server' to work around cases where the 
4730       DC was defined using an IP address or fqdn.
4731     * Fix memleak in winbindd connection code.
4732     * Fix cli_samr_queryuseraliases.
4733     * Allow wbinfo --user-sids to expand expand domain local groups.
4734     * Allow 'rpcclient -c enumtrust' to enumerate more than 10 trusts.
4735     * Fix parsing of other_sids in net_user_info3.
4736     * Correct bad failure logic when user was not a member of any 
4737       domain local groups.
4738     
4740 o   Jason Mader <jason@ncac.gwu.edu>
4741     * BUG 2113, 2289: Remove dead code.
4744 o   Jim McDonough <jmcd@us.ibm.com>
4745     * BUG 1952: Try INITSHUTDOWN pipe first, used by newer 
4746       clients.  If it fails, fall back to WINREG.
4747     * BUG 1770: Remove READ_ATTRIBUTES from GENERIC_EXECUTE.
4748     * BUG 2198: Set password last change time when running 'net rpc 
4749       vampire'.
4750     * Add "refuse machine password change" policy field.
4753 o   Luke Mewburn <lukem@NetBSD.org>
4754     * BUG 2150: shmget() - Use POSIX definitions instead of non-
4755       standard SHM_.
4756       
4758 o   Stefan Metzmacher <metze@samba.org>    
4759     * autogen.sh fixes.
4762 o   Buchan Milne <bgmilne@mandrake.org>
4763     * Mandrake packaging fixes.
4766 o   Lars Mueller <lmuelle@samba.org>
4767     * Fix build of libsmbclient on x86_64.
4768     * BUG 2013: Fix testsuite build issues when libsmbclient.so 
4769       is installed in a non-default location.
4770     * BUG 2050: Calculate max_fd for select correctly.
4771     * Fix inverted logic heck for HAVE_WRFILE_KEYTAB in autoconf 
4772       script.
4775 o   Jason Mader <jason@ncac.gwu.edu>
4776     * BUG 2069: Remove unused variables.
4777     * BUG 2075: Remove dead code paths.
4778     * BUG 2083: Fix compiler warnings caused by bad type casts.
4781 o   James Peach <jpeach@sgi.com>
4782     * Fix rewinddir -> rewind_dir when using VFS macros.
4783     
4785 o   Gavrie Philipson <gavrie@disksites.com>
4786     * BUG 1838: Remove stale printers imeeddiately when 
4787       processing a SIGHUP and during smb.conf reload.
4789       
4790 o   Tim Potter <tpot@samba.org>
4791     * BUG 2080: Fix duplicate call to pdb_get_acct_desc().
4792     * BUG 2168: Fix cast in SMB_XMALLOC_ARRAY.
4793     * Change the license for the winbindd external interface 
4794       more liberal.
4795     * HP-UX compile fixes.
4796     * Compile fixes after new setsampwent() API.
4799 o   Richard Renard <rrenard@idealx.com>
4800     * Update Netscape DS 5.2 LDAP schema.
4803 o   Simo Sorce <idra@samba.org>
4804     * Backport pdbedit changes from trunk.
4805     * Allows the add/change share command to create the shared 
4806       directory directory on disk.
4807     * Log a warning in testparm if a print command is defined for
4808       a print service using 'printing = cups'.
4809      
4810 o   Jelmer Vernooij <jelmer@samba.org>
4811     * Bug fixes for pdb_{xml,pqsql,xml}
4812     * Fixes for pdb_mysql.
4815 o   Andrew Tridgell <tridge@samba.org>
4816     * Bring Samba3 into line with the Samba4 password change code.
4817     
4819 o   Shiro Yamada <shiro@miraclelinux.com>
4820     * BUG 2190: Force SWAT to display parameters in unix charset and 
4821       not UTF-8.
4824       --------------------------------------------------
4825                    ==============================
4826                    Release Notes for Samba 3.0.10
4827                              Dec 16, 2004
4828                    ==============================
4830 Common bugs fixed in 3.0.10 include:
4832   o Fix for security issues described in CAN-2004-1154.
4835 Changes since 3.0.9
4836 -------------------
4838 commits
4839 -------
4841 o   Jeremy Allison <jra@samba.org>
4842     * Added checks surrounding all *alloc() calls to fix
4843       CAN-2004-1154.
4844     * Fix long standing memory size bug in bitmap_allocate().
4845     * Remove bogus error check in deferred open file serving 
4846       code.
4849 o   Thomas Bork <tombork@web.de>
4850     * Fix autoconf script on platforms using a version of GNU ld
4851       that does not include a date stamp in the output of --version.
4854 o   Luke Mewburn <lukem@NetBSD.org>
4855     * Fix the swat install script to deal with the new image
4856       destination directory used by the docs.
4857      
4860       --------------------------------------------------
4862                    =============================
4863                    Release Notes for Samba 3.0.9
4864                              Nov 15, 2004
4865                    =============================
4867 Common bugs fixed in 3.0.9 include:
4869   o Problem updating roaming user profiles.
4870   o Crash in smbd when printing from a Windows 9x client.
4871   o Unresolved symbols in libsmbclient which caused
4872     applications such as KDE's konqueror to fail when
4873     accessing smb:// URLs.
4876 Changes since 3.0.8
4877 -------------------
4880 commits
4881 -------
4883 o   Jeremy Allison <jra@samba.org>
4884     * Correctly detect errno for no acl/ea support.
4885     * BUG 2036: Fix seg fault in 'net ads join'.
4887     
4888 o   Gerald (Jerry) Carter <jerry@samba.org>
4889     * Solaris packaging fixes.
4890     * Fix seg fault in lanman printing code.
4891     * BUG 2017: fix testparm reporting for the passwd program 
4892       string.
4893     * Fix output of smbstatus to match the man page.
4894     * BUG 2027: fix conflict with declaration MD5_CTX in system 
4895       headers.
4896     * 2028: Avoid false error messages when copying a long 
4897       printer name to the device mode.
4900 o   Guenther Deschner <gd@samba.org> 
4901     * Allow deldriverex in rpcclient to delete drivers for a 
4902       specific architecture and a specific version.
4903     * Fix a couple of rpcclient spoolss commands (setprinter, 
4904       setprintername, getdriver) w.r.t to printer-naming scheme.
4905       Allow 'localhost' in the server string for certain server-side
4906       spoolss functions.
4907     * BUG 2015: Do not fail on setting file attributes with 
4908       acl support enabled.
4911 o   Michel Gravey <michel.gravey@optogone.com>
4912     * Fix build when using gcc 3.0.
4915 o   Volker Lendecke <vl@samba.org>
4916     * Fix tdb open logic when checking our local_pid after 
4917       the fork().
4920 o   Jim McDonough <jmcd@us.ibm.com>
4921     * BUG 1932: Fix crash in 'net getlocalsid' when run as 
4922       non-root user.
4925 o   Luke Mewburn <lukem@NetBSD.org>
4926     BUG 1661: Fix KRB5_SETPW-defines
4929 o   Buchan Milne <bgmilne@mandrake.org> 
4930     * BUG 2023: Mandrake packaging fixes for building 3.0.9.
4933 o   Lars Mueller <lmuelle@samba.org>
4934     * BUG 2013: Fix unresolved symbols in libsmbclient.so.
4937 o   Martin Zielinski <mz@seh.de>
4938     * Add DeletePrinterDriverEx() functionality to rpcclient.
4939     
4941       --------------------------------------------------
4943                    =============================
4944                    Release Notes for Samba 3.0.8
4945                              Nov 7, 2004
4946                    =============================
4948 Common bugs fixed in 3.0.8 include:
4950   o Compile fixes for HP-UX
4951   o Fixes for the printer publishing code used when joined to 
4952     an AD domain.
4953   o Incompatibilities with file system quotas.
4954   o Several bugs in the spoolss printing code and print system 
4955     backends.
4956   o Inconsistencies in the username map functionality when 
4957     configured on domain member servers.
4958   o Various compile warnings and errors on various platforms.
4959   o Fixes for Kerberos interoperability with Windows 200x 
4960     domains when using DES keys.
4961   o Fix for CAN-2004-0930 -- smbd remote DoS vulnerability.
4962   o Fix for CAN-2004-0882 -- possible buffer overrun in smbd.
4964     
4965 New features included in the 3.0.8 release are:
4967   o New migration functionality added the the net tool
4968     for files/directories, printers, and shares.
4969   o New experimental idmap backend for assigning uids/gids
4970     directly based on the user/group RID when acting as a
4971     member of single domain without any trusts.
4972   o Additional printer migration support for XP/2003 platforms.
4975 ===========================
4976 Change in Winbindd Behavior
4977 ===========================
4979 All usernames returned by winbindd are now converted to lower 
4980 case for better consistency.  This means any winbind installation
4981 relying on the winbind username will need to rename existing 
4982 directories and/or files based on the username (%u and %U) to lower 
4983 case (e.g. mv $name `echo $name | tr '[A-Z]' '[a-z]'`).  This may 
4984 include mail spool files, home directories, valid user lines in 
4985 smb.conf, etc....
4988 ======================
4989 Change in Username Map
4990 ======================
4992 Previous Samba releases would only support reading the fully qualified 
4993 username (e.g. DOMAIN\user) from the username map when performing a 
4994 Kerberos login from a client.  However, when looking up a map 
4995 entry for a user authenticated by NTLM[SSP], only the login name would be
4996 used for matches.  This resulted in inconsistent behavior sometimes
4997 even on the same server.
4999 Samba 3.0.8 obeys the following rules when applying the username
5000 map functionality:
5002   * When performing local authentication, the username map is 
5003     applied to the login name before attempting to authenticate 
5004     the connection.
5005   * When relying upon a external domain controller for validating
5006     authentication requests, smbd will apply the username map 
5007     to the fully qualified username (i.e. DOMAIN\user) only
5008     after the user has been successfully authenticated.
5011 ######################################################################
5012 Changes
5013 #######
5015 Changes since 3.0.7
5016 -------------------
5018 smb.conf changes
5019 ----------------
5020     Parameter Name                      Action
5021     --------------                      ------
5022     force printername                   New
5023     sendfile                            disabled by default
5026 commits
5027 -------
5029 o   Jeremy Allison <jra@samba.org>
5030     * Ensure extended security bit is on only if we negotiated 
5031       extended security.
5032     * Simplify statcache to use an in-memory tdb. 
5033     * If you're selecting a hash algorithm for tdb, you need 
5034       to do it at open time.
5035     * Removed old dir caching code - not being used now we 
5036       have the statcache anyway.
5037     * Simplify the mangle hash code to use an in-memory tdb.
5038     * Merge iconv changes from Samba 4 branch.
5039     * Fix parsing of names ending in dot and a few other error 
5040       returns.
5041     * BUG 1667: Smbpasswd file could be left locked on some 
5042       error exits.
5043     * Fixes for smbclient tar functionality.
5044     * BUG 1743: Fix logic bug the deferred open code.
5045     * Don't try to set security descriptors on shares where 
5046       this has been turned off.
5047     * Return correct error codes on old SEARCH call.
5048     * Ensure we set errno = E2BIG when we overflow in the 
5049       fast-path character conversion code.
5050     * Fix the roundup problem (returning 1mb roundup) for 
5051       non-Windows clients.
5052     * Added 'stat' command to smbclient to exercise the 
5053       UNIX_FILE_BASIC info level.
5054     * Fix bug where we could incorrectly set sparse attribute.
5055     * Fix incorrect locks/unlocks in tdb_lockkeys()/tdb_unlockkeys()
5056       (reported by Taj Khattra <taj.khattra@gmail.com>).
5057     * Remove locked keys tdb code.
5058     * BUG 1886: Prevent delete on close being set for readonly files 
5059       (and return the correct error code).
5060     * Ensure we pass most of the new lock tests except for the cancel 
5061       lock which is yet to be added (merged from Samba 4 branch).
5062     * BUG 1947: Fix incorrect use of getpwnam() etc. interface.
5063     * BUG 1956: Ensure errno is saved and restored consistently on a 
5064       normal_close.
5065     * BUG 1651: Adapted patch from Nalin Dahyabhai for ensuring 
5066       that all of the appropriate service principal names are set 
5067       upon joining an AD domain.
5068     * Fix the correct use of resume name in the trans2 code.
5069     * BUG 1717: Adapted patch from Nalin Dahyabhai to detect the
5070       correct salt used when generated the DES key after joining an 
5071       AD domain.
5072     * Enhanced krb5 detection routines in the autoconf scripts.
5073   
5075 o   Andrew Bartlett <abartlet@samba.org>
5076     * Avoid changing the machine account password in the passdb 
5077       backend, when it has 'already been changed'.  This occurs 
5078       in situations where the secure channel between the workstation 
5079       and the DC breaks down, such as occurred in the MS04-11 
5080       security patch.
5081     * Fix utility name in error message in ntlm_auth.
5082     * Fix NTLMv2 for use with pam_winbind.
5083     * Remove conversion to and from UTF8 on the winbind pipe.
5084     * Allow 'require_membership_of' and 'require-membership-of'.
5085     * Fix the error code for 'you didn't specify a domain' in 
5086       ntlm_auth.
5087     * Use sys_getgroups() rather than scanning all groups 
5088       when generating SAMR replies.
5091 o   Igor Belyi <sambauser@katehok.ac93.org>
5092     * Ensure pdb user is deleted first before deleting UNIX 
5093       user (LDAP backend needs this ordering).
5096 o   Cornelio Bondad Jr <Corny.Bondad@hp.com>
5097     * Fix core dump in 'net rpc vampire'.
5098     
5100 o   Vince Brimhall <vbrimhall@novell.com>
5101     * Make ldapsam_compat robust against NULL attributes.
5104 o   Gerald Carter <jerry@samba.org>
5105     * Don't limit the number of groups returned by winbindd_getgroups()
5106       by NGROUPS_MAX.
5107     * BUG 1519: Match Windows 2000 behavior when opening a 
5108       printer using a servername in the form of an IP address or 
5109       DNS name.
5110     * BUG 1907: remove extra slashes from the printer name in 
5111       getprinterdriverdir_1().  
5112     * Fix standard_sub_snum() to use the current user's gid.
5113     * Fix background queue update bug (based on Volker's initial work 
5114       in 3.1.0).
5115     * Add 'force printername' service parameter for people that want 
5116       to enforce printername == sharename for spoolss printing.
5117     * Ensure consistent usage of the username map.  Use the fully 
5118       qualified DOMAIN\user format for 'security = domain|ads' and 
5119       apply after authentication has succeeded.
5120     * Cosmetic fix for getent output -- lowercase the username only 
5121       and not the complete domain\username string.
5122     * Packaging fixes for Solaris, Redhat, & Fedora.
5124     
5125 o   Sean Chandler <sean.chandler@verizon.net>
5126     * Fix memlieak in cliconnect.c.
5129 o   Darren Chew <darrenc@vicscouts.asn.au>
5130     * Solaris packaging fixes.
5131     
5133 o   Nalin Dahyabhai <nalin@redhat.com>
5134     * SMB signing fix for 56-bit DES session keys.
5137 o   Guenther Deschner <gd@samba.org> 
5138     * add IA64 to the architecture table of printer-drivers.
5139     * Add file/share/printer migration functionality to 
5140       the net command.
5141     * Show correct help for net groupmap commands.
5142     * Fix deadlock loop in winbind's required_membership_sid
5143       verification.
5144     * Bring the same level of "required_membership"-functionality 
5145       that ntlm_auth uses, to pam_winbindd as well.
5146     * Prevent "net lookup kdc" from seg-faulting when
5147       using our own implementation of krb5_lookup_kdc with 
5148       heimdal.
5149     * Adding getprinter level 7 to rpcclient.
5150     * Support migrating printers|shares|files from Server A 
5151       to Server B while running the net-command on client C.
5152     * Fixed krb5_krbhost_get_addrinfo()-parameters and make 
5153       failure of this call non-critical (Thanks to Love @ Heimdal
5154       for the explanation and patch).
5155     * Fix typos in net's usage-output.
5156     * Fix the paranoia-check to ensure the ldap-attribute and the
5157       smb.conf-parameter for samba's "algorithmic rid base" in ldapsam 
5158       are identical.
5159     * Fix several bugs in the _samr_query_useraliases() rpc reply.
5160     * Check correct string length when verifying password-policies 
5161       and using extended characters (Thanks to Uwe Morgenroth from CC 
5162       Compunet and Volker).
5163     * Make 'password history'-behavior in ldapsam more consistent. 
5164     * Adding "Windows x64" as architecture string and driverdir "x64" 
5165       for the 64bit AMD platform.
5166     * BUG 1343: Readd WKGUID-binding to match the correct default-
5167       locations of new User-, Group- and Machine-Accounts in Active 
5168       Directory (this got lost during the last trunk-merge).
5169     * Fix printer-migration w.r.t. to new naming-convention for
5170       policy-handles.
5171     * Allow to migrate win2k3/xp-drivers as well. 
5172     * Add client-side support of triggering ads printer publishing 
5173       over msrpc setprinter calls inside the net-tool. 
5174     * Add the idmap_rid module (written in conjunction with 
5175       Sumit Bose <sbose@suse.de>).
5176     * BUG 1661: Fix build with recent heimdal releases.
5177     * Prevent idmap_rid from making unnecessary calls to domain 
5178       controllers for trusted domains.
5181 o   Arthur van Dongen <avdongen@xs4all.nl>
5182     * Fix typos in pam_winbind log messages and SuSE 
5183       packaging files.
5186 o   Rob Foehl <rwf@loonybin.net>
5187     * Typo fixes for log messages in printer publishing code.
5188     * Fix memory leak in printer publishing code.
5189     * Ensure print_backend_init() only gets called once.
5190     * Have smbd check the published status of all printers 
5191       at startup.
5192     * Cleanup up the XXX_a_printer() API for consistency.
5193     * Refactored the printer publishing code and include better 
5194       error handling.
5197 o   Steve French <sfrench@us.ibm.com>
5198     * Fix IP address override in mount.cifs mount helper and clean 
5199       up warning messages from the sparse tool and expand syntax help.
5200     * Strip guest mount option off before sending to kernel mount 
5201       routine to avoid logging spurious message.
5204 o   Satoh Fumiyasu <fumiya@samba.gr.jp>
5205     * BUG 1732: Limit share names returned by RAP based on windows 
5206       character width, not unix character width.
5207     * BUG 1498: Ensure that acl entries are stored in the correct 
5208       order.
5211 o   Brett Funderburg <brett@deepfile.com>
5212     * Pass create options parameter to nt_create_andx() function
5213       from the python bindings.
5214     * BUG 1864: Add sd->type field to security descriptor Python 
5215       representation.
5216     * Return an error if a Netapp filer returns NT_STATUS_ACCESS_DENIED
5217       when trying to return the security descriptor for a file.
5218     * BUG 1884: Fixes for the Python bindings to use the value
5219       of the desired_access filed passed into the lsa_open_policy()
5220       routines.
5223 o   Michael Gravey <michel.gravey@optogone.com>
5224     * BUG 1776: Fix warnings when building modules caused by 
5225       certain versions of GNU ld not using the the default 
5226       --allow-shlib-undefined flag.
5229 o   Chris Hertel <crh@samba.org>
5230     * Fix logic bug in splay tree data structure when finding 
5231       a leaf node.
5232     * Fix bug where an invalid MAC address would be printed by 
5233       a node status lookup from nmblookup.
5235       
5236 o   Uli Iske <iske@elkb.de>
5237     * Update the DNS/eDirectory LDAP schema file.
5240 o   Björn Jacke <bjacke@sernet.de>
5241     * BUG 1766: Unify charset-handling in Content-Type:-headers to 
5242       UTF-8.  Reformat msgstr in msg-files to UTF-8.
5243     * Do not use display charset for swat output.
5244     * Convert the share names correctly from unix encoding to web 
5245       encoding and vice versa. 
5246     * Convert files from status page from unix charset to UTF-8.
5249 o   Guenter Kukkukk <guenter.kukkukk@kukkukk.com>
5250     * BUG 1590: Fix for talking to OS/2 clients (max_mux ignored).
5253 o   Tom Lackemann <cessnatomny@yahoo.com>
5254     * BUG 1954: Fix memory leak in posix acl code.
5257 o   Volker Lendecke <vl@samba.org>
5258     * Robustnss fix for winbindd when sending multiple requests 
5259       at a high rate for a slow operation.  
5260     * Solve the problem of user sids ending up with gid's 
5261       and vice versa.
5262     * Use sys_fork instead of fork for the dual daemon so that 
5263       we get the correct debug pid in the logfiles.
5264     * Based on patch from jmcd, implement special lists for the LDAP 
5265       user attributes to delete.
5266     * Fix creation of aliases via usrmgr. Winbind was too strict 
5267       checking the type of sids.
5268     * Lowercase all usernames returned by winbind.
5269     * BUG 1545, 1823: Only issue the ldap extended password change 
5270       operation if the ldap server supports it.  Also ignore object 
5271       class violation errors from the extended operation.
5272     * Optimization for 'idmap backend = ldap': When asking sid2id 
5273       for the wrong type, don't ask ldap when we have the opposite mapping 
5274       in the local tdb.
5275     * Fix ldapsam_compat homeDrive.
5276     * Add usersidlist and allowedusers subcommands to the net tool
5277       in order to support scanning a file server's share and list 
5278       all users who have permission to connect there.
5279     * Allow for multiple DC's to be named as #1c names in lmhosts.
5280     * Memory leak fixes.
5281     * Fix checks for the local pid of an smbd process after 
5282       reopening tdbs.
5285 o   Herb Lewis <herb@samba.org>
5286     * Added tdbtool to be built by default.
5289 o   Love <lha@stacken.kth.se>
5290     * BUG 1955: Inconsistent error return.
5293 o   Sorin Manolache <sorinm@gmail.com>
5294     * Memory leak fix.
5297 o   Jim McDonough <jmcd@us.ibm.com>
5298     * Allow 'net ads lookup' to rely on command line arguments 
5299       if contacting an ADS server fails; utilize cldap for lookups.
5300     * Fixup formatting errors in TDB_LOG calls; add printf attribute
5301       support to tdb log functions.
5304 o   Bill McGonigle <bill+samba@bfccomputing.com>
5305     * BUG 1926: Type in debug message.
5308 o   Sean McGrath
5309     * BUG 1822: Add -D_REENTRANT to CPPFLAGS and -lthread to LDFLAGS
5310       for libsmbclient.
5313 o   Luke Mewburn <lukem@NetBSD.org>
5314     * BUG 1782: Prevent testparm from displaying parameter synonyms.
5317 o   Stefan Metzmacher <metze@samba.org>    
5318     * Fix crash in smbcquotas and smbcacls caused by setup_logging().
5319     * Fix client quota support.
5320     * Fix opening of system quota file.
5323 o   Lars Mueller <lmuelle@samba.org>
5324     * Small fixes for autogen.sh to deal with version detection 
5325       of autoconf and autoheader; fixes for examples using 
5326       libtool to adhere to stricter syntax of newer version.
5329 o   Henrik Nordstrom <hno@squid-cache.org>
5330     * Allow winbindd to return the correct number of groups 
5331       when the groups array must be enlarged.
5334 o   Narayana Pattipati <narayana.pattipati@wipro.com>
5335     * Solaris autoconf detection fixes.
5338 o   Tim Potter <tpot@samba.org>
5339     * BUG 1360: (correct fix) Use -Wl when passing flags to 
5340       the linker.
5341     * HP-UX compile fixes (from JBravo on #samba-technical).
5342     * BUG 1731: More HP-UX compiles fixes.
5343     * BUG 1778: Include yp_prot.h before ypclnt.h as AIX 5.2 
5344       spits the dummy otherwise.
5345     * Fix bug in Python printerdata wrapper.
5346     * BUG 1762: nss_winbind fixes on AIX 5.x (patch from 
5347       <bugzilla-samba@thewrittenword.com>).
5348     * Fix parameter confusion in priming of name-to-sid cache
5349       (Found by Qiao Yang).
5350     * BUG 1888: Remove '..' from all pre-processor commands.
5351     * BUG 1903: Change some #if DEBUG_PASSWORD's to #ifdef 
5352       DEBUG_PASSWORD.
5355 o   Matt Selsky <selsky@columbia.edu>
5356     * BUG 350: use autoconf 2.57 feature for checking header file
5357       preprocessing (fixes configure warnings on Solaris).
5360 o   Richard Renard <rrenard@idealx.com>
5361     * Fix usermgr.exe and trust relationships.
5364 o   Paul Szabo <psz@maths.usyd.edu.au>
5365     * Fix to make find_workgroup use the same 
5366       truncation as create_workgroup.
5369 o   Richard Sharpe <rsharpe@samba.org>
5370     * Ensure cli_write() can support writes >= 65536 bytes.
5373 o   Simo Sorce <idra@samba.org>
5374     * Added check password script code in examples/auth/crackcheck/
5375     * Fix memory corruption bug caused in freeing static memory.
5378 o   Andrew Tridgell <tridge@samba.org>
5379     * Remove lp_use_mmap() from map_file() since the latter 
5380       is for read only and does not require coherence.
5381     * Ensure that the uuid pack/unpack routines do not go past 
5382       the end of the structure.
5383     * Converted Samba 3 tree to use the new utf-16 aware iconv 
5384       code. 
5385     * Changed iconv to recognise UCS-2LE and UTF-16LE as synonyms.
5386     * Ensure configure only uses '=' instead of the bashism '=='.
5387     * Reduces the number of tdb locking calls made on file IO.
5388     
5390 o   Jelmer Vernooij <jelmer@samba.org>
5391     * Convert internal data to UTF-8 before calling libxml2.
5392     * Complain if 'password chat' doesn't contain the %u variable
5393       (based on a patch by Ronan Waide).
5394     
5396 o   Josef Zlomek
5397     * BUG 1541:  Fix recursive ls in smbclient. 
5399     
5400 o   Igor Zhbanov <bsg@uniyar.ac.ru>
5401     * BUG 1797: Prevent winbind and nmbd from ignoring the "-l" 
5402       option.
5404       --------------------------------------------------
5406                   =============================
5407                   Release Notes for Samba 3.0.7
5408                            Sept 13, 2004
5409                   =============================
5411 Common bugs fixed in 3.0.7 include:
5413   o Fixes for two Denial of Service vulnerabilities
5414     (CVE ID# CAN-2004-0807 & CAN-2004-0808).
5415   o Winbind failure to return user entries under certain
5416     conditions.
5417   o Syntax errors in the OpenLDAP schema file (samba.schema).
5418   o Printing errors caused by not setting default values
5419     for the various printing commands.
5422 Changes since 3.0.6
5423 -------------------
5425 smb.conf changes
5426 ----------------
5428     Parameter Name                      Action
5429     --------------                      ------
5430     winbind enable local accounts       disabled by default
5432     
5433 commits
5434 -------
5435 o   Jeremy Allison <jra@samba.org>
5436     * Fix parsing of names ending in dot and a few other error 
5437       returns.
5438     * BUG 1674: Move the symlinks checks into reduce_name().
5439     * Fix memleak when checking the valid names smb.conf option.
5440     * Fix memleak on error return path in the file open code.
5441     * More paranoia checks in the hash2 mangling code.
5442     * Fix syntax error in configure.in.
5443     * Match Win2k3's behavior for pathname parsing error returns.
5444     * Make nmbd more robust against bad netbios packets 
5445       (CAN-2004-0808).
5446     * Add more checks for invalid ASN.1 packets for SPNEGO packets
5447       (CAN-2004-0807).
5449   
5450 o   Andrew Bartlett <abartlet@samba.org>  
5451     * Janitor work in loadparm.c -- remove unused parameters.
5454 o   Gerald Carter <jerry@samba.org>
5455     * BUG 1464: Ensure that printing commands are initialized even
5456       if the 'printing' parameter is not explicitly set.
5457     * Resolve name conflict on DEC OSF-5.1 (inspired by patch from 
5458       Adharsh Praveen <rprav@india.hp.com>)
5459     * Work around parsing error in the print change notify code.
5460     * remove duplicate declaration of getprintprocdir from 
5461       rpcclient.
5462     * Only use sAMAccountName and not userPrincipalName when looking
5463       up a username in AD since the breaks winbindd (lookup_name() 
5464       only works with the sAMAccountName).
5465     * Fix bug with winbindd_getpwnam() caused by Microsoft DC's not 
5466       filling in the username in the user_info3.
5467     * Fix logic bug in the check for creating a user's home directory 
5468       in register_vuid(); caused home directory to be mismatched to 
5469       the first share in smb.conf under certain conditions.
5470     * BUG 1656: rename auto.a to auto.smb.
5471     * Ensure that we assign our pid to print jobs (and not our 
5472       parent's pid); ensures that spooling jobs from dead smbds 
5473       are removed from the tdb.
5474     * Disable 'winbind enable local accounts' by default.
5475     * Adding some initial checks for DragonFly (same as 
5476       FreeBSD 4.1).
5477     
5479 o   Guenther Deschner <gd@samba.org> 
5480     * Use SMB_ASSERT() to track down NULL printer names in 
5481       the tdb open code.
5482     * Revert fix for BUG 1474 to avoid unnecessary packaging 
5483       dependencies.
5486 o   Olaf Flebbe <o.flebbe@science-computing.de>.  
5487     * BUG 1627: fix for NIS compiles on HPUX 11.00, AIX 4.3 
5488       and 5.1.
5489     * BUG 1626: More compile fixes.
5492 o   Rob Foehl <rwf@loonybin.net>
5493     * Don't clear the PRINT_ATTRIBUTE_PUBLISHED was getting reset 
5494       by attempts to sanitize the defined attributes.
5497 o   SATOH Fumiyasu <fumiya@miraclelinux.com>
5498     * BUG 1546: Preserve errno in MB strupper_m/strlower_m.
5501 o   Helmut Heinreichsberger <helmut.heinreichsberger@chello.at>.
5502     * BUG 1657: Remove used initialized variable, 
5503     * BUG 1658: Add a little bit of const.
5506 o   Volker Lendecke <vl@samba.org>
5507     * If there's garbage in the pidfile, we should not panic 
5508       but assume that no one else is around. We can't find the 
5509       other guy anyway.
5512 o   Jim McDonough <jmcd@us.ibm.com>
5513     * Fixup format string in the tdb error messages.
5516 o   Jonas Olsson <lexicon@lysator.liu.se>
5517     * BUG 1416: Don't reuncture a users list to NGROUPS_MAX when 
5518       reporting the list in usrmgr.exe.
5521 o   Tim Potter <tpot@samba.org>
5522     * Fix out-of-tree builds (problem with the script to generate 
5523       the svn version number).
5524     * BUG 1360:  Need to use -Wl when passing flags to the linker.
5525     * BUG 1741: Define a struct nss_groupsbymem for HPUX 11 which 
5526       doesn't have one of its own.
5528 o   Simo Sorce <idra@samba.org>
5529     * Fixup compile issues on AIX caused by broken strlen() and 
5530       strdup().
5531     * Update debian packaging files.
5534 o   Dimitri van der Spek <dwspek@aboveit.nl>
5535     * Use the correct counter when copying group rids from the 
5536       user_info3 struct in pam_winbind.
5537       
5539 o   Qiao Yang <qyang@stbernard.com>
5540     * BUG 1622: Only cache the user
5543       --------------------------------------------------
5544       
5545                   =============================
5546                   Release Notes for Samba 3.0.6
5547                            Aug 19, 2004
5548                   =============================
5550 Common bugs fixed in 3.0.6 include:
5552   o Schannel failure in winbindd.
5553   o Numerous memory leaks.
5554   o Incompatibilities between the 'write list' and 'force user'
5555     smb.conf options.
5556   o Premature optimization of the open_directory() internal 
5557     function that broke tools such as the ArcServe backup 
5558     agent, Macromedia HomeSite, and Robocopy.
5559   o Corrupt workgroup names in nmbd's browse.dat.
5560   o Sharing violation errors commonly seen when opening
5561     when serving Microsoft Office documents from a Samba 
5562     file share.
5563   o Browsing problems caused by an apostrophe (') in the 
5564     computer's description field.
5565   o Problems creating special file types from UNIX CIFS 
5566     clients and enabling 'unix extensions'.
5567   o Fix stalls in smbd caused by inaccessible LDAP servers.
5568   o Remove various memory leaks.
5569   o Fix issues in the password lockout feature.
5571 New features introduced in this release include:
5573   O Support symlinks created by CIFS clients which 
5574     can be followed on the server.
5575   o Using a cups server other than localhost.
5576   o Maintaining the service principal entry in the system 
5577     keytab for integration with other kerberized services.
5578     Please refer to the 'use Kerberos keytab' entry in 
5579     smb.conf(5).  When using the heimdal Kerberos libraries,
5580     you must also specify the following in /etc/krb5.conf:
5581     [libdefaults]
5582        default_keytab_name = FILE:/etc/krb5.keytab
5583   o Support for maintaining individual printer names
5584     stored separately from the printer's sharename.
5585   o Support for maintaining user password history.
5586   o Support for honoring the logon times for user in a 
5587     Samba domain.
5590 ============================================
5591 unix extensions = yes (default) and symlinks
5592 ============================================
5594 Beginning with Samba 3.0.6pre1 (formerly known as 3.0.5pre1), 
5595 clients supporting the UNIX extensions to the CIFS protocol 
5596 can create symlinks to absolute paths which will be **followed** 
5597 by the server.  This functionality has been requested in order 
5598 to correctly support certain applications when the user's home 
5599 directory is mounted using some type of CIFS client (e.g. the 
5600 cifsvfs in the Linux 2.6 kernel).
5602 If this behavior is not acceptable for your production environment
5603 you can set 'wide links = no' in the specific share declaration in 
5604 the server's smb.conf.  Be aware that disabling wide link support 
5605 out of a share in Samba may impact the server's performance due 
5606 to the fact that smbd will now have to check each path additional 
5607 times before traversing it.
5608   
5610 ========================
5611 Password History Support 
5612 ========================
5614 The new password history feature allows smbd to check the new 
5615 password in password change requests against a list of the user's
5616 previous passwords.  The number of previous passwords to save can 
5617 be set using pdbedit (4 in this example):
5619    root# pdbedit -P "password history" -C 4
5621 When using the ldapsam passdb backend, it is vital to secure the 
5622 following attributes from access by non-administrative users:
5624    * sambaNTPassword
5625    * sambaLMPassword
5626    * sambaPasswordHistory
5628 You should refer to your directory server's documentation on how 
5629 to implement this restriction.
5632 Changes since 3.0.5
5633 -------------------
5635 smb.conf changes
5636 ----------------
5638     Parameter Name              Action
5639     --------------              ------
5640     cups server                 New
5641     defer sharing violations    New
5642     force unknown acl user      New
5643     ldap timeout                New
5644     printcap cache time         New
5645     use Kerberos keytab         New
5646     
5647 commits
5648 -------
5649 o   Jeremy Allison <jra@samba.org> 
5650     * Correct path parsing bug that broke DeletePrinterDriverEx().
5651     * Fix bugs in check_path_syntax() caught by asserts.
5652     * Internal change - rearrange internal global case setting 
5653       variables to a per connection basis.
5654     * BUG 1345: Fix premature optimization in unix_convert(). 
5655     * Allow clients to truncate a locked file.
5656     * BUG 1319: Always check to see if a user as write access
5657       to a share, even when 'force user' is set.
5658     * Fix specific case of open that doesn't cause oplock break, 
5659       or share mode check.
5660     * Correct sid type is WKN_GROUP, not alias. Added some 
5661       more known types (inspired by patch from Jianliang Lu).
5662     * Allow creation of absolute symlink paths via CIFS clients.
5663     * Fix charset bug in when invoking send_mailslot().
5664     * When using widelinks = no, use realpath to canonicalize 
5665       the connection path on connection create for the user. 
5666     * Enhance stat open code.
5667     * Fix unix extensions mknod code path.
5668     * Allow unix domain socket creation via unix extensions.
5669     * Auto disable the 'store dos attribute' parameter if the 
5670       underlying filesystem doesn't support EAs.
5671     * Implement deferred open code to fix a bug with Excel files 
5672       on Samba shares.
5673     * BUG 1427: Catch bad path errors at the right point.  Ensure 
5674       all our pathname parsing is consistent.
5675     * Fix SMB signing error introduced by the new deferred open 
5676       code.
5677     * Change default setting for case sensitivity to "auto". (see 
5678       commit message -- r1154 -- for details).
5679     * Add new remote client arch -- CIFSFS.
5680     * Allow smbd to maintain the service principal entry in the 
5681       system keytab file (based on patch Dan Perry <dperry@pppl.gov>, 
5682       Guenther Deschner, et. al.).
5683     * Fix longstanding memleak bug with logfile name.
5684     * Fix incorrect type in printer publishing (struct uuid, 
5685       not UUID_FLAT).
5686     * Heimdal compile fixes after introduction of the new ketyab 
5687       feature.
5688     * Ensure we check attributes correctly on rename request.
5689     * Ensure we defer a sharing violation on rename correctly.
5690     * BUG 607: Ensure we remove DNS and DNSFAIL records immediately 
5691       on timeout.
5692     * Fix bogus error message when using "mangling method = hash" 
5693       rather than hash2.
5694     * Turn on sendfile by default for non-Win9x clients.
5695     * Handle non-io opens that cause oplock breaks correctly.
5696     * Ensure ldap replication sleep time is not more than 5 seconds.
5697     * Add support for storing a user's password history.
5698       LDAP portion of the code was based on a patch from 
5699       Jianliang Lu <j.lu@tiesse.com>.
5700     * Correct memory leaks found in the password change code.
5701     * Fix support for the mknod command with the Linux CIFS client.
5702     * Remove support for passing the new password to smbpasswd 
5703       on the command line without using the -s option.
5704     * Ensure home directory service number is correctly reused
5705       (inspired by patches from Michael Collin Nielsen 
5706       <michael@hum.aau.dk>).
5707     * Fix to stop printing accounts from resetting the bas 
5708       password and account lockout flags.
5709     * If a account was locked out by an admin (and has a bad 
5710       password count of zero) leave it locked out until an admin 
5711       unlocks it (but log a message).
5712     * Ensure we return the same ACL revision on the wire that 
5713       W2K3 does.
5714     * BUG 1578: Hardcode replacement for invalid characters as '_'
5715       (based on fix from Alexander E. Patrakov <patrakov@ums.usu.ru>).
5716     * Fix hashed password history for LDAP backends.
5717     * Enforce logon hours restrictions if confiogured (based on code 
5718       from Richard Renard <rrenard@idealx.com>).
5719     * BUG 1606: Force smbd to disable sendfile with DOS clients 
5720       and ensure that the chained header is filled in for ...&X 
5721       commands.
5722     * BUG 1602: Fix access to shares when all symlink support 
5723       has been disabled.
5727 o   Tom Alsberg <alsbergt@cs.huji.ac.il>
5728     * Allow pdbedit to export a single user from a passdb backend.
5729     
5731 o   Andrew Bartlett <abartlet@samba.org>  
5732     * Fix parsing bug in GetDomPwInfo().
5733     * Fix segfault in 'ntlm_auth --diagnostics'.
5734     * Re-enable code to allow sid_to_gid() to perform a group 
5735       mapping lookup before checking with winbindd.
5736     * Fix memory leak in the trans2 signing code.
5737     * Allow more flexible GSS-SPENGO client and server operation 
5738       in ntlm_auth.
5739     * Improve smbd's internal random number generation.
5740     * Fix a few outstanding long password changes in smbd.
5741     * Fix LANMAN2 session setup code.
5744 o   Eric Boehm <boehm@nortelnetworks.com>
5745     BUG 703: Final touches on netgroup case lookups.
5746     
5747     
5748 o   Jerome Borsboom <j.borsboom@erasmusmc.nl>
5749     * Ensure error status codes don't get overwritten in 
5750       lsa_lookup_sids() server code.
5751     * Correct bug that caused smbd to overwrite certain error 
5752       codes when returning up the call stack.
5753     * Ensure the correct sid type returned for builtin sids.
5756 o   Gerald Carter <jerry@samba.org>
5757     * Fix a few bugs in the Fedora Packaging files.
5758     * Fix for setting the called name to by our IP if the 
5759       called name was *SMBSERVER and *SMBSERV.   Fixes issue 
5760       with connecting to printers via \\ip.ad.dr.ess\printer 
5761       UNC path.
5762     * BUG 1315: fix for schannel client connections to servers
5763       when we haven't specifically negotiated AUTH_PIPE_SEAL.
5764     * Allow PrinterDriverData valuenames with embedded backslashes
5765       (Fixes bug with one of the Konica Fiery drivers).
5766     * Fixed string length miscalculation in netbios names that 
5767       resulted in corrupt workgroup names in browse.dat.
5768     * When running smbd as a daemon, launch child smbd to update 
5769       the lpq cache listing in the background.
5770     * Allow printers "Printers..." folder to be renamed to a string 
5771       other than the share name.
5772     * Allow winbindd to use domain trust account passwords when 
5773       running on a Samba DC to establish an schannel to remote 
5774       domains.
5775     * Fix bad merge and ensure that we always use tdb_open_log() 
5776       instead of tdb_open_ex() (the former call enforce the 'use 
5777       mmap' parameter).
5778     * BUG 1221: revert old change that used single and double 
5779       quotes as delimeters in next_token(), and change 
5780       print_parameter() to print out parm values surrounded by 
5781       double quotes (instead of single quotes).
5782     * Prevent home directories added during the SMBsesssetup&X from 
5783       being removed as unused services.
5784     * Invalidate the print object cache for open printer handles when
5785       smbd receives a message that an attribute on a given printer 
5786       has been changed.
5787     * Cause the configure script to exit if --enable-cups[=yes] is 
5788       defined and the system does not have the cups devel files 
5789       installed.
5790     * BUG 1297: Prevent map_username() from being called twice 
5791       during logon.
5792     * Ensure that we use the userPrincipalName AD attribute 
5793       value for LDAP SASL binds.
5794     * Ensure we remove the tdb entry when deleting a job that 
5795       is being spooled.
5796     * BUG 1520: Work around bug in Windows XP SP2 RC2 where the 
5797       client sends a FindNextPrintChangeNotify() request without 
5798       previously sending a FindFirstPrintChangeNotify().  Return 
5799       the same error code as Windows 2000 SP4.
5800     * BUG 1516: Manually declare ldap_open_with_timeout() to 
5801       workaround compiler errors on IRIX (or other systems without 
5802       LDAP headers).
5803     * Merge security fixes for CAN-2004-0600, CAN-2004-0686 from 
5804       3.0.5.
5805     * Corrected syntax error in the OID for sambaUnixIdPool, 
5806       sambaSidEntry, & sambaIdmapEntry object classes.
5807     * Tighten the cache consistency with the ntprinters.tdb entry 
5808       an the in memory cache associated with open printer handles.
5809     * Make sure that register_messages_flags() doesn't overwrite 
5810       the originally registered flags.
5813 o   Fabien Chevalier <fabien.chevalier@supelec.fr>
5814     * Debian BUG 252591: Ensure that the return value from the 
5815       number of available interfaces is initialized in case no 
5816       interfaces are actually available.
5819 o   Guenther Deschner <gd@sernet.de> 
5820     * Implement 'rpcclient setprintername'.
5821     * Add local groups to the user's NT_TOKEN since they are 
5822       actually supported now.
5823     * Heimdal compile fixes after introduction of the new keytab 
5824       feature.
5825     * Correctly honor the info level parameter in 'rpcclient 
5826       enumprinters'.
5827     * Reintroduce 'force unknown acl user' parameter.  When getting a 
5828       security descriptor for a file, if the owner sid is not known, 
5829       the owner uid is set to the current uid. Same for group sid.
5830     * Ensure that REG_SZ values in the SetPrinterData actually 
5831       get written in UNICODE strings rather than ASCII.
5832     * Ensure that the last Kerberos error return is not invalid.
5833     * Display share ACL entries from rpcclient.
5834     * Correct infinite loop in pam_winbind's verification of 
5835       group membership in the 'other sids' field in the user_info3 
5836       struct.
5839 o   Fabian Franz <FabianFranz@gmx.de>
5840     * Support specifying a port in the device URL passed to smbspool.
5841     
5842     
5843 o   Steve French <sfrench@us.ibm.com>
5844     * Handle -S and user mount parms in mount.cifs.
5845     * Fix user unmount of shares mount with suid mount.cifs.
5846     * prevent infinite recusion in reopen_logs() when expanding 
5847       the smb.conf variable %I.
5850 o   Bjoern Jacke <bj@sernet.de>
5851     * Install libsmbclient into $(LIBDIR), not into hard coded 
5852       ${prefix}/lib. This helps amd64 systems with /lib and /lib64 
5853       and an explicit configure --libdir setting.
5856 o   <kawasa_r@itg.hitachi.co.jp>
5857     * Correct more memory leaks and initialization bugs.
5858     * Fix bug that prevented core dumps from being generated 
5859       even if you tried.
5860     * Connect to the winbind pipe in non-blocking mode to 
5861       prevent processes from hanging.
5862     * Memory leak fixes.
5865 o   Stephan Kulow <coolo@suse.de>
5866     * Fix crash bug in libsmbclient.
5869 o   Volker Lendecke <vl@samba.org>
5870     * Added vfs_full_audit module.
5871     * Add vfs_afsacl.c which can display & set AFS acls via 
5872       the NT security editor.
5873     * Fix crash bug caused by trying to Base64 encode a NULL string.
5874     * Fix DOS error code bug in reply_chkpath().
5875     * Correct misunderstanding of the max_size field in 
5876       cli_samr_enum_als_groups;  it is more like an account_control 
5877       field with individual bits what to retrieve.
5878     * Implement 'net rpc group rename' -- rename domain groups.
5879     * Implement the 'cups server' option. This makes it possible 
5880       to have virtual smbd's connect to different cups daemons.
5881     * Paranoia fixes when adding local aliases to a user's NT_TOKEN.
5882     * Fix sid_to_gid() calls in winbindd to prevent loops.
5883     * Ensure that local_sid_to_gid() sets the type of the group on 
5884       return.
5885     * Make sure that the clients are given back the IP address to 
5886       which they connected in the case of a multi-homed host. Only 
5887       affects strings the spoolss printing replies.
5888     * Fix the bad password lockout. This has not worked as pdb_ldap.c 
5889       did not ask for the modifyTimestamp attribute, so it could 
5890       not find it.   Try not to regress by not putting that attrib 
5891       in the main list but append it manually for the relevant searches.
5892     * Fix two memleaks in login_cache.c.
5893     * fixes memory bloat when unmarshalling strings.
5894     * Fix compile errors using gcc 3.2 on SuSE 8.2.
5895     * Fix the build for systems without Kerberos headers.
5896     * Allow winbindd to handle authentication requests only when 
5897       started without either an 'idmap uid' or 'idmap gid' range.
5898     * Fix the build for systems without ldap headers.
5899     * Fix interaction between share security descriptor and the 
5900       'read only' smb.conf option.
5901     * Fix bug that caused _samr_lookupsids() with more than 32 (
5902       MAX_REF_DOMAINS) SIDs to fail.
5903     * Allow the 'idmap backend' parameter to accept a list of 
5904       LDAP servers for failover purposes.
5905     * Revert code in smbd to remove a tdb when it has become 
5906       corrupted.
5907     * Add paranoid checks when mapping SIDs to a uid/gid to 
5908       ensure that the type is correct.
5909     * Initial work on getting client support for sending mailslot 
5910       datagrams.
5911     * Add 'ldap timeout' parameter.
5912     * Dont always uppercase 'afs username map'.
5913     * Expand aliases for getusersids as well.
5914     * Improved NT->AFS ACL mapping VFS module.
5917 o   Herb Lewis <herb@samba.org>
5918     * Add the acls debug class.
5919     * Fix logic bug in netbios name truncate routine.
5920     * Fix smbd crash caused by smbtorture IOCTL test.
5921     * Fix errno tromping before calling iconv to reset the 
5922       conversion state.
5923     * need to leave empty dacl so we can remove last ACE.
5926 o   Jianliang Lu <Jianliang.Lu@getronics.com>
5927     * Fix to stop smbd hanging on missing group member in 
5928       get_memberuids().
5929     * Make sure Samba returns the correct group types.
5930      * Reset the bad password count password counts upon a successful login.
5931      
5932      
5933 o   Jason Mader <jason@ncac.gwu.edu>
5934     * BUG 1385: Don't use non-consts in a structure initialization.
5935     
5937 o   Jim McDonough <jmcd@us.ibm.com>
5938     * BUG 1279: SMBjobid fix for Samba print servers running on 
5939       Big-Endian platforms.
5942 o   Joe Meadows <jameadows@webopolis.com>
5943     * Add optional timeout parameter to ldap open calls.
5944     * Allow get_dc_list() to check the negative cache.
5947 o   Stefan Metzmacher <metze@samba.org>    
5948     * fix a configure logic bug for linux/XFS quotas when 
5949       using --with-sys-quotas.
5950     * Use quota debug class in quota code.
5951     * print out the SVN revision by configure,
5952     
5954 o   Buchan Milne <bgmilne@mandrake.org>
5955     * Mandrake packaging fixes.
5956     
5957     
5958 o   Lars Mueller <lmuelle@samba.org>
5959     * BUG 1279: Added 'printcap cache time' parameter.
5960     * Fix afs related build issues on SuSE.
5961     * Fix compiler warnings in the Kerberos client code.
5964 o   James Peach <jpeach@sgi.com>
5965     * More iconv detection fixes for IRIX.
5966     * Compile fixed for systems that do not have C99/UNIX98 compliant 
5967       vsnprintf by default.
5968     * Prevent smbd from attempting to use sendfile at all if it is 
5969       not supported by the server's OS.
5970     * Allow SWAT to search for index.html when serving html files 
5971       in a directory.
5974 o   Dan Peterson
5975     * Implement NFS quota support on FreeBSD.
5978 o   Tim Potter <tpot@samba.org>
5979     * BUG 1360: Use -Bsymbolic when creating shared libraries to 
5980       avoid conflicts with identical symbols in the global namespace 
5981       when loading libnss_wins.so.
5984 o   Richard Renard <rrenard@idealx.com>
5985     * Save the current password as it is being changed into the 
5986       password history list.
5989 o   Richard Sharpe <rsharpe@samba.org>
5990     * Fix error return codes on some lock messages.
5991     * BUG 1178: Make the libsmbclient routines callable 
5992       by C++ programs.
5993     * BUG 1333: Make sure we return an error code when 
5994       things go wrong.
5995     * BUG 1301: Return NT_STATUS_SHARING_VIOLATION when 
5996       share mode locking requests fail.
5999 o   Simo Sorce <idra@samba.org>
6000     * Update Debian stable & unstable packaging.
6001     * Tidy up parametric options in testparm output.
6004 o   Richard Sharpe <rsharpe@samba.org>
6005     * Add sigchild handling to winbindd to restart the child 
6006       daemon if necessary.
6009 o   Tom Shaw <tomisfaraway@gmail.com>
6010     * Use winbindd_fill_pwent() consistently.
6013 o   Nick Thompson <nickthompson@agere.com>
6014     * Protect smbd against broken filesystems which return zero 
6015       blocksize.
6018 o   Andrew Tridgell <tridge@samba.org>
6019     * Fixed bug in handling of timeout in socket connections.
6020      
6022 o   Nick Wellnhofer <wellnhofer@aevum.de>    
6023     * Prevent lp_interfaces() list from being corrupted.  Fixes
6024       bug where nmbd would lose the list of network interfaces 
6025       on the system and consequently shutdown.
6027       
6028 o   James Wilkinson <jwilk@alumni.cse.ucsc.edu>
6029     * Fix ntlm_auth memory leaks.
6032 o   Jelmer Vernooij <jelmer@samba.org>
6033     * Additional NT status to unix error mappings.
6034     * BUG 478: Rename vsnprintf to smb_vsnprintf so we don't 
6035       get duplicate symbol errors.
6036     * Return an error when the last command read from stdin 
6037       fails in smbclient.
6038     * Prepare for better error checking in tar.
6039     * BUG 1474: Fix build of --with-expsam stuff on Solaris.
6040       
6042       --------------------------------------------------
6043       
6044                  =============================
6045                  Release Notes for Samba 3.0.5
6046                          July 20, 2004
6047                  =============================
6049 Please note that Samba 3.0.5 is identical to Samba 3.0.4 with 
6050 the exception of correcting the two security issues outlined 
6051 below.
6053 ######################## SECURITY RELEASE ########################
6055 Summary:       Multiple Potential Buffer Overruns in Samba 3.0.x
6056 CVE ID:        CAN-2004-0600, CAN-2004-0686
6057                (http://cve.mitre.org/)
6060 This is the latest stable release of Samba. This is the version
6061 that production Samba servers should be running for all current
6062 bug-fixes.
6064 It has been confirmed that versions of Samba 3 prior to v3.0.4
6065 are vulnerable to two potential buffer overruns.  The individual
6066 details are given below.
6068 =============
6069 CAN-2004-0600
6070 =============
6072 Affected Versions:      Samba 3.0.2 and later
6074 The internal routine used by the Samba Web Administration
6075 Tool (SWAT v3.0.2 and later) to decode the base64 data
6076 during HTTP basic authentication is subject to a buffer
6077 overrun caused by an invalid base64 character.  It is
6078 recommended that all Samba v3.0.2 or later installations
6079 running SWAT either (a) upgrade to v3.0.5, or (b) disable
6080 the swat administration service as a temporary workaround.
6082 This same code is used internally to decode the
6083 sambaMungedDial attribute value when using the ldapsam
6084 passdb backend. While we do not believe that the base64
6085 decoding routines used by the ldapsam passdb backend can
6086 be exploited, sites using an LDAP directory service with
6087 Samba are strongly encouraged to verify that the DIT only
6088 allows write access to sambaSamAccount attributes by a
6089 sufficiently authorized user.
6091 The Samba Team would like to heartily thank Evgeny Demidov
6092 for analyzing and reporting this bug.
6094 -------------
6095 CAN-2004-0686
6096 -------------
6098 Affected Versions:      Samba 3.0.0 and later
6100 A buffer overrun has been located in the code used to support
6101 the 'mangling method = hash' smb.conf option.  Please be aware
6102 that the default setting for this parameter is 'mangling method
6103 = hash2' and therefore not vulnerable.
6105 Affected Samba 3 installations can avoid this possible security
6106 bug by using the default hash2 mangling method.  Server
6107 installations requiring the hash mangling method are encouraged
6108 to upgrade to Samba 3.0.5.
6111 ##################################################################
6113     --------------------------------------------------
6114                  
6115                  =============================
6116                  Release Notes for Samba 3.0.4
6117                           May 8, 2004
6118                  =============================
6120 Common bugs fixed in Samba 3.0.4 include:
6122   o Password changing after applying the patch described in 
6123     the Microsoft KB828741 article to Windows clients.
6124   o Crashes in smbd.
6125   o Managing print jobs via Windows on Big-Endian servers.
6126   o Several memory leaks in winbindd and smbd.
6127   o Compile issues on AIX and *BSD.
6129 Changes since 3.0.3
6130 --------------------
6132 commits
6133 -------
6135 o   Jeremy Allison <jra@samba.org>
6136     * Fix path processing for DeletePrinterDriverEx().
6137     * BUG 1303: Fix for Microsoft hotfix MS04-011 password change 
6138       breakage.
6141 o   Andrew Bartlett <abartlet@samba.org>
6142     * Fix alignment bug in GetDomPwInfo().
6145 o   Alexander Bokovoy <ab@samba.org>
6146     * Fix utime[s]() issues in smbwrapper on systems 
6147       that can boot both the 2.4 and 2.6 Linux kernels.
6150 o   Gerald Carter <jerry@samba.org>
6151     * Fedora packaging fixes.
6152     * BUG 1302: Fix seg fault by not trying to optimize a list of 
6153       invalid gids using the wrong array size.
6154     * BUG 1309: fix seg fault caused by trying to strdup(NULL)
6155       seen when 'security = share'.
6156     * Fix problems when using IBM's compiler on AIX.
6157     * Link Developer's Guide, Example Guide, and multi-page HOWTO
6158       into SWAT's welcome page.
6159     * BUG 1293: fix double free in printer publishing code.
6161     
6162 o   Wim Delvaux <wim.delvaux@adaptiveplanet.com>
6163     * Fix for handling timeouts in socket connections.
6166 o   Michel Gravey <michel.gravey@optogone.com>
6167     * BUG 483: patch from  to fix password hash creation in SWAT.
6168     
6170 o   Volker Lendecke <vl@samba.org>
6171     * Close the open NT pipes before the tdis.
6172     * Fix AFS related build issues.
6173     * Handle error conditions when base64 encoding a blob of 0 bytes.
6175     
6176 o   Herb Lewis <herb@samba.org>
6177     * Added 'acls' debug class.
6179 o   kawasa_r@itg.hitachi.co.jp
6180     * Multiple variable initialization and memory leak fixes.
6181     
6182     
6183 o   Stephan Kulow <coolo@suse.de>
6184     * Fix string length bug in libsmbclient that caused KDE's 
6185       Konqueror to crash.
6186     * BUG 429: More libsmbclient fixes.
6189 o   Jim McDonough <jmcd@us.ibm.com>
6190     * BUG 1007, 1279: Store the print job using a little-endian key.
6193 o   Eric Mertens
6194     o Compile fix for OpenBSD (ENOTSUP not supported).
6196     
6197 o   Stefan Metzmacher <metze@samba.org>
6198     * Correct bug in disks quota views from explorer.
6200     
6201 o   Tim Potter <tpot@samba.org>
6202     BUG 1305: Correct debug output.
6205 o   Richard Sharpe <rsharpe@samba.org>
6206     * Fix incorrect error code mapping.
6209 o   Jelmer Vernooij <jelmer@samba.org>
6210     * Add additional NT_STATUS errorm mappings.
6211     
6213     --------------------------------------------------
6215                  =============================
6216                  Release Notes for Samba 3.0.3
6217                         April 29, 2004
6218                  =============================
6221 Common bugs fixed in Samba 3.0.3 include:
6223   o Crash bugs and change notify issues in Samba's printing code.
6224   o Honoring secondary group membership on domain member servers.
6225   o TDB scalability issue surrounding the TDB_CLEAR_IF_FIRST flag.
6226   o Substitution errors for %[UuGg] in smb.conf.
6227   o winbindd crashes when using ADS security mode.
6228   o SMB signing errors.
6229   o Delays in winbindd startup caused by unnecessary 
6230     connections to trusted domain controllers.
6231   o Various small memory leaks.
6232   o Winbindd failing due to expired Kerberos tickets.
6234 New features introduced in Samba 3.0.3 include:
6236   o Improved support for i18n character sets.
6237   o Support for account lockout policy based on
6238     bad password attempts.
6239   o Improved support for long password changes (>14
6240     characters) and strong password enforcement.
6241   o Support for Windows aliases (i.e. nested groups).
6242   o Experimental support for storing DOS attribute on files
6243     and folders in Extended Attributes.
6244   o Support for local nested groups via winbindd.
6245   o Specifying options to be passed directly to the CUPS libraries.
6247 Please be aware that the Samba source code repository was 
6248 migrated from CVS to Subversion on April 4, 2004.  Details on 
6249 accessing the Samba source tree via anonymous svn can be found 
6250 at http://svn.samba.org/samba/subversion.html.
6253 Changes since 3.0.2a
6254 --------------------
6255 smb.conf changes
6256 ----------------
6258     Parameter Name              Action
6259     --------------              ------
6260     cups options                New
6261     ea support                  New
6262     only user                   Deprecated
6263     store dos attributes        New
6264     unicode                     Removed
6265     winbind nested groups       New
6267     
6268 commits
6269 -------
6271 o   Jeremy Allison <jra@samba.org>
6272     * Ensure that Kerberos mutex is always properly unlocked.
6273     * Removed Heimdal "in-memory keytab" support.
6274     * Fixup the 'multiple-vuids' bugs in our server code.
6275     * Correct return code from lsa_lookup_sids() on unmapped
6276       sids (based on work by vl@samba.org).
6277     * Fix the "too many fcntl locks" scalability problem 
6278       raised by tridge.
6279     * Fixup correct (as per W2K3) returns for lookupsids 
6280       as well as lookupnames.
6281     * Fixups for delete-on-close semantics as per Win2k3 behavior.
6282     * Make SMB_FILE_ACCESS_INFORMATION call work correctly.
6283     * Fix "unable to initialize" bug when smbd hasn't been run with 
6284       new system and a user is being added via pdbedit/smbpasswd.
6285     * Added NTrename SMB (0xA5).
6286     * Fixup correct timeout values for blocking lock timeouts.
6287     * Fix various bugs reported by 'gentest'.
6288     * More locking fixes in the case where we own the lock.
6289     * Fix up regression in IS_NAME_VALID and renames.
6290     * Don't set allocation size on directories.
6291     * Return correct error code on fail if file exists and target 
6292       is a directory.
6293     * Added client "hardlink" comment to test doing NT rename with 
6294       hard links.  Added hardlink_internals() code - UNIX extensions 
6295       now use this as well.
6296     * Use a common function to parse all pathnames from the wire for 
6297       much closer emulation of Win2k3 error return codes.
6298     * Implement check_path_syntax() and rewrite string sub 
6299       functions for better multibyte support.
6300     * Ensure msdfs referrals are multibyte safe.
6301     * Allow msdfs symlink syntax to be more forgiving.
6302       eg. sym_link -> msdfs://server/share/path/in/share 
6303       or  sym_link -> msdfs:\\server\share\path\in\share.
6304     * Cleanup multibyte netbios name support in nmbd ( based on patch
6305       by MORIYAMA Masayuki <moriyama@miraclelinux.com>).
6306     * Fix check_path_syntax() for multibyte encodings which have 
6307       no '\' as second byte (based on work by ab@samba.org.
6308     * Fix the "dfs self-referrals as anonymous user" problem
6309       (based on patch from vl@samba.org).
6310     * BUG 1064: Ensure truncate attribute checking is done correctly 
6311       on "hidden" dot files.
6312     * Fix bug in anonymous dfs self-referrals again.
6313     * Fix get/set of EA's in client library
6314     * Added support for OS/2 EA's in smbd server.
6315     * Added 'ea support' parameter to smb.conf.
6316     * Added 'store dos attributes' parameter to smb.conf.
6317     * Fix wildcard identical rename.
6318     * Fix reply_ctemp - make compatible with w2k3.
6319     * Fix wildcard unlink.
6320     * Fix wildcard src with wildcard dest renames.      
6321     * BUG 1139: Fix based on suggestion by jdev@panix.com.
6322       swap lookups for user and group - group will do an
6323       algorithmic lookup if it fails, user won't.
6324     * Make EA's lookups case independent.
6325     * Fix SETPATHINFO in 'unix extensions' support.
6326     * Make 3.x pass the Samba 4.x RAW-SEARCH tests - except for 
6327       the UNIX info levels, and the short case preserve names.
6330 o   Timur Bakeyev <timur@com.bat.ru>
6331     * BUG 1144: only set --with-fhs when the argument is 'yes'
6332     * BUG 1152: Allow python modules to build despite libraries added 
6333       to LDFLAGS instead of LDPATH.
6334     * BUG 1141: Fix nss*.so names on FreeBSD 5.x.
6337 o   Craig Barratt <cbarratt@users.sourceforge.net>
6338     * BUG 389: Allow multiple exclude arguments with smbclient 
6339       tar -Xr options (better support for Amanda backup client).
6342 o   Andrew Bartlett <abartlet@samba.org>
6343     * Include support for linking with cracklib for enforcing strong 
6344       password changes.
6345     * Add support for >14 character password changes from Windows 
6346       clients.
6347     * Add 'admin set password' capability to 'net rpc'.
6348     * Allow 'net rpc samdump' to work with any joined domain 
6349       regardless of smb.conf settings.
6350     * Use an allocated buffer for count_chars.
6351     * Add sanity checks for changes in the domain SID in an 
6352       LDAP DIT.
6353     * Implement python unit tests for Samba's multibyte string 
6354       support.
6355     * Remove 'unicode' smb.conf option.
6356     * BUG 1138: Fix support for 'optional' SMB signing and other 
6357       signing bugs.
6358     * BUG 169: Fix NTLMv2-only behavior.
6359     * Ensure 'net' honors the 'netbios name' in the smb.conf by 
6360       default.
6361     * Support SMB signing on connections using only the LANMAN 
6362       password and generate the correct the 'session key' for these 
6363       connections.
6364     * Implement --required-membership-of=, an ntlm_auth option 
6365       that restricts all authentication to members of this particular 
6366       group.
6367     * Improve our fall back code for password changes.
6368     * Only send the ntlm_auth 'ntlm-server-1' helper client a '.' 
6369       after the server had said something (such as an error).
6370     * Add 'ntlm-server-1' helper protocol to ntlm_auth.
6372       
6373 o   Alexander Bokovoy <ab@samba.org>
6374     * Fix incorrect size calculation of the directory name 
6375       in recycle.so.
6376     * Fix problems with very long filenames in both smbd and smbclient
6377       caused by truncating paths during character conversions.
6378     * Fix smbfs problem with Tree Disconnect issued before smbfs 
6379       starts its work.
6382 o   Gerald Carter <jerry@samba.org>
6383     * BUG 850: Fix 'make installmodules' bug on True64.
6384     * BUG 66: mark 'only user' deprecated.
6385     * Remove corrupt tdb and shutdown (only for printing tdbs, 
6386       connections, sessionid & locking).
6387     * decrement smbd counter in connections.tdb in smb_panic().
6388     * RedHat specfile updates.
6389     * Fix xattr.h build issue on Debian testing and SuSE 8.2.
6390     * BUG 1147; bad pointer case in get_stored_queue_info() 
6391       causing seg fault.
6392     * BUG 761: read the config file before initialized default 
6393       values for printing options; don't default to bsd printing 
6394       Linux.
6395     * Allow the 'printing' parameter to be set on a per share basis.
6396     * BUG 503: RedHat/Fedora packaging fixes regarding logrotate.
6397     * BUG 848: don't create winbind local users/groups that already 
6398       exist in the tdb.
6399     * BUG 1080: fix declaration of SMB_BIG_UINT (broke compile on 
6400       LynxOS/ppc).
6401     * BUG 488: fix the 'show client in col 1' button and correctly 
6402       enumerate active connections.
6403     * BUG 1007 (partial): Fix abort in smbd caused by byte ordering 
6404       problem when storing the updating pid for the lpq cache.
6405     * BUG 1007 (partial): Fix print change notify bugs.
6406     * BUG 1165, 1126: Fix bug with secondary groups (security = ads) 
6407       and winbind use default domain = yes.  Also ensures that 
6408     * BUG 1151: Ensure that winbindd users are passed through 
6409       the username map.
6410     * Fix client rpc binds for ASU derived servers (pc netlink, 
6411       etc...).
6412     * BUG 417, 1128: Ensure that the current_user_info is set
6413       consistently so that %[UuGg] is expanded correctly.
6414     * BUG 1195: Fix crash in winbindd when the ADS server is 
6415       unavailable.
6416     * BUG 1185: Set reconnect time to be the same as the 
6417       'winbind cache time'.
6418     * Ensure that we return the sec_desc in smb_io_printer_info_2.
6419     * Change Samba printers Win32 attribute to PRINTER_ATTRIBUTE_LOCAL.
6420     * BUG 1095: Honor the '-l' option in smbclient.
6421     * BUG 1023: surround get_group_from_gid() with become_unbecome_root() 
6422       block.
6423     * Ensure server schannel uses the auth level requested by the 
6424       client.
6425     * Removed --with-cracklib option due to potential crash issue.
6426     * Fix -lcrypto linking problem with wbinfo.
6427     * BUG 761: allow printing parameter to set defaults on a per 
6428       share basis.
6429     * Add 'cups options' parameter to allow raw printing without 
6430       changing /etc/cups/cupsd.conf.
6431     * BUG 1081, 1183: Added remove_duplicate_gids() to smbd and 
6432       winbindd.
6433     * BUG 1246: Fix typo in Fedora /etc/init.d/winbind.
6434     * BUG 1288: resolve any machine netbios name (0x00) and not just 
6435       servers (0x20).
6436     * BUG 1199: Fix potential symlink issue in 
6437       examples/printing/smbprint.
6440 o   Robert Dahlem <Robert.Dahlem@gmx.net>
6441     * BUG 1048:  Don't return short names when when 'mangled names = no'
6444 o   Guenther Deschner <gd@suse.com>
6445     * Remove hard coded attribute name in the ads ranged retrieval
6446       code.
6447     * Add --with-libdir and --with-mandir to autoconf script.
6450 o   Bostjan Golob <golob@gimb.org>
6451     * BUG 1046: Fix  getpwent_list() so that the username is not 
6452       overwritten by other fields.
6455 o   Landon Fuller <landonf@opendarwin.org>
6456     * BUG 1232: patch from landonf@opendarwin.org (Landon Fuller) 
6457       to fix user/group enumeration on systems whose libc does not 
6458       call setgrent() before trying to enumerate users (i.e. 
6459       FreeBSD 5.2).
6462 o   Steve French <sfrench@us.ibm.com>
6463     * Update mount.cifs to version 1.1.
6464     * Disable dev (MS_NODEV) on user mounts from cifs vfs.
6465     * Fixes to minor security bug in the mount helper.
6466     * Fix credential file mounting for cifs vfs.
6467     * Fix free of incremented pointer in cifsvfs mount helper.
6468     * Fix path canonicalization of the mount target path and help 
6469       text display in the cifs mount helper.
6470     * Add missing guest mount option for mount.cifs.
6473 o   SATOH Fumiyasu <fumiya@miraclelinux.com>
6474     * BUG 1055; formatting fixes for 'net share'.
6475     * BUG 692: correct truncation of share names and workgroup 
6476       names in smbclient.
6477     * BUG 1088: use strchr_m() for query_host (smbclient -L).
6478     * Patch from to internally count characters correctly.
6481 o   Paul Green <paulg@samba.org>
6482     * Update VOS _POSIX_C_SOURCE macro to 200112L.
6483     * Fix bug in configure.ion by moving the first use of 
6484       AC_CHECK_HEADERS so it is always executed.
6485     * Fix configure.in to only use $BLDSHARED to select whether to 
6486       build static or shared libraries.
6489 o   Pat Haywarrd <Pat.Hayward@propero.net>
6490     * Make the session_users list dynamic (max of 128K).
6491     
6492     
6493 o   Cal Heldenbrand <calzplace@yahoo.com> 
6494     * Fix for for 'pam_smbpass migrate' functionality.
6497 o   Chris Hertel <crh@samba.org>
6498     * fix enumeration of shares 12 characters in length via 
6499       smbclient.
6502 o   Ulrich Holeschak <ulrich@holeschak.de>
6503     * BUG 932: fix local password change using pam_smbpass
6506 o   Krischan Jodies <kj@sernet.de>
6507     * Implement 'net rpc group delete'
6510 o   John Klinger <john.klinger@lmco.com>
6511     * Return NSS_SUCCESS once the max number of gids possible 
6512        has been found in initgroups() on Solaris.
6513     * BUG 1182: Re-enable the -n 'no cache' option for winbindd.
6516 o   Volker Lendecke <vl@samba.org>
6517     * Fix success message for net groupmap modify.
6518     * Fix errors when enumerating members of groups in 'net rpc'.
6519     * Match Windows behavior in samr_lookup_names() by returning
6520       ALIAS(4) when you search in BUILTIN. 
6521     * Fix server SAMR code to be able to set alias info for 
6522       builtin as well. 
6523     * Fix duplication of logic when creating groups via smbd.
6524     * Ensure that the HWM values are set correctly after running 
6525       'net idmap'.
6526     * Add 'net rpc group add'.
6527     * Implement 'net groupmap set' and 'net groupmap cleanup'.
6528     * Add 'net rpc group [add|del]mem' for domain groups and aliases.
6529     * Fix wb_delgrpmem (wbinfo -o).
6530     * As a DC we should not reply to lsalookupnames on DCNAME\\user.
6531     * Fix sambaUserWorkstations on a Samba DC.
6532     * Implement wbinfo -k: Have winbind generate an AFS token after
6533       authenticating the user.
6534     * Add expand_msdfs VFS module for providing referrals based on the
6535       the client's IP address.
6536     * Implement client side NETLOGON GetDCName function.
6537     * Fix caching of name->sid lookups.
6538     * Add support in winbindd for expanding nested local groups.
6539     * Fix memleak in winbindd.
6540     * Fix msdfs proxy.
6541     * Don't list domain groups from BUILTIN.
6542     * Fix memleak in policy handle utility functions.
6543     * Decrease winbindd startup time by only contacting trusted 
6544       domains as necessary.
6545     * Allow winbindd to ask the DC for its domain for a trusted 
6546       DC.
6547     * Fix Netscape DS schema based on comments from 
6548       <thomas.mueller@christ-wasser.de>.
6549     * Correct case where adding a domain user to a XP local group 
6550       did a lsalookupname on the user without domain prefix, and 
6551       failed.
6552     * Fix segfault in winbindd caused by 'wbinfo -a'.
6553     
6555 o   Herb Lewis <herb@samba.org>
6556     * Fix typo for tag in proto file.
6557     * Add missing #ifdef HAVE_BICONV stuff.
6558     * Truncate Samba's netbios name at the first '.' (not 
6559       right to left).
6562 o   Derrell Lipman <Derrell.Lipman@UnwiredUniverse.com>
6563     * Bug fixes and enhancements to libsmbclient library.
6565     
6566 o   Jianliang Lu <j.lu@tiesse.com>
6567     * Enforce the 'user must change password at next login' flag.
6568     * Decode meaning of 'fields present' flags (improves support 
6569       for usrmgr.exe).
6570     * NTLMv2 fixes.
6571     * Don't force an upper case domain name in the ntlmssp code.
6572     
6574 o   L. Lucius <ib@digicron.com>.
6575     * type fixes.
6578 o   Jim McDonough <jmcd@us.ibm.com>
6579     * Add versioning support to tdbsam.
6580     * Update the IBM Directory Server schema with the OpenLDAP 
6581       file.
6582     * Various decoding fixes to improve usrmgr.exe support.
6583     * Fix statfs redeclaration of statfs struct on ppc
6584     * Implement support for password lockout of Samba domain 
6585       controllers and standalone servers.
6586     * Get MungedDial attribute actually working with full TS 
6587       strings in it for pdb_ldap.
6588     * BUG 1208 (partial): Improvements for working with expired krb5 
6589       tickets in winbindd.
6590     * Use timegm, or our already existing replacement instead of 
6591       timezone (spotted by Andrzej Tobola <san@iem.pw.edu.pl>).
6592     * Remove modifyTimestamp from list of our attributes.  
6593     * Fix lsalookupnames to check for domain users as well as local 
6594       users. 
6595     * Merge struct uuid replacement for GUID from trunk.
6596     * BUG 1208: Finish support for handling expired tickets in 
6597       winbindd (in conjunction with Guenther Deschner <gd@suse.de>).
6600 o   Stefan Metzmacher <metze@samba.org>
6601     * Implement new VERSION schema based on subversion revision 
6602       numbers.
6603     * Add shadow_copy vfs module.
6604     * Fix segault in login_cache support.
6607 o    Heinrich Mislik <Heinrich.Mislik@univie.ac.at>
6608      o BUG 979 -- Fix quota display on AIX.
6611 o   James Peach <jpeach@sgi.com>
6612     * Correct check for printf() format when using the SGI MIPSPro 
6613       compiler.
6614     * BUG 1038: support backtrace for 'panic action' on IRIX.
6615     * BUG 768: Accept profileing arg to IRIX init script.
6616     * BUG 748: Relax arg parsing to sambalp script (IRIX).
6617     * BUG 758: Fix pdma build.
6618     * Search IRIX ABI paths for libiconv.  Based on initial fix from 
6619       Jason Mader.
6620       
6622 o   Kurt Pfeifle <kpfeifle@danka.de>
6623     * Add example shell script for migrating drivers and printers 
6624       from a Windows print server to a Samba print server using 
6625       smbclient/rpcclient (examples/printing/VamireDriversFunctions).
6628 o   Tim Potter <tpot@samba.org>
6629     * Fix logic bug in tdb non-blocking lock routines when 
6630       errno == EAGAIN.
6631     * BUG 1025: Include sys/acl.h in check for broken nisplus 
6632       include files.      
6633     * BUG 1066: s/printf/d_printf/g in SWAT.
6634     * BUG 1098: rename internal msleep() function to fix build 
6635       problems on AIX.
6636     * BUG 1112: Fix for writable printerdata problem in python bindings.
6637     * BUG 1154: Remove reference to <sys/mman.h> in tdbdump.c.
6638     * BUG 1155: enclose use of fchown() with guards.
6639     * Relicense tdb python module as LGPL.
6642 o   Richard Sharpe <rsharpe@samba.org>
6643     * Add support to smbclient for multiple logins on the same 
6644       session (based on work by abartlet@samba.org).
6645     * Correct blocking condition in smbd's use of accept() on IRIX.
6646     * Add support for printing out the MAC address on nmblookup.
6649 o   Simo Sorce <idra@samba.org>
6650     * Replace unknown_3 with fields_present in SAMR code.
6651     * More length checks in strlcat().
6654 o   Andrew Tridgell <tridge@samba.org>
6655     * Rewrote the AIX UESS backend for winbindd.
6656     * Fixed compilation with --enable-dmalloc.
6657     * Change tdb license to LGPL (see source/tdb/tdb.c).
6658     * Force winbindd to use schannel in clients connections to 
6659       DC's if possible.
6662 o   Jelmer Vernooij <jelmer@samba.org>
6663    * Fix ETA Calculation when resuming downloads in smbget.
6664    * Add -O (for writing downloaded files to standard out) 
6665      based on patch by Bas van Sisseren <bas@dnd.utwente.nl>.
6666     * Fix syntax error in example mysql table
6668            
6669 o   TAKEDA yasuma <yasuma@miraclelinux.com>
6670     * BUG 900: fix token processing in cmd_symlink, cmd_link, 
6671       cmd_chown, cmd_chmod smbclient functions.
6674 o   Shiro Yamada <shiro@miraclelinux.com>
6675     * BUG 1129: install image files for SWAT.
6677       
6678     --------------------------------------------------
6680                   ==============================
6681                   Release Notes for Samba 3.0.2a
6682                         February 13, 2004
6683                   ==============================
6685 Samba 3.0.2a is a minor patch release for the 3.0.2 code base
6686 to address, in particular, a problem when using pdbedit to 
6687 sanitize (--force-initialized-passwords) Samba's tdbsam 
6688 backend.   This is the latest stable release of Samba. This 
6689 is the version that all production Samba servers should be 
6690 running for all current bug-fixes.  
6692 ******************* Attention! Achtung! Kree! *********************
6694 Beginning with Samba 3.0.2, passwords for accounts with a last 
6695 change time (LCT-XXX in smbpasswd, sambaPwdLastSet attribute in
6696 ldapsam, etc...) of zero (0) will be regarded as uninitialized 
6697 strings.  This will cause authentication to fail for such
6698 accounts.  If you have valid passwords that meet this criteria, 
6699 you must update the last change time to a non-zero value.  If you 
6700 do not, then  'pdbedit --force-initialized-passwords' will disable 
6701 these accounts and reset the password hashes to a string of X's.
6703 ******************* Attention! Achtung! Kree! *********************
6706 Changes since 3.0.2
6707 -------------------
6709 commits
6710 -------
6712 Please refer to the CVS log for the SAMBA_3_0 branch for complete
6713 details.  The list of changes per contributor are as follows:
6716 o   Jeremy Allison <jra@samba.org>
6717     * Added paranoia checks in parsing code.
6718     
6720 o   Andrew Bartlett <abartlet@samba.org>
6721     * Ensure that changes to uninitialized passwords in ldapsam 
6722       are written to the DIT.
6725 o   Gerald (Jerry) Carter <jerry@samba.org>
6726     * Fixed iterator in tdbsam.
6727     * Fix bug that disabled accounts with a valid NT password 
6728       hash, but no LanMan hash.
6729     
6731 o   Steve French <sfrench@us.ibm.com>
6732     * Added missing nosetuid and noexec options.
6734     
6735 o   Bostjan Golob <golob@gimb.org>
6736     * BUG 1046: Don't overwrite usernames of entries returned 
6737       by getpwent_list().
6740 o   Sebastian Krahmer <krahmer@suse.de>
6741     * Fixed potential crash bug in NTLMSSP parsing code.
6744 o   Tim Potter <tpot@samba.org>
6745     * Fixed logic in tdb_brlock error checking.
6747     
6748 o   Urban Widmark <urban@teststation.com>
6749     * Set nosuid,nodev flags in smbmnt by default.
6750     
6751     
6752         --------------------------------------------------
6753                   
6754                   =============================
6755                   Release Notes for Samba 3.0.2
6756                         February 9, 2004
6757                   =============================
6759 It has been confirmed that previous versions of Samba 3.0 are
6760 susceptible to a password initialization bug that could grant an 
6761 attacker unauthorized access to a user account created by the
6762 mksmbpasswd.sh shell script.
6764 The Common Vulnerabilities and Exposures project (cve.mitre.org) 
6765 has assigned the name CAN-2004-0082 to this issue.
6767 Samba administrators not wishing to upgrade to the current 
6768 version should download the 3.0.2 release, build the pdbedit 
6769 tool, and run 
6771    root# pdbedit-3.0.2 --force-initialized-passwords
6772       
6773 This will disable all accounts not possessing a valid password
6774 (e.g. the password field has been set a string of X's).
6776 Samba servers running 3.0.2 are not vulnerable to this bug 
6777 regardless of whether or not pdbedit has been used to sanitize
6778 the passdb backend.
6780 Some of the more visible bugs in 3.0.1 addressed in the 3.0.2
6781 release include:
6783   o Joining a Samba domain from Pre-SP2 Windows 2000 clients.
6784   o Logging onto a Samba domain from Windows XP clients.
6785   o Problems with the %U and %u smb.conf variables in relation to 
6786     Windows 9x/ME clients.
6787   o Kerberos failures due to an invalid in memory keytab detection
6788     test.
6789   o Updates to the ntlm_auth tool.
6790   o Fixes for various SMB signing errors.
6791   o Better separation of WINS and DNS queries for domain controllers.
6792   o Issues with nss_winbind FreeBSD and Solaris.
6793   o Several crash bugs in smbd and winbindd.
6794   o Output formatting fixes for smbclient for better compatibility
6795     with scripts based on the 2.2 version.
6798 Changes since 3.0.1
6799 -------------------
6801 smb.conf changes
6802 ----------------
6804     Parameter Name              Action
6805     --------------              ------
6806     ldap replication sleep      New
6807     read size                   removed (unused)
6808     source environment          removed (unused)
6811 commits
6812 -------
6814 Please refer to the CVS log for the SAMBA_3_0 branch for complete
6815 details.  The list of changes per contributor are as follows:
6817 o   Jeremy Allison <jra@samba.org>
6818     * Revert change that broke Exchange clear text samlogons.
6819     * Fix gcc 3.4 warning in MS-DFS code.
6820     * Tidy up of NTLMSSP code.
6821     * Fixes for SMB signing errors
6822     * BUG 815: Workaround NT4 bug to support plaintext
6823       password logins and UNICODE.
6824     * Fix SMB signing bug when copying large files.
6825     * Correct error logic in mkdir_internals() (caused a panic
6826       when combined with --enable-developer).
6827     * BUG 830: Protect against crashes due to bad character 
6828       conversions.
6830       
6831 o   Petri Asikainen <paca@sci.fi>
6832     * BUG 330, 387:Fix single valued attribute updates when 
6833       working with Novell NDS.
6836 o   Andrew Bartlett <abartlet@samba.org>
6837     * Correctly handle per-pipe NTLMSSP inside a NULL session.
6838     * Fix segfault in gencache 
6839     * Fix early free() of encrypted_session_key.
6840     * Change DC lookup routines to more carefully separate
6841       DNS names (realms) from NetBIOS domain names.
6842     * Add new sid_to_dn() function for internal winbindd use.
6843     * Refactor cli_ds_enum_domain_trusts().
6844     * BUG 707: Implement range retrieval of ADS attributes (based 
6845       on work from Volker <vl@samba.org> and Guenther Deschner 
6846       <gd@suse.com>).
6847     * Automatically initialize the signing engine if a session key
6848       is available.
6849     * BUG 916: Do not perform a + -> ' ' substitution for squid URL 
6850       encoded strings, only form input in SWAT.
6851     * Resets the NTLMSSP state for new negotiate packets.
6852     * Add 2-byte alignments in net_samlogon() queries to parse 
6853       odd-length plain text passwords.
6854     * Allow Windows groups with no members in winbindd.
6855     * Allow normal authentication in the absence of a server 
6856       generated session key.
6857     * More optimizations for looking up UNIX group lists.
6858     * Clean up error codes and return values for pam_winbindd
6859       and winbindd PAM interface.
6860     * Fix string return values in ntlm_auth tool.
6861     * Fix segfault when 'security = ads' but no realm is defined.
6862     * BUG 722: Allow winbindd to map machine accounts to uids.
6863     * More cleanups for winbindd's find_our_domain().
6864     * More clearly detect whether a domain controller is an NT4
6865       or mixed-mode AD DC (additional bug fixes by jerry & jmcd).
6866     * Increase separation between DNS queries for hosts and queries
6867       for AD domain controllers.
6868     * Include additional NT_STATUS to PAM error mappings.
6869     * Password initialization fixes.
6871     
6872 o   Justin Baugh <justin.baugh@request.com>
6873     * BUG 948: Implement missing functions required for FreeBSD 
6874       nss_winbind support. 
6877 o   Alexander Bokovoy <ab@samba.org>
6878     * BUG 922: Make sure enable fast path for strlower_m() and 
6879       strupper_m().
6882 o   Luca Bolcioni <Luca.Bolcioni@yacme.com>
6883     * Fix crash when using 'security = server' and 'encrypt 
6884       passwords = no' by always initializing the session key.
6886       
6887 o   Dmitry Butskoj <buc@odusz.elektra.ru>
6888     * Fix for special files being hidden from admins.
6891 o   Gerald (Jerry) Carter <jerry@samba.org>
6892     * Fix bug in the lanman session key generation.  Caused 
6893       "decode_pw: incorrect password length" error messages.
6894     * Save the right case for the located user name in 
6895       fill_sam_account().  Fixes %U/%u expansion for win9x clients.
6896     * BUG 897: Add well known rid for pre win2k compatible access
6897       group.
6898     * BUG 887: Correct typo in delete user script example.
6899     * Use short lived TALLOC_CTX* for allocating printer objects 
6900       from the print handle cache.
6901     * BUG 912: Fix check for HAVE_MEMORY_KEYTAB.
6902     * Fix several warnings reported by the SUN Forte C compiler.
6903     * Fully control DNS queries for AD DC's using 'name resolve order'.
6904     * BUG 770: Send the SMBjobid for UNIX jobs back to the client.
6905     * BUG 972: Fix segfault in cli_ds_getprimarydominfo().
6906     * BUG 936: fix bind credentials for schannel binds in smbd.
6907     * BUG 446: Fix output of smbclient for better compatibility 
6908       with scripts based on the 2.2 version (including Amanda).
6909     * BUG 891, 949: Fedora packaging fixes.
6910     * Fix bug that caused rpcclient to incorrectly retrieve 
6911       the SID for a server (this causing all calls that required 
6912       this information to fail). 
6913     * BUG 977: Don't create a homes share for a user if a static 
6914       share already exists by the same name.
6915     * Removed unused smb.conf options.
6916     * Password initialization fixes.
6917     * Set the disable flag for template accounts created by
6918       mksmbpasswd.sh.
6919     * Disable any account has no passwords and does not have the
6920       ACB_PWNOTREQ bit set.
6923 o   Guenther Deschner <gd@suse.com>
6924     * Install smbwrapper.so should be put into the $(libdir) 
6925       and not $(bindir).
6926     * Add the capability to specify the new user password 
6927       for "net ads password" on the command line.
6928     * Correctly detect AFS headers on SuSE.
6929         
6931 o   James Flemer <jflemer@uvm.edu>
6932     * Fix AIX compile bug by linking HAVE_ATTR_LIST to 
6933       HAVE_SYS_ATTRIBUTES_H.
6936 o   Luke Howard <lukeh@PADL.COM>
6937     * Fix segfault in session setup reply caused by a early free().
6940 o   Stoian Ivanov <sdr@bultra.com>
6941     * Implement grepable output for smbclient -L.
6944 o   LaMont Jones <lamont@debian.org>
6945     * BUG 225328 (Debian): Correct false failure LFS test that resulted 
6946       in  _GNU_SOURCE not being defined (thus resulting in strndup() 
6947       not being defined).
6949       
6950 o   Volker Lendecke <vl@samba.org>
6951     * BUG 583: Ensure that user names always contain the short 
6952       version of the domain name.
6953     * Fix our parsing of the LDAP uri.
6954     * Don't show the 'afs username map' in the SWAT basic view.
6955     * Fix SMB signing issues in relation to failed NTLMSSP logins.
6956     * BUG 924: Fix return codes in smbtorture harness.
6957     * Always lower-case usernames before handing it to AFS code.
6958     * Add a German translation for SWAT.
6959     * Fix a segfaults in winbindd.
6960     * Fix the user's domain passed to register_vuid() from 
6961       reply_spnego_Kerberos().
6962     * Add NSS example code in nss_winbind to convert UNIX 
6963       id's <-> Windows SIDs.
6964     * Display more descriptive error messages for login via 'net'.
6965     * Fix compiler warning in the net tool.
6966     * Fix length bug when decoding base64 strings.
6967     * Ensure we don't call getpwnam() inside a loop that is iterating 
6968       over users with getpwent().  This broke on glibc 2.3.2.
6971 o   Herb Lewis <herb@samba.org>
6972     * Fix bit rot in psec.
6975 o   Jianliang Lu <j.lu@tiesse.com>
6976     * Ensure we delete the group mapping before calling the delete 
6977       group script.
6978     * Define well known RID for managing the  "Power Users" group.
6979     * BUG 381: check builtin (not local) group SID when updating 
6980       group membership.
6981     * BUG 101: set the SV_TYPE_PRINTQ_SERVER flag in host announcement 
6982       packet.
6985 o   John Klinger <john.klinger@lmco.com>
6986     * Implement initgroups() call in nss_winbind on Solaris.
6989 o   Jim McDonough <jmcd@us.ibm.com>
6990     * Fix regression in net rpc join caused by recent changes 
6991       to cli_lsa_query_info_policy().
6992     * BUG 964: Fix crash bug in 'net rpc join' using a preexisting
6993       machine account.
6996 o   MORIYAMA Masayuki <moriyama@miraclelinux.com>
6997     * BUG 570: Ensure that configure honors the LDFLAGS variable.
7000 o   Stefan Metzmacher <metze@samba.org>
7001     * Implement LDAP rebind sleep patch.
7002     * Revert to 2.2 quota code because of so many broken quota files 
7003       out there.
7004     * Fix XFS quotas: HAVE_XFS_QUOTA -> HAVE_XFS_QUOTAS
7005                       XFS_USER_QUOTA -> USRQUOTA
7006                       XFS_GROUP_QUOTA -> GRPQUOTA
7007     * Fix disk_free calculation with group quotas.
7008     * Add debug class 'quota' and a lot of DEBUG()'s 
7009       to the quota code.
7010     * Fix sys_chown() when no chown() is present.
7011     * Add SIGABRT to fault handling in order to catch got a 
7012       backtrace if an error occurs the OpenLDAP client libs.
7015 o   <ndb@theghet.to>
7016     * Allow an existing LDAP machine account to be re-used when 
7017       joining an AD domain.
7020 o   James Peach <jpeach@sgi.com>
7021     * BUG 889: Change smbd to use pread/pwrite on platforms that 
7022       support these calls. Can lead to a significant speed increase.
7025 o   Tim Potter <tpot@samba.org>
7026     * BUG 905: Remove POBAD_CC to fix Solaris Forte compiles.
7027     * BUG 924: Fix typo in RW2 torture test.
7028     
7029     
7030 o   Richard Sharpe <rsharpe@samba.org>
7031     * Small fixes to torture.c to cleanup the error handling 
7032       and prevent crashes.
7035 o   J. Tournier <jerome.tournier@IDEALX.com>
7036     * Small fixes for the smbldap-tool scripts.
7039 o   Andrew Tridgell <tridge@samba.org>
7040     * Fix src len check in pull_usc2().
7041     
7042     
7043 o   Jelmer Vernooij <jelmer@samba.org>
7044     * Put functions for generating SQL queries in pdb_sql.c
7045     * Add pgSQL backend (based on patch by Hamish Friedlander)
7046     * BUG 908: Fix -s option to smbcontrol.    
7047     * Add smbget utility - a wget-clone for the SMB/CIFS protocol.
7048     * Fix for libnss_wins on IRIX platforms.
7049     * Fix swatdir for --with-fhs.
7052         --------------------------------------------------
7054                   =============================
7055                   Release Notes for Samba 3.0.1
7056                         December 15, 2003
7057                   =============================
7059 Some of the more common bugs in 3.0.0 addressed in the release 
7060 include:
7062   o Substitution problems with smb.conf variables.
7063   o Errors in return codes which caused some applications
7064     to fail to open files.
7065   o General Protection Faults on Windows 2000/XP clients
7066     using Samba point-n-print features.
7067   o Several miscellaneous crash bugs.
7068   o Access problems when enumerating group mappings are
7069     stored in an LDAP Directory.
7070   o Several common SWAT bugs when writing changes to
7071     smb.conf.
7072   o Internal inconsistencies when 'winbind use default
7073     domain = yes'
7077 Changes since 3.0.0
7078 ----------------------
7080     Parameter Name              Action
7081     --------------              ------
7082     hide local users            Removed
7083     mangled map                 Deprecated
7084     mangled stack               Removed
7085     passwd chat timeout         New
7088 commits
7089 -------
7091 o   Change the interface for init_unistr2 to not take a length 
7092     but a flags field.  We were assuming that 
7093     2*strlen(mb_string) == length of ucs2-le string.  (bug 480).
7094 o   Allow d_printf() to handle strings with escaped quotation 
7095     marks since the msg file includes the escape character (bug 489).
7096 o   Fix bad html table row termination in SWAT wizard code (bug 413).
7097 o   Fix to parse the level-2 strings.
7098 o   Fix for "valid users = %S" in [homes].  Fix read/write 
7099     list as well. 
7100 o   Change AC_CHECK_LIB_EXT to prepend libraries instead of append.  
7101     This is the same way AC_CHECK_LIB works (bug 508).
7102 o   Testparm output fixes for clarity.
7103 o   Fix broken wins hook functionality -- i18n bug (bug 528).
7104 o   Take care of condition where DOS and NT error codes must differ.
7105 o   Default to using only built-in charsets when a working iconv 
7106     implementation cannot be located.
7107 o   Wrap internals of sys_setgroups() so the sys_XX() call can 
7108     be done unconditionally (bug 550).
7109 o   Remove duplicate smbspool link on SWAT's front page (bug 541).
7110 o   Save and restore CFLAGS before/after AC_PROG_CC.  Ensures that
7111     --enable-debug=[yes|no] works correctly.
7112 o   Allow ^C to interrupt smbpasswd if using our getpass 
7113     (e.g. smbpasswd command).
7114 o   Support signing only on RPC's (bug 167).
7115 o   Correct bug that prevented  Excel 2000 clients from opening 
7116     files marked as read-only.
7117 o   Portability fix bugs 546 - 549).
7118 o   Explicitly initialize the value of AR for vendor makes that don't
7119     do this (e.g. HPUX 11).  (bug 552).
7120 o   More i18n fixes for SWAT (bug 413).
7121 o   Change the cwd before the postexec script to ensure that a
7122     umount will succeed.
7123 o   Correct double free that caused winbindd to crash when a DC 
7124     is rebooted (bug 437).
7125 o   Fix incorrect mode sum (bug 562).
7126 o   Canonicalize SMB_INFO_ALLOCATION in the same was as
7127     SMB_FS_FULL_SIZE_INFORMATION (bug 564).
7128 o   Add script to generate *msg files.
7129 o   Add Dutch SWAT translation file.
7130 o   Make sure to call get_user_groups() with the full winbindd 
7131     name for a user if he/she has one (bug 406).
7132 o   Fix up error code returns from Samba4 tester. Ensure invalid 
7133     paths are validated the same way.  
7134 o   Allow Samba3 to pass the Samba4 RAW-READ tests.
7135 o   Refuse to configure if --with-expsam=$BACKEND was used but no 
7136     libraries were found for $BACKEND.
7137 o   Move sysquotas autoconf tests to a separate file.
7138 o   Match W2K w.r.t. writelock and writeclose.  Samba4 torture 
7139     tester
7140 o   Make sure that the files that contain the static_init_$subsystem; 
7141     macro get recompiled after configure by removing the object 
7142     files.
7143 o   Ensure canceling a blocking lock returns the correct error 
7144     message.
7145 o   Match Samba 2.2 behavior; make ACB_NORMAL the default ACB value.
7146 o   Updated Japanese welcome file in SWAT.
7147 o   Fix to  nt-time <-> unix-time functions reversible.
7148 o   Ensure that winbindd uses the the escaped DN when querying
7149     an AD ldap server.
7150 o   Fix portability issues when compiling (bug 505, 550)
7151 o   Compile fix for tdbbackup when Samba needs to override 
7152     non-C99 compliant implementations of snprintf().
7153 o   Use @PICSUFFIX@ instead of .po in Makefile.in (bug 574).
7154 o   Make sure we break out of samsync loop on error.
7155 o   Ensure error code path doesn't free unmalloc()'d memory
7156     (bug 628).
7157 o   Add configure test for krb5_keytab_entry keyblock vs key 
7158     member (bug 636).
7159 o   Fixed spinlocks.
7160 o   Modified testparm so that all output so all debug output goes 
7161     to stderr, and all file processing goes to stdout.
7162 o   Fix error return code for BUFFER_TOO_SMALL in smbcacls 
7163     and smbcquotas.
7164 o   Fix "NULL dest in safe_strcpy()" log message by ensuring that 
7165     we have a devmode before copying a string to the devicename.
7166 o   Support mapping REALM.COM\user to a local user account (without 
7167     running winbindd)  for compatibility with 2.2.x release.
7168 o   Ensure we don't use mmap() on blacklisted systems.
7169 o   fixed a number of bugs and memory leaks in the AIX 
7170     winbindd shim
7171 o   Call initgroups() in SWAT before becomming the user so that
7172     secondary group permissions can be used when writing to 
7173     smb.conf.
7174 o   Fix signing problems when reverse connecting back to a 
7175     client for printer notify
7176 o   Fix signing problems caused by a miss-sequence bug.
7177 o   Missing map in errormap for ERROR_MORE_DATA -> ERRDOS, ERRmoredata.
7178     Fixes NEXUS tools running on Win9x clients (bug 64).
7179 o   Don't leave the domain field uninitialized in cli_lsa.c if some 
7180     SID could not be mapped.
7181 o   Fix segfault in mount.cifs helper when there is no options 
7182     specified during mount.
7183 o   Change the \n after the password prompt to go to tty instead 
7184     of stdout (bug 668).
7185 o   Stop net -P from prompting for machine account password (bug 451).
7186 o   Change in behavior to Not only change the effective uid but also
7187     the real uid when becoming unprivileged.
7188 o   Cope with Exchange 5.5 cleartext pop password auth.
7189 o   New files for support of initshutdown pipe.  Win2k doesn't 
7190     respond properly to all requests on the winreg pipe, so we need 
7191     to handle this new pipe (bug 534).
7192 o   Added more va_copy() checks in configure.in.
7193 o   Include fixes for libsmbclient build problems.
7194 o   Missing UNIX -> DOS codepage conversion in lanman.c.
7195 o   Allow DFMS-S filenames can now have arbitrary case (bug 667).
7196 o   Parameterize the listen backlog in smbd and make it larger by
7197     default. A backlog of 5 is way too small these days.
7198 o   Check for an invalid fid before dereferencing the fsp pointer
7199     (bug 696).
7200 o   Remove invalid memory frees and return codes in pdb_ldap.c.
7201 o   Prompt for password when invoking --set-auth-user and no 
7202     password is given.
7203 o   Bind the nmbd sending socket to the 'socket address'.
7204 o   Re-order link command for smbd, rpcclient and smbpasswd to ensure 
7205     $LDFLAGS occurs before any library specification (bug 661).
7206 o   Fix large number of printf() calls for 64-bit size_t.
7207 o   Fix AC_CHECK_MEMBER so that SLES8 does correctly finds the 
7208     keyblock in the krb5 structs.
7209 o   Remove #include <compat.h> in hopes to avoid problems with 
7210     apache header files.
7211 o   Correct winbindd build problems on HP-UX 11.
7212 o   Lowercase netgroups lookups (bug 703).
7213 o   Use the actual size of the buffer in strftime instead of a made
7214     up value which just happens to be less than sizeof(fstring).  
7215     (bug 713).
7216 o   Add ldaplibs to pdbedit link line (bug 651).
7217 o   Fix crash bug in smbclient completion (bug 659).
7218 o   Fix packet length for browse list reply (bug 771).
7219 o   Fix coredump in cli_get_backup_list().
7220 o   Make sure that we expand %N (bug 612).
7221 o   Allow rpcclient adddriver command to specify printer driver 
7222     version (bug 514).
7223 o   Compile tdbdump by default.
7224 o   Apply patches to fix iconv detection for FreeBSD.
7225 o   Do not allow the 'guest account' to be added to a passdb backend 
7226     using smbpasswd or pdbedit (bug 624).
7227 o   Save LDFLAGS during iconv detection (bug 57).
7228 o   Run krb5 logins through the username map if the winbindd 
7229     lookup fails (bug 698).
7230 o   Add const for lp_set_name_resolve_order() to avoid compiler 
7231     warnings (bug 471).
7232 o   Add support for the %i macro in smb.conf to stand in for the for
7233     the local IP address to which a client connected.
7234 o   Allow winbindd to match local accounts to domain SID when 
7235     'winbind trusted domains only = yes' (bug 680).
7236 o   Remove code in idmap_ldap that searches the user suffix and group 
7237     suffix.  It's not needed and provides inconsistent functionality 
7238     from the tdb backend.
7239 o   Patch to handle munged dial string for Windows 2000 TSE.
7240     Thanks to Gaz de France, Direction de la Recherche, Service 
7241     Informatique Métier for their supporting this work by Aurelien 
7242     Degrémont <adegremont@idealx.com>.
7243 o   Correct the "smbldap_open: cannot access when not root error"
7244     messages when looking up group information (bug 281).
7245 o   Skip over the winbind separator when looking up a user.
7246     This fixes the bug that prevented local users from
7247     matching an AD user when not running winbindd (bug 698).
7248 o   Fix a problem with configure on *BSD systems. Make sure
7249     we add -liconv etc to LDFLAGS.
7250 o   Fix core dump bug when "security = server" and the authentication
7251     server goes away.
7252 o   Correct crash bug due to an empty munged dial string.
7253 o   Show files locked by a specific user (smbstatus -u 'user') 
7254     (bug 590).
7255 o   Fix bug preventing print jobs from display in the queue
7256     monitor used by Windows NT and later clients (bug 660).
7257 o   Fix several reported problems with point-n-print from
7258     Windows 2000/XP clients due to a bug in the EnumPrinterDataEx()
7259     reply (bug 338, 527 & 643).
7260 o   Fix a handful of potential memory leaks in the LDAP code used
7261     by ldapsam[_compat] and the LDAP idmap backend.
7262 o   Fix for pdbedit error code returns (bug 763).
7263 o   Make sure we only enumerate group mapping entries  (not 
7264     /etc/group) even when doing local aliases.
7265 o   Relax check on the pipe name in a dce/rpc bind response to work 
7266     around issues with establishing trusts to a Windows 2003 domain.
7267 o   Ensure we mangle names ending in '.' in hash2 mangling method.
7268 o   Correct parsing issues with munged dial string.
7269 o   Fix bugs in quota support for XFS.
7270 o   Add a cleaner method for applications that need to provide 
7271     name->SID mappings to do this via NSS rather than having to 
7272     know the winbindd pipe protocol.
7273 o   Adds a variant of the winbindd_getgroups() call called 
7274     winbindd_getusersids() that provides direct SID->SIDs listing of 
7275     a users supplementary groups. This is enough to allow non-Samba 
7276     applications to do ACL checking.
7277 o   Make sure we don't append the 'ldap suffix' when writing out the 
7278     'ldap XXX suffix' values in SWAT (bug 328).
7279 o   Fix renames across file systems.
7280 o   Ensure that items in a list of strings containing whitespace are 
7281     written out surrounded by single quotes.  This means that both 
7282     double and single quotes are now used to surround strings in 
7283     smb.conf (bug 481).
7284 o   Enable SWAT to correctly determine if winbindd is running (bug 
7285     398).
7286 o   Include WWW-Authenticate field in 401 response for bad auth 
7287     attempt (bug 629).
7288 o   Add support for NTLM2 (NTLMv2 session security).
7289 o   Add support for variable-length session keys.
7290 o   More privilege fixes for group enumeration in LDAP (bug 281).
7291 o   Use the dns name (or IP) as the originating client name when
7292     using CUPS (bug 467).
7293 o   Fix various SMB signing bugs.
7294 o   Fix ACL propagation on a DFS root (bug 263).
7295 o   Disable NTLM2 for RPC pipes.
7296 o   Allow the client to specify the NTLM2 flags got NTLMSSP 
7297     authentication.
7298 o   Change the name of the job passed off to cups from "Test Page" 
7299     to "smbprn.00000033 Test Page" so that we can get the smb 
7300     jobid back. This allow users to delete jobs with cups printing 
7301     backend (partial work on bug 770).
7302 o   Fix build of winbindd with static pdb modules.
7303 o   Retrieve the correct ACL group bits if the file has an ACL 
7304     (bug 802).
7305 o   Implement "net rpc group members": Get members of a domain group 
7306     in human-readable format.
7307 o   Add MacOSX (Darwin) specific charset module code.
7308 o   Use samr_dispinfo(level == 1) for enumerating domain users so we 
7309     can include the full name in gecos field (bug 587).
7310 o   Add support for winbind's NSS library on FeeeBSD 5.1 (bug 797).
7311 o   Implement 'net rpc group list [global|local|builtin]*' for a 
7312     select listing of the respective user databases.
7313 o   Don't automatically set NT status code flag unless client tells 
7314     us it can cope.
7315 o   Add 'net status [sessions|shares] [parseable]'.
7316 o   Don't mistake pre-existing UNIX jobs for smb jobs (remainder of  
7317     bug 770).
7318 o   Add 'Replicator' and 'RAS Servers' to list of builtin SIDs 
7319    (bug 608).
7320 o   Fix inverted logic in hosts allow/deny checks caused by 
7321     s/strcmp/strequal/ (bug 846).
7322 o   Implement correct version SamrRemoveSidForeignDomain() (bug 252).
7323 o   Fix typo in 'hash' mangling algorithm.
7324 o   Support munged dial for ldapsam (bug 800).
7325 o   Fix process_incoming_data() to return the number of bytes handled 
7326     this call whether we have a complete PDU or not; fixes bug 
7327     with multiple PDU request rpc's broken over SMBwriteX calls 
7328     each.
7329 o   Fix incorrect smb flags2 for connections to pre-NT servers 
7330     (causes smbclient to fail to OS2 for example) (bug 821).
7331 o   Update version string in smbldap-tools Makefile to 0.8.2.
7332 o   Correct a problem with "net rpc vampire" mis-parsing the 
7333     alias member info reply.
7334 o   Ensure the ${libdir} is created by the installclientlib script.
7335 o   Fix detection of Windows 2003 client architecture in the smb.conf
7336     %a variable.
7337 o   Ensure that smbd calls the add user script for a missing UNIX 
7338     user on Kerberos auth call (bug 445).
7339 o   Fix bugs in hosts allow/deny when using a mismatched 
7340     network/netmask pair.
7341 o   Protect alloc_sub_basic() from crashing when the source string 
7342     is NULL (partial work on bug 687).
7343 o   Fix spinlocks on IRIX.
7344 o   Corrected some bad destination paths when running "configure 
7345     --with-fhs".
7346 o   Add packaging files for Fedora Core 1.
7347 o   Correct bug in SWAT install script for non-english languages.
7348 o   Support character set ISO-8859-1 internally (bug 558).
7349 o   Fixed more LDAP access errors when looking up group mappings 
7350     (bug 281).
7351 o   Fix UNISTR2 length bug in LsaQueryInfo(3) that caused SID 
7352     resolution to fail on local files on on domain members 
7353     (bug 875).
7354 o   Fix uninitialized variable in passdb.c.
7355 o   Fix formal parameter type in get_static() in nsswitch/wins.c.
7356 o   Fix problem mounting directories when mount.cifs is installed 
7357     with the setuid bit on.
7358 o   Fix bug that prevent --mandir from overriding the defaults
7359     given in the --with-fhs macro.
7360 o   Fix bug in in-memory Kerberos keytab detection routines 
7361     in configure.in
7365 ######################################################################
7367               The original 3.0.0 release notes follow
7368               =======================================
7369                     WHATS NEW IN Samba 3.0.0
7370                         September 24, 2003
7371               =======================================
7374 Major new features:
7375 -------------------
7377 1)  Active Directory support.  Samba 3.0 is now able to  
7378     join a ADS realm as a member server and authenticate 
7379     users using LDAP/Kerberos.
7381 2)  Unicode support. Samba will now negotiate UNICODE on the wire 
7382     and internally there is now a much better infrastructure for 
7383     multi-byte and UNICODE character sets.
7385 3)  New authentication system. The internal authentication system 
7386     has been almost completely rewritten. Most of the changes are 
7387     internal, but the new auth system is also very configurable.
7389 4)  New default filename mangling system.
7391 5)  A new "net" command has been added. It is somewhat similar to 
7392     the "net" command in windows. Eventually we plan to replace 
7393     numerous other utilities (such as smbpasswd) with subcommands 
7394     in "net".
7396 6)  Samba now negotiates NT-style status32 codes on the wire. This
7397     improves error handling a lot.
7399 7)  Better Windows 2000/XP/2003 printing support including publishing
7400     printer attributes in active directory.
7402 8)  New loadable module support for passdb backends and character 
7403     sets.
7405 9)  New default dual-daemon winbindd support for better performance.
7407 10) Support for migrating from a Windows NT 4.0 domain to a Samba 
7408     domain and maintaining user, group and domain SIDs.
7410 11) Support for establishing trust relationships with Windows NT 4.0
7411     domain controllers.
7412   
7413 12) Initial support for a distributed Winbind architecture using
7414     an LDAP directory for storing SID to uid/gid mappings.
7415   
7416 13) Major updates to the Samba documentation tree.
7418 14) Full support for client and server SMB signing to ensure
7419     compatibility with default Windows 2003 security settings.
7421 15) Improvement of ACL mapping features based on code donated by
7422     Andreas Grünbacher.
7425 Plus lots of other improvements!
7428 Additional Documentation
7429 ------------------------
7431 Please refer to Samba documentation tree (included in the docs/ 
7432 subdirectory) for extensive explanations of installing, configuring
7433 and maintaining Samba 3.0 servers and clients.  It is advised to 
7434 begin with the Samba-HOWTO-Collection for overviews and specific 
7435 tasks (the current book is up to approximately 400 pages) and to 
7436 refer to the various man pages for information on individual options.
7438 We are very glad to be able to include the second edition of
7439 "Using Samba" by Jay Ts, Robert Eckstein, and David Collier-Brown
7440 (O'Reilly & Associates) in this release.  The book is available
7441 on-line at http://samba.org/samba/docs/ and is included with 
7442 the Samba Web Administration Tool (SWAT).  Thanks to the authors and
7443 publisher for making "Using Samba" under the GNU Free Documentation 
7444 License.
7447 ######################################################################
7448 Upgrading from a previous Samba 3.0 beta
7449 ########################################
7451 Beginning with Samba 3.0.0beta3, the RID allocation functions
7452 have been moved into winbindd.  Previously these were handled
7453 by each passdb backend.  This means that winbindd must be running
7454 to automatically allocate RIDs for users and/or groups.  Otherwise,
7455 smbd will use the 2.2 algorithm for generating new RIDs.
7457 If you are using 'passdb backend = tdbsam' with a previous Samba 
7458 3.0 beta release (or possibly alpha), it may be necessary to 
7459 move the RID_COUNTER entry from /usr/local/samba/private/passdb.tdb
7460 to winbindd_idmap.tdb.  To do this:
7462 1)  Ensure that winbindd_idmap.tdb exists (launch winbindd at least 
7463     once)
7464 2)  build tdbtool by executing 'make tdbtool' in the source/tdb/ 
7465     directory
7466 3)  run: (note that 'tdb>' is the tool's prompt for input)
7468        root# ./tdbtool /usr/local/samba/private/passdb.tdb
7469        tdb> show RID_COUNTER
7470        key 12 bytes
7471        RID_COUNTER
7472        data 4 bytes
7473        [000] 0A 52 00 00                                       .R.
7475        tdb> move RID_COUNTER /usr/local/samba/var/locks/winbindd_idmap.tdb
7476        ....
7477        record moved
7479 If you are using 'passdb backend = ldapsam', it will be necessary to 
7480 store idmap entries in the LDAP directory as well (i.e. idmap backend 
7481 = ldap).  Refer to the 'net idmap' command for more information on 
7482 migrating SID<->UNIX id mappings from one backend to another.
7484 If the RID_COUNTER record does not exist, then these instructions are
7485 unneccessary and the new RID_COUNTER record will be correctly generated
7486 if needed.  
7490 ########################
7491 Upgrading from Samba 2.2
7492 ########################
7494 This section is provided to help administrators understand the details
7495 involved with upgrading a Samba 2.2 server to Samba 3.0.
7498 Building
7499 --------
7501 Many of the options to the GNU autoconf script have been modified 
7502 in the 3.0 release.  The most noticeable are:
7504   * removal of --with-tdbsam (is now included by default; see section
7505     on passdb backends and authentication for more details)
7506     
7507   * --with-ldapsam is now on used to provided backward compatible
7508     parameters for LDAP enabled Samba 2.2 servers.  Refer to the passdb 
7509     backend and authentication section for more details
7510   
7511   * inclusion of non-standard passdb modules may be enabled using
7512     --with-expsam.  This includes an XML backend and a mysql backend.
7513       
7514   * removal of --with-msdfs (is now enabled by default)
7515   
7516   * removal of --with-ssl (no longer supported)
7517   
7518   * --with-utmp now defaults to 'yes' on supported systems
7519   
7520   * --with-sendfile-support is now enabled by default on supported 
7521     systems
7522   
7523     
7524 Parameters
7525 ----------
7527 This section contains a brief listing of changes to smb.conf options
7528 in the 3.0.0 release.  Please refer to the smb.conf(5) man page for
7529 complete descriptions of new or modified parameters.
7531 Removed Parameters (order alphabetically):
7533   * admin log
7534   * alternate permissions
7535   * character set
7536   * client codepage
7537   * code page directory
7538   * coding system
7539   * domain admin group
7540   * domain guest group
7541   * force unknown acl user
7542   * hide local users
7543   * mangled stack
7544   * nt smb support
7545   * postscript
7546   * printer driver
7547   * printer driver file
7548   * printer driver location
7549   * read size
7550   * source environment
7551   * status
7552   * strip dot
7553   * total print jobs
7554   * use rhosts
7555   * valid chars
7556   * vfs options
7558 New Parameters (new parameters have been grouped by function):
7560   Remote management
7561   -----------------
7562   * abort shutdown script
7563   * shutdown script
7565   User and Group Account Management
7566   ---------------------------------
7567   * add group script
7568   * add machine script
7569   * add user to group script
7570   * algorithmic rid base
7571   * delete group script
7572   * delete user from group script
7573   * passdb backend
7574   * set primary group script
7576   Authentication
7577   --------------
7578   * auth methods
7579   * realm
7580   * passwd chat timeout
7582   Protocol Options
7583   ----------------
7584   * client lanman auth
7585   * client NTLMv2 auth
7586   * client schannel
7587   * client signing
7588   * client use spnego
7589   * disable netbios
7590   * ntlm auth
7591   * paranoid server security
7592   * server schannel
7593   * server signing
7594   * smb ports
7595   * use spnego
7597   File Service
7598   ------------
7599   * get quota command
7600   * hide special files
7601   * hide unwriteable files
7602   * hostname lookups
7603   * kernel change notify
7604   * mangle prefix
7605   * map acl inherit
7606   * msdfs proxy
7607   * set quota command
7608   * use sendfile
7609   * vfs objects
7610   
7611   Printing
7612   --------
7613   * max reported print jobs
7615   UNICODE and Character Sets
7616   --------------------------
7617   * display charset
7618   * dos charset
7619   * unicode
7620   * unix charset
7621   
7622   SID to uid/gid Mappings
7623   -----------------------
7624   * idmap backend
7625   * idmap gid
7626   * idmap uid
7627   * winbind enable local accounts
7628   * winbind trusted domains only
7629   * template primary group
7630   * enable rid algorithm
7632   LDAP
7633   ----
7634   * ldap delete dn
7635   * ldap group suffix
7636   * ldap idmap suffix
7637   * ldap machine suffix
7638   * ldap passwd sync
7639   * ldap replication sleep
7640   * ldap user suffix
7641   
7642   General Configuration
7643   ---------------------
7644   * preload modules
7645   * private dir
7647 Modified Parameters (changes in behavior):
7649   * encrypt passwords (enabled by default)
7650   * mangling method (set to 'hash2' by default)
7651   * passwd chat
7652   * passwd program
7653   * restrict anonymous (integer value)
7654   * security (new 'ads' value)
7655   * strict locking (enabled by default)
7656   * unix extensions (enabled by default)
7657   * winbind cache time (increased to 5 minutes)
7658   * winbind uid (deprecated in favor of 'idmap uid')
7659   * winbind gid (deprecated in favor of 'idmap gid')
7662 Databases
7663 ---------
7665 This section contains brief descriptions of any new databases 
7666 introduced in Samba 3.0.  Please remember to backup your existing 
7667 ${lock directory}/*tdb before upgrading to Samba 3.0.  Samba will 
7668 upgrade databases as they are opened (if necessary), but downgrading 
7669 from 3.0 to 2.2 is an unsupported path.
7671 Name                    Description                             Backup?
7672 ----                    -----------                             -------
7673 account_policy          User policy settings                    yes
7674 gencache                Generic caching db                      no
7675 group_mapping           Mapping table from Windows              yes
7676                         groups/SID to unix groups        
7677 winbindd_idmap          ID map table from SIDS to UNIX          yes
7678                         uids/gids.
7679 namecache               Name resolution cache entries           no
7680 netsamlogon_cache       Cache of NET_USER_INFO_3 structure      no
7681                         returned as part of a successful
7682                         net_sam_logon request 
7683 printing/*.tdb          Cached output from 'lpq                 no
7684                         command' created on a per print 
7685                         service basis
7686 registry                Read-only samba registry skeleton       no
7687                         that provides support for exporting
7688                         various db tables via the winreg RPCs
7691 Changes in Behavior
7692 -------------------
7694 The following issues are known changes in behavior between Samba 2.2 and 
7695 Samba 3.0 that may affect certain installations of Samba.
7697   1)  When operating as a member of a Windows domain, Samba 2.2 would 
7698       map any users authenticated by the remote DC to the 'guest account'
7699       if a uid could not be obtained via the getpwnam() call.  Samba 3.0
7700       rejects the connection as NT_STATUS_LOGON_FAILURE.  There is no 
7701       current work around to re-establish the 2.2 behavior.
7702       
7703   2)  When adding machines to a Samba 2.2 controlled domain, the 
7704       'add user script' was used to create the UNIX identity of the 
7705       machine trust account.  Samba 3.0 introduces a new 'add machine 
7706       script' that must be specified for this purpose.  Samba 3.0 will
7707       not fall back to using the 'add user script' in the absence of 
7708       an 'add machine script'
7709   
7711 ######################################################################
7712 Passdb Backends and Authentication
7713 ##################################
7715 There have been a few new changes that Samba administrators should be
7716 aware of when moving to Samba 3.0.
7718   1) encrypted passwords have been enabled by default in order to 
7719      inter-operate better with out-of-the-box Windows client 
7720      installations.  This does mean that either (a) a samba account
7721      must be created for each user, or (b) 'encrypt passwords = no'
7722      must be explicitly defined in smb.conf.
7723     
7724   2) Inclusion of new 'security = ads' option for integration 
7725      with an Active Directory domain using the native Windows
7726      Kerberos 5 and LDAP protocols.
7728      MIT Kerberos 1.3.1 supports the ARCFOUR-HMAC-MD5 encryption 
7729      type which is neccessary for servers on which the 
7730      administrator password has not been changed, or Kerberos-enabled 
7731      SMB connections to servers that require Kerberos SMB signing.
7732      Besides this one difference, either MIT or Heimdal Kerberos
7733      distributions are usable by Samba 3.0.
7734      
7736 Samba 3.0 also includes the possibility of setting up chains
7737 of authentication methods (auth methods) and account storage 
7738 backends (passdb backend).  Please refer to the smb.conf(5) 
7739 man page for details.  While both parameters assume sane default 
7740 values, it is likely that you will need to understand what the 
7741 values actually mean in order to ensure Samba operates correctly.
7743 The recommended passdb backends at this time are
7745   * smbpasswd - 2.2 compatible flat file format
7746   * tdbsam - attribute rich database intended as an smbpasswd
7747     replacement for stand alone servers
7748   * ldapsam - attribute rich account storage and retrieval 
7749     backend utilizing an LDAP directory.  
7750   * ldapsam_compat - a 2.2 backward compatible LDAP account 
7751     backend
7752     
7753 Certain functions of the smbpasswd(8) tool have been split between the 
7754 new smbpasswd(8) utility, the net(8) tool, and the new pdbedit(8) 
7755 utility.  See the respective man pages for details.
7756     
7757      
7758 ######################################################################
7759 LDAP
7760 ####
7762 This section outlines the new features affecting Samba / LDAP 
7763 integration.
7765 New Schema
7766 ----------
7767   
7768 A new object class (sambaSamAccount) has been introduced to replace 
7769 the old sambaAccount.  This change aids us in the renaming of 
7770 attributes to prevent clashes with attributes from other vendors.  
7771 There is a conversion script (examples/LDAP/convertSambaAccount) to 
7772 modify and LDIF file to the new schema.
7773   
7774 Example:
7775   
7776   $ ldapsearch .... -b "ou=people,dc=..." > sambaAcct.ldif
7777   $ convertSambaAccount --sid=<Domain SID> \
7778     --input=sambaAcct.ldif --output=sambaSamAcct.ldif \
7779     --changetype=[modify|add]
7780         
7781 The <DOM SID> can be obtained by running 'net getlocalsid 
7782 <DOMAINNAME>' on the Samba PDC as root.  The changetype determines 
7783 the format of the generated LDIF output--either create new entries 
7784 or modify existing entries.
7785     
7786 The old sambaAccount schema may still be used by specifying the 
7787 "ldapsam_compat" passdb backend.  However, the sambaAccount and
7788 associated attributes have been moved to the historical section of
7789 the schema file and must be uncommented before use if needed.
7790 The 2.2 object class declaration for a sambaAccount has not changed
7791 in the 3.0 samba.schema file. 
7792   
7793 Other new object classes and their uses include:
7794   
7795   * sambaDomain - domain information used to allocate rids 
7796     for users and groups as necessary.  The attributes are added
7797     in 'ldap suffix' directory entry automatically if 
7798     an idmap uid/gid range has been set and the 'ldapsam'
7799     passdb backend has been selected.
7800       
7801   * sambaGroupMapping - an object representing the 
7802     relationship between a posixGroup and a Windows
7803     group/SID.  These entries are stored in the 'ldap 
7804     group suffix' and managed by the 'net groupmap' command.
7805     
7806   * sambaUnixIdPool - created in the 'ldap idmap suffix' entry 
7807     automatically and contains the next available 'idmap uid' and 
7808     'idmap gid'
7809     
7810   * sambaIdmapEntry - object storing a mapping between a 
7811     SID and a UNIX uid/gid.  These objects are created by the 
7812     idmap_ldap module as needed.
7814   * sambaSidEntry - object representing a SID alone, as a Structural
7815     class on which to build the sambaIdmapEntry.
7817     
7818 New Suffix for Searching
7819 ------------------------
7820   
7821 The following new smb.conf parameters have been added to aid in directing
7822 certain LDAP queries when 'passdb backend = ldapsam://...' has been
7823 specified.
7825   * ldap suffix         - used to search for user and computer accounts
7826   * ldap user suffix    - used to store user accounts
7827   * ldap machine suffix - used to store machine trust accounts
7828   * ldap group suffix   - location of posixGroup/sambaGroupMapping entries
7829   * ldap idmap suffix   - location of sambaIdmapEntry objects
7831 If an 'ldap suffix' is defined, it will be appended to all of the 
7832 remaining sub-suffix parameters.  In this case, the order of the suffix
7833 listings in smb.conf is important.  Always place the 'ldap suffix' first
7834 in the list.  
7836 Due to a limitation in Samba's smb.conf parsing, you should not surround 
7837 the DN's with quotation marks.
7840 IdMap LDAP support
7841 ------------------
7843 Samba 3.0 supports an ldap backend for the idmap subsystem.  The 
7844 following options would inform Samba that the idmap table should be
7845 stored on the directory server onterose in the "ou=idmap,dc=plainjoe,
7846 dc=org" partition.
7848  [global]
7849     ...
7850     idmap backend     = ldap:ldap://onterose/
7851     ldap idmap suffix = ou=idmap,dc=plainjoe,dc=org
7852     idmap uid         = 40000-50000
7853     idmap gid         = 40000-50000
7855 This configuration allows winbind installations on multiple servers to
7856 share a uid/gid number space, thus avoiding the interoperability problems
7857 with NFS that were present in Samba 2.2.
7858     
7861 ######################################################################
7862 Trust Relationships and a Samba Domain
7863 ######################################
7865 Samba 3.0.0beta2 is able to utilize winbindd as the means of 
7866 allocating uids and gids to trusted users and groups.  More
7867 information regarding Samba's support for establishing trust 
7868 relationships can be found in the Samba-HOWTO-Collection included
7869 in the docs/ directory of this release.
7871 First create your Samba PDC and ensure that everything is 
7872 working correctly before moving on the trusts.
7874 To establish Samba as the trusting domain (named SAMBA) from a Windows NT
7875 4.0 domain named WINDOWS:
7877   1) create the trust account for SAMBA in "User Manager for Domains"
7878   2) connect the trust from the Samba domain using
7879      'net rpc trustdom establish GLASS'
7881 To create a trustlationship with SAMBA as the trusted domain:
7883   1) create the initial trust account for GLASS using
7884      'smbpasswd -a -i GLASS'.  You may need to create a UNIX
7885      account for GLASS$ prior to this step (depending on your
7886      local configuration).
7887   2) connect the trust from a WINDOWS DC using "User Manager
7888      for Domains"
7890 Now join winbindd on the Samba PDC to the SAMBA domain using
7891 the normal steps for adding a Samba server to an NT4 domain:
7892 (note that smbd & nmbd must be running at this point)
7894    root# net rpc join -U root
7895    Password: <enter root password from smbpasswd file here>
7897 Start winbindd and test the join with 'wbinfo -t'.
7899 Now test the trust relationship by connecting to the SAMBA DC
7900 (e.g. POGO) as a user from the WINDOWS domain:
7902    $ smbclient //pogo/netlogon -U Administrator -W WINDOWS
7903    Password:
7905 Now connect to the WINDOWS DC (e.g. CRYSTAL) as a Samba user:
7907    $ smbclient //crystal/netlogon -U root -W WINDOWS
7908    Password:
7910 ######################################################################
7911 Changes in Winbind
7912 ##################
7914 Beginning with Samba3.0.0beta3, winbindd has been given new account
7915 manage functionality equivalent to the 'add user script' family of
7916 smb.conf parameters.  The idmap design has also been changed to 
7917 centralize control of foreign SID lookups and matching to UNIX 
7918 uids and gids.
7921 Brief Description of Changes
7922 ----------------------------
7924 1) The sid_to_uid() family of functions (smbd/uid.c) have been 
7925    reverted to the 2.2.x design.  This means that when resolving a 
7926    SID to a UID or similar mapping:
7928         a) First consult winbindd
7929         b) perform a local lookup only if winbindd fails to
7930            return a successful answer
7932    There are some variations to this, but these two rules generally
7933    apply.
7935 2) All idmap lookups have been moved into winbindd.  This means that
7936    a server must run winbindd (and support NSS) in order to achieve
7937    any mappings of SID to dynamically allocated UNIX ids.  This was
7938    a conscious design choice.
7940 3) (OBSOLETE) New functions have been added to winbindd to emulate 
7941    the 'add user script' family of smbd functions without requiring 
7942    that external scripts be defined.  This functionality is controlled 
7943    by the 'winbind  enable local accounts' smb.conf parameter (enabled 
7944    by default).
7946    However, this account management functionality is only supported 
7947    in a local tdb (winbindd_idmap.tdb).  If these new UNIX accounts 
7948    must be shared among multiple Samba servers (such as a PDC and BDCs), 
7949    it will be necessary to define your own 'add user script', et. al.
7950    programs that place the accounts/groups in some form of directory
7951    such as NIS or LDAP.  This requirement was deemed beyond the scope
7952    of winbind's account management functions.  Solutions for 
7953    distributing UNIX system information have been deployed and tested 
7954    for many years.  We saw no need to reinvent the wheel.
7956 4) A member of a Samba controlled domain running winbindd is now able 
7957    to map domain users directly onto existing UNIX accounts while still
7958    automatically creating accounts for trusted users and groups.  This
7959    behavior is controlled by the 'winbind trusted domains only' smb.conf
7960    parameter (disabled by default to provide 2.2.x winbind behavior).
7962 5) Group mapping support is wrapped in the local_XX_to_XX() functions
7963    in smbd/uid.c.  The reason that group mappings are not included
7964    in winbindd is because the purpose of Samba's group map is to
7965    match any Windows SID with an existing UNIX group.  These UNIX
7966    groups can be created by winbindd (see next section), but the
7967    SID<->gid mapping is retreived by smbd, not winbindd.
7970 Examples
7971 --------
7973 * security = server running winbindd to allocate accounts on demand
7975 * Samba PDC running winbindd to handle the automatic creation of UNIX
7976   identities for machine trust accounts
7978 * Automtically creating UNIX user and groups when migrating a Windows NT
7979   4.0 PDC to a Samba PDC.  Winbindd must be running when executing
7980   'net rpc vampire' for this to work.
7982    
7983 ######################################################################
7984 Known Issues
7985 ############
7987 * There are several bugs currently logged against the 3.0 codebase
7988   that affect the use of NT 4.0 GUI domain management tools when run
7989   against a Samba 3.0 PDC.  This bugs should be released in an early 
7990   3.0.x release.
7992 Please refer to https://bugzilla.samba.org/ for a current list of bugs 
7993 filed against the Samba 3.0 codebase.
7996 ######################################################################
7997 Reporting bugs & Development Discussion
7998 #######################################
8000 Please discuss this release on the samba-technical mailing list or by
8001 joining the #samba-technical IRC channel on irc.freenode.net.
8003 If you do report problems then please try to send high quality
8004 feedback. If you don't provide vital information to help us track down
8005 the problem then you will probably be ignored.  
8007 A new bugzilla installation has been established to help support the 
8008 Samba 3.0 community of users.  This server, located at 
8009 https://bugzilla.samba.org/, has replaced the older jitterbug server 
8010 previously located at http://bugs.samba.org/.