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