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