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