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