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