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