r5995: merging more changes from 3.0 tree.
[Samba.git] / WHATSNEW.txt
blobbd5d180a25ed8dfd58a5c532b6b7ce7c3d072cfe
1                    ==============================
2                    Release Notes for Samba 3.0.12
3                             Mar 18, 2005
4                    ==============================
6 This is the latest stable release of Samba. This is the version
7 that production Samba servers should be running for all current
8 bug-fixes.  Please read the following important changes in this
9 release.
11 Common bugs fixed in 3.0.12 include:
13   o Winbind failures when using 'disable netbios = yes'
14   o Failure to establish a trust relationship via 'net rpc trust 
15     establish'
16   o Various portability & compiler issues.
17   o Read only file deletion failure caused by new delete semantics 
18     in Windows XP SP2 and the MS 04-044 security hotfix.
19   o Error messages from shared Excel workbooks residing on Samba 
20     file shares.
21   o Missing files in the output of smbclient -c 'dir' when run 
22     against Windows file servers.
23   o Inability for Print Administrators to pause/resume/purge print 
24     queues.
26 Additional features introduced in Samba 3.0.12:
28   o Performance enhancements when serving directories containing 
29     large number of files.
30   o MS-DFS support added to smbclient.
31   o More performance improvements when using Samba/OpenLDAP based 
32     DC's via the 'ldapsam:trusted=yes' option.
33   o Support for the Novell NDS universal password when using the
34     ldapsam passdb backend.
35   o New 'net rpc trustdom {add,del}' functionality to eventually 
36     replace 'smbpasswd {-a,-x} -i'.
37   o New libsmbclient functionality.
41 =======================
42 Large Directory Support
43 =======================
45 Samba 3.0.12pre1 introduces a specific mechanism for dealing
46 with file services that frequently contain a large number of files
47 per directory.  Historically Samba's performance has suffered 
48 in such environments due to the translation from case 
49 insensitive lookups by Windows client to the case sensitive
50 storage mechanisms used by UNIX filesystems.
52 Configuration details along with a short HOWTO can be found at:
54 http://www.samba.org/samba/ftp/HOWTO/Samba-LargeDirectory-HOWTO
57 ==================================
58 libsmbclient Binary Compatibility
59 ==================================
61 Please note that a change has been made to the _SMBCCTX structure 
62 in source/include/libsmbclient.h.  This change is not backwards
63 compatible with applications linked against the libsmbclient.so
64 library from Samba 3.0.11.  However, it is compatible with all 
65 other Samba 3.0.x releases.  This means that it will be most likely
66 be necessary to recompile any applications linked against the 
67 3.0.11 version of the library.
70 ######################################################################
71 Changes
72 #######
74 smb.conf changes
75 ----------------
77     Parameter Name                      Action
78     --------------                      ------
79     allocation roundup size             New
80     log nt token command                New
81     write cache                         Deprecated
83 Changes since 3.0.12rc1
84 -----------------------
87 o   Jeremy Allison <jra@samba.org>
88     * Debug log message cleanups.
89     * Add case insensitive search for a principal match on logon 
90       verification in the system keytab (based on patch by 
91       Michael Brown <mbrown@fensystems.co.uk>).
92     * Revert the previous SMB signing change from Nalin Dahyabhai
93       when using DES keys.
94     * Add missing RESOLVE_DFSPATH() calls for older SMB commands.
95     * Fix FindFirst() server code to deal with resume names of ".."
96       and "." (found by Jim McDonough).
97     * BUG 2451: Fix missing functions in full audit VFS module.
98     * Ensure that smbd logs failures reported by DISK_FREE()
99       (reported by Ying Li <ying.li2@hp.com>).
100     * Ensure that smbclient obeys the max protocol argument again.
101     * BUG 2335: Return correct error code for OS/2 clients (based on
102       negotiated protocol level).
103     * BUG 2460, 2464: remove dead code and unused variables 
104       (reported by Jason Mader).
107 o   Vince Brimhall <vbrimhall@novell.com>
108     * BUG 2453: Change the way pdb_nds.c handles users with no 
109       Universal or Simple Password.
110     * NDS schema file corrections.
113 o   Gerald (Jerry) Carter <jerry@samba.org>
114     * Various small compile fixes and cleanup warnings.
115     * BUG 2456: Fix compile failure on non-gcc platforms due to
116       non-standard pragma.
119 o   Guenther Deschner <gd@samba.org>
120     * Add example perl script to check for multiple LDAP entries
121       after running 'net rpc vampire'.
122     * Add more output when listing printer forms via rpcclient.
123     * Debug log message cleanup.
126 o   William Jojo <jojowil@hvcc.edu>
127     * BUG 2445: Patch to avoid default ACLson AIX.
130 o   Derrell Lipman <derrell.lipman@unwireduniverse.com>
131     * Implement better solution for backwards binary compatibility
132       in libsmbclient while adding new fields to struct _SMBCCTX.
135 o   Mark Loeser <halcy0n@gentoo.org>
136     * BUG 2443: Compile fix for gcc4.
139 o   Jim McDonough <jmcd@us.ibm.com>
140     * BUG 2338: Fix coredump when OS/2 checks for long file name 
141       support (with .+,;=[].) (thanks to Guenter Kukkukk).
144 o   John Terpstra <jht@samba.org>
145     * Add the capability to set account description using pdbedit.
148 o   Doug VanLeuven <roamdad@sonic.net> 
149     * Add more case/realm/name permutations to the kerberos keytab.
150     
151     
152 Changes since 3.0.11
153 --------------------
155 commits
156 -------
157 o   Jeremy Allison <jra@samba.org>
158     * BUG 2146: Return correct allocation sizes so as not to crash 
159       the VC++ compiler.
160     * BUG 962: Ensure that parsing of service names in smb.conf is 
161       multibyte safe.
162     * BUG 2201, 2227: Support new delete semantics used by MS04-044
163       and XP SP2.
164     * BUG 1525: Correctly timestamps interpreted on 64-bit time_t 
165       values (patch submitted by Jay Fenlason <fenlason@redhat.com>).
166     * Add special hooks when serving directories containing large
167       numbers of files.
168     * Ensure that WINS negative name query responses and WACK 
169       packets use the correct RR type of 0xA instead of reflecting 
170       back what the query RR type was (0x20).
171     * BUG 2310: Only do 16-bit normalization on small dfree request.
172     * BUG 2323: Correct authentication failure when using plaintext 
173       passwords from Windows XP clients.
174     * BUG 2146: Add new smb.conf option 'allocation roundup size' to
175       work around issues building MS Visual Studio 6.0 project 
176       on a Samba file share while restoring the pre-3.0.21pre1 
177       behavior by default.
178     * BUG 2399 (partial): Ensure we use SMB_VFS_STAT instead of 
179       stat when checking for existence of a pathname.
180     * Check the sticky bit on the parent directory for supporting
181       the new WinXP SP2 file deletion semantics.
182     * Various oplock, share mode, and byte range locking fixes
183       found by Connectathon tests.
184     * BUG 2271: Fix resume key issues in trans2FindFirst() client 
185       code.
186     * BUG 2382, 2045: More pending modtime and delayed write fixes
187       for MS Excel (incorporates partial patches from 
188       ke_miyata@itg.hitachi.co.jp).
189       
191 o   Andrew Bartlett <abartlet@samba.org>
192     * Avoid length-limited intermediate copy of NT and LM responses 
193       in NETLOGON client.
194     * Debug message cleanups in the NTLMSSP implementation.
195       
197 o   Manuel Baena <mbaena@lcc.uma.es>
198     * Print actual error message in smbmnt.c:fullpath().
201 o   Vince Brimhall <vbrimhall@novell.com>
202     * Add support for Novell NDS universal password.
203     * BUG 2424: Ensure that uidNumber and gidNumber use match 
204       the RFC2307 schema
205     
206     
207 o   Gerald (Jerry) Carter <jerry@samba.org>
208     * Add trans2 client call for checking dfs referrals
209     * Convert smbclient to use TRANS_QPATHINFO(SMB_QUERY_FILE_BASIC_INFO) 
210       when checking directories on modern CIFS servers.
211     * Add MS-DFS support to smbclient.
212     * Code cleanup of adt_tree.[ch].
213     * Add missing checks to allow root to manage user rights.
214     * Allow domain admins to manage rights assignments on domain members
215       servers.
216     * BUG 2333: Use the lpq command to pass in the correct printer name 
217       for cups_queue_get().  CUPS backend now sets 'lpq command= %p' as 
218       the default.
219     * BUG 1439: make sure to initialize pointer to prevent invalid 
220       free()'s on exit.
221     * BUG 2329: fix to re-enable winbindd to locate DC's when 'disable 
222       netbios = yes'.
223     * Add cups-devel to BuidlRequires directive in Fedora spec file.
224     * BUG 858: Fix order of popt args evaluation so we don't crash 
225       when given no command line args.
226     * Remove dependency on bash for source/autogen.sh.
227     * Fix clitar.c compile issues caused by broken MIT 1.4 headers.
228     * Implement MS-DFS for recursive directory listings in smbclient.
229     * BUG 2394: Fix nmbd linking issue on IRIX.
230     * Only display the publish check box in the client's printer 
231       properties dialog if we are a member of an AD domain.
232     * BUG 2363: allow 'in use' driver to be removed as long as 
233       one 'Windows NT x86' driver remains.
234     * BUG 1881: Allow PRINT_SPOOL_PREFIX to be set in local.h for 
235       porting purposes.
236     * Enforce better printer.tdb cache consistency when removing 
237       jobs from a print queue via SMB.
238     * Ensure that pause/resume/purge print queue commands are run
239       with the appropriate level of privilege necessary to actually
240       work.
241     * BUG 2355: Use bsd style commands (lpq, lpr, etc...) for default
242       for 'printing = cups' installations that do not actually have 
243       libcups.
244     * BUG 2425: Remove incorrect checks for Win98 DFS clients.
245     * BUG 2215: Rewrite questionable code that was causing gcc to 
246       choke.
247     * Add server support for LsaLookupPrivValue().
248       
250 o   Kevin Dalley <kevin@kelphead.org>
251     * BUG 2398: Don't force smbclient to assume a dry run if the 
252       target tarfile is /dev/null.
253       
254       
255 o   Guenther Deschner <gd@samba.org>
256     * Fix crash bug in the client-spoolss enumdataex-call.
257     * Expand the valid-workstation-scheme by expanding names 
258       beginning with a plus (+) as a unix group.
259     * Allow own netbios name to be set in smbclient's session setup.
260     * Better handling of LDAP over IPC connections that have expired 
261       on the LDAP-Server.
262     * Fix pipe-mismatch for NETDFS in cli_dfs.c.
263     * Add examples/misc/adssearch.pl.
264     * BUG 2343: Build fixes.
265     * Support get_user_info_7 in SAMR server RPC.
266     * Fix server_role in the samr_query_dom_info calls. 
269 o   Steve French <sfrench@us.ibm.com>
270     * On failed mount (ENXIO) retry share name in uppercase (fix
271       mount to FastConnect AIX SMB server).
272     * Add missing FILE_ATTRIBUTE_XXX defines to smb.h.
273     * Ignore user_xattr mount parm (mount.cifs) so as not to confuse
274       it with a user name.
275     * Update for new CIFS POSIX info levels.
276     * Ignore users mount parm in mount.cifs.
279 o   SATOH Fumiyasu <fumiya@samba.gr.jp>
280     * BUG 1549: Don't truncate service names in smbstatus.
281     
283 o   S Murthy Kambhampaty <smk_va@yahoo.com>
284     * Add idmap_rid module to Fedora and RedHat spec files.      
285       
286       
287 o   Volker Lendecke <vl@samba.org>
288     * BUG 2401: Flush internal getpwnam() cache after deleting a 
289       user.
290     * BUG 1604: Make winbind work with more than 10 trusted domains.
291     * Cleanup various compiler warnings.
292     * Fix a memory leaks in privileges code and passdb backends.
293     * Fixes for samr_lookup_sids() client call.
294     * Optimize _samr_query_groupmem with LDAP backend for large 
295       domains.
296     * Support SIDs as %s replacements in the afs username map 
297       parameter.
298     * Add 'log nt token command' parameter. If set, %s is replaced 
299       with the user sid, and %t takes all the group sids.
300     * Do not use the "Local Unix Group"-default description for 
301       all kinds of group-mappings. 
302     * Fix uninitialized variable in Linux nss_winbind library.
303     * Move 'net afskey' into a subcommand of its own, 'net afs key'.
304     * Implement 'net afs impersonate'.
305     
307 o   Herb Lewis <herb@samba.org>
308     * Fix build problem when HAVE_POSIX_ACL is not defined.
309     * BUG 2417: Add help lines for net rpc group addmem and 
310       delmem commands.
311     
312     
313 o   Jason Mader <jason@ncac.gwu.edu>
314     * Compiler warning fixes (BUGS BUG 2132, 2134, 2289, 2327, 2340, 2341, 
315        2342)
316     
317     
318 o   Derrell Lipman <derrell.lipman@unwireduniverse.com>
319     * Add support to libsmbclient for getting and setting DOS 
320       attributes using EA functions.
321     * Fix libsmbclient's URL encoding/decoding.
322     * Replace browse listing URI queries with an internal options 
323       structure (previous method violated the SMB URI syntax).
324     * Allow tree connects to be multiplexed over a single CIFS server 
325       connection context.
326     * Ensure that cli_tdis() sets the cnum field to -1 so that callers
327       can determine a dead tree connection.
328     
330 o   Justin Ossevoort <justin@snt.utwente.nl>
331     * BUG 2316: Fix crashes in pdb_pgsql.
332     
333     
334 o   Jim McDonough <jmcd@us.ibm.com>
335     * Fixes for server schannel implementation when 'restrict 
336       anonymous = 1' is set in smb.conf.
337     * Fix bug in server side lookupsids reply that crashed lsass.exe 
338       on Windows clients.
339     * Fix 'net rpc trustdom establish'.
340     * BUG 2062: Turn off broadcast for all 390 NICs.
341     * Fix 'net rpc trustdom add' to correctly add new domain trust 
342       accounts.  This will eventually replace 'smbpasswd -a -i'.
343     * Implement 'net rpc trustdom del', including client side of 
344       samr_remove_sid_from_foreign_domain.
345     * Bring IBM Directory Server schema up to date with openldap 
346       schema.
347     * Allow for better protection of sensitive attributes in IBM
348       Directory Server.
351 o   Stefan Metzmacher <metze@samba.org>    
352     * Fix memleaks in the nttrans code.
354     
355 o   Mike Nix <mnix@wanm.com.au>
356     * Add SMBsplopen and SMBsplclose client calls.
357     
359 o   James Peach <jpeach@sgi.com>
360     * Fixes in string handling code.
361     * Fix oplock2 test in client smbtorture.
362     
363     
364 o   Tim Potter <tpot@samba.org>
365     * Fix up example pdb modules after prototype change for 
366       setsampwent.
367     * BUG 2058: Fix for shared object creation in examples.
368     * BUG 2315: Fix segv in LSA privileges server code.
369     * Build fixes for python wrapper libraries.
372 o   Richard Sharpe <rsharpe@samba.org>
373     * BUG 2044: Fix segv in profiles tool.
374     * Fix bogus error messages when enumerating user group 
375       membership via 'net rpc'.
378 o   Simo Sorce <idra@samba.org>
379     * Debian packaging fixes.
380       
381       
382 o   Doug VanLeuven <roamdad@sonic.net>
383     * AIX compile fixes.
386 o   Jelmer Vernooij <jelmer@samba.org>
387     * BUG 892: Default unknown_6 field to 1260 in mySQL pdb module.
388     * BUG 1957: Implement minimal update of fields in mySQL pdb 
389       module.
390     
392 o   Torsten Werner <torsten.werner@assyst-intl.com>
393     * BUG 2405: Define 'lpstat' printcap output on HPUX.
394     
396 o   Shlomi Yaakobovich" <Shlomi@exanet.com>
397     * Detect infinite loops when traversing tdbs.
400 Release Notes for older release follow:
402       --------------------------------------------------
403                    ==============================
404                    Release Notes for Samba 3.0.11
405                              Feb 5, 2005
406                    ==============================
408 This is the latest stable release of Samba. This is the version
409 that production Samba servers should be running for all current
410 bug-fixes.  Please read the following important changes in this 
411 release.
413 Common bugs fixed in 3.0.11 include:
415   o Crash in smbd when using CUPS printing.
416   o Parsing error of other SIDs included in the user_info_3
417     structure returned from domain controllers.
418   o Inefficiencies when searching non-AD LDAP directories.
419   o Failure to expand variables in user domain attributes
420     in tdbsam and ldapsam.
421   o Memory leaks.
422   o Failure to retrieve certain attribute when migrating from 
423     a Windows DC to a Samba DC via 'net rpc vampire'.
424   o Numerous printing bugs bugs including memory 
425     bloating on large/busy print servers.
426   o Compatibility issues with Exchange 5.5 SP4.
427   o sendfile fixes.
429 Additional features introduced in Samba 3.0.11:
431   o Winbindd performance improvements.
432   o More 'net rpc vampire' functionality.
433   o Support for the Windows privilege model to assign rights
434     to specific SIDs.
435   o New administrative options to the 'net rpc' command.
438 ============
439 LDAP Changes
440 ============
442 If "ldap user suffix" or "ldap machine suffix" are defined in
443 smb.conf, all user-accounts must reside below the user suffix,
444 and all machine and inter-domain trust-accounts must be located 
445 below the machine suffix.  Previous Samba releases would fall 
446 back to searching the 'ldap suffix' in some cases.
449 ===============
450 Privilege Model
451 ===============
453 Samba 3.0.11 supports the following assignable rights
455 SeMachineAccountPrivilege  Add machines to domain
456 SePrintOperatorPrivilege   Manage printers
457 SeAddUsersPrivilege        Add users and groups to the domain
458 SeRemoteShutdownPrivilege  Force shutdown from a remote system
459 SeDiskOperatorPrivilege    Manage disk shares
461 These rights can be assigned to arbitrary users or groups
462 via the 'net rpc rights grant/revoke' command.  More details
463 of Samba's privilege implementation can be found in the 
464 Samba-HOWTO-Collection.
465     
467 ######################################################################
468 Changes
469 #######
471 Changes since 3.0.10
472 --------------------
474 smb.conf changes
475 ----------------
477     Parameter Name                      Action
478     --------------                      ------
479     afs token lifetime                  New
480     enable privileges                   New
481     ldap password sync                  Alias
482     min password length                 Deprecated
483     winbind enable local accounts       Deprecated
486 commits
487 -------
488 o   Jeremy Allison <jra@samba.org>
489     * Extend vfs to add seekdir/telldir/rewinddir.
490     * Fix dirent return.
491     * Fix bugs when handling secondary trans2 requests.
492     * Implementation of get posix acls in UNIX extensions.
493     * Added set posix acl functionality into the UNIX extensions code.
494     * Updated config.guess/config.sub .
495     * Fix error reply when 'follow symlinks = no'.
496     * BUG 1061, 2045: Only set mtime from pending_modtime if it's 
497       not already zero.
498     * Fixes for LARGE_READX support.
499     * Fix the problem we get on Linux where sendfile fails, but we've
500       already sent the header using send().
501     * BUG 2081: Ensure SE_DESC_DACL_PROTECTED is set if 'map acl 
502       inherit = no'.
503     * BUG 2088: Ensure inherit permissions is only applied on a new 
504       file, not an existing one.
505     * Don't go fishing for the krb5 authorization data unless we know
506       it's there.
507     * Fixes for libsmbclient to ensure that interrupted system calls
508       are restarted minus the already expired portion of the timeout
509       (based on work by Derrell Lipman).
510     * More Unicode string parsing fixes.
511     * Convert the winreg pipe to use WERROR returns.
512     * Make all LDAP timeouts consistent (input from Joe Meadows 
513       <jameadows@webopolis.com>).
514     * BUG 2231: Remove double "\\" from client findfirst.
515     * BUG 2238: Fix memory leak in shadow copy vfs.
516     * Return correct DOS/NT error code on transact named pipe on 
517       closed pipe handle.
518     * BUG 2211: Fix security descriptor parsing bug (based on work by 
519       Mrinal Kalakrishnan <mail@mrinal.net>).
520     * BUG 2270: Fix memory leaks in cups printing backend support 
521       (based on work by Lars Mueller).
522     * BUG 2255: Fix debug level in kerberos error messages.
523     * BUG 2110: Ensure we convert to ucs2 correctly after the 
524       CAN-2004-0930 patch.
525     * Make strict locking an enum. Auto means use oplock optimization.
526     * Fix client  & server to allow 127k READX calls.
527     * More *alloc fixes (includes additional fixes by Albert Chin.
528     * Catch sendfile errors correctly and return the correct values 
529       we want the caller to return.
530     * BUG 2092: Prevent auto-anonymous logins via libsmbclient 
531       for better use by desktop environments such as GNOME.
532     * Ensure we can't remove a level II oplock without having the
533       shared memory area locked.
534             
536 o   Timur Bakeyev <timur@com.bat.ru>
537     * BUG 2100: change the way we check for errors after a dlopen().
538     * BUG 2263: Guard base64_encode_data_blob() against empty blobs.
539     
540     
541 o   Andrew Bartlett <abartlet@samba.org>
542     * Clarify error message when 'lanman auth = no'.
543     * Remove the unnecessary UTF-8 conversion calls in the calls to
544       auth_winbind from smbd.
545     * Don't store the auth-user credentials with the cli_state* as 
546       this can cause the schannel setup to fail when the auth-user
547       domain is not our primary domain.
550 o   Grigory Batalov <bga@altlinux.org>
551     * Fix encoding while receiving of a message which was actually 
552       sent using STR_ASCII.
555 o   Daniel Beschorner <db@unit-netz.de>
556     * BUG 603: Correct access mask check for _samr_lookup_domain()
557       to work with Windows RAS server
560 o   Jerome Borsboom <j.borsboom@erasmusmc.nl>
561     * Fix missing printer_tdb reference decrement.
562     
564 o   Gerald (Jerry) Carter <jerry@samba.org>
565     * BUG 2073: fall back to smb_name if current_user_info is not
566       available in lp_file_list_changed().
567     * Fixes the spurious 'register_message_flags: tdb fetch failed' 
568       errors.
569     * Don't run the background LPQ daemon when we are running in
570       interactive mode.
571     * prevent the background LPQ daemon from updating the print queue
572       cache just because multiple smbd processes sent a message that
573       it was out of date.
574     * consolidate printer searches to use find_service rather than 
575       for(...) loops.
576     * BUG 2091: don't remove statically defined printers in 
577       remove_stale_printers().
578     * Fix logic error in add_a_form() that only compared N characters 
579       instead of the entire form name.
580     * BUG 2107: fix memory bloating caused by large numbers of 
581       print_queue_updates() requests sent via messages.tdb.
582     * Check the setprinter(3) based on the access permissions on 
583       the handle and avoid the call to print_access_check().
584     * Re-instantiate previous semantics for calling init_unistr2() 
585       with a NULL source buffer.
586     * Support Windows privilege model for assigning rights
587       to specific SIDs.  Based on work by Simo Sorce in the trunk 
588       svn branch.  This feature is controlled by the 'enable 
589       privileges = [yes|no]' smb.conf(5) option.
590     * Add some smb.conf scripts for add/delete/change shares and 
591       deleting cups printers.
592     * Expand variables in the profile path, logon home and logon script 
593       values when using either tdbsam or ldapsam.
594     * Add Domain Admins (Full Control) to the default printer security 
595       descriptor if we are a DC.
596     * RedHat and Fedora Packaging fixes for perl dependencies.
597     * Remove unused schema items from OpenLDAP schema file.
598     * Remove duplicate enumeration of "Windows x86" architecture
599       when listing printer drivers via rpcclient.
600     * Fail set_privileges() if 'enable privileges = no' to prevent 
601       confused admins.
602     * Fix segfault in cups_queue_get().
603     * Tighten restrictions on changing user passwords when 
604       the connected user possesses the SeMachineAccountPrivilege.
605     * Ensure we set NETBIOSNAME.domainname for the long machine name
606       when publishing printers in AD (based on input from Rob Foehl).
607     * Mark 'winbind enable local accounts' as deprecated.
608     * Mark testprns tool as deprecated.
609     * Allow root to grant/revoke privilege assignments.
610     * Correct interaction between user rights and se_access_check() on
611       SAMR objects.
612     * BUG 2286: Fix typo OpenLDAP schema file for sambaConfig object 
613       class.
614     * BUG 2262: Add support in configure.in for *freebsd6*.
615     * BUG 2266: Portability fixes for quota code on FreeBSD4.
616     * BUG 2264: Remove shutdown and abortshutdown commands from 
617       rpcclient in favor of using the same functions in 'net'.
618     * BUG 2295: Prevent smbd from returning an empty server name
619       in certain lanman api calls.
620     * BUG 2290: Fix autogen.sh script in examples (based on original
621       patch from Lars Mueller).
622     * Fix bug enumerating domain trusts in security = ads.
623     * Fix segv in rpcclient's dsenumdomtrusts.
624     * Fix bug in expansion of %U and %G in included filenames.
625     * BUG 2291: Restrict creation of server trust and domain trust
626       accounts to members of the "Domain Admins" group.
628 o   Nadav Danieli <nadavd@exanet.com>
629     * Short circuit some is_locked() tests if we are oplocked.
630     
631     
632 o   Guenther Deschner <gd@samba.org>
633     * Allow 'localhost' as a valid server name in the smbd for the
634       spoolss calls.
635     * Fix KRB5_SETPW-defines, no change in behavior (Thanks to Luke
636       Mewburn for the input).
637     * BUG 2059: Add additional checks needed after logic change to the
638       HAVE_WRFILE_KEYTAB detection test.
639     * BUG 1076: Fix interaction with Exchange 5.5. SP4 and a 
640       Samba DC.  Allow us to lookup at least our own SID.
641     * More fixes to have proper German in swat (Thanks to Reiner 
642       Klaproth and Björn Jacke.
643     * BUG 404, 2076: Allow to set OWNER- and GROUP-entries while 
644       setting security descriptors with smbcacls and using with 
645       the -S or -M switch. 
646     * Include the munged_dial, bad_password_count, logon_count, and 
647       logon_hours attributes when running 'net rpc vampire'.
648     * Fix segfault in idmap_rid.
649     * When winbindd is operating in the multi-mapping mode of 
650       idmap_rid, allow BUILTIN domain-mapping.
651     * Display infolevel 12 in query_dom_info in rpcclient.
652     * Fix bug in winbindd's lowercasing of usernames.
653     * Allow -v or -l for displaying verbose groupmap-listing 
654       as well as "verbose".
655     * Backport Samba4 SAM_DELTA_DOMAIN_INFO for use in 'net rpc 
656       vampire'.
657     * Close LDAP-Connection before retrying to open a new connection 
658       in the retry-loop.
659     * Marking "min password length" as depreciated.  
660     * Implement SAMR query_dom_info-call info-level 8 server- and 
661       client-side, based on samba4-idl.
662     * Allow rpcclient to define a port to use when connecting 
663       to a remote server.
664     * Allow Account Lockout with Lockout Duration "forever" (until 
665       admin unlocks) to be set and displayed in User Manager.
666     * Allow to set acb_mask in rpcclient's enumdomusers.
667     * Add more generic rootDSE inspection function to check 
668       for given controls or extensions and remember these on a 
669       per server basis.
670     * Improve LDAP search efficiency by passing the acb_mask to 
671       pdb_setsampwent().
672     * Fixes for ldapsam_enum_group_memberships().
673     * Add createdomgroup to rpcclient.
674     * Add "net rpc user RENAME"-command.
675     * Display sam_user_info_7 in rpcclient.
676     * Make multi-domain-mode in idmap_rid accessible from outside 
677       (can be compiled with -DIDMAP_RID_SUPPORT_TRUSTED_DOMAINS).
678     * When vampiring account policy AP_LOCK_ACCOUNT_DURATION honor 
679       "Lockout Duration: Forever".
680     * Fix configure.in tests using KRB5_CONFIG variable and krb5-
681       config utility.
682     * Require assignment of Administrator SID in the passdb 
683       backend.  Fall back to the default name of 'Administrator' if
684       the lookup fails rather than using the first name in the
685       default 'admin users' list.
686     * Enhance LDAP failure debug messages.
687     * BUG 2291: Call the 'add machine script' for server trust and 
688       domain trust accounts as well as workstation accounts.
689     
690     
691 o   Levente Farkas <lfarkas@lfarkas.org>
692     * BUG 2299: Better logrotate scripts for RedHat and Fedora 
693       packages.
696 o   Jay Fenlason <fenlason@redhat.com>
697     * Fix crash in 'net join' due to calling free on 
698       static buffers.
699     * Several patches from RedHat's Fedora Core RPMS.
702 o   Rob Foehl <rwf@loonybin.net>.
703     * Compiler warnings.
704     * Try modifying printer published attributes before adding it a
705       new entry in AD.
706     * Solaris packaging fixes.
707     * Don't force the cups printer-make-and-model tag as the comment
708       for autoloaded printers.
709     * Implement caching of names from printcap to support a true
710       'printcap cache time'.
713 o   Johann Hanne <jhml@gmx.net>
714     * BUG 2038: Only fail winbindd_getgroups() if all lookups fail.
717 o   Jeff Hardy <hardyjm@potsdam.edu>
718     * Example script for 'add print command' when using CUPS.
721 o   Deryck Hodge <deryck@samba.org>
722     * Add -P (--password-only-menu) to SWAT for displaying only the
723       password change page to non-root users.
726 o   David Hu <david.hu@hp.com>
727     * Copy structure from print_queue_update() message rather than 
728       referencing it.  Fixes seg fault on HP-UX.
729       
730       
731 o   Buck Huppmann <buckh@pobox.com>
732     * BUG 2186: Don't free uninitialized credentials.
733     * BUG 2189: Add the HOST/fqdn servicePrincipalName even when 
734       dnsDomainName != realm.
735    
737 o   Björn Jacke <bjoern@j3e.de>
738     * BUG 2040: Ensure the locale is reset to C to get ASCII-
739       compatible toupper/lower functions.
742 o   William Jojo <jojowil@hvcc.edu>
743     * Fix HPUX sendfile and add configure.in tests and code for
744       sendfile on AIX.
745     * AIX 5.3 compile fixes.
748 o   Volker Lendecke <vl@samba.org>
749     * Optimize anonymous session setups by workstations in a 
750       Samba domain.
751     * Reimplment the QueryUserAliases() server RPC reply.
752     * Re-add the getpwnam-cache for performance.
753     * Cache the result of a pdb_getsampwnam for later SID lookup 
754       queries.
755     * Unify the means of localtaing a user's global groups on a 
756       Samba DC.
757     * Fix bug when serving the 'Start Menu' in a roaming user profile..
758     * Map more pre-defined NT security descriptors to AFS acls.
759     * Add timeout to AD search requests.
760     * If a connection to a DC is requested (in winbindd), open
761       connections simultaneously to all DCs found.
762     * Memleak fixes.
763     * Fix logic error in handling of 'printcap name' parameter.
764     * Prevent winbindd from SPAM'ing the log files with 'user root 
765       does not exist'.
766     * Backport samr_DomInfo2 IDL specification from Samba 4.
767     * Implement smbstatus -n, don't lookup users and groups.
768     * Implement simple mapping that maps the space to another character 
769       defined by afsacl:space.
770     * Add support for 'net idmap delete <idmap-file> <SID>'.
771     * Add new parameter 'afs token lifetime' tells the AFS client 
772       when to throw away a token (patch from kllin@it.su.se).
773     * Initial work to allow support for multiple pipe opens on a 
774       single cli_state*.
775     * Ensure that we still retrieve the netbios name of any DC 
776       listed as a 'password server' to work around cases where the 
777       DC was defined using an IP address or fqdn.
778     * Fix memleak in winbindd connection code.
779     * Fix cli_samr_queryuseraliases.
780     * Allow wbinfo --user-sids to expand expand domain local groups.
781     * Allow 'rpcclient -c enumtrust' to enumerate more than 10 trusts.
782     * Fix parsing of other_sids in net_user_info3.
783     * Correct bad failure logic when user was not a member of any 
784       domain local groups.
785     
787 o   Jason Mader <jason@ncac.gwu.edu>
788     * BUG 2113, 2289: Remove dead code.
791 o   Jim McDonough <jmcd@us.ibm.com>
792     * BUG 1952: Try INITSHUTDOWN pipe first, used by newer 
793       clients.  If it fails, fall back to WINREG.
794     * BUG 1770: Remove READ_ATTRIBUTES from GENERIC_EXECUTE.
795     * BUG 2198: Set password last change time when running 'net rpc 
796       vampire'.
797     * Add "refuse machine password change" policy field.
800 o   Luke Mewburn <lukem@NetBSD.org>
801     * BUG 2150: shmget() - Use POSIX definitions instead of non-
802       standard SHM_.
803       
805 o   Stefan Metzmacher <metze@samba.org>    
806     * autogen.sh fixes.
809 o   Buchan Milne <bgmilne@mandrake.org>
810     * Mandrake packaging fixes.
813 o   Lars Mueller <lmuelle@suse.de>
814     * Fix build of libsmbclient on x86_64.
815     * BUG 2013: Fix testsuite build issues when libsmbclient.so 
816       is installed in a non-default location.
817     * BUG 2050: Calculate max_fd for select correctly.
818     * Fix inverted logic heck for HAVE_WRFILE_KEYTAB in autoconf 
819       script.
822 o   Jason Mader <jason@ncac.gwu.edu>
823     * BUG 2069: Remove unused variables.
824     * BUG 2075: Remove dead code paths.
825     * BUG 2083: Fix compiler warnings caused by bad type casts.
828 o   James Peach <jpeach@sgi.com>
829     * Fix rewinddir -> rewind_dir when using VFS macros.
830     
832 o   Gavrie Philipson <gavrie@disksites.com>
833     * BUG 1838: Remove stale printers imeeddiately when 
834       processing a SIGHUP and during smb.conf reload.
836       
837 o   Tim Potter <tpot@samba.org>
838     * BUG 2080: Fix duplicate call to pdb_get_acct_desc().
839     * BUG 2168: Fix cast in SMB_XMALLOC_ARRAY.
840     * Change the license for the winbindd external interface 
841       more liberal.
842     * HP-UX compile fixes.
843     * Compile fixes after new setsampwent() API.
846 o   Richard Renard <rrenard@idealx.com>
847     * Update Netscape DS 5.2 LDAP schema.
850 o   Simo Sorce <idra@samba.org>
851     * Backport pdbedit changes from trunk.
852     * Allows the add/change share command to create the shared 
853       directory directory on disk.
854     * Log a warning in testparm if a print command is defined for
855       a print service using 'printing = cups'.
856      
857 o   Jelmer Vernooij <jelmer@samba.org>
858     * Bug fixes for pdb_{xml,pqsql,xml}
859     * Fixes for pdb_mysql.
862 o   Andrew Tridgell <tridge@samba.org>
863     * Bring Samba3 into line with the Samba4 password change code.
864     
866 o   Shiro Yamada <shiro@miraclelinux.com>
867     * BUG 2190: Force SWAT to display parameters in unix charset and 
868       not UTF-8.
871       --------------------------------------------------
872                    ==============================
873                    Release Notes for Samba 3.0.10
874                              Dec 16, 2004
875                    ==============================
877 Common bugs fixed in 3.0.10 include:
879   o Fix for security issues described in CAN-2004-1154.
882 Changes since 3.0.9
883 -------------------
885 commits
886 -------
888 o   Jeremy Allison <jra@samba.org>
889     * Added checks surrounding all *alloc() calls to fix
890       CAN-2004-1154.
891     * Fix long standing memory size bug in bitmap_allocate().
892     * Remove bogus error check in deferred open file serving 
893       code.
896 o   Thomas Bork <tombork@web.de>
897     * Fix autoconf script on platforms using a version of GNU ld
898       that does not include a date stamp in the output of --version.
901 o   Luke Mewburn <lukem@NetBSD.org>
902     * Fix the swat install script to deal with the new image
903       destination directory used by the docs.
904      
907       --------------------------------------------------
909                    =============================
910                    Release Notes for Samba 3.0.9
911                              Nov 15, 2004
912                    =============================
914 Common bugs fixed in 3.0.9 include:
916   o Problem updating roaming user profiles.
917   o Crash in smbd when printing from a Windows 9x client.
918   o Unresolved symbols in libsmbclient which caused
919     applications such as KDE's konqueror to fail when
920     accessing smb:// URLs.
923 Changes since 3.0.8
924 -------------------
927 commits
928 -------
930 o   Jeremy Allison <jra@samba.org>
931     * Correctly detect errno for no acl/ea support.
932     * BUG 2036: Fix seg fault in 'net ads join'.
934     
935 o   Gerald (Jerry) Carter <jerry@samba.org>
936     * Solaris packaging fixes.
937     * Fix seg fault in lanman printing code.
938     * BUG 2017: fix testparm reporting for the passwd program 
939       string.
940     * Fix output of smbstatus to match the man page.
941     * BUG 2027: fix conflict with declaration MD5_CTX in system 
942       headers.
943     * 2028: Avoid false error messages when copying a long 
944       printer name to the device mode.
947 o   Guenther Deschner <gd@samba.org> 
948     * Allow deldriverex in rpcclient to delete drivers for a 
949       specific architecture and a specific version.
950     * Fix a couple of rpcclient spoolss commands (setprinter, 
951       setprintername, getdriver) w.r.t to printer-naming scheme.
952       Allow 'localhost' in the server string for certain server-side
953       spoolss functions.
954     * BUG 2015: Do not fail on setting file attributes with 
955       acl support enabled.
958 o   Michel Gravey <michel.gravey@optogone.com>
959     * Fix build when using gcc 3.0.
962 o   Volker Lendecke <vl@samba.org>
963     * Fix tdb open logic when checking our local_pid after 
964       the fork().
967 o   Jim McDonough <jmcd@us.ibm.com>
968     * BUG 1932: Fix crash in 'net getlocalsid' when run as 
969       non-root user.
972 o   Luke Mewburn <lukem@NetBSD.org>
973     BUG 1661: Fix KRB5_SETPW-defines
976 o   Buchan Milne <bgmilne@mandrake.org> 
977     * BUG 2023: Mandrake packaging fixes for building 3.0.9.
980 o   Lars Müller <lmuelle@suse.de>
981     * BUG 2013: Fix unresolved symbols in libsmbclient.so.
984 o   Martin Zielinski <mz@seh.de>
985     * Add DeletePrinterDriverEx() functionality to rpcclient.
986     
988       --------------------------------------------------
990                    =============================
991                    Release Notes for Samba 3.0.8
992                              Nov 7, 2004
993                    =============================
995 Common bugs fixed in 3.0.8 include:
997   o Compile fixes for HP-UX
998   o Fixes for the printer publishing code used when joined to 
999     an AD domain.
1000   o Incompatibilities with file system quotas.
1001   o Several bugs in the spoolss printing code and print system 
1002     backends.
1003   o Inconsistencies in the username map functionality when 
1004     configured on domain member servers.
1005   o Various compile warnings and errors on various platforms.
1006   o Fixes for kerberos interoperability with Windows 200x 
1007     domains when using DES keys.
1008   o Fix for CAN-2004-0930 -- smbd remote DoS vulnerability.
1009   o Fix for CAN-2004-0882 -- possible buffer overrun in smbd.
1011     
1012 New features included in the 3.0.8 release are:
1014   o New migration functionality added the the net tool
1015     for files/directories, printers, and shares.
1016   o New experimental idmap backend for assigning uids/gids
1017     directly based on the user/group RID when acting as a
1018     member of single domain without any trusts.
1019   o Additional printer migration support for XP/2003 platforms.
1022 ===========================
1023 Change in Winbindd Behavior
1024 ===========================
1026 All usernames returned by winbindd are now converted to lower 
1027 case for better consistency.  This means any winbind installation
1028 relying on the winbind username will need to rename existing 
1029 directories and/or files based on the username (%u and %U) to lower 
1030 case (e.g. mv $name `echo $name | tr '[A-Z]' '[a-z]'`).  This may 
1031 include mail spool files, home directories, valid user lines in 
1032 smb.conf, etc....
1035 ======================
1036 Change in Username Map
1037 ======================
1039 Previous Samba releases would only support reading the fully qualified 
1040 username (e.g. DOMAIN\user) from the username map when performing a 
1041 kerberos login from a client.  However, when looking up a map 
1042 entry for a user authenticated by NTLM[SSP], only the login name would be
1043 used for matches.  This resulted in inconsistent behavior sometimes
1044 even on the same server.
1046 Samba 3.0.8 obeys the following rules when applying the username
1047 map functionality:
1049   * When performing local authentication, the username map is 
1050     applied to the login name before attempting to authenticate 
1051     the connection.
1052   * When relying upon a external domain controller for validating
1053     authentication requests, smbd will apply the username map 
1054     to the fully qualified username (i.e. DOMAIN\user) only
1055     after the user has been successfully authenticated.
1058 ######################################################################
1059 Changes
1060 #######
1062 Changes since 3.0.7
1063 -------------------
1065 smb.conf changes
1066 ----------------
1067     Parameter Name                      Action
1068     --------------                      ------
1069     force printername                   New
1070     sendfile                            disabled by default
1073 commits
1074 -------
1076 o   Jeremy Allison <jra@samba.org>
1077     * Ensure extended security bit is on only if we negotiated 
1078       extended security.
1079     * Simplify statcache to use an in-memory tdb. 
1080     * If you're selecting a hash algorithm for tdb, you need 
1081       to do it at open time.
1082     * Removed old dir caching code - not being used now we 
1083       have the statcache anyway.
1084     * Simplify the mangle hash code to use an in-memory tdb.
1085     * Merge iconv changes from Samba 4 branch.
1086     * Fix parsing of names ending in dot and a few other error 
1087       returns.
1088     * BUG 1667: Smbpasswd file could be left locked on some 
1089       error exits.
1090     * Fixes for smbclient tar functionality.
1091     * BUG 1743: Fix logic bug the deferred open code.
1092     * Don't try to set security descriptors on shares where 
1093       this has been turned off.
1094     * Return correct error codes on old SEARCH call.
1095     * Ensure we set errno = E2BIG when we overflow in the 
1096       fast-path character conversion code.
1097     * Fix the roundup problem (returning 1mb roundup) for 
1098       non-Windows clients.
1099     * Added 'stat' command to smbclient to exercise the 
1100       UNIX_FILE_BASIC info level.
1101     * Fix bug where we could incorrectly set sparse attribute.
1102     * Fix incorrect locks/unlocks in tdb_lockkeys()/tdb_unlockkeys()
1103       (reported by Taj Khattra <taj.khattra@gmail.com>).
1104     * Remove locked keys tdb code.
1105     * BUG 1886: Prevent delete on close being set for readonly files 
1106       (and return the correct error code).
1107     * Ensure we pass most of the new lock tests except for the cancel 
1108       lock which is yet to be added (merged from Samba 4 branch).
1109     * BUG 1947: Fix incorrect use of getpwnam() etc. interface.
1110     * BUG 1956: Ensure errno is saved and restored consistently on a 
1111       normal_close.
1112     * BUG 1651: Adapted patch from Nalin Dahyabhai for ensuring 
1113       that all of the appropriate service principal names are set 
1114       upon joining an AD domain.
1115     * Fix the correct use of resume name in the trans2 code.
1116     * BUG 1717: Adapted patch from Nalin Dahyabhai to detect the
1117       correct salt used when generated the DES key after joining an 
1118       AD domain.
1119     * Enhanced krb5 detection routines in the autoconf scripts.
1120   
1122 o   Andrew Bartlett <abartlet@samba.org>
1123     * Avoid changing the machine account password in the passdb 
1124       backend, when it has 'already been changed'.  This occurs 
1125       in situations where the secure channel between the workstation 
1126       and the DC breaks down, such as occurred in the MS04-11 
1127       security patch.
1128     * Fix utility name in error message in ntlm_auth.
1129     * Fix NTLMv2 for use with pam_winbind.
1130     * Remove conversion to and from UTF8 on the winbind pipe.
1131     * Allow 'require_membership_of' and 'require-membership-of'.
1132     * Fix the error code for 'you didn't specify a domain' in 
1133       ntlm_auth.
1134     * Use sys_getgroups() rather than scanning all groups 
1135       when generating SAMR replies.
1138 o   Igor Belyi <sambauser@katehok.ac93.org>
1139     * Ensure pdb user is deleted first before deleting UNIX 
1140       user (LDAP backend needs this ordering).
1143 o   Cornelio Bondad Jr <Corny.Bondad@hp.com>
1144     * Fix core dump in 'net rpc vampire'.
1145     
1147 o   Vince Brimhall <vbrimhall@novell.com>
1148     * Make ldapsam_compat robust against NULL attributes.
1151 o   Gerald Carter <jerry@samba.org>
1152     * Don't limit the number of groups returned by winbindd_getgroups()
1153       by NGROUPS_MAX.
1154     * BUG 1519: Match Windows 2000 behavior when opening a 
1155       printer using a servername in the form of an IP address or 
1156       DNS name.
1157     * BUG 1907: remove extra slashes from the printer name in 
1158       getprinterdriverdir_1().  
1159     * Fix standard_sub_snum() to use the current user's gid.
1160     * Fix background queue update bug (based on Volker's initial work 
1161       in 3.1.0).
1162     * Add 'force printername' service parameter for people that want 
1163       to enforce printername == sharename for spoolss printing.
1164     * Ensure consistent usage of the username map.  Use the fully 
1165       qualified DOMAIN\user format for 'security = domain|ads' and 
1166       apply after authentication has succeeded.
1167     * Cosmetic fix for getent output -- lowercase the username only 
1168       and not the complete domain\username string.
1169     * Packaging fixes for Solaris, Redhat, & Fedora.
1171     
1172 o   Sean Chandler <sean.chandler@verizon.net>
1173     * Fix memlieak in cliconnect.c.
1176 o   Darren Chew <darrenc@vicscouts.asn.au>
1177     * Solaris packaging fixes.
1178     
1180 o   Nalin Dahyabhai <nalin@redhat.com>
1181     * SMB signing fix for 56-bit DES session keys.
1184 o   Guenther Deschner <gd@samba.org> 
1185     * add IA64 to the architecture table of printer-drivers.
1186     * Add file/share/printer migration functionality to 
1187       the net command.
1188     * Show correct help for net groupmap commands.
1189     * Fix deadlock loop in winbind's required_membership_sid
1190       verification.
1191     * Bring the same level of "required_membership"-functionality 
1192       that ntlm_auth uses, to pam_winbindd as well.
1193     * Prevent "net lookup kdc" from seg-faulting when
1194       using our own implementation of krb5_lookup_kdc with 
1195       heimdal.
1196     * Adding getprinter level 7 to rpcclient.
1197     * Support migrating printers|shares|files from Server A 
1198       to Server B while running the net-command on client C.
1199     * Fixed krb5_krbhost_get_addrinfo()-parameters and make 
1200       failure of this call non-critical (Thanks to Love @ Heimdal
1201       for the explanation and patch).
1202     * Fix typos in net's usage-output.
1203     * Fix the paranoia-check to ensure the ldap-attribute and the
1204       smb.conf-parameter for samba's "algorithmic rid base" in ldapsam 
1205       are identical.
1206     * Fix several bugs in the _samr_query_useraliases() rpc reply.
1207     * Check correct string length when verifying password-policies 
1208       and using extended characters (Thanks to Uwe Morgenroth from CC 
1209       Compunet and Volker).
1210     * Make 'password history'-behavior in ldapsam more consistent. 
1211     * Adding "Windows x64" as architecture string and driverdir "x64" 
1212       for the 64bit AMD platform.
1213     * BUG 1343: Readd WKGUID-binding to match the correct default-
1214       locations of new User-, Group- and Machine-Accounts in Active 
1215       Directory (this got lost during the last trunk-merge).
1216     * Fix printer-migration w.r.t. to new naming-convention for
1217       policy-handles.
1218     * Allow to migrate win2k3/xp-drivers as well. 
1219     * Add client-side support of triggering ads printer publishing 
1220       over msrpc setprinter calls inside the net-tool. 
1221     * Add the idmap_rid module (written in conjunction with 
1222       Sumit Bose <sbose@suse.de>).
1223     * BUG 1661: Fix build with recent heimdal releases.
1224     * Prevent idmap_rid from making unnecessary calls to domain 
1225       controllers for trusted domains.
1228 o   Arthur van Dongen <avdongen@xs4all.nl>
1229     * Fix typos in pam_winbind log messages and SuSE 
1230       packaging files.
1233 o   Rob Foehl <rwf@loonybin.net>
1234     * Typo fixes for log messages in printer publishing code.
1235     * Fix memory leak in printer publishing code.
1236     * Ensure print_backend_init() only gets called once.
1237     * Have smbd check the published status of all printers 
1238       at startup.
1239     * Cleanup up the XXX_a_printer() API for consistency.
1240     * Refactored the printer publishing code and include better 
1241       error handling.
1244 o   Steve French <sfrench@us.ibm.com>
1245     * Fix IP address override in mount.cifs mount helper and clean 
1246       up warning messages from the sparse tool and expand syntax help.
1247     * Strip guest mount option off before sending to kernel mount 
1248       routine to avoid logging spurious message.
1251 o   Satoh Fumiyasu <fumiya@samba.gr.jp>
1252     * BUG 1732: Limit share names returned by RAP based on windows 
1253       character width, not unix character width.
1254     * BUG 1498: Ensure that acl entries are stored in the correct 
1255       order.
1258 o   Brett Funderburg <brett@deepfile.com>
1259     * Pass create options parameter to nt_create_andx() function
1260       from the python bindings.
1261     * BUG 1864: Add sd->type field to security descriptor Python 
1262       representation.
1263     * Return an error if a Netapp filer returns NT_STATUS_ACCESS_DENIED
1264       when trying to return the security descriptor for a file.
1265     * BUG 1884: Fixes for the Python bindings to use the value
1266       of the desired_access filed passed into the lsa_open_policy()
1267       routines.
1270 o   Michael Gravey <michel.gravey@optogone.com>
1271     * BUG 1776: Fix warnings when building modules caused by 
1272       certain versions of GNU ld not using the the default 
1273       --allow-shlib-undefined flag.
1276 o   Chris Hertel <crh@samba.org>
1277     * Fix logic bug in splay tree data structure when finding 
1278       a leaf node.
1279     * Fix bug where an invalid MAC address would be printed by 
1280       a node status lookup from nmblookup.
1282       
1283 o   Uli Iske <iske@elkb.de>
1284     * Update the DNS/eDirectory LDAP schema file.
1287 o   Björn Jacke <bjacke@sernet.de>
1288     * BUG 1766: Unify charset-handling in Content-Type:-headers to 
1289       UTF-8.  Reformat msgstr in msg-files to UTF-8.
1290     * Do not use display charset for swat output.
1291     * Convert the share names correctly from unix encoding to web 
1292       encoding and vice versa. 
1293     * Convert files from status page from unix charset to UTF-8.
1296 o   Guenter Kukkukk <guenter.kukkukk@kukkukk.com>
1297     * BUG 1590: Fix for talking to OS/2 clients (max_mux ignored).
1300 o   Tom Lackemann <cessnatomny@yahoo.com>
1301     * BUG 1954: Fix memory leak in posix acl code.
1304 o   Volker Lendecke <vl@samba.org>
1305     * Robustnss fix for winbindd when sending multiple requests 
1306       at a high rate for a slow operation.  
1307     * Solve the problem of user sids ending up with gid's 
1308       and vice versa.
1309     * Use sys_fork instead of fork for the dual daemon so that 
1310       we get the correct debug pid in the logfiles.
1311     * Based on patch from jmcd, implement special lists for the LDAP 
1312       user attributes to delete.
1313     * Fix creation of aliases via usrmgr. Winbind was too strict 
1314       checking the type of sids.
1315     * Lowercase all usernames returned by winbind.
1316     * BUG 1545, 1823: Only issue the ldap extended password change 
1317       operation if the ldap server supports it.  Also ignore object 
1318       class violation errors from the extended operation.
1319     * Optimization for 'idmap backend = ldap': When asking sid2id 
1320       for the wrong type, don't ask ldap when we have the opposite mapping 
1321       in the local tdb.
1322     * Fix ldapsam_compat homeDrive.
1323     * Add usersidlist and allowedusers subcommands to the net tool
1324       in order to support scanning a file server's share and list 
1325       all users who have permission to connect there.
1326     * Allow for multiple DC's to be named as #1c names in lmhosts.
1327     * Memory leak fixes.
1328     * Fix checks for the local pid of an smbd process after 
1329       reopening tdbs.
1332 o   Herb Lewis <herb@samba.org>
1333     * Added tdbtool to be built by default.
1336 o   Love <lha@stacken.kth.se>
1337     * BUG 1955: Inconsistent error return.
1340 o   Sorin Manolache <sorinm@gmail.com>
1341     * Memory leak fix.
1344 o   Jim McDonough <jmcd@us.ibm.com>
1345     * Allow 'net ads lookup' to rely on command line arguments 
1346       if contacting an ADS server fails; utilize cldap for lookups.
1347     * Fixup formatting errors in TDB_LOG calls; add printf attribute
1348       support to tdb log functions.
1351 o   Bill McGonigle <bill+samba@bfccomputing.com>
1352     * BUG 1926: Type in debug message.
1355 o   Sean McGrath
1356     * BUG 1822: Add -D_REENTRANT to CPPFLAGS and -lthread to LDFLAGS
1357       for libsmbclient.
1360 o   Luke Mewburn <lukem@NetBSD.org>
1361     * BUG 1782: Prevent testparm from displaying parameter synonyms.
1364 o   Stefan Metzmacher <metze@samba.org>    
1365     * Fix crash in smbcquotas and smbcacls caused by setup_logging().
1366     * Fix client quota support.
1367     * Fix opening of system quota file.
1370 o   Lars Mueller <lmuelle@suse.de>
1371     * Small fixes for autogen.sh to deal with version detection 
1372       of autoconf and autoheader; fixes for examples using 
1373       libtool to adhere to stricter syntax of newer version.
1376 o   Henrik Nordstrom <hno@squid-cache.org>
1377     * Allow winbindd to return the correct number of groups 
1378       when the groups array must be enlarged.
1381 o   Narayana Pattipati <narayana.pattipati@wipro.com>
1382     * Solaris autoconf detection fixes.
1385 o   Tim Potter <tpot@samba.org>
1386     * BUG 1360: (correct fix) Use -Wl when passing flags to 
1387       the linker.
1388     * HP-UX compile fixes (from JBravo on #samba-technical).
1389     * BUG 1731: More HP-UX compiles fixes.
1390     * BUG 1778: Include yp_prot.h before ypclnt.h as AIX 5.2 
1391       spits the dummy otherwise.
1392     * Fix bug in Python printerdata wrapper.
1393     * BUG 1762: nss_winbind fixes on AIX 5.x (patch from 
1394       <bugzilla-samba@thewrittenword.com>).
1395     * Fix parameter confusion in priming of name-to-sid cache
1396       (Found by Qiao Yang).
1397     * BUG 1888: Remove '..' from all pre-processor commands.
1398     * BUG 1903: Change some #if DEBUG_PASSWORD's to #ifdef 
1399       DEBUG_PASSWORD.
1402 o   Matt Selsky <selsky@columbia.edu>
1403     * BUG 350: use autoconf 2.57 feature for checking header file
1404       preprocessing (fixes configure warnings on Solaris).
1407 o   Richard Renard <rrenard@idealx.com>
1408     * Fix usermgr.exe and trust relationships.
1411 o   Paul Szabo <psz@maths.usyd.edu.au>
1412     * Fix to make find_workgroup use the same 
1413       truncation as create_workgroup.
1416 o   Richard Sharpe <rsharpe@samba.org>
1417     * Ensure cli_write() can support writes >= 65536 bytes.
1420 o   Simo Sorce <idra@samba.org>
1421     * Added check password script code in examples/auth/crackcheck/
1422     * Fix memory corruption bug caused in freeing static memory.
1425 o   Andrew Tridgell <tridge@samba.org>
1426     * Remove lp_use_mmap() from map_file() since the latter 
1427       is for read only and does not require coherence.
1428     * Ensure that the uuid pack/unpack routines do not go past 
1429       the end of the structure.
1430     * Converted Samba 3 tree to use the new utf-16 aware iconv 
1431       code. 
1432     * Changed iconv to recognise UCS-2LE and UTF-16LE as synonyms.
1433     * Ensure configure only uses '=' instead of the bashism '=='.
1434     * Reduces the number of tdb locking calls made on file IO.
1435     
1437 o   Jelmer Vernooij <jelmer@samba.org>
1438     * Convert internal data to UTF-8 before calling libxml2.
1439     * Complain if 'password chat' doesn't contain the %u variable
1440       (based on a patch by Ronan Waide).
1441     
1443 o   Josef Zlomek
1444     * BUG 1541:  Fix recursive ls in smbclient. 
1446     
1447 o   Igor Zhbanov <bsg@uniyar.ac.ru>
1448     * BUG 1797: Prevent winbind and nmbd from ignoring the "-l" 
1449       option.
1451       --------------------------------------------------
1453                   =============================
1454                   Release Notes for Samba 3.0.7
1455                            Sept 13, 2004
1456                   =============================
1458 This is the latest stable release of Samba. This is the version
1459 that production Samba servers should be running for all
1460 current bug-fixes.  There have been several important issues
1461 fixes since the 3.0.6 release.  See the "Changes" section for
1462 details on exact updates.
1464 Common bugs fixed in 3.0.7 include:
1466   o Fixes for two Denial of Service vulnerabilities
1467     (CVE ID# CAN-2004-0807 & CAN-2004-0808).
1468   o Winbind failure to return user entries under certain
1469     conditions.
1470   o Syntax errors in the OpenLDAP schema file (samba.schema).
1471   o Printing errors caused by not setting default values
1472     for the various printing commands.
1475 Changes since 3.0.6
1476 -------------------
1478 smb.conf changes
1479 ----------------
1481     Parameter Name                      Action
1482     --------------                      ------
1483     winbind enable local accounts       disabled by default
1485     
1486 commits
1487 -------
1488 o   Jeremy Allison <jra@samba.org>
1489     * Fix parsing of names ending in dot and a few other error 
1490       returns.
1491     * BUG 1674: Move the symlinks checks into reduce_name().
1492     * Fix memleak when checking the valid names smb.conf option.
1493     * Fix memleak on error return path in the file open code.
1494     * More paranoia checks in the hash2 mangling code.
1495     * Fix syntax error in configure.in.
1496     * Match Win2k3's behavior for pathname parsing error returns.
1497     * Make nmbd more robust against bad netbios packets 
1498       (CAN-2004-0808).
1499     * Add more checks for invalid ASN.1 packets for SPNEGO packets
1500       (CAN-2004-0807).
1502   
1503 o   Andrew Bartlett <abartlet@samba.org>  
1504     * Janitor work in loadparm.c -- remove unused parameters.
1507 o   Gerald Carter <jerry@samba.org>
1508     * BUG 1464: Ensure that printing commands are initialized even
1509       if the 'printing' parameter is not explicitly set.
1510     * Resolve name conflict on DEC OSF-5.1 (inspired by patch from 
1511       Adharsh Praveen <rprav@india.hp.com>)
1512     * Work around parsing error in the print change notify code.
1513     * remove duplicate declaration of getprintprocdir from 
1514       rpcclient.
1515     * Only use sAMAccountName and not userPrincipalName when looking
1516       up a username in AD since the breaks winbindd (lookup_name() 
1517       only works with the sAMAccountName).
1518     * Fix bug with winbindd_getpwnam() caused by Microsoft DC's not 
1519       filling in the username in the user_info3.
1520     * Fix logic bug in the check for creating a user's home directory 
1521       in register_vuid(); caused home directory to be mismatched to 
1522       the first share in smb.conf under certain conditions.
1523     * BUG 1656: rename auto.a to auto.smb.
1524     * Ensure that we assign our pid to print jobs (and not our 
1525       parent's pid); ensures that spooling jobs from dead smbds 
1526       are removed from the tdb.
1527     * Disable 'winbind enable local accounts' by default.
1528     * Adding some initial checks for DragonFly (same as 
1529       FreeBSD 4.1).
1530     
1532 o   Guenther Deschner <gd@samba.org> 
1533     * Use SMB_ASSERT() to track down NULL printer names in 
1534       the tdb open code.
1535     * Revert fix for BUG 1474 to avoid unnecessary packaging 
1536       dependencies.
1539 o   Olaf Flebbe <o.flebbe@science-computing.de>.  
1540     * BUG 1627: fix for NIS compiles on HPUX 11.00, AIX 4.3 
1541       and 5.1.
1542     * BUG 1626: More compile fixes.
1545 o   Rob Foehl <rwf@loonybin.net>
1546     * Don't clear the PRINT_ATTRIBUTE_PUBLISHED was getting reset 
1547       by attempts to sanitize the defined attributes.
1550 o   SATOH Fumiyasu <fumiya@miraclelinux.com>
1551     * BUG 1546: Preserve errno in MB strupper_m/strlower_m.
1554 o   Helmut Heinreichsberger <helmut.heinreichsberger@chello.at>.
1555     * BUG 1657: Remove used initialized variable, 
1556     * BUG 1658: Add a little bit of const.
1559 o   Volker Lendecke <vl@samba.org>
1560     * If there's garbage in the pidfile, we should not panic 
1561       but assume that no one else is around. We can't find the 
1562       other guy anyway.
1565 o   Jim McDonough <jmcd@us.ibm.com>
1566     * Fixup format string in the tdb error messages.
1569 o   Jonas Olsson <lexicon@lysator.liu.se>
1570     * BUG 1416: Don't reuncture a users list to NGROUPS_MAX when 
1571       reporting the list in usrmgr.exe.
1574 o   Tim Potter <tpot@samba.org>
1575     * Fix out-of-tree builds (problem with the script to generate 
1576       the svn version number).
1577     * BUG 1360:  Need to use -Wl when passing flags to the linker.
1578     * BUG 1741: Define a struct nss_groupsbymem for HPUX 11 which 
1579       doesn't have one of its own.
1581 o   Simo Sorce <idra@samba.org>
1582     * Fixup compile issues on AIX caused by broken strlen() and 
1583       strdup().
1584     * Update debian packaging files.
1587 o   Dimitri van der Spek <dwspek@aboveit.nl>
1588     * Use the correct counter when copying group rids from the 
1589       user_info3 struct in pam_winbind.
1590       
1592 o   Qiao Yang <qyang@stbernard.com>
1593     * BUG 1622: Only cache the user
1596       --------------------------------------------------
1597       
1598                   =============================
1599                   Release Notes for Samba 3.0.6
1600                            Aug 19, 2004
1601                   =============================
1603 Common bugs fixed in 3.0.6 include:
1605   o Schannel failure in winbindd.
1606   o Numerous memory leaks.
1607   o Incompatibilities between the 'write list' and 'force user'
1608     smb.conf options.
1609   o Premature optimization of the open_directory() internal 
1610     function that broke tools such as the ArcServe backup 
1611     agent, Macromedia HomeSite, and Robocopy.
1612   o Corrupt workgroup names in nmbd's browse.dat.
1613   o Sharing violation errors commonly seen when opening
1614     when serving Microsoft Office documents from a Samba 
1615     file share.
1616   o Browsing problems caused by an apostrophe (') in the 
1617     computer's description field.
1618   o Problems creating special file types from UNIX CIFS 
1619     clients and enabling 'unix extensions'.
1620   o Fix stalls in smbd caused by inaccessible LDAP servers.
1621   o Remove various memory leaks.
1622   o Fix issues in the password lockout feature.
1624 New features introduced in this release include:
1626   O Support symlinks created by CIFS clients which 
1627     can be followed on the server.
1628   o Using a cups server other than localhost.
1629   o Maintaining the service principal entry in the system 
1630     keytab for integration with other kerberized services.
1631     Please refer to the 'use kerberos keytab' entry in 
1632     smb.conf(5).  When using the heimdal kerberos libraries,
1633     you must also specify the following in /etc/krb5.conf:
1634     [libdefaults]
1635        default_keytab_name = FILE:/etc/krb5.keytab
1636   o Support for maintaining individual printer names
1637     stored separately from the printer's sharename.
1638   o Support for maintaining user password history.
1639   o Support for honoring the logon times for user in a 
1640     Samba domain.
1643 ============================================
1644 unix extensions = yes (default) and symlinks
1645 ============================================
1647 Beginning with Samba 3.0.6pre1 (formerly known as 3.0.5pre1), 
1648 clients supporting the UNIX extensions to the CIFS protocol 
1649 can create symlinks to absolute paths which will be **followed** 
1650 by the server.  This functionality has been requested in order 
1651 to correctly support certain applications when the user's home 
1652 directory is mounted using some type of CIFS client (e.g. the 
1653 cifsvfs in the Linux 2.6 kernel).
1655 If this behavior is not acceptable for your production environment
1656 you can set 'wide links = no' in the specific share declaration in 
1657 the server's smb.conf.  Be aware that disabling wide link support 
1658 out of a share in Samba may impact the server's performance due 
1659 to the fact that smbd will now have to check each path additional 
1660 times before traversing it.
1661   
1663 ========================
1664 Password History Support 
1665 ========================
1667 The new password history feature allows smbd to check the new 
1668 password in password change requests against a list of the user's
1669 previous passwords.  The number of previous passwords to save can 
1670 be set using pdbedit (4 in this example):
1672    root# pdbedit -P "password history" -C 4
1674 When using the ldapsam passdb backend, it is vital to secure the 
1675 following attributes from access by non-administrative users:
1677    * sambaNTPassword
1678    * sambaLMPassword
1679    * sambaPasswordHistory
1681 You should refer to your directory server's documentation on how 
1682 to implement this restriction.
1685 Changes since 3.0.5
1686 -------------------
1688 smb.conf changes
1689 ----------------
1691     Parameter Name              Action
1692     --------------              ------
1693     cups server                 New
1694     defer sharing violations    New
1695     force unknown acl user      New
1696     ldap timeout                New
1697     printcap cache time         New
1698     use kerberos keytab         New
1699     
1700 commits
1701 -------
1702 o   Jeremy Allison <jra@samba.org> 
1703     * Correct path parsing bug that broke DeletePrinterDriverEx().
1704     * Fix bugs in check_path_syntax() caught by asserts.
1705     * Internal change - rearrange internal global case setting 
1706       variables to a per connection basis.
1707     * BUG 1345: Fix premature optimization in unix_convert(). 
1708     * Allow clients to truncate a locked file.
1709     * BUG 1319: Always check to see if a user as write access
1710       to a share, even when 'force user' is set.
1711     * Fix specific case of open that doesn't cause oplock break, 
1712       or share mode check.
1713     * Correct sid type is WKN_GROUP, not alias. Added some 
1714       more known types (inspired by patch from Jianliang Lu).
1715     * Allow creation of absolute symlink paths via CIFS clients.
1716     * Fix charset bug in when invoking send_mailslot().
1717     * When using widelinks = no, use realpath to canonicalize 
1718       the connection path on connection create for the user. 
1719     * Enhance stat open code.
1720     * Fix unix extensions mknod code path.
1721     * Allow unix domain socket creation via unix extensions.
1722     * Auto disable the 'store dos attribute' parameter if the 
1723       underlying filesystem doesn't support EAs.
1724     * Implement deferred open code to fix a bug with Excel files 
1725       on Samba shares.
1726     * BUG 1427: Catch bad path errors at the right point.  Ensure 
1727       all our pathname parsing is consistent.
1728     * Fix SMB signing error introduced by the new deferred open 
1729       code.
1730     * Change default setting for case sensitivity to "auto". (see 
1731       commit message -- r1154 -- for details).
1732     * Add new remote client arch -- CIFSFS.
1733     * Allow smbd to maintain the service principal entry in the 
1734       system keytab file (based on patch Dan Perry <dperry@pppl.gov>, 
1735       Guenther Deschner, et. al.).
1736     * Fix longstanding memleak bug with logfile name.
1737     * Fix incorrect type in printer publishing (struct uuid, 
1738       not UUID_FLAT).
1739     * Heimdal compile fixes after introduction of the new ketyab 
1740       feature.
1741     * Ensure we check attributes correctly on rename request.
1742     * Ensure we defer a sharing violation on rename correctly.
1743     * BUG 607: Ensure we remove DNS and DNSFAIL records immediately 
1744       on timeout.
1745     * Fix bogus error message when using "mangling method = hash" 
1746       rather than hash2.
1747     * Turn on sendfile by default for non-Win9x clients.
1748     * Handle non-io opens that cause oplock breaks correctly.
1749     * Ensure ldap replication sleep time is not more than 5 seconds.
1750     * Add support for storing a user's password history.
1751       LDAP portion of the code was based on a patch from 
1752       Jianliang Lu <j.lu@tiesse.com>.
1753     * Correct memory leaks found in the password change code.
1754     * Fix support for the mknod command with the Linux CIFS client.
1755     * Remove support for passing the new password to smbpasswd 
1756       on the command line without using the -s option.
1757     * Ensure home directory service number is correctly reused
1758       (inspired by patches from Michael Collin Nielsen 
1759       <michael@hum.aau.dk>).
1760     * Fix to stop printing accounts from resetting the bas 
1761       password and account lockout flags.
1762     * If a account was locked out by an admin (and has a bad 
1763       password count of zero) leave it locked out until an admin 
1764       unlocks it (but log a message).
1765     * Ensure we return the same ACL revision on the wire that 
1766       W2K3 does.
1767     * BUG 1578: Hardcode replacement for invalid characters as '_'
1768       (based on fix from Alexander E. Patrakov <patrakov@ums.usu.ru>).
1769     * Fix hashed password history for LDAP backends.
1770     * Enforce logon hours restrictions if confiogured (based on code 
1771       from Richard Renard <rrenard@idealx.com>).
1772     * BUG 1606: Force smbd to disable sendfile with DOS clients 
1773       and ensure that the chained header is filled in for ...&X 
1774       commands.
1775     * BUG 1602: Fix access to shares when all symlink support 
1776       has been disabled.
1780 o   Tom Alsberg <alsbergt@cs.huji.ac.il>
1781     * Allow pdbedit to export a single user from a passdb backend.
1782     
1784 o   Andrew Bartlett <abartlet@samba.org>  
1785     * Fix parsing bug in GetDomPwInfo().
1786     * Fix segfault in 'ntlm_auth --diagnostics'.
1787     * Re-enable code to allow sid_to_gid() to perform a group 
1788       mapping lookup before checking with winbindd.
1789     * Fix memory leak in the trans2 signing code.
1790     * Allow more flexible GSS-SPENGO client and server operation 
1791       in ntlm_auth.
1792     * Improve smbd's internal random number generation.
1793     * Fix a few outstanding long password changes in smbd.
1794     * Fix LANMAN2 session setup code.
1797 o   Eric Boehm <boehm@nortelnetworks.com>
1798     BUG 703: Final touches on netgroup case lookups.
1799     
1800     
1801 o   Jerome Borsboom <j.borsboom@erasmusmc.nl>
1802     * Ensure error status codes don't get overwritten in 
1803       lsa_lookup_sids() server code.
1804     * Correct bug that caused smbd to overwrite certain error 
1805       codes when returning up the call stack.
1806     * Ensure the correct sid type returned for builtin sids.
1809 o   Gerald Carter <jerry@samba.org>
1810     * Fix a few bugs in the Fedora Packaging files.
1811     * Fix for setting the called name to by our IP if the 
1812       called name was *SMBSERVER and *SMBSERV.   Fixes issue 
1813       with connecting to printers via \\ip.ad.dr.ess\printer 
1814       UNC path.
1815     * BUG 1315: fix for schannel client connections to servers
1816       when we haven't specifically negotiated AUTH_PIPE_SEAL.
1817     * Allow PrinterDriverData valuenames with embedded backslashes
1818       (Fixes bug with one of the Konica Fiery drivers).
1819     * Fixed string length miscalculation in netbios names that 
1820       resulted in corrupt workgroup names in browse.dat.
1821     * When running smbd as a daemon, launch child smbd to update 
1822       the lpq cache listing in the background.
1823     * Allow printers "Printers..." folder to be renamed to a string 
1824       other than the share name.
1825     * Allow winbindd to use domain trust account passwords when 
1826       running on a Samba DC to establish an schannel to remote 
1827       domains.
1828     * Fix bad merge and ensure that we always use tdb_open_log() 
1829       instead of tdb_open_ex() (the former call enforce the 'use 
1830       mmap' parameter).
1831     * BUG 1221: revert old change that used single and double 
1832       quotes as delimeters in next_token(), and change 
1833       print_parameter() to print out parm values surrounded by 
1834       double quotes (instead of single quotes).
1835     * Prevent home directories added during the SMBsesssetup&X from 
1836       being removed as unused services.
1837     * Invalidate the print object cache for open printer handles when
1838       smbd receives a message that an attribute on a given printer 
1839       has been changed.
1840     * Cause the configure script to exit if --enable-cups[=yes] is 
1841       defined and the system does not have the cups devel files 
1842       installed.
1843     * BUG 1297: Prevent map_username() from being called twice 
1844       during logon.
1845     * Ensure that we use the userPrincipalName AD attribute 
1846       value for LDAP SASL binds.
1847     * Ensure we remove the tdb entry when deleting a job that 
1848       is being spooled.
1849     * BUG 1520: Work around bug in Windows XP SP2 RC2 where the 
1850       client sends a FindNextPrintChangeNotify() request without 
1851       previously sending a FindFirstPrintChangeNotify().  Return 
1852       the same error code as Windows 2000 SP4.
1853     * BUG 1516: Manually declare ldap_open_with_timeout() to 
1854       workaround compiler errors on IRIX (or other systems without 
1855       LDAP headers).
1856     * Merge security fixes for CAN-2004-0600, CAN-2004-0686 from 
1857       3.0.5.
1858     * Corrected syntax error in the OID for sambaUnixIdPool, 
1859       sambaSidEntry, & sambaIdmapEntry object classes.
1860     * Tighten the cache consistency with the ntprinters.tdb entry 
1861       an the in memory cache associated with open printer handles.
1862     * Make sure that register_messages_flags() doesn't overwrite 
1863       the originally registered flags.
1866 o   Fabien Chevalier <fabien.chevalier@supelec.fr>
1867     * Debian BUG 252591: Ensure that the return value from the 
1868       number of available interfaces is initialized in case no 
1869       interfaces are actually available.
1872 o   Guenther Deschner <gd@sernet.de> 
1873     * Implement 'rpcclient setprintername'.
1874     * Add local groups to the user's NT_TOKEN since they are 
1875       actually supported now.
1876     * Heimdal compile fixes after introduction of the new keytab 
1877       feature.
1878     * Correctly honor the info level parameter in 'rpcclient 
1879       enumprinters'.
1880     * Reintroduce 'force unknown acl user' parameter.  When getting a 
1881       security descriptor for a file, if the owner sid is not known, 
1882       the owner uid is set to the current uid. Same for group sid.
1883     * Ensure that REG_SZ values in the SetPrinterData actually 
1884       get written in UNICODE strings rather than ASCII.
1885     * Ensure that the last kerberos error return is not invalid.
1886     * Display share ACL entries from rpcclient.
1887     * Correct infinite loop in pam_winbind's verification of 
1888       group membership in the 'other sids' field in the user_info3 
1889       struct.
1892 o   Fabian Franz <FabianFranz@gmx.de>
1893     * Support specifying a port in the device URL passed to smbspool.
1894     
1895     
1896 o   Steve French <sfrench@us.ibm.com>
1897     * Handle -S and user mount parms in mount.cifs.
1898     * Fix user unmount of shares mount with suid mount.cifs.
1899     * prevent infinite recusion in reopen_logs() when expanding 
1900       the smb.conf variable %I.
1903 o   Bjoern Jacke <bj@sernet.de>
1904     * Install libsmbclient into $(LIBDIR), not into hard coded 
1905       ${prefix}/lib. This helps amd64 systems with /lib and /lib64 
1906       and an explicit configure --libdir setting.
1909 o   <kawasa_r@itg.hitachi.co.jp>
1910     * Correct more memory leaks and initialization bugs.
1911     * Fix bug that prevented core dumps from being generated 
1912       even if you tried.
1913     * Connect to the winbind pipe in non-blocking mode to 
1914       prevent processes from hanging.
1915     * Memory leak fixes.
1918 o   Stephan Kulow <coolo@suse.de>
1919     * Fix crash bug in libsmbclient.
1922 o   Volker Lendecke <vl@samba.org>
1923     * Added vfs_full_audit module.
1924     * Add vfs_afsacl.c which can display & set AFS acls via 
1925       the NT security editor.
1926     * Fix crash bug caused by trying to Base64 encode a NULL string.
1927     * Fix DOS error code bug in reply_chkpath().
1928     * Correct misunderstanding of the max_size field in 
1929       cli_samr_enum_als_groups;  it is more like an account_control 
1930       field with individual bits what to retrieve.
1931     * Implement 'net rpc group rename' -- rename domain groups.
1932     * Implement the 'cups server' option. This makes it possible 
1933       to have virtual smbd's connect to different cups daemons.
1934     * Paranoia fixes when adding local aliases to a user's NT_TOKEN.
1935     * Fix sid_to_gid() calls in winbindd to prevent loops.
1936     * Ensure that local_sid_to_gid() sets the type of the group on 
1937       return.
1938     * Make sure that the clients are given back the IP address to 
1939       which they connected in the case of a multi-homed host. Only 
1940       affects strings the spoolss printing replies.
1941     * Fix the bad password lockout. This has not worked as pdb_ldap.c 
1942       did not ask for the modifyTimestamp attribute, so it could 
1943       not find it.   Try not to regress by not putting that attrib 
1944       in the main list but append it manually for the relevant searches.
1945     * Fix two memleaks in login_cache.c.
1946     * fixes memory bloat when unmarshalling strings.
1947     * Fix compile errors using gcc 3.2 on SuSE 8.2.
1948     * Fix the build for systems without kerberos headers.
1949     * Allow winbindd to handle authentication requests only when 
1950       started without either an 'idmap uid' or 'idmap gid' range.
1951     * Fix the build for systems without ldap headers.
1952     * Fix interaction between share security descriptor and the 
1953       'read only' smb.conf option.
1954     * Fix bug that caused _samr_lookupsids() with more than 32 (
1955       MAX_REF_DOMAINS) SIDs to fail.
1956     * Allow the 'idmap backend' parameter to accept a list of 
1957       LDAP servers for failover purposes.
1958     * Revert code in smbd to remove a tdb when it has become 
1959       corrupted.
1960     * Add paranoid checks when mapping SIDs to a uid/gid to 
1961       ensure that the type is correct.
1962     * Initial work on getting client support for sending mailslot 
1963       datagrams.
1964     * Add 'ldap timeout' parameter.
1965     * Dont always uppercase 'afs username map'.
1966     * Expand aliases for getusersids as well.
1967     * Improved NT->AFS ACL mapping VFS module.
1970 o   Herb Lewis <herb@samba.org>
1971     * Add the acls debug class.
1972     * Fix logic bug in netbios name truncate routine.
1973     * Fix smbd crash caused by smbtorture IOCTL test.
1974     * Fix errno tromping before calling iconv to reset the 
1975       conversion state.
1976     * need to leave empty dacl so we can remove last ACE.
1979 o    Jianliang Lu <Jianliang.Lu@getronics.com>
1980     * Fix to stop smbd hanging on missing group member in 
1981       get_memberuids().
1982     * Make sure Samba returns the correct group types.
1983      * Reset the bad password count password counts upon a successful login.
1984      
1985      
1986 o   Jason Mader <jason@ncac.gwu.edu>
1987     * BUG 1385: Don't use non-consts in a structure initialization.
1988     
1990 o   Jim McDonough <jmcd@us.ibm.com>
1991     * BUG 1279: SMBjobid fix for Samba print servers running on 
1992       Big-Endian platforms.
1995 o   Joe Meadows <jameadows@webopolis.com>
1996     * Add optional timeout parameter to ldap open calls.
1997     * Allow get_dc_list() to check the negative cache.
2000 o   Stefan Metzmacher <metze@samba.org>    
2001     * fix a configure logic bug for linux/XFS quotas when 
2002       using --with-sys-quotas.
2003     * Use quota debug class in quota code.
2004     * print out the SVN revision by configure,
2005     
2007 o   Buchan Milne <bgmilne@mandrake.org>
2008     * Mandrake packaging fixes.
2009     
2010     
2011 o   Lars Mueller <lmuelle@suse.de>
2012     * BUG 1279: Added 'printcap cache time' parameter.
2013     * Fix afs related build issues on SuSE.
2014     * Fix compiler warnings in the kerberos client code.
2017 o   James Peach <jpeach@sgi.com>
2018     * More iconv detection fixes for IRIX.
2019     * Compile fixed for systems that do not have C99/UNIX98 compliant 
2020       vsnprintf by default.
2021     * Prevent smbd from attempting to use sendfile at all if it is 
2022       not supported by the server's OS.
2023     * Allow SWAT to search for index.html when serving html files 
2024       in a directory.
2027 o   Dan Peterson
2028     * Implement NFS quota support on FreeBSD.
2031 o   Tim Potter <tpot@samba.org>
2032     * BUG 1360: Use -Bsymbolic when creating shared libraries to 
2033       avoid conflicts with identical symbols in the global namespace 
2034       when loading libnss_wins.so.
2037 o   Richard Renard <rrenard@idealx.com>
2038     * Save the current password as it is being changed into the 
2039       password history list.
2042 o   Richard Sharpe <rsharpe@samba.org>
2043     * Fix error return codes on some lock messages.
2044     * BUG 1178: Make the libsmbclient routines callable 
2045       by C++ programs.
2046     * BUG 1333: Make sure we return an error code when 
2047       things go wrong.
2048     * BUG 1301: Return NT_STATUS_SHARING_VIOLATION when 
2049       share mode locking requests fail.
2052 o   Simo Sorce <idra@samba.org>
2053     * Update Debian stable & unstable packaging.
2054     * Tidy up parametric options in testparm output.
2057 o   Richard Sharpe <rsharpe@samba.org>
2058     * Add sigchild handling to winbindd to restart the child 
2059       daemon if necessary.
2062 o   Tom Shaw <tomisfaraway@gmail.com>
2063     * Use winbindd_fill_pwent() consistently.
2066 o   Nick Thompson <nickthompson@agere.com>
2067     * Protect smbd against broken filesystems which return zero 
2068       blocksize.
2071 o   Andrew Tridgell <tridge@samba.org>
2072     * Fixed bug in handling of timeout in socket connections.
2073      
2075 o   Nick Wellnhofer <wellnhofer@aevum.de>    
2076     * Prevent lp_interfaces() list from being corrupted.  Fixes
2077       bug where nmbd would lose the list of network interfaces 
2078       on the system and consequently shutdown.
2080       
2081 o   James Wilkinson <jwilk@alumni.cse.ucsc.edu>
2082     * Fix ntlm_auth memory leaks.
2085 o   Jelmer Vernooij <jelmer@samba.org>
2086     * Additional NT status to unix error mappings.
2087     * BUG 478: Rename vsnprintf to smb_vsnprintf so we don't 
2088       get duplicate symbol errors.
2089     * Return an error when the last command read from stdin 
2090       fails in smbclient.
2091     * Prepare for better error checking in tar.
2092     * BUG 1474: Fix build of --with-expsam stuff on Solaris.
2093       
2095       --------------------------------------------------
2096       
2097                  =============================
2098                  Release Notes for Samba 3.0.5
2099                          July 20, 2004
2100                  =============================
2102 Please note that Samba 3.0.5 is identical to Samba 3.0.4 with 
2103 the exception of correcting the two security issues outlined 
2104 below.
2106 ######################## SECURITY RELEASE ########################
2108 Summary:       Multiple Potential Buffer Overruns in Samba 3.0.x
2109 CVE ID:        CAN-2004-0600, CAN-2004-0686
2110                (http://cve.mitre.org/)
2113 This is the latest stable release of Samba. This is the version
2114 that production Samba servers should be running for all current
2115 bug-fixes.
2117 It has been confirmed that versions of Samba 3 prior to v3.0.4
2118 are vulnerable to two potential buffer overruns.  The individual
2119 details are given below.
2121 =============
2122 CAN-2004-0600
2123 =============
2125 Affected Versions:      Samba 3.0.2 and later
2127 The internal routine used by the Samba Web Administration
2128 Tool (SWAT v3.0.2 and later) to decode the base64 data
2129 during HTTP basic authentication is subject to a buffer
2130 overrun caused by an invalid base64 character.  It is
2131 recommended that all Samba v3.0.2 or later installations
2132 running SWAT either (a) upgrade to v3.0.5, or (b) disable
2133 the swat administration service as a temporary workaround.
2135 This same code is used internally to decode the
2136 sambaMungedDial attribute value when using the ldapsam
2137 passdb backend. While we do not believe that the base64
2138 decoding routines used by the ldapsam passdb backend can
2139 be exploited, sites using an LDAP directory service with
2140 Samba are strongly encouraged to verify that the DIT only
2141 allows write access to sambaSamAccount attributes by a
2142 sufficiently authorized user.
2144 The Samba Team would like to heartily thank Evgeny Demidov
2145 for analyzing and reporting this bug.
2147 -------------
2148 CAN-2004-0686
2149 -------------
2151 Affected Versions:      Samba 3.0.0 and later
2153 A buffer overrun has been located in the code used to support
2154 the 'mangling method = hash' smb.conf option.  Please be aware
2155 that the default setting for this parameter is 'mangling method
2156 = hash2' and therefore not vulnerable.
2158 Affected Samba 3 installations can avoid this possible security
2159 bug by using the default hash2 mangling method.  Server
2160 installations requiring the hash mangling method are encouraged
2161 to upgrade to Samba 3.0.5.
2164 ##################################################################
2166     --------------------------------------------------
2167                  
2168                  =============================
2169                  Release Notes for Samba 3.0.4
2170                           May 8, 2004
2171                  =============================
2173 Common bugs fixed in Samba 3.0.4 include:
2175   o Password changing after applying the patch described in 
2176     the Microsoft KB828741 article to Windows clients.
2177   o Crashes in smbd.
2178   o Managing print jobs via Windows on Big-Endian servers.
2179   o Several memory leaks in winbindd and smbd.
2180   o Compile issues on AIX and *BSD.
2182 Changes since 3.0.3
2183 --------------------
2185 commits
2186 -------
2188 o   Jeremy Allison <jra@samba.org>
2189     * Fix path processing for DeletePrinterDriverEx().
2190     * BUG 1303: Fix for Microsoft hotfix MS04-011 password change 
2191       breakage.
2194 o   Andrew Bartlett <abartlet@samba.org>
2195     * Fix alignment bug in GetDomPwInfo().
2198 o   Alexander Bokovoy <ab@samba.org>
2199     * Fix utime[s]() issues in smbwrapper on systems 
2200       that can boot both the 2.4 and 2.6 Linux kernels.
2203 o   Gerald Carter <jerry@samba.org>
2204     * Fedora packaging fixes.
2205     * BUG 1302: Fix seg fault by not trying to optimize a list of 
2206       invalid gids using the wrong array size.
2207     * BUG 1309: fix seg fault caused by trying to strdup(NULL)
2208       seen when 'security = share'.
2209     * Fix problems when using IBM's compiler on AIX.
2210     * Link Developer's Guide, Example Guide, and multi-page HOWTO
2211       into SWAT's welcome page.
2212     * BUG 1293: fix double free in printer publishing code.
2214     
2215 o   Wim Delvaux <wim.delvaux@adaptiveplanet.com>
2216     * Fix for handling timeouts in socket connections.
2219 o   Michel Gravey <michel.gravey@optogone.com>
2220     * BUG 483: patch from  to fix password hash creation in SWAT.
2221     
2223 o   Volker Lendecke <vl@samba.org>
2224     * Close the open NT pipes before the tdis.
2225     * Fix AFS related build issues.
2226     * Handle error conditions when base64 encoding a blob of 0 bytes.
2228     
2229 o   Herb Lewis <herb@samba.org>
2230     * Added 'acls' debug class.
2232 o   kawasa_r@itg.hitachi.co.jp
2233     * Multiple variable initialization and memory leak fixes.
2234     
2235     
2236 o   Stephan Kulow <coolo@suse.de>
2237     * Fix string length bug in libsmbclient that caused KDE's 
2238       Konqueror to crash.
2239     * BUG 429: More libsmbclient fixes.
2242 o   Jim McDonough <jmcd@us.ibm.com>
2243     * BUG 1007, 1279: Store the print job using a little-endian key.
2246 o   Eric Mertens
2247     o Compile fix for OpenBSD (ENOTSUP not supported).
2249     
2250 o   Stefan Metzmacher <metze@samba.org>
2251     * Correct bug in disks quota views from explorer.
2253     
2254 o   Tim Potter <tpot@samba.org>
2255     BUG 1305: Correct debug output.
2258 o   Richard Sharpe <rsharpe@samba.org>
2259     * Fix incorrect error code mapping.
2262 o   Jelmer Vernooij <jelmer@samba.org>
2263     * Add additional NT_STATUS errorm mappings.
2264     
2266     --------------------------------------------------
2268                  =============================
2269                  Release Notes for Samba 3.0.3
2270                         April 29, 2004
2271                  =============================
2274 Common bugs fixed in Samba 3.0.3 include:
2276   o Crash bugs and change notify issues in Samba's printing code.
2277   o Honoring secondary group membership on domain member servers.
2278   o TDB scalability issue surrounding the TDB_CLEAR_IF_FIRST flag.
2279   o Substitution errors for %[UuGg] in smb.conf.
2280   o winbindd crashes when using ADS security mode.
2281   o SMB signing errors.
2282   o Delays in winbindd startup caused by unnecessary 
2283     connections to trusted domain controllers.
2284   o Various small memory leaks.
2285   o Winbindd failing due to expired Kerberos tickets.
2287 New features introduced in Samba 3.0.3 include:
2289   o Improved support for i18n character sets.
2290   o Support for account lockout policy based on
2291     bad password attempts.
2292   o Improved support for long password changes (>14
2293     characters) and strong password enforcement.
2294   o Support for Windows aliases (i.e. nested groups).
2295   o Experimental support for storing DOS attribute on files
2296     and folders in Extended Attributes.
2297   o Support for local nested groups via winbindd.
2298   o Specifying options to be passed directly to the CUPS libraries.
2300 Please be aware that the Samba source code repository was 
2301 migrated from CVS to Subversion on April 4, 2004.  Details on 
2302 accessing the Samba source tree via anonymous svn can be found 
2303 at http://svn.samba.org/samba/subversion.html.
2306 Changes since 3.0.2a
2307 --------------------
2308 smb.conf changes
2309 ----------------
2311     Parameter Name              Action
2312     --------------              ------
2313     cups options                New
2314     ea support                  New
2315     only user                   Deprecated
2316     store dos attributes        New
2317     unicode                     Removed
2318     winbind nested groups       New
2320     
2321 commits
2322 -------
2324 o   Jeremy Allison <jra@samba.org>
2325     * Ensure that Kerberos mutex is always properly unlocked.
2326     * Removed Heimdal "in-memory keytab" support.
2327     * Fixup the 'multiple-vuids' bugs in our server code.
2328     * Correct return code from lsa_lookup_sids() on unmapped
2329       sids (based on work by vl@samba.org).
2330     * Fix the "too many fcntl locks" scalability problem 
2331       raised by tridge.
2332     * Fixup correct (as per W2K3) returns for lookupsids 
2333       as well as lookupnames.
2334     * Fixups for delete-on-close semantics as per Win2k3 behavior.
2335     * Make SMB_FILE_ACCESS_INFORMATION call work correctly.
2336     * Fix "unable to initialize" bug when smbd hasn't been run with 
2337       new system and a user is being added via pdbedit/smbpasswd.
2338     * Added NTrename SMB (0xA5).
2339     * Fixup correct timeout values for blocking lock timeouts.
2340     * Fix various bugs reported by 'gentest'.
2341     * More locking fixes in the case where we own the lock.
2342     * Fix up regression in IS_NAME_VALID and renames.
2343     * Don't set allocation size on directories.
2344     * Return correct error code on fail if file exists and target 
2345       is a directory.
2346     * Added client "hardlink" comment to test doing NT rename with 
2347       hard links.  Added hardlink_internals() code - UNIX extensions 
2348       now use this as well.
2349     * Use a common function to parse all pathnames from the wire for 
2350       much closer emulation of Win2k3 error return codes.
2351     * Implement check_path_syntax() and rewrite string sub 
2352       functions for better multibyte support.
2353     * Ensure msdfs referrals are multibyte safe.
2354     * Allow msdfs symlink syntax to be more forgiving.
2355       eg. sym_link -> msdfs://server/share/path/in/share 
2356       or  sym_link -> msdfs:\\server\share\path\in\share.
2357     * Cleanup multibyte netbios name support in nmbd ( based on patch
2358       by MORIYAMA Masayuki <moriyama@miraclelinux.com>).
2359     * Fix check_path_syntax() for multibyte encodings which have 
2360       no '\' as second byte (based on work by ab@samba.org.
2361     * Fix the "dfs self-referrals as anonymous user" problem
2362       (based on patch from vl@samba.org).
2363     * BUG 1064: Ensure truncate attribute checking is done correctly 
2364       on "hidden" dot files.
2365     * Fix bug in anonymous dfs self-referrals again.
2366     * Fix get/set of EA's in client library
2367     * Added support for OS/2 EA's in smbd server.
2368     * Added 'ea support' parameter to smb.conf.
2369     * Added 'store dos attributes' parameter to smb.conf.
2370     * Fix wildcard identical rename.
2371     * Fix reply_ctemp - make compatible with w2k3.
2372     * Fix wildcard unlink.
2373     * Fix wildcard src with wildcard dest renames.      
2374     * BUG 1139: Fix based on suggestion by jdev@panix.com.
2375       swap lookups for user and group - group will do an
2376       algorithmic lookup if it fails, user won't.
2377     * Make EA's lookups case independent.
2378     * Fix SETPATHINFO in 'unix extensions' support.
2379     * Make 3.x pass the Samba 4.x RAW-SEARCH tests - except for 
2380       the UNIX info levels, and the short case preserve names.
2383 o   Timur Bakeyev <timur@com.bat.ru>
2384     * BUG 1144: only set --with-fhs when the argument is 'yes'
2385     * BUG 1152: Allow python modules to build despite libraries added 
2386       to LDFLAGS instead of LDPATH.
2387     * BUG 1141: Fix nss*.so names on FreeBSD 5.x.
2390 o   Craig Barratt <cbarratt@users.sourceforge.net>
2391     * BUG 389: Allow multiple exclude arguments with smbclient 
2392       tar -Xr options (better support for Amanda backup client).
2395 o   Andrew Bartlett <abartlet@samba.org>
2396     * Include support for linking with cracklib for enforcing strong 
2397       password changes.
2398     * Add support for >14 character password changes from Windows 
2399       clients.
2400     * Add 'admin set password' capability to 'net rpc'.
2401     * Allow 'net rpc samdump' to work with any joined domain 
2402       regardless of smb.conf settings.
2403     * Use an allocated buffer for count_chars.
2404     * Add sanity checks for changes in the domain SID in an 
2405       LDAP DIT.
2406     * Implement python unit tests for Samba's multibyte string 
2407       support.
2408     * Remove 'unicode' smb.conf option.
2409     * BUG 1138: Fix support for 'optional' SMB signing and other 
2410       signing bugs.
2411     * BUG 169: Fix NTLMv2-only behavior.
2412     * Ensure 'net' honors the 'netbios name' in the smb.conf by 
2413       default.
2414     * Support SMB signing on connections using only the LANMAN 
2415       password and generate the correct the 'session key' for these 
2416       connections.
2417     * Implement --required-membership-of=, an ntlm_auth option 
2418       that restricts all authentication to members of this particular 
2419       group.
2420     * Improve our fall back code for password changes.
2421     * Only send the ntlm_auth 'ntlm-server-1' helper client a '.' 
2422       after the server had said something (such as an error).
2423     * Add 'ntlm-server-1' helper protocol to ntlm_auth.
2425       
2426 o   Alexander Bokovoy <ab@samba.org>
2427     * Fix incorrect size calculation of the directory name 
2428       in recycle.so.
2429     * Fix problems with very long filenames in both smbd and smbclient
2430       caused by truncating paths during character conversions.
2431     * Fix smbfs problem with Tree Disconnect issued before smbfs 
2432       starts its work.
2435 o   Gerald Carter <jerry@samba.org>
2436     * BUG 850: Fix 'make installmodules' bug on True64.
2437     * BUG 66: mark 'only user' deprecated.
2438     * Remove corrupt tdb and shutdown (only for printing tdbs, 
2439       connections, sessionid & locking).
2440     * decrement smbd counter in connections.tdb in smb_panic().
2441     * RedHat specfile updates.
2442     * Fix xattr.h build issue on Debian testing and SuSE 8.2.
2443     * BUG 1147; bad pointer case in get_stored_queue_info() 
2444       causing seg fault.
2445     * BUG 761: read the config file before initialized default 
2446       values for printing options; don't default to bsd printing 
2447       Linux.
2448     * Allow the 'printing' parameter to be set on a per share basis.
2449     * BUG 503: RedHat/Fedora packaging fixes regarding logrotate.
2450     * BUG 848: don't create winbind local users/groups that already 
2451       exist in the tdb.
2452     * BUG 1080: fix declaration of SMB_BIG_UINT (broke compile on 
2453       LynxOS/ppc).
2454     * BUG 488: fix the 'show client in col 1' button and correctly 
2455       enumerate active connections.
2456     * BUG 1007 (partial): Fix abort in smbd caused by byte ordering 
2457       problem when storing the updating pid for the lpq cache.
2458     * BUG 1007 (partial): Fix print change notify bugs.
2459     * BUG 1165, 1126: Fix bug with secondary groups (security = ads) 
2460       and winbind use default domain = yes.  Also ensures that 
2461     * BUG 1151: Ensure that winbindd users are passed through 
2462       the username map.
2463     * Fix client rpc binds for ASU derived servers (pc netlink, 
2464       etc...).
2465     * BUG 417, 1128: Ensure that the current_user_info is set
2466       consistently so that %[UuGg] is expanded correctly.
2467     * BUG 1195: Fix crash in winbindd when the ADS server is 
2468       unavailable.
2469     * BUG 1185: Set reconnect time to be the same as the 
2470       'winbind cache time'.
2471     * Ensure that we return the sec_desc in smb_io_printer_info_2.
2472     * Change Samba printers Win32 attribute to PRINTER_ATTRIBUTE_LOCAL.
2473     * BUG 1095: Honor the '-l' option in smbclient.
2474     * BUG 1023: surround get_group_from_gid() with become_unbecome_root() 
2475       block.
2476     * Ensure server schannel uses the auth level requested by the 
2477       client.
2478     * Removed --with-cracklib option due to potential crash issue.
2479     * Fix -lcrypto linking problem with wbinfo.
2480     * BUG 761: allow printing parameter to set defaults on a per 
2481       share basis.
2482     * Add 'cups options' parameter to allow raw printing without 
2483       changing /etc/cups/cupsd.conf.
2484     * BUG 1081, 1183: Added remove_duplicate_gids() to smbd and 
2485       winbindd.
2486     * BUG 1246: Fix typo in Fedora /etc/init.d/winbind.
2487     * BUG 1288: resolve any machine netbios name (0x00) and not just 
2488       servers (0x20).
2489     * BUG 1199: Fix potential symlink issue in 
2490       examples/printing/smbprint.
2493 o   Robert Dahlem <Robert.Dahlem@gmx.net>
2494     * BUG 1048:  Don't return short names when when 'mangled names = no'
2497 o   Guenther Deschner <gd@suse.com>
2498     * Remove hard coded attribute name in the ads ranged retrieval
2499       code.
2500     * Add --with-libdir and --with-mandir to autoconf script.
2503 o   Bostjan Golob <golob@gimb.org>
2504     * BUG 1046: Fix  getpwent_list() so that the username is not 
2505       overwritten by other fields.
2508 o   Landon Fuller <landonf@opendarwin.org>
2509     * BUG 1232: patch from landonf@opendarwin.org (Landon Fuller) 
2510       to fix user/group enumeration on systems whose libc does not 
2511       call setgrent() before trying to enumerate users (i.e. 
2512       FreeBSD 5.2).
2515 o   Steve French <sfrench@us.ibm.com>
2516     * Update mount.cifs to version 1.1.
2517     * Disable dev (MS_NODEV) on user mounts from cifs vfs.
2518     * Fixes to minor security bug in the mount helper.
2519     * Fix credential file mounting for cifs vfs.
2520     * Fix free of incremented pointer in cifsvfs mount helper.
2521     * Fix path canonicalization of the mount target path and help 
2522       text display in the cifs mount helper.
2523     * Add missing guest mount option for mount.cifs.
2526 o   SATOH Fumiyasu <fumiya@miraclelinux.com>
2527     * BUG 1055; formatting fixes for 'net share'.
2528     * BUG 692: correct truncation of share names and workgroup 
2529       names in smbclient.
2530     * BUG 1088: use strchr_m() for query_host (smbclient -L).
2531     * Patch from to internally count characters correctly.
2534 o   Paul Green <paulg@samba.org>
2535     * Update VOS _POSIX_C_SOURCE macro to 200112L.
2536     * Fix bug in configure.ion by moving the first use of 
2537       AC_CHECK_HEADERS so it is always executed.
2538     * Fix configure.in to only use $BLDSHARED to select whether to 
2539       build static or shared libraries.
2542 o   Pat Haywarrd <Pat.Hayward@propero.net>
2543     * Make the session_users list dynamic (max of 128K).
2544     
2545     
2546 o   Cal Heldenbrand <calzplace@yahoo.com> 
2547     * Fix for for 'pam_smbpass migrate' functionality.
2550 o   Chris Hertel <crh@samba.org>
2551     * fix enumeration of shares 12 characters in length via 
2552       smbclient.
2555 o   Ulrich Holeschak <ulrich@holeschak.de>
2556     * BUG 932: fix local password change using pam_smbpass
2559 o   Krischan Jodies <kj@sernet.de>
2560     * Implement 'net rpc group delete'
2563 o   John Klinger <john.klinger@lmco.com>
2564     * Return NSS_SUCCESS once the max number of gids possible 
2565        has been found in initgroups() on Solaris.
2566     * BUG 1182: Re-enable the -n 'no cache' option for winbindd.
2569 o   Volker Lendecke <vl@samba.org>
2570     * Fix success message for net groupmap modify.
2571     * Fix errors when enumerating members of groups in 'net rpc'.
2572     * Match Windows behavior in samr_lookup_names() by returning
2573       ALIAS(4) when you search in BUILTIN. 
2574     * Fix server SAMR code to be able to set alias info for 
2575       builtin as well. 
2576     * Fix duplication of logic when creating groups via smbd.
2577     * Ensure that the HWM values are set correctly after running 
2578       'net idmap'.
2579     * Add 'net rpc group add'.
2580     * Implement 'net groupmap set' and 'net groupmap cleanup'.
2581     * Add 'net rpc group [add|del]mem' for domain groups and aliases.
2582     * Fix wb_delgrpmem (wbinfo -o).
2583     * As a DC we should not reply to lsalookupnames on DCNAME\\user.
2584     * Fix sambaUserWorkstations on a Samba DC.
2585     * Implement wbinfo -k: Have winbind generate an AFS token after
2586       authenticating the user.
2587     * Add expand_msdfs VFS module for providing referrals based on the
2588       the client's IP address.
2589     * Implement client side NETLOGON GetDCName function.
2590     * Fix caching of name->sid lookups.
2591     * Add support in winbindd for expanding nested local groups.
2592     * Fix memleak in winbindd.
2593     * Fix msdfs proxy.
2594     * Don't list domain groups from BUILTIN.
2595     * Fix memleak in policy handle utility functions.
2596     * Decrease winbindd startup time by only contacting trusted 
2597       domains as necessary.
2598     * Allow winbindd to ask the DC for its domain for a trusted 
2599       DC.
2600     * Fix Netscape DS schema based on comments from 
2601       <thomas.mueller@christ-wasser.de>.
2602     * Correct case where adding a domain user to a XP local group 
2603       did a lsalookupname on the user without domain prefix, and 
2604       failed.
2605     * Fix segfault in winbindd caused by 'wbinfo -a'.
2606     
2608 o   Herb Lewis <herb@samba.org>
2609     * Fix typo for tag in proto file.
2610     * Add missing #ifdef HAVE_BICONV stuff.
2611     * Truncate Samba's netbios name at the first '.' (not 
2612       right to left).
2615 o   Derrell Lipman <Derrell.Lipman@UnwiredUniverse.com>
2616     * Bug fixes and enhancements to libsmbclient library.
2618     
2619 o   Jianliang Lu <j.lu@tiesse.com>
2620     * Enforce the 'user must change password at next login' flag.
2621     * Decode meaning of 'fields present' flags (improves support 
2622       for usrmgr.exe).
2623     * NTLMv2 fixes.
2624     * Don't force an upper case domain name in the ntlmssp code.
2625     
2627 o   L. Lucius <ib@digicron.com>.
2628     * type fixes.
2631 o   Jim McDonough <jmcd@us.ibm.com>
2632     * Add versioning support to tdbsam.
2633     * Update the IBM Directory Server schema with the OpenLDAP 
2634       file.
2635     * Various decoding fixes to improve usrmgr.exe support.
2636     * Fix statfs redeclaration of statfs struct on ppc
2637     * Implement support for password lockout of Samba domain 
2638       controllers and standalone servers.
2639     * Get MungedDial attribute actually working with full TS 
2640       strings in it for pdb_ldap.
2641     * BUG 1208 (partial): Improvements for working with expired krb5 
2642       tickets in winbindd.
2643     * Use timegm, or our already existing replacement instead of 
2644       timezone (spotted by Andrzej Tobola <san@iem.pw.edu.pl>).
2645     * Remove modifyTimestamp from list of our attributes.  
2646     * Fix lsalookupnames to check for domain users as well as local 
2647       users. 
2648     * Merge struct uuid replacement for GUID from trunk.
2649     * BUG 1208: Finish support for handling expired tickets in 
2650       winbindd (in conjunction with Guenther Deschner <gd@suse.de>).
2653 o   Stefan Metzmacher <metze@samba.org>
2654     * Implement new VERSION schema based on subversion revision 
2655       numbers.
2656     * Add shadow_copy vfs module.
2657     * Fix segault in login_cache support.
2660 o    Heinrich Mislik <Heinrich.Mislik@univie.ac.at>
2661      o BUG 979 -- Fix quota display on AIX.
2664 o   James Peach <jpeach@sgi.com>
2665     * Correct check for printf() format when using the SGI MIPSPro 
2666       compiler.
2667     * BUG 1038: support backtrace for 'panic action' on IRIX.
2668     * BUG 768: Accept profileing arg to IRIX init script.
2669     * BUG 748: Relax arg parsing to sambalp script (IRIX).
2670     * BUG 758: Fix pdma build.
2671     * Search IRIX ABI paths for libiconv.  Based on initial fix from 
2672       Jason Mader.
2673       
2675 o   Kurt Pfeifle <kpfeifle@danka.de>
2676     * Add example shell script for migrating drivers and printers 
2677       from a Windows print server to a Samba print server using 
2678       smbclient/rpcclient (examples/printing/VamireDriversFunctions).
2681 o   Tim Potter <tpot@samba.org>
2682     * Fix logic bug in tdb non-blocking lock routines when 
2683       errno == EAGAIN.
2684     * BUG 1025: Include sys/acl.h in check for broken nisplus 
2685       include files.      
2686     * BUG 1066: s/printf/d_printf/g in SWAT.
2687     * BUG 1098: rename internal msleep() function to fix build 
2688       problems on AIX.
2689     * BUG 1112: Fix for writable printerdata problem in python bindings.
2690     * BUG 1154: Remove reference to <sys/mman.h> in tdbdump.c.
2691     * BUG 1155: enclose use of fchown() with guards.
2692     * Relicense tdb python module as LGPL.
2695 o   Richard Sharpe <rsharpe@samba.org>
2696     * Add support to smbclient for multiple logins on the same 
2697       session (based on work by abartlet@samba.org).
2698     * Correct blocking condition in smbd's use of accept() on IRIX.
2699     * Add support for printing out the MAC address on nmblookup.
2702 o   Simo Sorce <idra@samba.org>
2703     * Replace unknown_3 with fields_present in SAMR code.
2704     * More length checks in strlcat().
2707 o   Andrew Tridgell <tridge@samba.org>
2708     * Rewrote the AIX UESS backend for winbindd.
2709     * Fixed compilation with --enable-dmalloc.
2710     * Change tdb license to LGPL (see source/tdb/tdb.c).
2711     * Force winbindd to use schannel in clients connections to 
2712       DC's if possible.
2715 o   Jelmer Vernooij <jelmer@samba.org>
2716    * Fix ETA Calculation when resuming downloads in smbget.
2717    * Add -O (for writing downloaded files to standard out) 
2718      based on patch by Bas van Sisseren <bas@dnd.utwente.nl>.
2719     * Fix syntax error in example mysql table
2721            
2722 o   TAKEDA yasuma <yasuma@miraclelinux.com>
2723     * BUG 900: fix token processing in cmd_symlink, cmd_link, 
2724       cmd_chown, cmd_chmod smbclient functions.
2727 o   Shiro Yamada <shiro@miraclelinux.com>
2728     * BUG 1129: install image files for SWAT.
2730       
2731     --------------------------------------------------
2733                   ==============================
2734                   Release Notes for Samba 3.0.2a
2735                         February 13, 2004
2736                   ==============================
2738 Samba 3.0.2a is a minor patch release for the 3.0.2 code base
2739 to address, in particular, a problem when using pdbedit to 
2740 sanitize (--force-initialized-passwords) Samba's tdbsam 
2741 backend.   This is the latest stable release of Samba. This 
2742 is the version that all production Samba servers should be 
2743 running for all current bug-fixes.  
2745 ******************* Attention! Achtung! Kree! *********************
2747 Beginning with Samba 3.0.2, passwords for accounts with a last 
2748 change time (LCT-XXX in smbpasswd, sambaPwdLastSet attribute in
2749 ldapsam, etc...) of zero (0) will be regarded as uninitialized 
2750 strings.  This will cause authentication to fail for such
2751 accounts.  If you have valid passwords that meet this criteria, 
2752 you must update the last change time to a non-zero value.  If you 
2753 do not, then  'pdbedit --force-initialized-passwords' will disable 
2754 these accounts and reset the password hashes to a string of X's.
2756 ******************* Attention! Achtung! Kree! *********************
2759 Changes since 3.0.2
2760 -------------------
2762 commits
2763 -------
2765 Please refer to the CVS log for the SAMBA_3_0 branch for complete
2766 details.  The list of changes per contributor are as follows:
2769 o   Jeremy Allison <jra@samba.org>
2770     * Added paranoia checks in parsing code.
2771     
2773 o   Andrew Bartlett <abartlet@samba.org>
2774     * Ensure that changes to uninitialized passwords in ldapsam 
2775       are written to the DIT.
2778 o   Gerald (Jerry) Carter <jerry@samba.org>
2779     * Fixed iterator in tdbsam.
2780     * Fix bug that disabled accounts with a valid NT password 
2781       hash, but no LanMan hash.
2782     
2784 o   Steve French <sfrench@us.ibm.com>
2785     * Added missing nosetuid and noexec options.
2787     
2788 o   Bostjan Golob <golob@gimb.org>
2789     * BUG 1046: Don't overwrite usernames of entries returned 
2790       by getpwent_list().
2793 o   Sebastian Krahmer <krahmer@suse.de>
2794     * Fixed potential crash bug in NTLMSSP parsing code.
2797 o   Tim Potter <tpot@samba.org>
2798     * Fixed logic in tdb_brlock error checking.
2800     
2801 o   Urban Widmark <urban@teststation.com>
2802     * Set nosuid,nodev flags in smbmnt by default.
2803     
2804     
2805         --------------------------------------------------
2806                   
2807                   =============================
2808                   Release Notes for Samba 3.0.2
2809                         February 9, 2004
2810                   =============================
2812 It has been confirmed that previous versions of Samba 3.0 are
2813 susceptible to a password initialization bug that could grant an 
2814 attacker unauthorized access to a user account created by the
2815 mksmbpasswd.sh shell script.
2817 The Common Vulnerabilities and Exposures project (cve.mitre.org) 
2818 has assigned the name CAN-2004-0082 to this issue.
2820 Samba administrators not wishing to upgrade to the current 
2821 version should download the 3.0.2 release, build the pdbedit 
2822 tool, and run 
2824    root# pdbedit-3.0.2 --force-initialized-passwords
2825       
2826 This will disable all accounts not possessing a valid password
2827 (e.g. the password field has been set a string of X's).
2829 Samba servers running 3.0.2 are not vulnerable to this bug 
2830 regardless of whether or not pdbedit has been used to sanitize
2831 the passdb backend.
2833 Some of the more visible bugs in 3.0.1 addressed in the 3.0.2
2834 release include:
2836   o Joining a Samba domain from Pre-SP2 Windows 2000 clients.
2837   o Logging onto a Samba domain from Windows XP clients.
2838   o Problems with the %U and %u smb.conf variables in relation to 
2839     Windows 9x/ME clients.
2840   o Kerberos failures due to an invalid in memory keytab detection
2841     test.
2842   o Updates to the ntlm_auth tool.
2843   o Fixes for various SMB signing errors.
2844   o Better separation of WINS and DNS queries for domain controllers.
2845   o Issues with nss_winbind FreeBSD and Solaris.
2846   o Several crash bugs in smbd and winbindd.
2847   o Output formatting fixes for smbclient for better compatibility
2848     with scripts based on the 2.2 version.
2851 Changes since 3.0.1
2852 -------------------
2854 smb.conf changes
2855 ----------------
2857     Parameter Name              Action
2858     --------------              ------
2859     ldap replication sleep      New
2860     read size                   removed (unused)
2861     source environment          removed (unused)
2864 commits
2865 -------
2867 Please refer to the CVS log for the SAMBA_3_0 branch for complete
2868 details.  The list of changes per contributor are as follows:
2870 o   Jeremy Allison <jra@samba.org>
2871     * Revert change that broke Exchange clear text samlogons.
2872     * Fix gcc 3.4 warning in MS-DFS code.
2873     * Tidy up of NTLMSSP code.
2874     * Fixes for SMB signing errors
2875     * BUG 815: Workaround NT4 bug to support plaintext
2876       password logins and UNICODE.
2877     * Fix SMB signing bug when copying large files.
2878     * Correct error logic in mkdir_internals() (caused a panic
2879       when combined with --enable-developer).
2880     * BUG 830: Protect against crashes due to bad character 
2881       conversions.
2883       
2884 o   Petri Asikainen <paca@sci.fi>
2885     * BUG 330, 387:Fix single valued attribute updates when 
2886       working with Novell NDS.
2889 o   Andrew Bartlett <abartlet@samba.org>
2890     * Correctly handle per-pipe NTLMSSP inside a NULL session.
2891     * Fix segfault in gencache 
2892     * Fix early free() of encrypted_session_key.
2893     * Change DC lookup routines to more carefully separate
2894       DNS names (realms) from NetBIOS domain names.
2895     * Add new sid_to_dn() function for internal winbindd use.
2896     * Refactor cli_ds_enum_domain_trusts().
2897     * BUG 707: Implement range retrieval of ADS attributes (based 
2898       on work from Volker <vl@samba.org> and Guenther Deschner 
2899       <gd@suse.com>).
2900     * Automatically initialize the signing engine if a session key
2901       is available.
2902     * BUG 916: Do not perform a + -> ' ' substitution for squid URL 
2903       encoded strings, only form input in SWAT.
2904     * Resets the NTLMSSP state for new negotiate packets.
2905     * Add 2-byte alignments in net_samlogon() queries to parse 
2906       odd-length plain text passwords.
2907     * Allow Windows groups with no members in winbindd.
2908     * Allow normal authentication in the absence of a server 
2909       generated session key.
2910     * More optimizations for looking up UNIX group lists.
2911     * Clean up error codes and return values for pam_winbindd
2912       and winbindd PAM interface.
2913     * Fix string return values in ntlm_auth tool.
2914     * Fix segfault when 'security = ads' but no realm is defined.
2915     * BUG 722: Allow winbindd to map machine accounts to uids.
2916     * More cleanups for winbindd's find_our_domain().
2917     * More clearly detect whether a domain controller is an NT4
2918       or mixed-mode AD DC (additional bug fixes by jerry & jmcd).
2919     * Increase separation between DNS queries for hosts and queries
2920       for AD domain controllers.
2921     * Include additional NT_STATUS to PAM error mappings.
2922     * Password initialization fixes.
2924     
2925 o   Justin Baugh <justin.baugh@request.com>
2926     * BUG 948: Implement missing functions required for FreeBSD 
2927       nss_winbind support. 
2930 o   Alexander Bokovoy <ab@samba.org>
2931     * BUG 922: Make sure enable fast path for strlower_m() and 
2932       strupper_m().
2935 o   Luca Bolcioni <Luca.Bolcioni@yacme.com>
2936     * Fix crash when using 'security = server' and 'encrypt 
2937       passwords = no' by always initializing the session key.
2939       
2940 o   Dmitry Butskoj <buc@odusz.elektra.ru>
2941     * Fix for special files being hidden from admins.
2944 o   Gerald (Jerry) Carter <jerry@samba.org>
2945     * Fix bug in the lanman session key generation.  Caused 
2946       "decode_pw: incorrect password length" error messages.
2947     * Save the right case for the located user name in 
2948       fill_sam_account().  Fixes %U/%u expansion for win9x clients.
2949     * BUG 897: Add well known rid for pre win2k compatible access
2950       group.
2951     * BUG 887: Correct typo in delete user script example.
2952     * Use short lived TALLOC_CTX* for allocating printer objects 
2953       from the print handle cache.
2954     * BUG 912: Fix check for HAVE_MEMORY_KEYTAB.
2955     * Fix several warnings reported by the SUN Forte C compiler.
2956     * Fully control DNS queries for AD DC's using 'name resolve order'.
2957     * BUG 770: Send the SMBjobid for UNIX jobs back to the client.
2958     * BUG 972: Fix segfault in cli_ds_getprimarydominfo().
2959     * BUG 936: fix bind credentials for schannel binds in smbd.
2960     * BUG 446: Fix output of smbclient for better compatibility 
2961       with scripts based on the 2.2 version (including Amanda).
2962     * BUG 891, 949: Fedora packaging fixes.
2963     * Fix bug that caused rpcclient to incorrectly retrieve 
2964       the SID for a server (this causing all calls that required 
2965       this information to fail). 
2966     * BUG 977: Don't create a homes share for a user if a static 
2967       share already exists by the same name.
2968     * Removed unused smb.conf options.
2969     * Password initialization fixes.
2970     * Set the disable flag for template accounts created by
2971       mksmbpasswd.sh.
2972     * Disable any account has no passwords and does not have the
2973       ACB_PWNOTREQ bit set.
2976 o   Guenther Deschner <gd@suse.com>
2977     * Install smbwrapper.so should be put into the $(libdir) 
2978       and not $(bindir).
2979     * Add the capability to specify the new user password 
2980       for "net ads password" on the command line.
2981     * Correctly detect AFS headers on SuSE.
2982         
2984 o   James Flemer <jflemer@uvm.edu>
2985     * Fix AIX compile bug by linking HAVE_ATTR_LIST to 
2986       HAVE_SYS_ATTRIBUTES_H.
2989 o   Luke Howard <lukeh@PADL.COM>
2990     * Fix segfault in session setup reply caused by a early free().
2993 o   Stoian Ivanov <sdr@bultra.com>
2994     * Implement grepable output for smbclient -L.
2997 o   LaMont Jones <lamont@debian.org>
2998     * BUG 225328 (Debian): Correct false failure LFS test that resulted 
2999       in  _GNU_SOURCE not being defined (thus resulting in strndup() 
3000       not being defined).
3002       
3003 o   Volker Lendecke <vl@samba.org>
3004     * BUG 583: Ensure that user names always contain the short 
3005       version of the domain name.
3006     * Fix our parsing of the LDAP uri.
3007     * Don't show the 'afs username map' in the SWAT basic view.
3008     * Fix SMB signing issues in relation to failed NTLMSSP logins.
3009     * BUG 924: Fix return codes in smbtorture harness.
3010     * Always lower-case usernames before handing it to AFS code.
3011     * Add a German translation for SWAT.
3012     * Fix a segfaults in winbindd.
3013     * Fix the user's domain passed to register_vuid() from 
3014       reply_spnego_kerberos().
3015     * Add NSS example code in nss_winbind to convert UNIX 
3016       id's <-> Windows SIDs.
3017     * Display more descriptive error messages for login via 'net'.
3018     * Fix compiler warning in the net tool.
3019     * Fix length bug when decoding base64 strings.
3020     * Ensure we don't call getpwnam() inside a loop that is iterating 
3021       over users with getpwent().  This broke on glibc 2.3.2.
3024 o   Herb Lewis <herb@samba.org>
3025     * Fix bit rot in psec.
3028 o   Jianliang Lu <j.lu@tiesse.com>
3029     * Ensure we delete the group mapping before calling the delete 
3030       group script.
3031     * Define well known RID for managing the  "Power Users" group.
3032     * BUG 381: check builtin (not local) group SID when updating 
3033       group membership.
3034     * BUG 101: set the SV_TYPE_PRINTQ_SERVER flag in host announcement 
3035       packet.
3038 o   John Klinger <john.klinger@lmco.com>
3039     * Implement initgroups() call in nss_winbind on Solaris.
3042 o   Jim McDonough <jmcd@us.ibm.com>
3043     * Fix regression in net rpc join caused by recent changes 
3044       to cli_lsa_query_info_policy().
3045     * BUG 964: Fix crash bug in 'net rpc join' using a preexisting
3046       machine account.
3049 o   MORIYAMA Masayuki <moriyama@miraclelinux.com>
3050     * BUG 570: Ensure that configure honors the LDFLAGS variable.
3053 o   Stefan Metzmacher <metze@samba.org>
3054     * Implement LDAP rebind sleep patch.
3055     * Revert to 2.2 quota code because of so many broken quota files 
3056       out there.
3057     * Fix XFS quotas: HAVE_XFS_QUOTA -> HAVE_XFS_QUOTAS
3058                       XFS_USER_QUOTA -> USRQUOTA
3059                       XFS_GROUP_QUOTA -> GRPQUOTA
3060     * Fix disk_free calculation with group quotas.
3061     * Add debug class 'quota' and a lot of DEBUG()'s 
3062       to the quota code.
3063     * Fix sys_chown() when no chown() is present.
3064     * Add SIGABRT to fault handling in order to catch got a 
3065       backtrace if an error occurs the OpenLDAP client libs.
3068 o   <ndb@theghet.to>
3069     * Allow an existing LDAP machine account to be re-used when 
3070       joining an AD domain.
3073 o   James Peach <jpeach@sgi.com>
3074     * BUG 889: Change smbd to use pread/pwrite on platforms that 
3075       support these calls. Can lead to a significant speed increase.
3078 o   Tim Potter <tpot@samba.org>
3079     * BUG 905: Remove POBAD_CC to fix Solaris Forte compiles.
3080     * BUG 924: Fix typo in RW2 torture test.
3081     
3082     
3083 o   Richard Sharpe <rsharpe@samba.org>
3084     * Small fixes to torture.c to cleanup the error handling 
3085       and prevent crashes.
3088 o   J. Tournier <jerome.tournier@IDEALX.com>
3089     * Small fixes for the smbldap-tool scripts.
3092 o   Andrew Tridgell <tridge@samba.org>
3093     * Fix src len check in pull_usc2().
3094     
3095     
3096 o   Jelmer Vernooij <jelmer@samba.org>
3097     * Put functions for generating SQL queries in pdb_sql.c
3098     * Add pgSQL backend (based on patch by Hamish Friedlander)
3099     * BUG 908: Fix -s option to smbcontrol.    
3100     * Add smbget utility - a wget-clone for the SMB/CIFS protocol.
3101     * Fix for libnss_wins on IRIX platforms.
3102     * Fix swatdir for --with-fhs.
3105         --------------------------------------------------
3107                   =============================
3108                   Release Notes for Samba 3.0.1
3109                         December 15, 2003
3110                   =============================
3112 Some of the more common bugs in 3.0.0 addressed in the release 
3113 include:
3115   o Substitution problems with smb.conf variables.
3116   o Errors in return codes which caused some applications
3117     to fail to open files.
3118   o General Protection Faults on Windows 2000/XP clients
3119     using Samba point-n-print features.
3120   o Several miscellaneous crash bugs.
3121   o Access problems when enumerating group mappings are
3122     stored in an LDAP Directory.
3123   o Several common SWAT bugs when writing changes to
3124     smb.conf.
3125   o Internal inconsistencies when 'winbind use default
3126     domain = yes'
3130 Changes since 3.0.0
3131 ----------------------
3133     Parameter Name              Action
3134     --------------              ------
3135     hide local users            Removed
3136     mangled map                 Deprecated
3137     mangled stack               Removed
3138     passwd chat timeout         New
3141 commits
3142 -------
3144 o   Change the interface for init_unistr2 to not take a length 
3145     but a flags field.  We were assuming that 
3146     2*strlen(mb_string) == length of ucs2-le string.  (bug 480).
3147 o   Allow d_printf() to handle strings with escaped quotation 
3148     marks since the msg file includes the escape character (bug 489).
3149 o   Fix bad html table row termination in SWAT wizard code (bug 413).
3150 o   Fix to parse the level-2 strings.
3151 o   Fix for "valid users = %S" in [homes].  Fix read/write 
3152     list as well. 
3153 o   Change AC_CHECK_LIB_EXT to prepend libraries instead of append.  
3154     This is the same way AC_CHECK_LIB works (bug 508).
3155 o   Testparm output fixes for clarity.
3156 o   Fix broken wins hook functionality -- i18n bug (bug 528).
3157 o   Take care of condition where DOS and NT error codes must differ.
3158 o   Default to using only built-in charsets when a working iconv 
3159     implementation cannot be located.
3160 o   Wrap internals of sys_setgroups() so the sys_XX() call can 
3161     be done unconditionally (bug 550).
3162 o   Remove duplicate smbspool link on SWAT's front page (bug 541).
3163 o   Save and restore CFLAGS before/after AC_PROG_CC.  Ensures that
3164     --enable-debug=[yes|no] works correctly.
3165 o   Allow ^C to interrupt smbpasswd if using our getpass 
3166     (e.g. smbpasswd command).
3167 o   Support signing only on RPC's (bug 167).
3168 o   Correct bug that prevented  Excel 2000 clients from opening 
3169     files marked as read-only.
3170 o   Portability fix bugs 546 - 549).
3171 o   Explicitly initialize the value of AR for vendor makes that don't
3172     do this (e.g. HPUX 11).  (bug 552).
3173 o   More i18n fixes for SWAT (bug 413).
3174 o   Change the cwd before the postexec script to ensure that a
3175     umount will succeed.
3176 o   Correct double free that caused winbindd to crash when a DC 
3177     is rebooted (bug 437).
3178 o   Fix incorrect mode sum (bug 562).
3179 o   Canonicalize SMB_INFO_ALLOCATION in the same was as
3180     SMB_FS_FULL_SIZE_INFORMATION (bug 564).
3181 o   Add script to generate *msg files.
3182 o   Add Dutch SWAT translation file.
3183 o   Make sure to call get_user_groups() with the full winbindd 
3184     name for a user if he/she has one (bug 406).
3185 o   Fix up error code returns from Samba4 tester. Ensure invalid 
3186     paths are validated the same way.  
3187 o   Allow Samba3 to pass the Samba4 RAW-READ tests.
3188 o   Refuse to configure if --with-expsam=$BACKEND was used but no 
3189     libraries were found for $BACKEND.
3190 o   Move sysquotas autoconf tests to a separate file.
3191 o   Match W2K w.r.t. writelock and writeclose.  Samba4 torture 
3192     tester
3193 o   Make sure that the files that contain the static_init_$subsystem; 
3194     macro get recompiled after configure by removing the object 
3195     files.
3196 o   Ensure canceling a blocking lock returns the correct error 
3197     message.
3198 o   Match Samba 2.2 behavior; make ACB_NORMAL the default ACB value.
3199 o   Updated Japanese welcome file in SWAT.
3200 o   Fix to  nt-time <-> unix-time functions reversible.
3201 o   Ensure that winbindd uses the the escaped DN when querying
3202     an AD ldap server.
3203 o   Fix portability issues when compiling (bug 505, 550)
3204 o   Compile fix for tdbbackup when Samba needs to override 
3205     non-C99 compliant implementations of snprintf().
3206 o   Use @PICSUFFIX@ instead of .po in Makefile.in (bug 574).
3207 o   Make sure we break out of samsync loop on error.
3208 o   Ensure error code path doesn't free unmalloc()'d memory
3209     (bug 628).
3210 o   Add configure test for krb5_keytab_entry keyblock vs key 
3211     member (bug 636).
3212 o   Fixed spinlocks.
3213 o   Modified testparm so that all output so all debug output goes 
3214     to stderr, and all file processing goes to stdout.
3215 o   Fix error return code for BUFFER_TOO_SMALL in smbcacls 
3216     and smbcquotas.
3217 o   Fix "NULL dest in safe_strcpy()" log message by ensuring that 
3218     we have a devmode before copying a string to the devicename.
3219 o   Support mapping REALM.COM\user to a local user account (without 
3220     running winbindd)  for compatibility with 2.2.x release.
3221 o   Ensure we don't use mmap() on blacklisted systems.
3222 o   fixed a number of bugs and memory leaks in the AIX 
3223     winbindd shim
3224 o   Call initgroups() in SWAT before becomming the user so that
3225     secondary group permissions can be used when writing to 
3226     smb.conf.
3227 o   Fix signing problems when reverse connecting back to a 
3228     client for printer notify
3229 o   Fix signing problems caused by a miss-sequence bug.
3230 o   Missing map in errormap for ERROR_MORE_DATA -> ERRDOS, ERRmoredata.
3231     Fixes NEXUS tools running on Win9x clients (bug 64).
3232 o   Don't leave the domain field uninitialized in cli_lsa.c if some 
3233     SID could not be mapped.
3234 o   Fix segfault in mount.cifs helper when there is no options 
3235     specified during mount.
3236 o   Change the \n after the password prompt to go to tty instead 
3237     of stdout (bug 668).
3238 o   Stop net -P from prompting for machine account password (bug 451).
3239 o   Change in behavior to Not only change the effective uid but also
3240     the real uid when becoming unprivileged.
3241 o   Cope with Exchange 5.5 cleartext pop password auth.
3242 o   New files for support of initshutdown pipe.  Win2k doesn't 
3243     respond properly to all requests on the winreg pipe, so we need 
3244     to handle this new pipe (bug 534).
3245 o   Added more va_copy() checks in configure.in.
3246 o   Include fixes for libsmbclient build problems.
3247 o   Missing UNIX -> DOS codepage conversion in lanman.c.
3248 o   Allow DFMS-S filenames can now have arbitrary case (bug 667).
3249 o   Parameterize the listen backlog in smbd and make it larger by
3250     default. A backlog of 5 is way too small these days.
3251 o   Check for an invalid fid before dereferencing the fsp pointer
3252     (bug 696).
3253 o   Remove invalid memory frees and return codes in pdb_ldap.c.
3254 o   Prompt for password when invoking --set-auth-user and no 
3255     password is given.
3256 o   Bind the nmbd sending socket to the 'socket address'.
3257 o   Re-order link command for smbd, rpcclient and smbpasswd to ensure 
3258     $LDFLAGS occurs before any library specification (bug 661).
3259 o   Fix large number of printf() calls for 64-bit size_t.
3260 o   Fix AC_CHECK_MEMBER so that SLES8 does correctly finds the 
3261     keyblock in the krb5 structs.
3262 o   Remove #include <compat.h> in hopes to avoid problems with 
3263     apache header files.
3264 o   Correct winbindd build problems on HP-UX 11.
3265 o   Lowercase netgroups lookups (bug 703).
3266 o   Use the actual size of the buffer in strftime instead of a made
3267     up value which just happens to be less than sizeof(fstring).  
3268     (bug 713).
3269 o   Add ldaplibs to pdbedit link line (bug 651).
3270 o   Fix crash bug in smbclient completion (bug 659).
3271 o   Fix packet length for browse list reply (bug 771).
3272 o   Fix coredump in cli_get_backup_list().
3273 o   Make sure that we expand %N (bug 612).
3274 o   Allow rpcclient adddriver command to specify printer driver 
3275     version (bug 514).
3276 o   Compile tdbdump by default.
3277 o   Apply patches to fix iconv detection for FreeBSD.
3278 o   Do not allow the 'guest account' to be added to a passdb backend 
3279     using smbpasswd or pdbedit (bug 624).
3280 o   Save LDFLAGS during iconv detection (bug 57).
3281 o   Run krb5 logins through the username map if the winbindd 
3282     lookup fails (bug 698).
3283 o   Add const for lp_set_name_resolve_order() to avoid compiler 
3284     warnings (bug 471).
3285 o   Add support for the %i macro in smb.conf to stand in for the for
3286     the local IP address to which a client connected.
3287 o   Allow winbindd to match local accounts to domain SID when 
3288     'winbind trusted domains only = yes' (bug 680).
3289 o   Remove code in idmap_ldap that searches the user suffix and group 
3290     suffix.  It's not needed and provides inconsistent functionality 
3291     from the tdb backend.
3292 o   Patch to handle munged dial string for Windows 2000 TSE.
3293     Thanks to Gaz de France, Direction de la Recherche, Service 
3294     Informatique Métier for their supporting this work by Aurelien 
3295     Degrémont <adegremont@idealx.com>.
3296 o   Correct the "smbldap_open: cannot access when not root error"
3297     messages when looking up group information (bug 281).
3298 o   Skip over the winbind separator when looking up a user.
3299     This fixes the bug that prevented local users from
3300     matching an AD user when not running winbindd (bug 698).
3301 o   Fix a problem with configure on *BSD systems. Make sure
3302     we add -liconv etc to LDFLAGS.
3303 o   Fix core dump bug when "security = server" and the authentication
3304     server goes away.
3305 o   Correct crash bug due to an empty munged dial string.
3306 o   Show files locked by a specific user (smbstatus -u 'user') 
3307     (bug 590).
3308 o   Fix bug preventing print jobs from display in the queue
3309     monitor used by Windows NT and later clients (bug 660).
3310 o   Fix several reported problems with point-n-print from
3311     Windows 2000/XP clients due to a bug in the EnumPrinterDataEx()
3312     reply (bug 338, 527 & 643).
3313 o   Fix a handful of potential memory leaks in the LDAP code used
3314     by ldapsam[_compat] and the LDAP idmap backend.
3315 o   Fix for pdbedit error code returns (bug 763).
3316 o   Make sure we only enumerate group mapping entries  (not 
3317     /etc/group) even when doing local aliases.
3318 o   Relax check on the pipe name in a dce/rpc bind response to work 
3319     around issues with establishing trusts to a Windows 2003 domain.
3320 o   Ensure we mangle names ending in '.' in hash2 mangling method.
3321 o   Correct parsing issues with munged dial string.
3322 o   Fix bugs in quota support for XFS.
3323 o   Add a cleaner method for applications that need to provide 
3324     name->SID mappings to do this via NSS rather than having to 
3325     know the winbindd pipe protocol.
3326 o   Adds a variant of the winbindd_getgroups() call called 
3327     winbindd_getusersids() that provides direct SID->SIDs listing of 
3328     a users supplementary groups. This is enough to allow non-Samba 
3329     applications to do ACL checking.
3330 o   Make sure we don't append the 'ldap suffix' when writing out the 
3331     'ldap XXX suffix' values in SWAT (bug 328).
3332 o   Fix renames across file systems.
3333 o   Ensure that items in a list of strings containing whitespace are 
3334     written out surrounded by single quotes.  This means that both 
3335     double and single quotes are now used to surround strings in 
3336     smb.conf (bug 481).
3337 o   Enable SWAT to correctly determine if winbindd is running (bug 
3338     398).
3339 o   Include WWW-Authenticate field in 401 response for bad auth 
3340     attempt (bug 629).
3341 o   Add support for NTLM2 (NTLMv2 session security).
3342 o   Add support for variable-length session keys.
3343 o   More privilege fixes for group enumeration in LDAP (bug 281).
3344 o   Use the dns name (or IP) as the originating client name when
3345     using CUPS (bug 467).
3346 o   Fix various SMB signing bugs.
3347 o   Fix ACL propagation on a DFS root (bug 263).
3348 o   Disable NTLM2 for RPC pipes.
3349 o   Allow the client to specify the NTLM2 flags got NTLMSSP 
3350     authentication.
3351 o   Change the name of the job passed off to cups from "Test Page" 
3352     to "smbprn.00000033 Test Page" so that we can get the smb 
3353     jobid back. This allow users to delete jobs with cups printing 
3354     backend (partial work on bug 770).
3355 o   Fix build of winbindd with static pdb modules.
3356 o   Retrieve the correct ACL group bits if the file has an ACL 
3357     (bug 802).
3358 o   Implement "net rpc group members": Get members of a domain group 
3359     in human-readable format.
3360 o   Add MacOSX (Darwin) specific charset module code.
3361 o   Use samr_dispinfo(level == 1) for enumerating domain users so we 
3362     can include the full name in gecos field (bug 587).
3363 o   Add support for winbind's NSS library on FeeeBSD 5.1 (bug 797).
3364 o   Implement 'net rpc group list [global|local|builtin]*' for a 
3365     select listing of the respective user databases.
3366 o   Don't automatically set NT status code flag unless client tells 
3367     us it can cope.
3368 o   Add 'net status [sessions|shares] [parseable]'.
3369 o   Don't mistake pre-existing UNIX jobs for smb jobs (remainder of  
3370     bug 770).
3371 o   Add 'Replicator' and 'RAS Servers' to list of builtin SIDs 
3372    (bug 608).
3373 o   Fix inverted logic in hosts allow/deny checks caused by 
3374     s/strcmp/strequal/ (bug 846).
3375 o   Implement correct version SamrRemoveSidForeignDomain() (bug 252).
3376 o   Fix typo in 'hash' mangling algorithm.
3377 o   Support munged dial for ldapsam (bug 800).
3378 o   Fix process_incoming_data() to return the number of bytes handled 
3379     this call whether we have a complete PDU or not; fixes bug 
3380     with multiple PDU request rpc's broken over SMBwriteX calls 
3381     each.
3382 o   Fix incorrect smb flags2 for connections to pre-NT servers 
3383     (causes smbclient to fail to OS2 for example) (bug 821).
3384 o   Update version string in smbldap-tools Makefile to 0.8.2.
3385 o   Correct a problem with "net rpc vampire" mis-parsing the 
3386     alias member info reply.
3387 o   Ensure the ${libdir} is created by the installclientlib script.
3388 o   Fix detection of Windows 2003 client architecture in the smb.conf
3389     %a variable.
3390 o   Ensure that smbd calls the add user script for a missing UNIX 
3391     user on kerberos auth call (bug 445).
3392 o   Fix bugs in hosts allow/deny when using a mismatched 
3393     network/netmask pair.
3394 o   Protect alloc_sub_basic() from crashing when the source string 
3395     is NULL (partial work on bug 687).
3396 o   Fix spinlocks on IRIX.
3397 o   Corrected some bad destination paths when running "configure 
3398     --with-fhs".
3399 o   Add packaging files for Fedora Core 1.
3400 o   Correct bug in SWAT install script for non-english languages.
3401 o   Support character set ISO-8859-1 internally (bug 558).
3402 o   Fixed more LDAP access errors when looking up group mappings 
3403     (bug 281).
3404 o   Fix UNISTR2 length bug in LsaQueryInfo(3) that caused SID 
3405     resolution to fail on local files on on domain members 
3406     (bug 875).
3407 o   Fix uninitialized variable in passdb.c.
3408 o   Fix formal parameter type in get_static() in nsswitch/wins.c.
3409 o   Fix problem mounting directories when mount.cifs is installed 
3410     with the setuid bit on.
3411 o   Fix bug that prevent --mandir from overriding the defaults
3412     given in the --with-fhs macro.
3413 o   Fix bug in in-memory Kerberos keytab detection routines 
3414     in configure.in
3418 ######################################################################
3420               The original 3.0.0 release notes follow
3421               =======================================
3422                     WHATS NEW IN Samba 3.0.0
3423                         September 24, 2003
3424               =======================================
3427 Major new features:
3428 -------------------
3430 1)  Active Directory support.  Samba 3.0 is now able to  
3431     join a ADS realm as a member server and authenticate 
3432     users using LDAP/Kerberos.
3434 2)  Unicode support. Samba will now negotiate UNICODE on the wire 
3435     and internally there is now a much better infrastructure for 
3436     multi-byte and UNICODE character sets.
3438 3)  New authentication system. The internal authentication system 
3439     has been almost completely rewritten. Most of the changes are 
3440     internal, but the new auth system is also very configurable.
3442 4)  New default filename mangling system.
3444 5)  A new "net" command has been added. It is somewhat similar to 
3445     the "net" command in windows. Eventually we plan to replace 
3446     numerous other utilities (such as smbpasswd) with subcommands 
3447     in "net".
3449 6)  Samba now negotiates NT-style status32 codes on the wire. This
3450     improves error handling a lot.
3452 7)  Better Windows 2000/XP/2003 printing support including publishing
3453     printer attributes in active directory.
3455 8)  New loadable module support for passdb backends and character 
3456     sets.
3458 9)  New default dual-daemon winbindd support for better performance.
3460 10) Support for migrating from a Windows NT 4.0 domain to a Samba 
3461     domain and maintaining user, group and domain SIDs.
3463 11) Support for establishing trust relationships with Windows NT 4.0
3464     domain controllers.
3465   
3466 12) Initial support for a distributed Winbind architecture using
3467     an LDAP directory for storing SID to uid/gid mappings.
3468   
3469 13) Major updates to the Samba documentation tree.
3471 14) Full support for client and server SMB signing to ensure
3472     compatibility with default Windows 2003 security settings.
3474 15) Improvement of ACL mapping features based on code donated by
3475     Andreas Grünbacher.
3478 Plus lots of other improvements!
3481 Additional Documentation
3482 ------------------------
3484 Please refer to Samba documentation tree (included in the docs/ 
3485 subdirectory) for extensive explanations of installing, configuring
3486 and maintaining Samba 3.0 servers and clients.  It is advised to 
3487 begin with the Samba-HOWTO-Collection for overviews and specific 
3488 tasks (the current book is up to approximately 400 pages) and to 
3489 refer to the various man pages for information on individual options.
3491 We are very glad to be able to include the second edition of
3492 "Using Samba" by Jay Ts, Robert Eckstein, and David Collier-Brown
3493 (O'Reilly & Associates) in this release.  The book is available
3494 on-line at http://samba.org/samba/docs/ and is included with 
3495 the Samba Web Administration Tool (SWAT).  Thanks to the authors and
3496 publisher for making "Using Samba" under the GNU Free Documentation 
3497 License.
3500 ######################################################################
3501 Upgrading from a previous Samba 3.0 beta
3502 ########################################
3504 Beginning with Samba 3.0.0beta3, the RID allocation functions
3505 have been moved into winbindd.  Previously these were handled
3506 by each passdb backend.  This means that winbindd must be running
3507 to automatically allocate RIDs for users and/or groups.  Otherwise,
3508 smbd will use the 2.2 algorithm for generating new RIDs.
3510 If you are using 'passdb backend = tdbsam' with a previous Samba 
3511 3.0 beta release (or possibly alpha), it may be necessary to 
3512 move the RID_COUNTER entry from /usr/local/samba/private/passdb.tdb
3513 to winbindd_idmap.tdb.  To do this:
3515 1)  Ensure that winbindd_idmap.tdb exists (launch winbindd at least 
3516     once)
3517 2)  build tdbtool by executing 'make tdbtool' in the source/tdb/ 
3518     directory
3519 3)  run: (note that 'tdb>' is the tool's prompt for input)
3521        root# ./tdbtool /usr/local/samba/private/passdb.tdb
3522        tdb> show RID_COUNTER
3523        key 12 bytes
3524        RID_COUNTER
3525        data 4 bytes
3526        [000] 0A 52 00 00                                       .R.
3528        tdb> move RID_COUNTER /usr/local/samba/var/locks/winbindd_idmap.tdb
3529        ....
3530        record moved
3532 If you are using 'passdb backend = ldapsam', it will be necessary to 
3533 store idmap entries in the LDAP directory as well (i.e. idmap backend 
3534 = ldap).  Refer to the 'net idmap' command for more information on 
3535 migrating SID<->UNIX id mappings from one backend to another.
3537 If the RID_COUNTER record does not exist, then these instructions are
3538 unneccessary and the new RID_COUNTER record will be correctly generated
3539 if needed.  
3543 ########################
3544 Upgrading from Samba 2.2
3545 ########################
3547 This section is provided to help administrators understand the details
3548 involved with upgrading a Samba 2.2 server to Samba 3.0.
3551 Building
3552 --------
3554 Many of the options to the GNU autoconf script have been modified 
3555 in the 3.0 release.  The most noticeable are:
3557   * removal of --with-tdbsam (is now included by default; see section
3558     on passdb backends and authentication for more details)
3559     
3560   * --with-ldapsam is now on used to provided backward compatible
3561     parameters for LDAP enabled Samba 2.2 servers.  Refer to the passdb 
3562     backend and authentication section for more details
3563   
3564   * inclusion of non-standard passdb modules may be enabled using
3565     --with-expsam.  This includes an XML backend and a mysql backend.
3566       
3567   * removal of --with-msdfs (is now enabled by default)
3568   
3569   * removal of --with-ssl (no longer supported)
3570   
3571   * --with-utmp now defaults to 'yes' on supported systems
3572   
3573   * --with-sendfile-support is now enabled by default on supported 
3574     systems
3575   
3576     
3577 Parameters
3578 ----------
3580 This section contains a brief listing of changes to smb.conf options
3581 in the 3.0.0 release.  Please refer to the smb.conf(5) man page for
3582 complete descriptions of new or modified parameters.
3584 Removed Parameters (order alphabetically):
3586   * admin log
3587   * alternate permissions
3588   * character set
3589   * client codepage
3590   * code page directory
3591   * coding system
3592   * domain admin group
3593   * domain guest group
3594   * force unknown acl user
3595   * hide local users
3596   * mangled stack
3597   * nt smb support
3598   * postscript
3599   * printer driver
3600   * printer driver file
3601   * printer driver location
3602   * read size
3603   * source environment
3604   * status
3605   * strip dot
3606   * total print jobs
3607   * use rhosts
3608   * valid chars
3609   * vfs options
3611 New Parameters (new parameters have been grouped by function):
3613   Remote management
3614   -----------------
3615   * abort shutdown script
3616   * shutdown script
3618   User and Group Account Management
3619   ---------------------------------
3620   * add group script
3621   * add machine script
3622   * add user to group script
3623   * algorithmic rid base
3624   * delete group script
3625   * delete user from group script
3626   * passdb backend
3627   * set primary group script
3629   Authentication
3630   --------------
3631   * auth methods
3632   * realm
3633   * passwd chat timeout
3635   Protocol Options
3636   ----------------
3637   * client lanman auth
3638   * client NTLMv2 auth
3639   * client schannel
3640   * client signing
3641   * client use spnego
3642   * disable netbios
3643   * ntlm auth
3644   * paranoid server security
3645   * server schannel
3646   * server signing
3647   * smb ports
3648   * use spnego
3650   File Service
3651   ------------
3652   * get quota command
3653   * hide special files
3654   * hide unwriteable files
3655   * hostname lookups
3656   * kernel change notify
3657   * mangle prefix
3658   * map acl inherit
3659   * msdfs proxy
3660   * set quota command
3661   * use sendfile
3662   * vfs objects
3663   
3664   Printing
3665   --------
3666   * max reported print jobs
3668   UNICODE and Character Sets
3669   --------------------------
3670   * display charset
3671   * dos charset
3672   * unicode
3673   * unix charset
3674   
3675   SID to uid/gid Mappings
3676   -----------------------
3677   * idmap backend
3678   * idmap gid
3679   * idmap uid
3680   * winbind enable local accounts
3681   * winbind trusted domains only
3682   * template primary group
3683   * enable rid algorithm
3685   LDAP
3686   ----
3687   * ldap delete dn
3688   * ldap group suffix
3689   * ldap idmap suffix
3690   * ldap machine suffix
3691   * ldap passwd sync
3692   * ldap replication sleep
3693   * ldap user suffix
3694   
3695   General Configuration
3696   ---------------------
3697   * preload modules
3698   * private dir
3700 Modified Parameters (changes in behavior):
3702   * encrypt passwords (enabled by default)
3703   * mangling method (set to 'hash2' by default)
3704   * passwd chat
3705   * passwd program
3706   * restrict anonymous (integer value)
3707   * security (new 'ads' value)
3708   * strict locking (enabled by default)
3709   * unix extensions (enabled by default)
3710   * winbind cache time (increased to 5 minutes)
3711   * winbind uid (deprecated in favor of 'idmap uid')
3712   * winbind gid (deprecated in favor of 'idmap gid')
3715 Databases
3716 ---------
3718 This section contains brief descriptions of any new databases 
3719 introduced in Samba 3.0.  Please remember to backup your existing 
3720 ${lock directory}/*tdb before upgrading to Samba 3.0.  Samba will 
3721 upgrade databases as they are opened (if necessary), but downgrading 
3722 from 3.0 to 2.2 is an unsupported path.
3724 Name                    Description                             Backup?
3725 ----                    -----------                             -------
3726 account_policy          User policy settings                    yes
3727 gencache                Generic caching db                      no
3728 group_mapping           Mapping table from Windows              yes
3729                         groups/SID to unix groups        
3730 winbindd_idmap          ID map table from SIDS to UNIX          yes
3731                         uids/gids.
3732 namecache               Name resolution cache entries           no
3733 netsamlogon_cache       Cache of NET_USER_INFO_3 structure      no
3734                         returned as part of a successful
3735                         net_sam_logon request 
3736 printing/*.tdb          Cached output from 'lpq                 no
3737                         command' created on a per print 
3738                         service basis
3739 registry                Read-only samba registry skeleton       no
3740                         that provides support for exporting
3741                         various db tables via the winreg RPCs
3744 Changes in Behavior
3745 -------------------
3747 The following issues are known changes in behavior between Samba 2.2 and 
3748 Samba 3.0 that may affect certain installations of Samba.
3750   1)  When operating as a member of a Windows domain, Samba 2.2 would 
3751       map any users authenticated by the remote DC to the 'guest account'
3752       if a uid could not be obtained via the getpwnam() call.  Samba 3.0
3753       rejects the connection as NT_STATUS_LOGON_FAILURE.  There is no 
3754       current work around to re-establish the 2.2 behavior.
3755       
3756   2)  When adding machines to a Samba 2.2 controlled domain, the 
3757       'add user script' was used to create the UNIX identity of the 
3758       machine trust account.  Samba 3.0 introduces a new 'add machine 
3759       script' that must be specified for this purpose.  Samba 3.0 will
3760       not fall back to using the 'add user script' in the absence of 
3761       an 'add machine script'
3762   
3764 ######################################################################
3765 Passdb Backends and Authentication
3766 ##################################
3768 There have been a few new changes that Samba administrators should be
3769 aware of when moving to Samba 3.0.
3771   1) encrypted passwords have been enabled by default in order to 
3772      inter-operate better with out-of-the-box Windows client 
3773      installations.  This does mean that either (a) a samba account
3774      must be created for each user, or (b) 'encrypt passwords = no'
3775      must be explicitly defined in smb.conf.
3776     
3777   2) Inclusion of new 'security = ads' option for integration 
3778      with an Active Directory domain using the native Windows
3779      Kerberos 5 and LDAP protocols.
3781      MIT kerberos 1.3.1 supports the ARCFOUR-HMAC-MD5 encryption 
3782      type which is neccessary for servers on which the 
3783      administrator password has not been changed, or kerberos-enabled 
3784      SMB connections to servers that require Kerberos SMB signing.
3785      Besides this one difference, either MIT or Heimdal Kerberos
3786      distributions are usable by Samba 3.0.
3787      
3789 Samba 3.0 also includes the possibility of setting up chains
3790 of authentication methods (auth methods) and account storage 
3791 backends (passdb backend).  Please refer to the smb.conf(5) 
3792 man page for details.  While both parameters assume sane default 
3793 values, it is likely that you will need to understand what the 
3794 values actually mean in order to ensure Samba operates correctly.
3796 The recommended passdb backends at this time are
3798   * smbpasswd - 2.2 compatible flat file format
3799   * tdbsam - attribute rich database intended as an smbpasswd
3800     replacement for stand alone servers
3801   * ldapsam - attribute rich account storage and retrieval 
3802     backend utilizing an LDAP directory.  
3803   * ldapsam_compat - a 2.2 backward compatible LDAP account 
3804     backend
3805     
3806 Certain functions of the smbpasswd(8) tool have been split between the 
3807 new smbpasswd(8) utility, the net(8) tool, and the new pdbedit(8) 
3808 utility.  See the respective man pages for details.
3809     
3810      
3811 ######################################################################
3812 LDAP
3813 ####
3815 This section outlines the new features affecting Samba / LDAP 
3816 integration.
3818 New Schema
3819 ----------
3820   
3821 A new object class (sambaSamAccount) has been introduced to replace 
3822 the old sambaAccount.  This change aids us in the renaming of 
3823 attributes to prevent clashes with attributes from other vendors.  
3824 There is a conversion script (examples/LDAP/convertSambaAccount) to 
3825 modify and LDIF file to the new schema.
3826   
3827 Example:
3828   
3829   $ ldapsearch .... -b "ou=people,dc=..." > sambaAcct.ldif
3830   $ convertSambaAccount --sid=<Domain SID> \
3831     --input=sambaAcct.ldif --output=sambaSamAcct.ldif \
3832     --changetype=[modify|add]
3833         
3834 The <DOM SID> can be obtained by running 'net getlocalsid 
3835 <DOMAINNAME>' on the Samba PDC as root.  The changetype determines 
3836 the format of the generated LDIF output--either create new entries 
3837 or modify existing entries.
3838     
3839 The old sambaAccount schema may still be used by specifying the 
3840 "ldapsam_compat" passdb backend.  However, the sambaAccount and
3841 associated attributes have been moved to the historical section of
3842 the schema file and must be uncommented before use if needed.
3843 The 2.2 object class declaration for a sambaAccount has not changed
3844 in the 3.0 samba.schema file. 
3845   
3846 Other new object classes and their uses include:
3847   
3848   * sambaDomain - domain information used to allocate rids 
3849     for users and groups as necessary.  The attributes are added
3850     in 'ldap suffix' directory entry automatically if 
3851     an idmap uid/gid range has been set and the 'ldapsam'
3852     passdb backend has been selected.
3853       
3854   * sambaGroupMapping - an object representing the 
3855     relationship between a posixGroup and a Windows
3856     group/SID.  These entries are stored in the 'ldap 
3857     group suffix' and managed by the 'net groupmap' command.
3858     
3859   * sambaUnixIdPool - created in the 'ldap idmap suffix' entry 
3860     automatically and contains the next available 'idmap uid' and 
3861     'idmap gid'
3862     
3863   * sambaIdmapEntry - object storing a mapping between a 
3864     SID and a UNIX uid/gid.  These objects are created by the 
3865     idmap_ldap module as needed.
3867   * sambaSidEntry - object representing a SID alone, as a Structural
3868     class on which to build the sambaIdmapEntry.
3870     
3871 New Suffix for Searching
3872 ------------------------
3873   
3874 The following new smb.conf parameters have been added to aid in directing
3875 certain LDAP queries when 'passdb backend = ldapsam://...' has been
3876 specified.
3878   * ldap suffix         - used to search for user and computer accounts
3879   * ldap user suffix    - used to store user accounts
3880   * ldap machine suffix - used to store machine trust accounts
3881   * ldap group suffix   - location of posixGroup/sambaGroupMapping entries
3882   * ldap idmap suffix   - location of sambaIdmapEntry objects
3884 If an 'ldap suffix' is defined, it will be appended to all of the 
3885 remaining sub-suffix parameters.  In this case, the order of the suffix
3886 listings in smb.conf is important.  Always place the 'ldap suffix' first
3887 in the list.  
3889 Due to a limitation in Samba's smb.conf parsing, you should not surround 
3890 the DN's with quotation marks.
3893 IdMap LDAP support
3894 ------------------
3896 Samba 3.0 supports an ldap backend for the idmap subsystem.  The 
3897 following options would inform Samba that the idmap table should be
3898 stored on the directory server onterose in the "ou=idmap,dc=plainjoe,
3899 dc=org" partition.
3901  [global]
3902     ...
3903     idmap backend     = ldap:ldap://onterose/
3904     ldap idmap suffix = ou=idmap,dc=plainjoe,dc=org
3905     idmap uid         = 40000-50000
3906     idmap gid         = 40000-50000
3908 This configuration allows winbind installations on multiple servers to
3909 share a uid/gid number space, thus avoiding the interoperability problems
3910 with NFS that were present in Samba 2.2.
3911     
3914 ######################################################################
3915 Trust Relationships and a Samba Domain
3916 ######################################
3918 Samba 3.0.0beta2 is able to utilize winbindd as the means of 
3919 allocating uids and gids to trusted users and groups.  More
3920 information regarding Samba's support for establishing trust 
3921 relationships can be found in the Samba-HOWTO-Collection included
3922 in the docs/ directory of this release.
3924 First create your Samba PDC and ensure that everything is 
3925 working correctly before moving on the trusts.
3927 To establish Samba as the trusting domain (named SAMBA) from a Windows NT
3928 4.0 domain named WINDOWS:
3930   1) create the trust account for SAMBA in "User Manager for Domains"
3931   2) connect the trust from the Samba domain using
3932      'net rpc trustdom establish GLASS'
3934 To create a trustlationship with SAMBA as the trusted domain:
3936   1) create the initial trust account for GLASS using
3937      'smbpasswd -a -i GLASS'.  You may need to create a UNIX
3938      account for GLASS$ prior to this step (depending on your
3939      local configuration).
3940   2) connect the trust from a WINDOWS DC using "User Manager
3941      for Domains"
3943 Now join winbindd on the Samba PDC to the SAMBA domain using
3944 the normal steps for adding a Samba server to an NT4 domain:
3945 (note that smbd & nmbd must be running at this point)
3947    root# net rpc join -U root
3948    Password: <enter root password from smbpasswd file here>
3950 Start winbindd and test the join with 'wbinfo -t'.
3952 Now test the trust relationship by connecting to the SAMBA DC
3953 (e.g. POGO) as a user from the WINDOWS domain:
3955    $ smbclient //pogo/netlogon -U Administrator -W WINDOWS
3956    Password:
3958 Now connect to the WINDOWS DC (e.g. CRYSTAL) as a Samba user:
3960    $ smbclient //crystal/netlogon -U root -W WINDOWS
3961    Password:
3963 ######################################################################
3964 Changes in Winbind
3965 ##################
3967 Beginning with Samba3.0.0beta3, winbindd has been given new account
3968 manage functionality equivalent to the 'add user script' family of
3969 smb.conf parameters.  The idmap design has also been changed to 
3970 centralize control of foreign SID lookups and matching to UNIX 
3971 uids and gids.
3974 Brief Description of Changes
3975 ----------------------------
3977 1) The sid_to_uid() family of functions (smbd/uid.c) have been 
3978    reverted to the 2.2.x design.  This means that when resolving a 
3979    SID to a UID or similar mapping:
3981         a) First consult winbindd
3982         b) perform a local lookup only if winbindd fails to
3983            return a successful answer
3985    There are some variations to this, but these two rules generally
3986    apply.
3988 2) All idmap lookups have been moved into winbindd.  This means that
3989    a server must run winbindd (and support NSS) in order to achieve
3990    any mappings of SID to dynamically allocated UNIX ids.  This was
3991    a conscious design choice.
3993 3) New functions have been added to winbindd to emulate the 'add user 
3994    script' family of smbd functions without requiring that external
3995    scripts be defined.  This functionality is controlled by the 'winbind 
3996    enable local accounts' smb.conf parameter (enabled by default).
3998    However, this account management functionality is only supported 
3999    in a local tdb (winbindd_idmap.tdb).  If these new UNIX accounts 
4000    must be shared among multiple Samba servers (such as a PDC and BDCs), 
4001    it will be necessary to define your own 'add user script', et. al.
4002    programs that place the accounts/groups in some form of directory
4003    such as NIS or LDAP.  This requirement was deemed beyond the scope
4004    of winbind's account management functions.  Solutions for 
4005    distributing UNIX system information have been deployed and tested 
4006    for many years.  We saw no need to reinvent the wheel.
4008 4) A member of a Samba controlled domain running winbindd is now able 
4009    to map domain users directly onto existing UNIX accounts while still
4010    automatically creating accounts for trusted users and groups.  This
4011    behavior is controlled by the 'winbind trusted domains only' smb.conf
4012    parameter (disabled by default to provide 2.2.x winbind behavior).
4014 5) Group mapping support is wrapped in the local_XX_to_XX() functions
4015    in smbd/uid.c.  The reason that group mappings are not included
4016    in winbindd is because the purpose of Samba's group map is to
4017    match any Windows SID with an existing UNIX group.  These UNIX
4018    groups can be created by winbindd (see next section), but the
4019    SID<->gid mapping is retreived by smbd, not winbindd.
4022 Examples
4023 --------
4025 * security = server running winbindd to allocate accounts on demand
4027 * Samba PDC running winbindd to handle the automatic creation of UNIX
4028   identities for machine trust accounts
4030 * Automtically creating UNIX user and groups when migrating a Windows NT
4031   4.0 PDC to a Samba PDC.  Winbindd must be running when executing
4032   'net rpc vampire' for this to work.
4034    
4035 ######################################################################
4036 Known Issues
4037 ############
4039 * There are several bugs currently logged against the 3.0 codebase
4040   that affect the use of NT 4.0 GUI domain management tools when run
4041   against a Samba 3.0 PDC.  This bugs should be released in an early 
4042   3.0.x release.
4044 Please refer to https://bugzilla.samba.org/ for a current list of bugs 
4045 filed against the Samba 3.0 codebase.
4048 ######################################################################
4049 Reporting bugs & Development Discussion
4050 #######################################
4052 Please discuss this release on the samba-technical mailing list or by
4053 joining the #samba-technical IRC channel on irc.freenode.net.
4055 If you do report problems then please try to send high quality
4056 feedback. If you don't provide vital information to help us track down
4057 the problem then you will probably be ignored.  
4059 A new bugzilla installation has been established to help support the 
4060 Samba 3.0 community of users.  This server, located at 
4061 https://bugzilla.samba.org/, has replaced the older jitterbug server 
4062 previously located at http://bugs.samba.org/.