WHATSNEW: Prepare release notes for Samba 3.5.16.
[samba.git] / WHATSNEW.txt
1                    ==============================
2                    Release Notes for Samba 3.5.16
3                             July 2, 2012
4                    ==============================
5
6
7 This is the latest stable release of Samba 3.5.
8
9 Major enhancements in Samba 3.5.16 include:
10
11 o  Fix possible memory leaks in the Samba master process (bug #8970).
12 o  Fix uninitialized memory read in talloc_free().
13 o  Fix smbd crash with unknown user (bug #8314).
14
15
16 Changes since 3.5.15:
17 ---------------------
18
19 o   Jeremy Allison <jra@samba.org>
20     * BUG 8314: Fix smbd crash with unknown user.
21     * BUG 8831: Fix inconsistent (with manpage) command-line switch for "help"
22       in smbtree.
23     * BUG 8882: Fix processing of %U with vfs_full_audit when "force user"
24       is set.
25     * BUG 8897: winbind_krb5_locator only returns one IP address.
26     * BUG 8910: resolve_ads() code can return zero addresses and miss valid DC
27       IP addresses.
28     * BUG 8957: Fix typo in pam_winbindd code.
29     * BUG 8972: Directory group write permission bit is set if unix extensions
30       are enabled.
31     * BUG 8974: Kernel oplocks are broken when uid(file) != uid(process).
32     * BUG 8989: Send correct responses to NT Transact Secondary when no data and
33       no params.
34     * BUG 8994: Fix "winbind normalize names".
35
36
37 o   Andrew Bartlett <abartlet@samba.org>
38     * BUG 8599: Only use SamLogonEx when we can get unencrypted session keys.
39     * BUG 8943: Slow but responsive DC can lock up winbindd for > 10 minutes
40       at a time.
41
42
43 o   Björn Baumbach <bb@sernet.de>
44     * BUG 7564: Fix default name resolve order in the manpage.
45
46
47 o   John Bradshaw <john@johnbradshaw.org>
48     * BUG 7938: Fix typo (overrided -> overridden) in Samba3-HOWTO.
49
50
51 o   Olaf Flebbe <o.flebbe@science-computing.de>
52     * BUG 8552: Correct documentation of "case sensitive".
53
54
55 o   Björn Jacke <bj@sernet.de>
56     * BUG 8869: Remove outdated netscape ds 5 schema file.
57     * BUG 9011: Fix build on HP-UX.
58
59
60 o   Volker Lendecke <vl@samba.org>
61     * Fix uninitialized memory read in talloc_free().
62     * BUG 8338: OS/X can not deal with a 10-vwv read on normal files.
63     * BUG 8998: Notify code can miss a ChDir.
64     * BUG 9000: Fix a Winbind race leading to 100% CPU.
65     * BUG 9003: Fix posix acl on gpfs.
66
67
68 o   Matthieu Patou <mat@matws.net>
69     * BUG 8975: Make sure that Winbind can coredump.
70
71
72 o   Karolin Seeger <kseeger@samba.org>
73     * BUG 7930: Add hint that setting "profile acls = yes" on normal shares can
74       cause trouble.
75
76
77 o   Richard Sharpe <realrichardsharpe@gmail.com>
78     * BUG 8822: Fix building out-of-tree vfs modules.
79     * BUG 8970: Fix possible memory leaks in the Samba master process.
80
81
82 o   Simo Sorce <idra@samba.org>
83     * BUG 8915: Fix pam_winbind build against newer iniparser library.
84
85
86 ######################################################################
87 Reporting bugs & Development Discussion
88 #######################################
89
90 Please discuss this release on the samba-technical mailing list or by
91 joining the #samba-technical IRC channel on irc.freenode.net.
92
93 If you do report problems then please try to send high quality
94 feedback. If you don't provide vital information to help us track down
95 the problem then you will probably be ignored.  All bug reports should
96 be filed under the Samba 3.5 product in the project's Bugzilla
97 database (https://bugzilla.samba.org/).
98
99
100 ======================================================================
101 == Our Code, Our Bugs, Our Responsibility.
102 == The Samba Team
103 ======================================================================
104
105
106 Release notes for older releases follow:
107 ----------------------------------------
108
109                    ==============================
110                    Release Notes for Samba 3.5.15
111                            April 30, 2012
112                    ==============================
113
114
115 This is a security release in order to address
116 CVE-2012-2111 (Incorrect permission checks when granting/removing
117 privileges can compromise file server security).
118
119 o  CVE-2012-2111:
120    Samba 3.4.x to 3.6.4 are affected by a
121    vulnerability that allows arbitrary users
122    to modify privileges on a file server.
123
124
125 Changes since 3.5.14:
126 ---------------------
127
128
129 o   Jeremy Allison <jra@samba.org>
130     * Fix  incorrect permission checks when granting/removing
131       privileges (CVE-2012-2111).
132
133
134 ######################################################################
135 Reporting bugs & Development Discussion
136 #######################################
137
138 Please discuss this release on the samba-technical mailing list or by
139 joining the #samba-technical IRC channel on irc.freenode.net.
140
141 If you do report problems then please try to send high quality
142 feedback. If you don't provide vital information to help us track down
143 the problem then you will probably be ignored.  All bug reports should
144 be filed under the Samba 3.5 product in the project's Bugzilla
145 database (https://bugzilla.samba.org/).
146
147
148 ======================================================================
149 == Our Code, Our Bugs, Our Responsibility.
150 == The Samba Team
151 ======================================================================
152
153
154 ----------------------------------------------------------------------
155
156
157                    ==============================
158                    Release Notes for Samba 3.5.14
159                            April 10, 2012
160                    ==============================
161
162
163 This is a security release in order to address
164 CVE-2012-1182 ("root" credential remote code execution).
165
166 o  CVE-2012-1182:
167    Samba 3.0.x to 3.6.3 are affected by a
168    vulnerability that allows remote code
169    execution as the "root" user.
170
171
172 Changes since 3.5.13:
173 ---------------------
174
175
176 o   Stefan Metzmacher <metze@samba.org>
177     *BUG 8815: PIDL based autogenerated code allows overwriting beyond of
178      allocated array (CVE-2012-1182).
179
180
181 ######################################################################
182 Reporting bugs & Development Discussion
183 #######################################
184
185 Please discuss this release on the samba-technical mailing list or by
186 joining the #samba-technical IRC channel on irc.freenode.net.
187
188 If you do report problems then please try to send high quality
189 feedback. If you don't provide vital information to help us track down
190 the problem then you will probably be ignored.  All bug reports should
191 be filed under the Samba 3.5 product in the project's Bugzilla
192 database (https://bugzilla.samba.org/).
193
194
195 ======================================================================
196 == Our Code, Our Bugs, Our Responsibility.
197 == The Samba Team
198 ======================================================================
199
200
201 ----------------------------------------------------------------------
202
203
204                    ==============================
205                    Release Notes for Samba 3.5.13
206                           March 12, 2012
207                    ==============================
208
209
210 This is the latest stable release of Samba 3.5.
211
212 Major enhancements in Samba 3.5.13 include:
213
214 o  Fix a crash bug in cldap_socket_recv_dgram() (bug #8593).
215 o  Fully observe password change settings (bug #8561).
216 o  Fix NT ACL issue (bug #8673).
217 o  Fix segfault in Winbind if we can't map the last user (bug #8678).
218
219
220 Changes since 3.5.12:
221 --------------------
222
223
224 o   Michael Adam <obnox@samba.org>
225     * BUG 8327: Fix config reload to reload shares from registry.
226
227
228 o   Jeremy Allison <jra@samba.org>
229     * BUG 8139: Ignore SMBecho errors.
230     * BUG 8521: Fix Winbind cache timeout expiry test.
231     * BUG 8561: Fully observe password change settings.
232     * BUG 8631: Fix POSIX ACE x permission mapping to and from a DACL.
233     * BUG 8636: When returning an ACL without SECINFO_DACL requested, we still
234       set SEC_DESC_DACL_PRESENT in the type field.
235     * BUG 8644: Make sure that vfs_acl_xattr and vfs_acl_tdb modules add
236       inheritable entries on a directory with no stored ACL.
237     * BUG 8663: Fix deleting a symlink if the symlink target is outside of the
238     * share.
239     * BUG 8664: Fix renaming a symlink if the symlink target is outside of the
240       share.
241     * BUG 8673: Fix NT ACL issue.
242     * BUG 8679: Make sure that recvfile code path using splice() on Linux
243       does not leave data in the pipe on short write.
244     * BUG 8687: Fix typo in 'net memberships' usage.
245
246
247 o   Christian Ambach <christian.ambach@de.ibm.com>
248     * BUG 8658: Add timeouts to Winbind cache.
249
250
251 o   Andrew Bartlett <abartlet@samba.org>
252     * BUG 8727: Do not limit read replies to NBT packet sizes.
253
254
255 o   Günther Deschner <gd@samba.org>
256     * BUG 8176: Fix perl path.
257     * BUG 8692: Fix malloc/talloc mismatch in ads_keytab_verify_ticket().
258
259
260 o   Björn Jacke <bj@sernet.de>
261     * BUG 8652: Document the ignore system acls option of vfs_acl_xattr and
262       vfs_acl_tdb.
263
264
265 o   Jeff Layton <jlayton@redhat.com>
266     * BUG 8648: Document more undocumented mount.cifs options.
267
268
269 o   Volker Lendecke <vl@samba.org>
270     * BUG 8639: Fix the vfs_commit module.
271     * BUG 8686: Packet validation checks can be done before length validation
272       causing uninitialized memory read.
273
274
275 o   Stefan Metzmacher <metze@samba.org>
276     * BUG 5326: Fix cli_write_and_x() against OS/2 print shares.
277     * BUG 8562: Fix double free error (talloc).
278     * BUG 8593: Fix a crash bug in cldap_socket_recv_dgram().
279     * BUG 8684: Try ctdbd_init_connection() as root.
280
281
282 o   Masafumi Nakayama <MASA23@jp.ibm.com>
283     * BUG 563: Fix 'smbclient tar' for files greater than 8GB on BE machines.
284
285
286 o   Matthieu Patou <mat@matws.net>
287     * BUG 8599: Make WINBINDD_PAM_AUTH_CRAP return valid user session key.
288     * BUG 8771: Make Winbind change faster from DC1 to DC2.
289
290
291 o   Andreas Schneider <asn@samba.org>
292     * BUG 8608: Don't fail on users without a uid (Winbind).
293     * BUG 8628: Don't duplicate Kerberos service tickets.
294     * BUG 8645: Add missing prefixpath options for mount.cifs manpage.
295     * BUG 8658: Add an update function for Winbind cache.
296     * BUG 8678: Fix segfault in Winbind if we can't map the last user.
297
298
299 o   Karolin Seeger <kseeger@samba.org>
300     * BUG 7705: Fix rpm build issues on RHEL4.
301
302
303 o   Richard Sharpe <realrichardsharpe@gmail.com>
304     * BUG 8607: Simplify building modules outside the Samba source tree.
305
306
307 ######################################################################
308 Reporting bugs & Development Discussion
309 #######################################
310
311 Please discuss this release on the samba-technical mailing list or by
312 joining the #samba-technical IRC channel on irc.freenode.net.
313
314 If you do report problems then please try to send high quality
315 feedback. If you don't provide vital information to help us track down
316 the problem then you will probably be ignored.  All bug reports should
317 be filed under the Samba 3.5 product in the project's Bugzilla
318 database (https://bugzilla.samba.org/).
319
320
321 ======================================================================
322 == Our Code, Our Bugs, Our Responsibility.
323 == The Samba Team
324 ======================================================================
325
326
327 ----------------------------------------------------------------------
328
329
330                    ==============================
331                    Release Notes for Samba 3.5.12
332                           November 2, 2011
333                    ==============================
334
335
336 This is the latest stable release of Samba 3.5.
337
338 Major enhancements in Samba 3.5.12 include:
339
340 o  Fix race condition in Winbind (bug 7844).
341 o  The VFS ACL modules are no longer experimental but production-ready.
342
343
344 Changes since 3.5.11:
345 --------------------
346
347
348 o   Jeremy Allison <jra@samba.org>
349     * BUG 7509: smb_acl_to_posix: ACL is invalid for set (Invalid argument).
350     * BUG 7551: Return error of cli_push when 'put - /some/file' is used.
351     * BUG 8156: 'net ads join' fails to use the user's kerberos ticket.
352     * BUG 8370: Fix vfs_chown_fsp.
353     * BUG 8422: Fix infinite loop in ACL module code.
354     * BUG 8443: Be smarter about setting default permissions when a ACL_USER_OBJ
355       isn't given.
356     * BUG 8458: IE9 on Windows 7 cannot download files to samba 3.5.11 share.
357     * BUG 8493: DFS breaks zip file extracting unless "follow symlinks = no"
358       set.
359     * BUG 8507: Make smbd correctly honor the "force create mode" bits from a
360       cifsfs create.
361     * BUG 8541: Fix readlink() on Linux clients if the symlink target is
362       outside of the share.
363     * BUG 8542: smbclient posix_open command fails to return correct info on
364       open file.
365
366
367 o   Pierre Carrier <pcarrier@redhat.com>
368     * BUG 8186: Allow changing the maximum number of simultaneous clients in
369       Winbind through an smb.conf option.
370
371
372 o   Günther Deschner <gd@samba.org>
373     * BUG 7465: Fix 'net ads join -k' when KRB5CCNAME is not set.
374     * BUG 7888: Deal with buggy 3.0 based PDCs.
375     * BUG 8491: Fix some coverity issues.
376
377
378 o   David Disseldorp <ddiss@suse.de>
379     * BUG 8480: acl_xattr can free an invalid pointer if no blob is loaded.
380
381
382 o   Björn Jacke <bj@sernet.de>
383     * BUG 8256: Add man vfs_aio_fork.
384     * BUG 8362: Fix SWAT build issue on old glibc systems.
385     * BUG 8531: Make DSO_EXPORTS_CMD more portable.
386
387
388 o   Volodymyr Khomenko <Volodymyr_Khomenko@dell.com>
389     * BUG 8515: Disallow "." in can_set_delete_on_close().
390
391
392 o   Volker Lendecke <vl@samba.org>
393     * BUG 7844: Fix race condition in Winbind.
394     * BUG 8338: Add a fallback for missing open&x support in OS/X Lion.
395     * BUG 8420: Fix getent group if trusted domains are not reachable.
396
397
398 o   Stefan Metzmacher <metze@samba.org
399     * BUG 8347: Fix regression on HP-UX, AIX and OSF introduced by the fix for
400       CVE-2011-2522.
401     * BUG 8452: Check the wct of the incoming SMBnegprot responses in libsmb.
402     * BUG 8491: Fix some coverity issues.
403
404
405 ######################################################################
406 Reporting bugs & Development Discussion
407 #######################################
408
409 Please discuss this release on the samba-technical mailing list or by
410 joining the #samba-technical IRC channel on irc.freenode.net.
411
412 If you do report problems then please try to send high quality
413 feedback. If you don't provide vital information to help us track down
414 the problem then you will probably be ignored.  All bug reports should
415 be filed under the Samba 3.5 product in the project's Bugzilla
416 database (https://bugzilla.samba.org/).
417
418
419 ======================================================================
420 == Our Code, Our Bugs, Our Responsibility.
421 == The Samba Team
422 ======================================================================
423
424
425 ----------------------------------------------------------------------
426
427
428                    ==============================
429                    Release Notes for Samba 3.5.11
430                            August 4, 2011
431                    ==============================
432
433
434 This is the latest stable release of Samba 3.5.
435
436 Major enhancements in Samba 3.5.11 include:
437
438 o  Fix access to Samba shares when Windows security patch KB2536276 is installed
439    (bug #8238).
440 o  Fix Winbind panics if verify_idpool() fails (bug #8253).
441
442
443 Changes since 3.5.10:
444 --------------------
445
446
447 o   Jeremy Allison <jra@samba.org>
448     * BUG 7462: Make SA_RESETHAND conditional on its existance.
449     * BUG 8254: Make "acl check permissions = no" working in all cases.
450
451
452 o   Gregor Beck <gbeck@sernet.de>
453     * BUG 8253: Fix Winbind panics if verify_idpool() fails.
454
455
456 o   David Disseldorp <ddiss@suse.de>
457     * BUG 8269: Stop spamming log with "Could not find child X -- ignoring"
458       messages in smbd.
459
460
461 o   Björn Jacke <bj@sernet.de>
462     * BUG 7460: Include sys/file.h only when available.
463
464
465 o   Volker Lendecke <vl@samba.org>
466     * BUG 7841: Explicitly pass domain_sid to wbint_LookupRids().
467     * BUG 8238: Fix access to Samba shares when Windows security patch
468       KB2536276 is installed.
469     * BUG 8322: Add HAVE_FUNCTION_ATTRIBUTE_DESTRUCTOR.
470
471
472 o   Stefan Metzmacher <metze@samba.org>
473     * BUG 7841: Make WINBINDD_LOOKUPRIDS ask the right domain.
474     * BUG 8276: Close all sockets attached to a subnet in close_subnet().
475
476
477 ######################################################################
478 Reporting bugs & Development Discussion
479 #######################################
480
481 Please discuss this release on the samba-technical mailing list or by
482 joining the #samba-technical IRC channel on irc.freenode.net.
483
484 If you do report problems then please try to send high quality
485 feedback. If you don't provide vital information to help us track down
486 the problem then you will probably be ignored.  All bug reports should
487 be filed under the Samba 3.5 product in the project's Bugzilla
488 database (https://bugzilla.samba.org/).
489
490
491 ======================================================================
492 == Our Code, Our Bugs, Our Responsibility.
493 == The Samba Team
494 ======================================================================
495
496
497 ----------------------------------------------------------------------
498
499
500                    ==============================
501                    Release Notes for Samba 3.5.10
502                            July 26, 2011
503                    ==============================
504
505
506 This is a security release in order to address
507 CVE-2011-2522 (Cross-Site Request Forgery in SWAT) and
508 CVE-2011-2694 (Cross-Site Scripting vulnerability in SWAT).
509
510
511 o  CVE-2011-2522:
512    The Samba Web Administration Tool (SWAT) in Samba versions
513    3.0.x to 3.5.9 are affected by a cross-site request forgery.
514
515
516 o  CVE-2011-2694:
517    The Samba Web Administration Tool (SWAT) in Samba versions
518    3.0.x to 3.5.9 are affected by a cross-site scripting
519    vulnerability.
520
521 Please note that SWAT must be enabled in order for these
522 vulnerabilities to be exploitable. By default, SWAT
523 is *not* enabled on a Samba install.
524
525
526 Changes since 3.5.9:
527 --------------------
528
529
530 o   Kai Blin <kai@samba.org>
531     * BUG 8289: SWAT contains a cross-site scripting vulnerability.
532     * BUG 8290: CSRF vulnerability in SWAT.
533
534
535 ######################################################################
536 Reporting bugs & Development Discussion
537 #######################################
538
539 Please discuss this release on the samba-technical mailing list or by
540 joining the #samba-technical IRC channel on irc.freenode.net.
541
542 If you do report problems then please try to send high quality
543 feedback. If you don't provide vital information to help us track down
544 the problem then you will probably be ignored.  All bug reports should
545 be filed under the Samba 3.5 product in the project's Bugzilla
546 database (https://bugzilla.samba.org/).
547
548
549 ======================================================================
550 == Our Code, Our Bugs, Our Responsibility.
551 == The Samba Team
552 ======================================================================
553
554
555 ----------------------------------------------------------------------
556
557
558                    =============================
559                    Release Notes for Samba 3.5.9
560                            June 14, 2011
561                    =============================
562
563
564 This is the latest stable release of Samba 3.5.
565
566 Major enhancements in Samba 3.5.9 include:
567
568 o  Sgid bit lost on folder rename (bug #7996).
569 o  ACL can get lost when files are being renamed (bug #7987).
570 o  Respect "allow trusted domains = no" in Winbind (bug #6966).
571 o  Samba now follows Windows behaviour as a Kerberos client,
572    requesting a CIFS/ ticket (bug #7893).
573
574 New Kerberos behaviour
575 ----------------------
576
577 A new parameter 'client use spnego principal' defaults to 'no' and
578 mean Samba will use CIFS/hostname to obtain a kerberos ticket, acting
579 more like Windows when using Kerberos against a CIFS server in
580 smbclient, winbind and other Samba client tools.  This will change
581 which servers we will successfully negotiate kerberos connections to.
582 This is due to Samba no longer trusting a server-provided hint which
583 is not available from Windows 2008 or later.  For correct operation
584 with all clients, all aliases for a server should be recorded as a as
585 a servicePrincipalName on the server's record in AD.
586
587 Changes since 3.5.8:
588 --------------------
589
590 o   Jeremy Allison <jra@samba.org>
591     * BUG 6911: Kerberos authentication from Vista to Samba fails when security
592       blob size is greater than 16 kB.
593     * BUG 7080: Quota only shown when logged as root.
594     * BUG 7528: Fix Solaris with NIS autohome.
595     * BUG 7987: ACL can get lost when files are being renamed.
596     * BUG 7996: sgid bit lost on folder rename.
597     * BUG 8040: Fix 'smbclient' segfaults when a Cyrillic netbios name or
598       workgroup is configured.
599     * BUG 8072: Fix panic in create_file_acl_common.
600     * BUG 8038: Fix is_myname_or_ipaddr() to be robust against strange DNS
601       setups.
602     * BUG 8083: "inherit owner = yes" doesn't interact correctly with
603       vfs_acl_xattr or vfs_acl_tdb module.
604     * BUG 8088: Fix segfault in rpccli_samr_chng_pswd_auth_crap if any input
605       blobs are null.
606     * BUG 8111: CIFS VFS: Fix unexpected error on SMB posix open.
607     * BUG 8157: Fix parsing CUPS printcap files in std_pcap_cache_reload().
608     * BUG 8163: Fix our asn.1 parser to handle negative numbers.
609     * BUG 8211: "inherit owner = yes" doesn't interact correctly with "inherit
610       permissions = yes".
611
612
613 o   Christian Ambach <ambi@samba.org>
614     * BUG 8008: Fix a segfault in the krb5 locator plugin.
615     * BUG 8012: Use getgrset() instead of initgroups() + getgroups() when
616       getgrouplist() is not defined.
617     * BUG 8031: Convert gpfs:sharemodes and gpfs:leases parameters from a
618       global setting to a per share setting.
619
620
621 o   Andrew Bartlett <abartlet@samba.org>
622     * BUG 7893: Don't ever ask for machine$ principals as a target.
623
624
625 o   Björn Baumbach <bb@sernet.de>
626     * BUG 8074: Fix debug message.
627
628
629 o   Dmitry Butskoy <dmitry@butskoy.name>
630     * BUG 6966: Respect "allow trusted domains = no" in Winbind.
631
632
633 o   Marc A. Dahlhaus <mad@wol.de>
634     * BUG 8047: Fix mdns registration if "interfaces=" is used.
635
636
637 o   Günther Deschner <gd@samba.org>
638     * BUG 7993: Make sure we don't crash when publishing a single printer.
639     * BUG 8085: Fix incorrect timeout handling in ncacn_ip_tcp client code.
640     * BUG 8132: Fix filling printers location field when using CUPS.
641
642
643 o   David Disseldorp <ddiss@suse.de>
644     * BUG 7836: Make newly added printers visible to clients.
645     * BUG 7994: Use printcap IDL for IPC.
646
647
648 o   Björn Jacke <bj@sernet.de>
649     * BUG 7825: Fix GNU ld version detection with old gcc releases.
650     * BUG 8033: Add explicit configure option whether to enable dmapi
651       support or not.
652
653
654 o   Sergey Korsak <skif@1plus1.net>
655     * BUG 8099: setpwent() actually does endpwent() on FreeBSD.
656
657
658 o   Volker Lendecke <vl@samba.org>
659     * BUG 8009: Fix getting username in 'net rap session'.
660     * BUG 8011: Fix memory corruption in shadow_copy2.
661     * BUG 8016: Fix gpfs_get_xattr.
662     * BUG 8042: File creation on OS/X.
663     * BUG 8054: Winbind cache stores/retrieves wrong sizes for 16-bit ints.
664     * BUG 8066: Fix wrong output in 'smbget'.
665     * BUG 8087: Fix wbcChangeUserPasswordEx in RESPONSE mode.
666
667
668 o   Nikolay Martynov <mar.kolya@gmail.com>
669     * BUG 8010: Fix inode generation so nautilus can count total dir size
670       correctly.
671
672
673 o   Jim McDonough <jmcd@samba.org>
674     * BUG 6364: Pull realm from supplied username on libnet join.
675     * BUG 8166: Don't lockout users when offline.
676
677
678 o   Stefan Metzmacher <metze@samba.org>
679     * BUG 7383: Normalize IPv4 mapped IPv6 addresses in both directions.
680     * BUG 8034: SEC_STD_DELETE is always granted to the owner of a file.
681
682
683 o   Larry Reid <lcreid@jadesystems.ca>
684     * BUG 8055: Can't see Parts of DFS CIFS share.
685
686
687 o   Simo Sorce <idra@samba.org>
688     * BUG 7610: winbindd_cache.tdb grows too large when scaled.
689
690
691 o   Martin Vogt <martin.vogt@itwm.fraunhofer.de>
692     * BUG 6762: Fix ctdb on gpfs error with MS Office.
693
694
695
696 ######################################################################
697 Reporting bugs & Development Discussion
698 #######################################
699
700 Please discuss this release on the samba-technical mailing list or by
701 joining the #samba-technical IRC channel on irc.freenode.net.
702
703 If you do report problems then please try to send high quality
704 feedback. If you don't provide vital information to help us track down
705 the problem then you will probably be ignored.  All bug reports should
706 be filed under the Samba 3.5 product in the project's Bugzilla
707 database (https://bugzilla.samba.org/).
708
709
710 ======================================================================
711 == Our Code, Our Bugs, Our Responsibility.
712 == The Samba Team
713 ======================================================================
714
715
716 ----------------------------------------------------------------------
717
718
719                    =============================
720                    Release Notes for Samba 3.5.8
721                            March 7, 2011
722                    =============================
723
724
725 This is the latest stable release of Samba 3.5.
726
727 Major enhancements in Samba 3.5.8 include:
728
729 o  Fix Winbind crash bug when no DC is available (bug #7730).
730 o  Fix finding users on domain members (bug #7743).
731 o  Fix memory leaks in Winbind (bug #7879).
732 o  Fix printing with Windows 7 clients (bug #7567).
733
734
735 Changes since 3.5.7:
736 --------------------
737
738
739 o   Michael Adam <obnox@samba.org>
740     * BUG 7594: Fix "log=>ndr_pull_error" in 'wbinfo -u' and 'wbinfo -g'.
741     * BUG 7871: Fix 'net ads dns register' in cluster setups.
742     * BUG 7894: Fix sporadic Winbind panic in rpc query_user_list.
743
744
745 o   Jeremy Allison <jra@samba.org>
746     * BUG 7409: Raise debug level for "reduce_name: couldn't get realpath"
747       messages.
748     * BUG 7716: Store unmodified copies of security descriptors in acl_xattr and
749       acl_tdb modules.
750     * BUG 7733: Fix incorrect unix mode_t caused by invalid client DOS
751       attributes on create.
752     * BUG 7734: Apply appropriate create masks when creating files with "inherit
753       ACLs" set to true.
754     * BUG 7743: Fix finding users on domain members.
755     * BUG 7744: Fix "dfree cache time" parameter.
756     * BUG 7777: Fix requesting lookups for BUILTIN sids.
757     * BUG 7785: Fix atime limit.
758     * BUG 7791: Fix copying files from a SMB share using Gnome vfs and SMB
759       signing.
760     * BUG 7812: ACL inheritance cannot be disabled in vfs_acl_xattr/vfs_acl_tdb.
761     * BUG 7835: vfs_fill_sparse() doesn't use posix_fallocate when strict
762       allocate is on.
763     * BUG 7843: Expand the local SAMs aliases.
764     * BUG 7892: Fix stale lock in open_file_fchmod().
765     * BUG 7950: Revalidate the pathname once re-constructed from a root fsp.
766
767
768 o   Andrew Bartlett <abartlet@samba.org>
769     * BUG 7356: Fix 'net ads dns register' in Windows 2008 R2 domains.
770
771
772 o   Björn Baumbach <bb@sernet.de>
773     * BUG 7875: Fix 'nmbd --port'.
774     * BUG 7880: Make 'rpcclient deldriver' delete drivers for all architectures.
775
776
777 o   Günther Deschner <gd@samba.org>
778     * BUG 7567: Fix printing with Windows 7 clients.
779     * BUG 7641: Handle Windows 9x adddriver calls without config file.
780     * BUG 7945: Let Winbind try to use samlogon validation level 6.
781
782
783 o   Holger Hetterich <hhetter@novell.com>
784     * BUG 3185: Fix 'testparm' return code when EOF in encountered in param
785       name.
786
787
788 o   Björn Jacke <bj@sernet.de>
789     * BUG 7821: Fix build of shared libraries on Tru64.
790
791
792 o   Volker Lendecke <vl@samba.org>
793     * BUG 7066: Fix "Your Password expires today" message for users of trusted
794       domains.
795     * BUG 7262: Fix maintaining of users' groups via UsrMgr.
796     * BUG 7656: Fix scalability problem with hundreds of printers.
797     * BUG 7665: Fix memory leak in the netapi routines.
798     * BUG 7730: Fix Winbind crash bug when no DC is available.
799     * BUG 7774: Fix a getgrent crash with many groups.
800     * BUG 7779: Fix smbd crash caused by expand_msdfs.
801     * BUG 7800: Make Winbind recover from a signing error.
802     * BUG 7817: Fix "force group" with ntlmssp guest session setup.
803     * BUG 7841: Make WINBINDD_LOOKUPRIDS asking the right domain.
804     * BUG 7842: Make WINBINDD_LOOKUPRIDS returning the domain name.
805     * BUG 7855: ntlm_auth: Support clients which offer a spnego mechs we don't
806       support.
807     * BUG 7879: Fix memory leaks in Winbind.
808     * BUG 7881: Fix flaky Winbind against Windows 2008.
809     * BUG 7917: Fix connections from WinCE.
810     * BUG 7940: Fix opening MS Powerpoint files.
811
812
813 o   Stefan Metzmacher <metze@samba.org>
814     * BUG 7567: Fix printing with Windows 7 clients.
815     * BUG 7855: ntlm_auth: Support clients which offer a spnego mechs we don't
816       support.
817     * BUG 7883: Fix SMB session setups with Kerberos against some closed source
818       SMB servers.
819     * BUG 7896: Don't set SAMR_FIELD_FULL_NAME if we just want to set the
820       account name.
821     * BUG 7899: Don't return "-1" on success in 'net rpc vampire keytab'.
822     * BUG 7942: Fix endless loops caused by inotify.
823     * BUG 7944: Catch lookup_names/sids schannel errors over ncacn_ip_tcp.
824
825
826 o   Jonathan Nieder <jrnieder@gmail.com>
827     * BUG 6837:  Make "rlimit_max below minimum Windows limit" notification less
828       scary.
829
830
831 o   olivier <olivier@virtscano.fakenet>
832     * BUG 7789: vfs_scannedonly: Switch from mtime to ctime which is more reliable.
833
834
835 o   Rusty Russell <rusty@rustcorp.com.au>
836     * BUG 7498: Fix updating the time on close in vfs_gpfs.
837
838
839 ######################################################################
840 Reporting bugs & Development Discussion
841 #######################################
842
843 Please discuss this release on the samba-technical mailing list or by
844 joining the #samba-technical IRC channel on irc.freenode.net.
845
846 If you do report problems then please try to send high quality
847 feedback. If you don't provide vital information to help us track down
848 the problem then you will probably be ignored.  All bug reports should
849 be filed under the Samba 3.5 product in the project's Bugzilla
850 database (https://bugzilla.samba.org/).
851
852
853 ======================================================================
854 == Our Code, Our Bugs, Our Responsibility.
855 == The Samba Team
856 ======================================================================
857
858
859 ----------------------------------------------------------------------
860
861
862                    =============================
863                    Release Notes for Samba 3.5.7
864                           February 28, 2011
865                    =============================
866
867
868 This is a security release in order to address CVE-2011-0719.
869
870
871 o  CVE-2011-0719:
872    All current released versions of Samba are vulnerable to
873    a denial of service caused by memory corruption. Range
874    checks on file descriptors being used in the FD_SET macro
875    were not present allowing stack corruption. This can cause
876    the Samba code to crash or to loop attempting to select
877    on a bad file descriptor set.
878
879
880 Changes since 3.5.6:
881 --------------------
882
883
884 o   Jeremy Allison <jra@samba.org>
885     * BUG 7949: Fix DoS in Winbind and smbd with many file descriptors open.
886
887
888 ######################################################################
889 Reporting bugs & Development Discussion
890 #######################################
891
892 Please discuss this release on the samba-technical mailing list or by
893 joining the #samba-technical IRC channel on irc.freenode.net.
894
895 If you do report problems then please try to send high quality
896 feedback. If you don't provide vital information to help us track down
897 the problem then you will probably be ignored.  All bug reports should
898 be filed under the Samba 3.5 product in the project's Bugzilla
899 database (https://bugzilla.samba.org/).
900
901
902 ======================================================================
903 == Our Code, Our Bugs, Our Responsibility.
904 == The Samba Team
905 ======================================================================
906
907
908 ----------------------------------------------------------------------
909
910
911                    =============================
912                    Release Notes for Samba 3.5.6
913                           October 8, 2010
914                    =============================
915
916
917 This is the latest stable release of Samba 3.5.
918
919 Major enhancements in Samba 3.5.6 include:
920
921   o Fix smbd panic on invalid NetBIOS session request (bug #7698).
922   o Fix smbd crash caused by "%D" in "printer admin" (bug #7541).
923   o Fix crash bug with invalid SPNEGO token (bug #7694).
924   o Fix Winbind internal error (bug #7636).
925
926
927 Changes since 3.5.5
928 -------------------
929
930
931 o   Jeremy Allison <jra@samba.org>
932     * BUG 7577: Fix SPNEGO auth when contacting Win7 system using Microsoft Live
933       Sign-in Assistant.
934     * BUG 7578: Fix 'net idmap restore' setting HWM to avoid duplicates.
935     * BUG 7581: Fix "admin users" when using vfs_acl_xattr.
936     * BUG 7583: Fix smbclient to connect to Alfresco JLAN CIFS server using
937       Kerberos.
938     * BUG 7589: Fix using cached credentials in ntlm_auth.
939     * BUG 7590: Fix Winbind offline login.
940     * BUG 7617: Fix smbd coredump due to uninitialized variables in the
941       performance counter code.
942     * BUG 7636: Fix Winbind internal error.
943     * BUG 7651: Fix mknod and mkfifo failing with "No such file or
944       directory".
945     * BUG 7693: Fix smbd changing mode of files on rename.
946     * BUG 7694: Fix crash bug with invalid SPNEGO token.
947     * BUG 7698: Fix smbd panic on invalid NetBIOS session request.
948
949
950 o   Günther Deschner <gd@samba.org>
951     * BUG 7541: Fix smbd crash caused by "%D" in "printer admin".
952     * BUG 7568: Make sure cm_connect_lsa_tcp does not reset the secure channel.
953     * BUG 7658: Fix "dereferencing type-punned pointer will break
954       strict-aliasing rules" warnings).
955     * BUG 7665: Fix memory leak in netapi connection manager.
956
957
958 o   Björn Jacke <bj@sernet.de>
959     * BUG 7244: Fall back to cups-config for underlinked libs.
960     * BUG 7474: Fix build on platforms without st_blocks and st_blksize stat
961       struct members.
962
963
964 o   Volker Lendecke <vl@samba.org>
965     * BUG 7336: Enable idmap_passdb module build as shared.
966     * BUG 7531: Fix the charset_pull routine.
967     * BUG 7635: Fix 'smbclient -M'.
968     * BUG 7656: Fix scalability problem with hundreds of printers.
969     * BUG 7684: Fix fd leak in libwbclient.so.
970     * BUG 7688: Fix crash bug in rpcclient.
971     * BUG 7470: Standardize S_IREAD and S_IWRITE.
972     * BUG 7715: Fix file corruption when setting Samba "write wache wize".
973
974
975 o   Jim McDonough <jmcd@samba.org>
976     * BUG 7280: Fix auto printers with registry config.
977
978
979 o   Andreas Schneider <asn@samba.org>
980     * BUG 7538: Fix GUID_from_data_blob() with length of 32.
981
982
983 o   Chere Zhou <chere.zhou@isilon.com>
984     * BUG 7662: Align change notify replies on 4-byte boundary.
985
986
987 ######################################################################
988 Reporting bugs & Development Discussion
989 #######################################
990
991 Please discuss this release on the samba-technical mailing list or by
992 joining the #samba-technical IRC channel on irc.freenode.net.
993
994 If you do report problems then please try to send high quality
995 feedback. If you don't provide vital information to help us track down
996 the problem then you will probably be ignored.  All bug reports should
997 be filed under the Samba 3.5 product in the project's Bugzilla
998 database (https://bugzilla.samba.org/).
999
1000
1001 ======================================================================
1002 == Our Code, Our Bugs, Our Responsibility.
1003 == The Samba Team
1004 ======================================================================
1005
1006
1007 ----------------------------------------------------------------------
1008
1009
1010                    =============================
1011                    Release Notes for Samba 3.5.5
1012                          September 14, 2010
1013                    =============================
1014
1015
1016 This is a security release in order to address CVE-2010-3069.
1017
1018
1019 o  CVE-2010-3069:
1020    All current released versions of Samba are vulnerable to
1021    a buffer overrun vulnerability. The sid_parse() function
1022    (and related dom_sid_parse() function in the source4 code)
1023    do not correctly check their input lengths when reading a
1024    binary representation of a Windows SID (Security ID). This
1025    allows a malicious client to send a sid that can overflow
1026    the stack variable that is being used to store the SID in the
1027    Samba smbd server.
1028
1029
1030 Changes since 3.5.4
1031 --------------------
1032
1033
1034 o   Jeremy Allison <jra@samba.org>
1035     * BUG 7669: Fix for CVE-2010-3069.
1036
1037
1038 o   Andrew Bartlett <abartlet@samba.org>
1039     * BUG 7669: Fix for CVE-2010-3069.
1040
1041
1042 ######################################################################
1043 Reporting bugs & Development Discussion
1044 #######################################
1045
1046 Please discuss this release on the samba-technical mailing list or by
1047 joining the #samba-technical IRC channel on irc.freenode.net.
1048
1049 If you do report problems then please try to send high quality
1050 feedback. If you don't provide vital information to help us track down
1051 the problem then you will probably be ignored.  All bug reports should
1052 be filed under the Samba 3.5 product in the project's Bugzilla
1053 database (https://bugzilla.samba.org/).
1054
1055
1056 ======================================================================
1057 == Our Code, Our Bugs, Our Responsibility.
1058 == The Samba Team
1059 ======================================================================
1060
1061
1062 ----------------------------------------------------------------------
1063
1064
1065                    =============================
1066                    Release Notes for Samba 3.5.4
1067                            June 23, 2010
1068                    =============================
1069
1070
1071 This is the latest stable release of Samba 3.5.
1072
1073 Major enhancements in Samba 3.5.4 include:
1074
1075   o Fix smbd crash when sambaLMPassword and sambaNTPassword entries missing
1076     from ldap (bug #7448).
1077   o Fix init_sam_from_ldap storing group in sid2uid cache (bug #7507).
1078
1079
1080 Changes since 3.5.3
1081 -------------------
1082
1083
1084 o   Michael Adam <obnox@samba.org>
1085     * BUG 7507: Fix init_sam_from_ldap storing group in sid2uid cache.
1086
1087
1088 o   Jeremy Allison <jra@samba.org>
1089     * BUG 7188: Make ea data checks identical for trans2open and trans2mkdir.
1090     * BUG 7410: Samba sends "raw" inode number as uniqueid with unix extensions.
1091     * BUG 7449: Fix spnego returning incorrect mechListMIC string.
1092
1093
1094 o   Günther Deschner <gd@samba.org>
1095     * BUG 7341: Fix Winbind over IPv6.
1096     * BUG 7459: Fix some crash bugs and missing error codes in AddDriver paths.
1097     * BUG 7479: Fix crash bug in _samr_QueryUserInfo{2} level 18.
1098     * BUG 7517: Fix session setup from linux kernel cifs clients with
1099       "sec=ntlmv2".
1100
1101
1102 o   Olaf Flebbe <o.flebbe@science-computing.de>
1103     * BUG 7209: Fix build on RHEL5.
1104
1105
1106 o   Björn Jacke <bj@sernet.de>
1107     * BUG 7427: Using IBM xl_C compiler produces wrong results in configure.
1108     * BUG 7503: Fix calculation of st_blocks in vfs_streams_xattr.
1109     * BUG 7504: Fix numerous build issues.
1110
1111
1112 o   Volker Lendecke <vl@samba.org>
1113     * BUG 7253: Fix Samba login cache problem on Sparc Architecture.
1114     * BUG 7262: Fix editing users' groups via UsrMgr.
1115
1116
1117 o   Buchan Milne <bgmilne@mandriva.org>
1118     * BUG 7500: Fix 'not a string literal' warning in netdomjoin-gui.
1119
1120
1121 o   Matthieu Patou <mat@matws.net>
1122     * BUG 7099: Allow previous password to be stored and use it to check
1123       tickets.
1124
1125
1126 o   Andreas Schneider <asn@samba.org>
1127     * BUG 7423: Fix printing large formats.
1128
1129
1130 o   Roel van Meer <rolek@bokxing.nl>
1131     * BUG 7448: Fix smbd crash when sambaLMPassword and sambaNTPassword entries
1132       missing from ldap.
1133
1134
1135 ######################################################################
1136 Reporting bugs & Development Discussion
1137 #######################################
1138
1139 Please discuss this release on the samba-technical mailing list or by
1140 joining the #samba-technical IRC channel on irc.freenode.net.
1141
1142 If you do report problems then please try to send high quality
1143 feedback. If you don't provide vital information to help us track down
1144 the problem then you will probably be ignored.  All bug reports should
1145 be filed under the Samba 3.5 product in the project's Bugzilla
1146 database (https://bugzilla.samba.org/).
1147
1148
1149 ======================================================================
1150 == Our Code, Our Bugs, Our Responsibility.
1151 == The Samba Team
1152 ======================================================================
1153
1154
1155 ----------------------------------------------------------------------
1156
1157
1158                    =============================
1159                    Release Notes for Samba 3.5.3
1160                             May 19, 2010
1161                    =============================
1162
1163
1164 This is the latest stable release of Samba 3.5.
1165
1166 Major enhancements in Samba 3.5.3 include:
1167
1168   o Fix MS-DFS functionality (bug #7339).
1169   o Fix a Winbind crash when scanning trusts (bug #7389).
1170   o Fix problems with SIGCHLD handling in Winbind (bug #7317).
1171
1172
1173 Changes since 3.5.2
1174 -------------------
1175
1176
1177 o   Jeremy Allison <jra@samba.org>
1178     * BUG 7288: Fix SMB job IDs in CUPS job names.
1179     * BUG 7339: Fix MS-DFS functionality.
1180
1181
1182 o   Andrew Bartlett <abartlet@samba.org>
1183     * BUG 7354: Fix CLDAP tsocket problem on Solaris.
1184
1185
1186 o   Ira Cooper <samba@ira.wakeful.net>
1187     * BUG 7384: Fix bitmap leak in dptr_Close.
1188
1189
1190 o   Günther Deschner <gd@samba.org>
1191     * BUG 7277: Fix exporting printers via 'cupsaddsmb' command.
1192     * BUG 7417: Fix setting of passwords via 'net rpc user password' command.
1193     * BUG 7418: Fix 'net rpc printer list' command.
1194
1195
1196 o   Olaf Flebbe <o.flebbe@science-computing.de>
1197     * BUG 7421: Rename mod_name to module_name.
1198
1199
1200 o   Björn Jacke <bj@sernet.de>
1201     * BUG 7352: Make TIME_T_MAX defines consistent.
1202     * BUG 7385: Fix building with Solaris' gcc.
1203
1204
1205 o   Jeff Layton <jlayton@redhat.com>
1206     * BUG 7315: Fix segfault in mount.cifs.
1207
1208
1209 o   Volker Lendecke <vl@samba.org>
1210     * BUG 7357: Re-fix a bug with smbd serving a windows terminal server.
1211     * BUG 7389: Fix a Winbind crash when scanning trusts.
1212     * BUG 7398: Fix rename problems with full_audit VFS module.
1213
1214
1215 o   Jim McDonough <jmcd@samba.org>
1216     * BUG 7378: Display an error on 'net conf import' failures.
1217
1218
1219 o   Stefan Metzmacher <metze@samba.org>
1220     * BUG 7196: Add replacement for IPV6_V6ONLY on linux systems with broken
1221       headers.
1222     * BUG 7317: Fix problems with SIGCHLD handling in Winbind.
1223     * BUG 7354: Fix CLDAP tsocket problem on Solaris.
1224
1225
1226 o   Luca Olivetti <luca@wetron.es>
1227     * BUG 7263: Fix cups encryption setting.
1228
1229
1230 ######################################################################
1231 Reporting bugs & Development Discussion
1232 #######################################
1233
1234 Please discuss this release on the samba-technical mailing list or by
1235 joining the #samba-technical IRC channel on irc.freenode.net.
1236
1237 If you do report problems then please try to send high quality
1238 feedback. If you don't provide vital information to help us track down
1239 the problem then you will probably be ignored.  All bug reports should
1240 be filed under the Samba 3.5 product in the project's Bugzilla
1241 database (https://bugzilla.samba.org/).
1242
1243
1244 ======================================================================
1245 == Our Code, Our Bugs, Our Responsibility.
1246 == The Samba Team
1247 ======================================================================
1248
1249
1250 ----------------------------------------------------------------------
1251
1252
1253                    =============================
1254                    Release Notes for Samba 3.5.2
1255                            April 7, 2010
1256                    =============================
1257
1258
1259 This is the latest stable release of Samba 3.5.
1260
1261 Major enhancements in Samba 3.5.2 include:
1262
1263   o Fix smbd segfaults in _netr_SamLogon for clients sending null domain
1264     (bug #7237).
1265   o Fix smbd segfaults in "waiting for connections" message (bug #7251).
1266   o Fix an uninitialized variable read in smbd (bug #7254).
1267   o Fix a memleak in Winbind (bug #7278).
1268   o Fix Winbind reconnection to it's own domain (bug #7295).
1269
1270
1271 Changes since 3.5.1
1272 -------------------
1273
1274
1275 o   Michael Adam <obnox@samba.org>
1276     * BUG 7231: Fix automatic building of vfs_tsmsm if gpfs and dmapi are
1277       present.
1278     * BUG 7232: Fix race conditions in CTDB persistent transactions.
1279     * BUG 7313: Make 'net conf addshare' atomic.
1280     * BUG 7314: Eliminate race condition in creating/scanning sorted subkeys in
1281       the registry backend.
1282
1283
1284 o   Jeremy Allison <jra@samba.org>
1285     * BUG 7075: Fix bug in vfs_scannedonly rmdir implementation.
1286     * BUG 7159: Fix handling of bad server data returns in client rpc_transport.
1287     * BUG 7234: Symlink delete fails but incorrectly reports success to client.
1288     * BUG 7255: Fix "printer admin" functionality.
1289     * BUG 7283: Fix smbd segfault if using vfs_acl_tdb.
1290     * BUG 7297: Fix smbd crashes with CUPS printers and no [printers] share defined.
1291     * BUG 7310: Fix DOS attribute inconsistency with MS Office.
1292
1293
1294 o   Kai Blin <kai@samba.org>
1295     * BUG 7290: Fix core dump in 'ntlm_auth' with "gss-spnego" helper.
1296
1297
1298 o   Günther Deschner <gd@samba.org>
1299     * BUG 6727: Fix several printing issues.
1300     * BUG 7237: Fix smbd segfaults in _netr_SamLogon for clients sending
1301       null domain.
1302     * BUG 7256: Fix value-needed calculation in_spoolss_EnumPrinterData().
1303     * BUG 7258: Fix _winreg_QueryValue crash bugs and implement Windows
1304       behavior.
1305
1306
1307 o   Holger Hetterich <hhetter@novell.com>
1308     * BUG 7203: Fix 'net share' command.
1309
1310
1311 o   Michael Karcher <samba@mkarcher.dialup.fu-berlin.de>
1312     * BUG 7269: Fix job management commands for CUPS queues.
1313
1314
1315 o   Jeff Layton <jlayton@redhat.com>
1316     * BUG 6853: Fix race condition in mount.cifs that allows user to replace
1317       mountpoint with a symlink.
1318
1319
1320 o   Volker Lendecke <vl@samba.org>
1321     * BUG 5198: Fix parsing of the gecos field.
1322     * BUG 7202: Fix access by multi-threaded applications.
1323     * BUG 7212: Fix returning of group members with 'getent group'.
1324     * BUG 7216: Fix the build of net_afs.c with --fake-kaserver=yes.
1325     * BUG 7229: Fix a NULL pointer dereference in smbd.
1326     * BUG 7232: Fix race conditions in CTDB persistent transactions.
1327     * BUG 7254: Fix an uninitialized variable read in smbd.
1328     * BUG 7278: Fix a memleak in Winbind.
1329
1330
1331 o   Roel van Meer <rolek@alt001.com>
1332     * BUG 6814: Fix valgrind warning.
1333
1334
1335 o   Stefan Metzmacher <metze@samba.org>
1336     * BUG 7170: Never mark external domains as internal in Winbind.
1337     * BUG 7225: Make Winbind logs more verbose for troubleshooting.
1338     * BUG 7251: Fix smbd segfault in "waiting for connections" message.
1339     * BUG 7295: Fix Winbind reconnection to it's own domain.
1340     * BUG 7316: Winbind possibly segfaults when trying a trusted domain without
1341       inbound trust.
1342
1343
1344 o   SATOH Fumiyasu <fumiyas@osstech.co.jp>
1345     * BUG 1206: Fix segfault if hide files or veto files has no ".AppleDouble".
1346
1347
1348 o   Simo Sorce <idra@samba.org>
1349     * BUG 7204: Fix DN parsing name was always null.
1350
1351
1352 o   Andrew Tridgell <tridge@samba.org>
1353     * BUG 7312: Many disconnecting clients render clustered Samba unusuable
1354       for some time.
1355
1356
1357 o   Bo Yang <boyang@samba.org>
1358     * BUG 7206: Signals are processed twice in child.
1359
1360
1361
1362 ######################################################################
1363 Reporting bugs & Development Discussion
1364 #######################################
1365
1366 Please discuss this release on the samba-technical mailing list or by
1367 joining the #samba-technical IRC channel on irc.freenode.net.
1368
1369 If you do report problems then please try to send high quality
1370 feedback. If you don't provide vital information to help us track down
1371 the problem then you will probably be ignored.  All bug reports should
1372 be filed under the Samba 3.5 product in the project's Bugzilla
1373 database (https://bugzilla.samba.org/).
1374
1375
1376 ======================================================================
1377 == Our Code, Our Bugs, Our Responsibility.
1378 == The Samba Team
1379 ======================================================================
1380
1381 ----------------------------------------------------------------------
1382
1383                    =============================
1384                    Release Notes for Samba 3.5.1
1385                             March 8, 2010
1386                    =============================
1387
1388
1389 This is a security release in order to address CVE-2010-0728.
1390
1391
1392 o  CVE-2010-0728:
1393    In Samba releases 3.5.0, 3.4.6 and 3.3.11, new code
1394    was added to fix a problem with Linux asynchronous IO handling.
1395    This code introduced a bad security flaw on Linux platforms if the
1396    binaries were built on Linux platforms with libcap support.
1397    The flaw caused all smbd processes to inherit CAP_DAC_OVERRIDE
1398    capabilities, allowing all file system access to be allowed
1399    even when permissions should have denied access.
1400
1401
1402 Changes since 3.5.0
1403 -------------------
1404
1405
1406 o   Jeremy Allison <jra@samba.org>
1407     * BUG 7222: Fix for CVE-2010-0728.
1408
1409
1410 ######################################################################
1411 Reporting bugs & Development Discussion
1412 #######################################
1413
1414 Please discuss this release on the samba-technical mailing list or by
1415 joining the #samba-technical IRC channel on irc.freenode.net.
1416
1417 If you do report problems then please try to send high quality
1418 feedback. If you don't provide vital information to help us track down
1419 the problem then you will probably be ignored.  All bug reports should
1420 be filed under the Samba 3.5 product in the project's Bugzilla
1421 database (https://bugzilla.samba.org/).
1422
1423
1424 ======================================================================
1425 == Our Code, Our Bugs, Our Responsibility.
1426 == The Samba Team
1427 ======================================================================
1428
1429
1430 ----------------------------------------------------------------------
1431
1432
1433                    =============================
1434                    Release Notes for Samba 3.5.0
1435                             March 1, 2010
1436                    ===============================
1437
1438
1439 This is the first stable release of Samba 3.5.
1440
1441
1442 Major enhancements in Samba 3.5.0 include:
1443
1444 General changes:
1445 o Add support for full Windows timestamp resolution
1446 o The Using Samba HTML book has been removed.
1447 o 'net', 'smbclient' and libsmbclient can use credentials cached by Winbind.
1448 o The default value of "wide links" has been changed to "no".
1449
1450 Protocol changes:
1451 o Experimental implementation of SMB2
1452
1453 Printing Changes:
1454 o Add encryption support for connections to a CUPS server
1455
1456 Winbind changes:
1457 o Major refactoring
1458 o Asynchronous
1459
1460 VFS modules:
1461 o New vfs_scannedonly module has been added.
1462
1463
1464 General changes:
1465 ================
1466
1467 Support for full Windows timestamp resolution has been added. This effectively
1468 makes us use Windows' full 100ns timestamp resolution if supported by the
1469 kernel (2.6.22 and higher) and the glibc (2.6 and higher).
1470
1471 The Using Samba HTML book has been removed from the Samba tarball.
1472 It is still available at http://www.samba.org/samba/docs/using_samba/toc.html.
1473
1474 Samba client tools like 'net', 'smbclient' and libsmbclient can use the user
1475 credentials cached by Winbind at logon time. This is very useful e.g. when
1476 connecting to a Samba server using Nautilus without re-entering username and
1477 password. This feature is enabled by default and can be disabled per application
1478 by setting the LIBSMBCLIENT_NO_CCACHE environment variable.
1479
1480 The default value of "wide links" has been changed to "no" to avoid an insecure
1481 default configuration ("wide links = yes" and "unix extensions = yes"). For
1482 more details, please see http://www.samba.org/samba/news/symlink_attack.html.
1483
1484
1485 Protocol changes
1486 ================
1487
1488 An EXPERIMENTAL implementation of the SMB2 protocol has been added. SMB2 can be
1489 enabled by setting "max protocol = smb2". SMB2 is a new implementation of the
1490 SMB protocol used by Windows Vista and higher.
1491
1492 Printing Changes
1493 ================
1494
1495 A new parameter "cups encrypt" has been added to control whether connections to
1496 CUPS servers will be encrypted or not. The default is to use unencrypted
1497 connections.
1498
1499 Winbind changes
1500 ===============
1501
1502 The Winbind daemon has been refactored internally to be asynchronous. The new
1503 Winbind will not be blocked by running 'getent group' or 'getent passwd'.
1504
1505 VFS modules
1506 ===========
1507
1508 A new VFS module "scannedonly" has been added. This is a filter that
1509 talks to an antivirus-engine and stores whether a file is clean or not.
1510 Users do only see clean files on their filesystem.
1511
1512
1513 ######################################################################
1514 Changes
1515 #######
1516
1517 smb.conf changes
1518 ----------------
1519
1520    Parameter Name                      Description     Default
1521    --------------                      -----------     -------
1522
1523    create krb5 conf                    New             yes
1524    ctdb timeout                        New             0
1525    cups encrypt                        New             no
1526    debug hires timestamp               Changed Default yes
1527    ldap deref                          New             auto
1528    ldap follow referral                New             auto
1529    nmbd bind explicit broadcast        New             no
1530    wide links                          Changed Default no
1531
1532
1533 New configure options
1534 ---------------------
1535
1536 --enable-external-libtdb        Enable external tdb
1537 --enable-netapi                 Turn on netapi support
1538 --enable-pthreadpool            Enable pthreads pool helper support
1539 --with-cifsumount               Include umount.cifs (Linux only) support
1540 --with-codepagedir=DIR          Where to put codepages
1541
1542
1543 Commit Highlights
1544 =================
1545
1546 o   Björn Jacke <bj@sernet.de>
1547     * Add support for full Windows timestamp resolution.
1548     * Add encryption support for connections to a CUPS server.
1549
1550
1551 o   Volker Lendecke <vl@samba.org>
1552     * Major internal refactoring of the Winbind daemon.
1553     * Make Winbind asynchronous.
1554     * Make 'net', 'smbclient' and libsmbclient use the logon credentials cached
1555       by Winbind.
1556
1557
1558 o   Stefan Metzmacher <metze@samba.org>
1559     * Implement the new SMB2 protocol (experimental).
1560
1561
1562 Changes since 3.5.0rc3
1563 ----------------------
1564
1565
1566 o   Günther Deschner <gd@samba.org>
1567     * BUG 7181: Fix 'net ads dns' usage calls.
1568     * BUG 7182: Fix uninitialized variable in wkssvc_enumerateusers.
1569
1570
1571 o   Volker Lendecke <vl@samba.org>
1572     * BUG 7145: Fix duplicate sam and unix accounts.
1573     * BUG 7166: Avoid calling cli_alloc_mid twice in cli_smb_req_iov_send.
1574
1575
1576 o   Stefan Metzmacher <metze@samba.org>
1577     * BUG 7160: Keep the the correct negotiate_flags on the cli->dc structure.
1578
1579
1580 Changes since 3.5.0rc2
1581 ----------------------
1582
1583
1584 o   Jeremy Allison <jra@samba.org>
1585     * BUG 6557: Fix vfs_full_audit.
1586     * BUG 6876: Fix duplicate initializer in the rmdir module.
1587     * BUG 7063: Fix core dump on Ubuntu 8.04 64 bit.
1588     * BUG 7067: Fix failing of smbd to respond to a read or a write caused by
1589       Linux asynchronous IO (aio).
1590     * BUG 7069: Fix 'smbget' error status.
1591     * BUG 7072: Fix unlocking of accounts from ldap.
1592     * BUG 7079  Cliconnect gets realm wrong with trusted domains.
1593     * BUG 7081: Fix vfs_expand_msdfs.
1594     * BUG 7084: Fix storing of create time on directories in an EA in new
1595       create time code.
1596     * BUG 7104: "wide links" and "unix extensions" are incompatible.
1597     * BUG 7118: Fix nmbd problems with socket address.
1598     * BUG 7122: Fix reading of large browselist.
1599     * BUG 7154: "mangling method = hash" can crash storing a name containing a '.'.
1600     * BUG 7155: Valgrind Conditional jump or move depends on uninitialised
1601       value(s) error when "mangling method = hash"..
1602
1603
1604 o   Steven Danneman <steven.danneman@isilon.com>
1605     * BUG 7096: Fix string buffer overflow causing heap corruption in smbd.
1606
1607
1608 o   Günther Deschner <gd@samba.org>
1609     * BUG 6888: Fix printing with 64 bit clients.
1610     * BUG 7130: Fix listing of printjobs in  Windows 7.
1611     * BUG 7148: Fix get_acl_blob in the acl_tdb VFS module.
1612
1613
1614 o   Björn Jacke <bj@sernet.de>
1615     * BUG 7103: Fix build issue on Tru64.
1616     * BUG 7116: Change ldap filter to what really was intended.
1617     * Fix some wrong newlines in de translation strings.
1618
1619
1620 o   Jeff Layton <jlayton@redhat.com>
1621     * BUG 6868: Fix crash bug in 'cifs.upcall'.
1622
1623
1624 o   Volker Lendecke <vl@samba.org>
1625     * BUG 7085: Fix an early release of the global lock that can cause data
1626       corruption in libtdb.
1627     * BUG 7139: Owner of file not available with Kerberos.
1628
1629
1630 o   Stefan Metzmacher <metze@samba.org>
1631     * BUG 6888: Fix printing with 64 bit clients.
1632     * BUG 7098: Fix results of 'smbclient -L' with a large browse list.
1633     * BUG 7116: Add pdb_ldap performance fixes.
1634     * BUG 7118: Add new "nmbd bind explicit broadcast" parameter.
1635     * BUG 7119: Support large browselist.
1636     * BUG 7140: Fix IPv4/IPv6 problems.
1637
1638
1639 o   Lars Müller <lars@samba.org>
1640     * BUG 7071: Fix build of 'smbfilter'.
1641     * BUG 7047: Add cross option to samba_cv_linux_getgrouplist_ok.
1642     * BUG 7102: Normalize "Changing password for" msg IDs and STRs.
1643
1644
1645 o   Olivier Sessink <olivier@virtscano.fakenet>
1646     * BUG 7076: Fix build of vfs_scannedonly on AIX.
1647
1648
1649 o   Bo Yang <boyang@samba.org>
1650     * BUG 7106: Fix malformed require_membership_of_sid.
1651
1652
1653
1654 Changes since 3.5.0rc1
1655 ----------------------
1656
1657
1658 o   Michael Adam <obnox@samba.org>
1659     * BUG 4347: Check password history before increasing "badPasswordCount".
1660
1661
1662 o   Jeremy Allison <jra@samba.org>
1663     * BUG 5202: Fix changing of ACLs on writable file with "dos filemode=yes".
1664     * BUG 6876: Fix deletion of an object whose parent folder does not have delete
1665       rights fails even if the delete right is set on the object in
1666       vfs_acl_xattr and vfs_acl_tdb.
1667     * BUG 7033: Fix SMBrmdir error message when deleting a directory fails.
1668     * BUG 7036: Fix 'net rpc getsid' in hardened Windows environments.
1669     * BUG 7045: Fix bad (non memory copying) interfaces in smbc_setXXXX calls.
1670
1671
1672 o   Giovanni Bajo <rasky@develer.com>
1673     * BUG 7029: Disable sanity check in NetShareEnum for better compatibility
1674       with Windows.
1675
1676
1677 o   Kai Blin <kai@samba.org>
1678     * BUG 7039: Fix compile error with WITH_DNS_UPDATE. Update .po files.
1679
1680
1681 o   Günther Deschner <gd@samba.org>
1682     * BUG 7043: Fix crash bug in libsmbclient.
1683
1684
1685 o   André Hentschel <nerv@dawncrow.de>
1686     * BUG 7039: Complete German translation of 'net'.
1687
1688
1689 o   Björn Jacke <bj@sernet.de>
1690     * BUG 7039: Improve some German translations in 'net'.
1691
1692
1693 o   William Jojo <w.jojo@hvcc.edu>
1694     * BUG 7052: Fix DFS on AIX.
1695
1696
1697 o   Volker Lendecke <vl@samba.org>
1698     * BUG 6981: Fix large paged search with DirX LDAP servers.
1699     * BUG 7027: Fix a segfault in winbindd_dual_ccache_ntlm_auth().
1700     * BUG 7037: Fix a Winbind segfault in "trusted_domains".
1701     * BUG 7046: Fix libsmbclient crash against OpenSolaris CIFS server.
1702     * BUG 7062: Make 'net', 'smbclient' and libsmbclient use the logon
1703       credentials cached by Winbind.
1704     * Lock down some srvsvc calls according to what w2k3 seems to do.
1705
1706
1707 o   Stefan Metzmacher <metze@samba.org>
1708     * BUG 6157: Restore Samba 3.0.x behavior and use the first "uid" value in
1709       pdb_ldap.
1710
1711
1712 o   SASAJIMA Toshihiro <sasajima_t@jp.fujitsu.com>
1713     * BUG 7034: Fix segfault in vfs_cap.
1714
1715
1716 o   Olivier Sessink <oliviersessink@gmail.com>
1717     * BUG 7028: Add new scannedonly VFS module.
1718
1719
1720 Changes since 3.5.0pre2
1721 -----------------------
1722
1723 o   Jeremy Allison <jra@samba.org>
1724     * BUG 6837: Fix "Too many open files" when trying to access large number of
1725       files with Windows 7.
1726     * BUG 6939: Fix long filenames when "mangling method" is set to "hash".
1727     * BUG 7020: Fix smbd using 2G memory.
1728     * Ensure dos_mode can return FILE_ATTRIBUTE_NORMAL, then filter the returned
1729       attributes by protocol level.
1730     * Vector correctly through reply_openerror() (which uses the same logic).
1731     * Fix bugs with the full Windows ACL support.
1732
1733
1734 o   Kai Blin <kai@samba.org>
1735     * Add a few missing gettext calls to the 'net' command.
1736     * Fix up a share type translation and translate some more strings in 'net'.
1737
1738
1739 o   Günther Deschner <gd@samba.org>
1740     * Allow to call "pdbedit -N description -u user" without specifiyng "-r".
1741     * Add spoolss_DriverInfo7.
1742     * Fix rpcclient after setprinter IDL fixes.
1743     * Use generated krb5.conf in 'net ads testjoin'.
1744
1745
1746 o   Jonas Gorski <jonas.gorski+samba@gmail.com>
1747     * BUG 6992: make test for getgrouplist cacheable.
1748
1749
1750 o   André Hentschel <nerv@dawncrow.de>
1751     * Add some German translations for the 'net' command.
1752
1753
1754 o   Suresh Jayaraman <sjayaraman@suse.de>
1755     * Update mount.cifs man page with nounix option.
1756
1757
1758 o   Volker Lendecke <vl@samba.org>
1759     * Fix _samr_GetAliasMembership for results with 0 rids.
1760     * Fix an error case in cli_negprot.
1761     * Add a lower-cost alternative to wbinfo -t: wbinfo --ping-dc.
1762     * Restore correct timeouts for SMB requests.
1763     * Fix a 64-bit error in libsmb.
1764     * Replace IS_DOMAIN_OFFLINE by a function in Winbind.
1765     * Simplify/cleanup Winbind code.
1766
1767
1768 o   Kamen Mazdrashki <kamen.mazdrashki@postpath.com>
1769     * Fix write behind memory block in libtalloc.
1770     * Fix result check for getaddrinfo().
1771
1772
1773 o   Jim McDonough <jmcd@samba.org>
1774     * BUG 7014: Fix Winbind crash when retrieving empty group members.
1775
1776
1777 o   Brian Lu <brian.lu@sun.com>
1778     * BUG 6991: Create symbol links to shared libraries.
1779
1780
1781 o   Stefan Metzmacher <metze@samba.org>
1782     * Add tsocket_address_bsd_sockaddr() and tsocket_address_bsd_from_sockaddr()
1783       to tsocket.
1784     * Always set tdb->tracefd to -1 to be safe on goto fail in libtdb.
1785     * Add TDB_DISALLOW_NESTING and make TDB_ALLOW_NESTING the default behavior.
1786     * Fix standalone 'make installdocs'.
1787
1788
1789 o   Peter Rosin <peda@lysator.liu.se>
1790     * Output %p as unsigned in snprintf replacement.
1791
1792
1793 o   Ronnie Sahlberg <ronniesahlberg@gmail.com>
1794     * New attempt at TDB transaction nesting allow/disallow.
1795
1796
1797 o   Kirill Smelkov <kirr@mns.spb.ru>
1798     * Remove swig stuff from libtdb.
1799     * Reset tdb->fd to -1 in tdb_close() in libtdb.
1800
1801
1802 o   Simo Sorce <idra@samba.org>
1803     * Change the way mksysms work in libtalloc.
1804
1805
1806 o   Jelmer Vernooij <jelmer@samba.org>
1807     * Also build and install tdb manpages from standalone tdb.
1808
1809
1810 o   Bo Yang <boyang@samba.org>
1811     * Fix infinite loop in NCACN_IP_TCP as there is no timeout.
1812     * Make winbindd_cache.c aware of domain offline to avoid unnecessary backend
1813       query.
1814     * List trusted domains from wcache when domain is offline.
1815
1816
1817 Changes since 3.5.0pre1
1818 -----------------------
1819
1820 o   Michael Adam <obnox@samba.org>
1821     * Fix the build when no external talloc and tdb are installed.
1822     * Fix detection of CTDB headers on systems without system-libtalloc.
1823
1824
1825 o   Jeremy Allison <jra@samba.org>
1826     * BUG 6802: A created folder does not properly inherit permissions from
1827       parent in vfs_acl_xattr.
1828     * BUG 6837: "Too many open files" when trying to access large number of
1829       files from Windows 7.
1830     * BUG 6938 : No hook exists to check creation rights when using acl_xattr
1831       module.
1832     * Fix vfs_acl_xattr which was failing to call the NEXT connect function.
1833     * Restructure the ACL code.
1834     * Refactor reply_rmdir to use handle based code.
1835
1836
1837 o   Dan Cox <dan@wep.net>
1838     * BUG 2350: Add LDAP Alias Dereferencing support.
1839
1840
1841 o   Günther Deschner <gd@samba.org>
1842     * BUG 6929: Fix build with recent heimdal.
1843     * Fix several printing issues.
1844     * Fix the build on Mac OS X 10.6.2.
1845     * Fix net and rpcclient after setprinterdataex changes.
1846     * Add full support for level 8 printer drivers.
1847     * Add more spoolss architectures to IDL.
1848     * Fix enumprinter key client and server.
1849     * Fix crash in EnumPrinterDataEx.
1850
1851
1852 o   Björn Jacke <bj@sernet.de>
1853     * Prefer posix_fallocate for doing "strict allocate".
1854
1855
1856 o   Matt Kraai <mkraai@beckman.com>
1857     * BUG 6860: Fix shared library build on QNX.
1858
1859
1860 o   Volker Lendecke <vl@samba.org>
1861     * BUG 6288: SWAT adds a second share when changing parameters of an existing
1862       share.
1863     * BUG 6435: Fix minor memory corruption.
1864     * Restore "fake directory create times" as a share parameter.
1865     * Fix explicit stat64 support.
1866     * Add support for NetWkstaGetInfo 101 and 102.
1867     * Add rpcclient wkssvc_enumerateusers.
1868     * De-deprecate "write cache size" to prevent its removal without a proper
1869       alternative.
1870     * Allow more than 1000 users in BUILTIN\Users.
1871
1872
1873 o   Jim McDonough <jmcd@samba.org>
1874     * BUG 6967: Prevent glibc error on 'net ads join'.
1875
1876
1877 o   Lars Müller <lars@samba.org>
1878     * BUG 6710: Only install the cifs.upcall man page if CIFSUPCALL_PROGS was
1879       set while configure.
1880
1881
1882 o   Ian Puleston <ipuleston@sonicwall.com>
1883     * Complete support for NetWkstaGetInfo/NetWkstaEnumUsers.
1884
1885
1886 o   Karolin Seeger <kseeger@samba.org>
1887     * Fix the build of the example VFS modules.
1888
1889
1890 o   Bo Yang <boyang@samba.org>
1891     * BUG 6879: Fix crash in Winbind.
1892     * Fix crash in free_file_list().
1893     * Give the user a chance to change password when password will expire soon.
1894
1895
1896 ######################################################################
1897 Reporting bugs & Development Discussion
1898 #######################################
1899
1900 Please discuss this release on the samba-technical mailing list or by
1901 joining the #samba-technical IRC channel on irc.freenode.net.
1902
1903 If you do report problems then please try to send high quality
1904 feedback. If you don't provide vital information to help us track down
1905 the problem then you will probably be ignored.  All bug reports should
1906 be filed under the Samba 3.5 product in the project's Bugzilla
1907 database (https://bugzilla.samba.org/).
1908
1909
1910 ======================================================================
1911 == Our Code, Our Bugs, Our Responsibility.
1912 == The Samba Team
1913 ======================================================================