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