libreplace: Fix symbol names for snprintf/asprintf/vasprintf.
[Samba.git] / WHATSNEW.txt
blobf0114d615765a15f1b0a357184d07ac27f8b6f96
1                    ==============================
2                    Release Notes for Samba 3.5.20
3                          December 17, 2012
4                    ==============================
7 This is the latest stable release of Samba 3.5.
9 Major enhancements in Samba 3.5.20 include:
11 o  
13 Changes since 3.5.19:
14 ---------------------
16 o   Jeremy Allison <jra@samba.org>
19 ######################################################################
20 Reporting bugs & Development Discussion
21 #######################################
23 Please discuss this release on the samba-technical mailing list or by
24 joining the #samba-technical IRC channel on irc.freenode.net.
26 If you do report problems then please try to send high quality
27 feedback. If you don't provide vital information to help us track down
28 the problem then you will probably be ignored.  All bug reports should
29 be filed under the Samba 3.5 product in the project's Bugzilla
30 database (https://bugzilla.samba.org/).
33 ======================================================================
34 == Our Code, Our Bugs, Our Responsibility.
35 == The Samba Team
36 ======================================================================
39 Release notes for older releases follow:
40 ----------------------------------------
42                    ==============================
43                    Release Notes for Samba 3.5.19
44                           November 5, 2012
45                    ==============================
48 This is the latest stable release of Samba 3.5.
50 Major enhancements in Samba 3.5.19 include:
52 o  Connection to outbound trusted domain goes offline (bug #9016).
53 o  ACL masks incorrectly applied when setting ACLs (bug #9236).
54 o  Samba panics if a user specifies an invalid port number (bug #9218).
57 Changes since 3.5.18:
58 ---------------------
60 o   Jeremy Allison <jra@samba.org>
61     * BUG 9016: Connection to outbound trusted domain goes offline.
62     * BUG 9117: smbclient can't connect to a Windows 7 server using NTLMv2.
63     * BUG 9213: Bad ASN.1 NegTokenInit packet can cause invalid free.
64     * BUG 9236: ACL masks incorrectly applied when setting ACLs.
67 o   Andrew Bartlett <abartlet@samba.org>
68     * BUG 8788: libsmb: Initialise ticket to ensure we do not free invalid memory.
71 o   Björn Jacke <bj@sernet.de>
72     * BUG 8344: autoconf: Fix --with(out)-sendfile-support option handling.
73     * BUG 8732: Fix compile of krb5 locator on Solaris.
74     * BUG 9172: Add quota support for gfs2.
77 o   Matthieu Patou <mat@matws.net>
78     * BUG 9259: lib-addns: Ensure that allocated buffer are pre set to 0.
81 o   Andreas Schneider <asn@samba.org>
82     * BUG 9218: Samba panics if a user specifies an invalid port number.
85 ######################################################################
86 Reporting bugs & Development Discussion
87 #######################################
89 Please discuss this release on the samba-technical mailing list or by
90 joining the #samba-technical IRC channel on irc.freenode.net.
92 If you do report problems then please try to send high quality
93 feedback. If you don't provide vital information to help us track down
94 the problem then you will probably be ignored.  All bug reports should
95 be filed under the Samba 3.5 product in the project's Bugzilla
96 database (https://bugzilla.samba.org/).
99 ======================================================================
100 == Our Code, Our Bugs, Our Responsibility.
101 == The Samba Team
102 ======================================================================
105 ----------------------------------------------------------------------
108                    ==============================
109                    Release Notes for Samba 3.5.18
110                          September 24, 2012
111                    ==============================
114 This is the latest stable release of Samba 3.5.
116 Major enhancements in Samba 3.5.18 include:
118 o  Fix a smbd crash in reply_lockingX_error (bug #9084).
119 o  Fix Winbind crashes caused by mis-identified idle clients (bug #9104).
120 o  Desktop Managers (xdm, gdm, lightdm...) crash with SIGSEGV in
121    _pam_winbind_change_pwd() when password is expiring (bug #9013).
124 Changes since 3.5.17:
125 ---------------------
127 o   Michael Adam <obnox@samba.org>
128     * BUG 7788: Clarify the idmap_rid manpage.
131 o   Jeremy Allison <jra@samba.org>
132     * BUG 9098: Winbind does not refresh Kerberos tickets.
133     * BUG 9147: Winbind can't fetch user or group info from AD via LDAP.
134     * BUG 9150: Valid open requests can cause smbd assert due to incorrect
135       oplock handling on delete requests.
138 o   Neil R. Goldberg <ngoldber@mitre.org>
139     * BUG 9100: Winbind doesn't return "Domain Local" groups from own domain.
142 o   Hargagan <shargagan@novell.com>
143     * BUG 9085: NMB registration for a duplicate workstation fails with
144       registration refuse.
147 o   Björn Jacke <bj@sernet.de>
148     * BUG 7814: Fix build of sysquote_xfs.
149     * BUG 8402: Winbind log spammed with idmap messages.
152 o   Volker Lendecke <vl@samba.org>
153     * BUG 9084: Fix a smbd crash in reply_lockingX_error.
156 o   Herb Lewis <hlewis@panasas.com>
157     * BUG 9104: Fix Winbind crashes caused by mis-identified idle clients.
160 o   Luca Lorenzetto <lorenzetto-luca@ubuntu-it.org>
161     * BUG 9013: Desktop Managers (xdm, gdm, lightdm...) crash with SIGSEGV in
162       _pam_winbind_change_pwd() when password is expiring.
165 ######################################################################
166 Reporting bugs & Development Discussion
167 #######################################
169 Please discuss this release on the samba-technical mailing list or by
170 joining the #samba-technical IRC channel on irc.freenode.net.
172 If you do report problems then please try to send high quality
173 feedback. If you don't provide vital information to help us track down
174 the problem then you will probably be ignored.  All bug reports should
175 be filed under the Samba 3.5 product in the project's Bugzilla
176 database (https://bugzilla.samba.org/).
179 ======================================================================
180 == Our Code, Our Bugs, Our Responsibility.
181 == The Samba Team
182 ======================================================================
185 ----------------------------------------------------------------------
188                    ==============================
189                    Release Notes for Samba 3.5.17
190                            August 13, 2012
191                    ==============================
194 This is the latest stable release of Samba 3.5.
197 Changes since 3.5.16:
198 ---------------------
200 o   Jeremy Allison <jra@samba.org>
201     * BUG 9034: Fix typo in set_re_uid() call when USE_SETRESUID selected in
202       configure.
205 o   Björn Jacke <bj@sernet.de>
206     * BUG 8996: Fix build without ads support.
207     * BUG 9011: Second part of a fix for bug #9011 (Build on HP-UX broken).
210 o   Stefan Metzmacher <metze@samba.org>
211     * BUG 9022: Make vfs_gpfs less verbose in get/set_xattr functions.
214 ######################################################################
215 Reporting bugs & Development Discussion
216 #######################################
218 Please discuss this release on the samba-technical mailing list or by
219 joining the #samba-technical IRC channel on irc.freenode.net.
221 If you do report problems then please try to send high quality
222 feedback. If you don't provide vital information to help us track down
223 the problem then you will probably be ignored.  All bug reports should
224 be filed under the Samba 3.5 product in the project's Bugzilla
225 database (https://bugzilla.samba.org/).
228 ======================================================================
229 == Our Code, Our Bugs, Our Responsibility.
230 == The Samba Team
231 ======================================================================
234 ----------------------------------------------------------------------
237                    ==============================
238                    Release Notes for Samba 3.5.16
239                             July 2, 2012
240                    ==============================
243 This is the latest stable release of Samba 3.5.
245 Major enhancements in Samba 3.5.16 include:
247 o  Fix possible memory leaks in the Samba master process (bug #8970).
248 o  Fix uninitialized memory read in talloc_free().
249 o  Fix smbd crash with unknown user (bug #8314).
252 Changes since 3.5.15:
253 ---------------------
255 o   Jeremy Allison <jra@samba.org>
256     * BUG 8314: Fix smbd crash with unknown user.
257     * BUG 8831: Fix inconsistent (with manpage) command-line switch for "help"
258       in smbtree.
259     * BUG 8882: Fix processing of %U with vfs_full_audit when "force user"
260       is set.
261     * BUG 8897: winbind_krb5_locator only returns one IP address.
262     * BUG 8910: resolve_ads() code can return zero addresses and miss valid DC
263       IP addresses.
264     * BUG 8957: Fix typo in pam_winbindd code.
265     * BUG 8972: Directory group write permission bit is set if unix extensions
266       are enabled.
267     * BUG 8974: Kernel oplocks are broken when uid(file) != uid(process).
268     * BUG 8989: Send correct responses to NT Transact Secondary when no data and
269       no params.
270     * BUG 8994: Fix "winbind normalize names".
273 o   Andrew Bartlett <abartlet@samba.org>
274     * BUG 8599: Only use SamLogonEx when we can get unencrypted session keys.
275     * BUG 8943: Slow but responsive DC can lock up winbindd for > 10 minutes
276       at a time.
279 o   Björn Baumbach <bb@sernet.de>
280     * BUG 7564: Fix default name resolve order in the manpage.
283 o   John Bradshaw <john@johnbradshaw.org>
284     * BUG 7938: Fix typo (overrided -> overridden) in Samba3-HOWTO.
287 o   Olaf Flebbe <o.flebbe@science-computing.de>
288     * BUG 8552: Correct documentation of "case sensitive".
291 o   Björn Jacke <bj@sernet.de>
292     * BUG 8869: Remove outdated netscape ds 5 schema file.
293     * BUG 9011: Fix build on HP-UX.
296 o   Volker Lendecke <vl@samba.org>
297     * Fix uninitialized memory read in talloc_free().
298     * BUG 8338: OS/X can not deal with a 10-vwv read on normal files.
299     * BUG 8998: Notify code can miss a ChDir.
300     * BUG 9000: Fix a Winbind race leading to 100% CPU.
301     * BUG 9003: Fix posix acl on gpfs.
304 o   Matthieu Patou <mat@matws.net>
305     * BUG 8975: Make sure that Winbind can coredump.
308 o   Karolin Seeger <kseeger@samba.org>
309     * BUG 7930: Add hint that setting "profile acls = yes" on normal shares can
310       cause trouble.
313 o   Richard Sharpe <realrichardsharpe@gmail.com>
314     * BUG 8822: Fix building out-of-tree vfs modules.
315     * BUG 8970: Fix possible memory leaks in the Samba master process.
318 o   Simo Sorce <idra@samba.org>
319     * BUG 8915: Fix pam_winbind build against newer iniparser library.
322 ######################################################################
323 Reporting bugs & Development Discussion
324 #######################################
326 Please discuss this release on the samba-technical mailing list or by
327 joining the #samba-technical IRC channel on irc.freenode.net.
329 If you do report problems then please try to send high quality
330 feedback. If you don't provide vital information to help us track down
331 the problem then you will probably be ignored.  All bug reports should
332 be filed under the Samba 3.5 product in the project's Bugzilla
333 database (https://bugzilla.samba.org/).
336 ======================================================================
337 == Our Code, Our Bugs, Our Responsibility.
338 == The Samba Team
339 ======================================================================
342 ----------------------------------------------------------------------
345                    ==============================
346                    Release Notes for Samba 3.5.15
347                            April 30, 2012
348                    ==============================
351 This is a security release in order to address
352 CVE-2012-2111 (Incorrect permission checks when granting/removing
353 privileges can compromise file server security).
355 o  CVE-2012-2111:
356    Samba 3.4.x to 3.6.4 are affected by a
357    vulnerability that allows arbitrary users
358    to modify privileges on a file server.
361 Changes since 3.5.14:
362 ---------------------
365 o   Jeremy Allison <jra@samba.org>
366     * Fix  incorrect permission checks when granting/removing
367       privileges (CVE-2012-2111).
370 ######################################################################
371 Reporting bugs & Development Discussion
372 #######################################
374 Please discuss this release on the samba-technical mailing list or by
375 joining the #samba-technical IRC channel on irc.freenode.net.
377 If you do report problems then please try to send high quality
378 feedback. If you don't provide vital information to help us track down
379 the problem then you will probably be ignored.  All bug reports should
380 be filed under the Samba 3.5 product in the project's Bugzilla
381 database (https://bugzilla.samba.org/).
384 ======================================================================
385 == Our Code, Our Bugs, Our Responsibility.
386 == The Samba Team
387 ======================================================================
390 ----------------------------------------------------------------------
393                    ==============================
394                    Release Notes for Samba 3.5.14
395                            April 10, 2012
396                    ==============================
399 This is a security release in order to address
400 CVE-2012-1182 ("root" credential remote code execution).
402 o  CVE-2012-1182:
403    Samba 3.0.x to 3.6.3 are affected by a
404    vulnerability that allows remote code
405    execution as the "root" user.
408 Changes since 3.5.13:
409 ---------------------
412 o   Stefan Metzmacher <metze@samba.org>
413     *BUG 8815: PIDL based autogenerated code allows overwriting beyond of
414      allocated array (CVE-2012-1182).
417 ######################################################################
418 Reporting bugs & Development Discussion
419 #######################################
421 Please discuss this release on the samba-technical mailing list or by
422 joining the #samba-technical IRC channel on irc.freenode.net.
424 If you do report problems then please try to send high quality
425 feedback. If you don't provide vital information to help us track down
426 the problem then you will probably be ignored.  All bug reports should
427 be filed under the Samba 3.5 product in the project's Bugzilla
428 database (https://bugzilla.samba.org/).
431 ======================================================================
432 == Our Code, Our Bugs, Our Responsibility.
433 == The Samba Team
434 ======================================================================
437 ----------------------------------------------------------------------
440                    ==============================
441                    Release Notes for Samba 3.5.13
442                           March 12, 2012
443                    ==============================
446 This is the latest stable release of Samba 3.5.
448 Major enhancements in Samba 3.5.13 include:
450 o  Fix a crash bug in cldap_socket_recv_dgram() (bug #8593).
451 o  Fully observe password change settings (bug #8561).
452 o  Fix NT ACL issue (bug #8673).
453 o  Fix segfault in Winbind if we can't map the last user (bug #8678).
456 Changes since 3.5.12:
457 --------------------
460 o   Michael Adam <obnox@samba.org>
461     * BUG 8327: Fix config reload to reload shares from registry.
464 o   Jeremy Allison <jra@samba.org>
465     * BUG 8139: Ignore SMBecho errors.
466     * BUG 8521: Fix Winbind cache timeout expiry test.
467     * BUG 8561: Fully observe password change settings.
468     * BUG 8631: Fix POSIX ACE x permission mapping to and from a DACL.
469     * BUG 8636: When returning an ACL without SECINFO_DACL requested, we still
470       set SEC_DESC_DACL_PRESENT in the type field.
471     * BUG 8644: Make sure that vfs_acl_xattr and vfs_acl_tdb modules add
472       inheritable entries on a directory with no stored ACL.
473     * BUG 8663: Fix deleting a symlink if the symlink target is outside of the
474     * share.
475     * BUG 8664: Fix renaming a symlink if the symlink target is outside of the
476       share.
477     * BUG 8673: Fix NT ACL issue.
478     * BUG 8679: Make sure that recvfile code path using splice() on Linux
479       does not leave data in the pipe on short write.
480     * BUG 8687: Fix typo in 'net memberships' usage.
483 o   Christian Ambach <christian.ambach@de.ibm.com>
484     * BUG 8658: Add timeouts to Winbind cache.
487 o   Andrew Bartlett <abartlet@samba.org>
488     * BUG 8727: Do not limit read replies to NBT packet sizes.
491 o   Günther Deschner <gd@samba.org>
492     * BUG 8176: Fix perl path.
493     * BUG 8692: Fix malloc/talloc mismatch in ads_keytab_verify_ticket().
496 o   Björn Jacke <bj@sernet.de>
497     * BUG 8652: Document the ignore system acls option of vfs_acl_xattr and
498       vfs_acl_tdb.
501 o   Jeff Layton <jlayton@redhat.com>
502     * BUG 8648: Document more undocumented mount.cifs options.
505 o   Volker Lendecke <vl@samba.org>
506     * BUG 8639: Fix the vfs_commit module.
507     * BUG 8686: Packet validation checks can be done before length validation
508       causing uninitialized memory read.
511 o   Stefan Metzmacher <metze@samba.org>
512     * BUG 5326: Fix cli_write_and_x() against OS/2 print shares.
513     * BUG 8562: Fix double free error (talloc).
514     * BUG 8593: Fix a crash bug in cldap_socket_recv_dgram().
515     * BUG 8684: Try ctdbd_init_connection() as root.
518 o   Masafumi Nakayama <MASA23@jp.ibm.com>
519     * BUG 563: Fix 'smbclient tar' for files greater than 8GB on BE machines.
522 o   Matthieu Patou <mat@matws.net>
523     * BUG 8599: Make WINBINDD_PAM_AUTH_CRAP return valid user session key.
524     * BUG 8771: Make Winbind change faster from DC1 to DC2.
527 o   Andreas Schneider <asn@samba.org>
528     * BUG 8608: Don't fail on users without a uid (Winbind).
529     * BUG 8628: Don't duplicate Kerberos service tickets.
530     * BUG 8645: Add missing prefixpath options for mount.cifs manpage.
531     * BUG 8658: Add an update function for Winbind cache.
532     * BUG 8678: Fix segfault in Winbind if we can't map the last user.
535 o   Karolin Seeger <kseeger@samba.org>
536     * BUG 7705: Fix rpm build issues on RHEL4.
539 o   Richard Sharpe <realrichardsharpe@gmail.com>
540     * BUG 8607: Simplify building modules outside the Samba source tree.
543 ######################################################################
544 Reporting bugs & Development Discussion
545 #######################################
547 Please discuss this release on the samba-technical mailing list or by
548 joining the #samba-technical IRC channel on irc.freenode.net.
550 If you do report problems then please try to send high quality
551 feedback. If you don't provide vital information to help us track down
552 the problem then you will probably be ignored.  All bug reports should
553 be filed under the Samba 3.5 product in the project's Bugzilla
554 database (https://bugzilla.samba.org/).
557 ======================================================================
558 == Our Code, Our Bugs, Our Responsibility.
559 == The Samba Team
560 ======================================================================
563 ----------------------------------------------------------------------
566                    ==============================
567                    Release Notes for Samba 3.5.12
568                           November 2, 2011
569                    ==============================
572 This is the latest stable release of Samba 3.5.
574 Major enhancements in Samba 3.5.12 include:
576 o  Fix race condition in Winbind (bug 7844).
577 o  The VFS ACL modules are no longer experimental but production-ready.
580 Changes since 3.5.11:
581 --------------------
584 o   Jeremy Allison <jra@samba.org>
585     * BUG 7509: smb_acl_to_posix: ACL is invalid for set (Invalid argument).
586     * BUG 7551: Return error of cli_push when 'put - /some/file' is used.
587     * BUG 8156: 'net ads join' fails to use the user's kerberos ticket.
588     * BUG 8370: Fix vfs_chown_fsp.
589     * BUG 8422: Fix infinite loop in ACL module code.
590     * BUG 8443: Be smarter about setting default permissions when a ACL_USER_OBJ
591       isn't given.
592     * BUG 8458: IE9 on Windows 7 cannot download files to samba 3.5.11 share.
593     * BUG 8493: DFS breaks zip file extracting unless "follow symlinks = no"
594       set.
595     * BUG 8507: Make smbd correctly honor the "force create mode" bits from a
596       cifsfs create.
597     * BUG 8541: Fix readlink() on Linux clients if the symlink target is
598       outside of the share.
599     * BUG 8542: smbclient posix_open command fails to return correct info on
600       open file.
603 o   Pierre Carrier <pcarrier@redhat.com>
604     * BUG 8186: Allow changing the maximum number of simultaneous clients in
605       Winbind through an smb.conf option.
608 o   Günther Deschner <gd@samba.org>
609     * BUG 7465: Fix 'net ads join -k' when KRB5CCNAME is not set.
610     * BUG 7888: Deal with buggy 3.0 based PDCs.
611     * BUG 8491: Fix some coverity issues.
614 o   David Disseldorp <ddiss@suse.de>
615     * BUG 8480: acl_xattr can free an invalid pointer if no blob is loaded.
618 o   Björn Jacke <bj@sernet.de>
619     * BUG 8256: Add man vfs_aio_fork.
620     * BUG 8362: Fix SWAT build issue on old glibc systems.
621     * BUG 8531: Make DSO_EXPORTS_CMD more portable.
624 o   Volodymyr Khomenko <Volodymyr_Khomenko@dell.com>
625     * BUG 8515: Disallow "." in can_set_delete_on_close().
628 o   Volker Lendecke <vl@samba.org>
629     * BUG 7844: Fix race condition in Winbind.
630     * BUG 8338: Add a fallback for missing open&x support in OS/X Lion.
631     * BUG 8420: Fix getent group if trusted domains are not reachable.
634 o   Stefan Metzmacher <metze@samba.org
635     * BUG 8347: Fix regression on HP-UX, AIX and OSF introduced by the fix for
636       CVE-2011-2522.
637     * BUG 8452: Check the wct of the incoming SMBnegprot responses in libsmb.
638     * BUG 8491: Fix some coverity issues.
641 ######################################################################
642 Reporting bugs & Development Discussion
643 #######################################
645 Please discuss this release on the samba-technical mailing list or by
646 joining the #samba-technical IRC channel on irc.freenode.net.
648 If you do report problems then please try to send high quality
649 feedback. If you don't provide vital information to help us track down
650 the problem then you will probably be ignored.  All bug reports should
651 be filed under the Samba 3.5 product in the project's Bugzilla
652 database (https://bugzilla.samba.org/).
655 ======================================================================
656 == Our Code, Our Bugs, Our Responsibility.
657 == The Samba Team
658 ======================================================================
661 ----------------------------------------------------------------------
664                    ==============================
665                    Release Notes for Samba 3.5.11
666                            August 4, 2011
667                    ==============================
670 This is the latest stable release of Samba 3.5.
672 Major enhancements in Samba 3.5.11 include:
674 o  Fix access to Samba shares when Windows security patch KB2536276 is installed
675    (bug #8238).
676 o  Fix Winbind panics if verify_idpool() fails (bug #8253).
679 Changes since 3.5.10:
680 --------------------
683 o   Jeremy Allison <jra@samba.org>
684     * BUG 7462: Make SA_RESETHAND conditional on its existance.
685     * BUG 8254: Make "acl check permissions = no" working in all cases.
688 o   Gregor Beck <gbeck@sernet.de>
689     * BUG 8253: Fix Winbind panics if verify_idpool() fails.
692 o   David Disseldorp <ddiss@suse.de>
693     * BUG 8269: Stop spamming log with "Could not find child X -- ignoring"
694       messages in smbd.
697 o   Björn Jacke <bj@sernet.de>
698     * BUG 7460: Include sys/file.h only when available.
701 o   Volker Lendecke <vl@samba.org>
702     * BUG 7841: Explicitly pass domain_sid to wbint_LookupRids().
703     * BUG 8238: Fix access to Samba shares when Windows security patch
704       KB2536276 is installed.
705     * BUG 8322: Add HAVE_FUNCTION_ATTRIBUTE_DESTRUCTOR.
708 o   Stefan Metzmacher <metze@samba.org>
709     * BUG 7841: Make WINBINDD_LOOKUPRIDS ask the right domain.
710     * BUG 8276: Close all sockets attached to a subnet in close_subnet().
713 ######################################################################
714 Reporting bugs & Development Discussion
715 #######################################
717 Please discuss this release on the samba-technical mailing list or by
718 joining the #samba-technical IRC channel on irc.freenode.net.
720 If you do report problems then please try to send high quality
721 feedback. If you don't provide vital information to help us track down
722 the problem then you will probably be ignored.  All bug reports should
723 be filed under the Samba 3.5 product in the project's Bugzilla
724 database (https://bugzilla.samba.org/).
727 ======================================================================
728 == Our Code, Our Bugs, Our Responsibility.
729 == The Samba Team
730 ======================================================================
733 ----------------------------------------------------------------------
736                    ==============================
737                    Release Notes for Samba 3.5.10
738                            July 26, 2011
739                    ==============================
742 This is a security release in order to address
743 CVE-2011-2522 (Cross-Site Request Forgery in SWAT) and
744 CVE-2011-2694 (Cross-Site Scripting vulnerability in SWAT).
747 o  CVE-2011-2522:
748    The Samba Web Administration Tool (SWAT) in Samba versions
749    3.0.x to 3.5.9 are affected by a cross-site request forgery.
752 o  CVE-2011-2694:
753    The Samba Web Administration Tool (SWAT) in Samba versions
754    3.0.x to 3.5.9 are affected by a cross-site scripting
755    vulnerability.
757 Please note that SWAT must be enabled in order for these
758 vulnerabilities to be exploitable. By default, SWAT
759 is *not* enabled on a Samba install.
762 Changes since 3.5.9:
763 --------------------
766 o   Kai Blin <kai@samba.org>
767     * BUG 8289: SWAT contains a cross-site scripting vulnerability.
768     * BUG 8290: CSRF vulnerability in SWAT.
771 ######################################################################
772 Reporting bugs & Development Discussion
773 #######################################
775 Please discuss this release on the samba-technical mailing list or by
776 joining the #samba-technical IRC channel on irc.freenode.net.
778 If you do report problems then please try to send high quality
779 feedback. If you don't provide vital information to help us track down
780 the problem then you will probably be ignored.  All bug reports should
781 be filed under the Samba 3.5 product in the project's Bugzilla
782 database (https://bugzilla.samba.org/).
785 ======================================================================
786 == Our Code, Our Bugs, Our Responsibility.
787 == The Samba Team
788 ======================================================================
791 ----------------------------------------------------------------------
794                    =============================
795                    Release Notes for Samba 3.5.9
796                            June 14, 2011
797                    =============================
800 This is the latest stable release of Samba 3.5.
802 Major enhancements in Samba 3.5.9 include:
804 o  Sgid bit lost on folder rename (bug #7996).
805 o  ACL can get lost when files are being renamed (bug #7987).
806 o  Respect "allow trusted domains = no" in Winbind (bug #6966).
807 o  Samba now follows Windows behaviour as a Kerberos client,
808    requesting a CIFS/ ticket (bug #7893).
810 New Kerberos behaviour
811 ----------------------
813 A new parameter 'client use spnego principal' defaults to 'no' and
814 mean Samba will use CIFS/hostname to obtain a kerberos ticket, acting
815 more like Windows when using Kerberos against a CIFS server in
816 smbclient, winbind and other Samba client tools.  This will change
817 which servers we will successfully negotiate kerberos connections to.
818 This is due to Samba no longer trusting a server-provided hint which
819 is not available from Windows 2008 or later.  For correct operation
820 with all clients, all aliases for a server should be recorded as a as
821 a servicePrincipalName on the server's record in AD.
823 Changes since 3.5.8:
824 --------------------
826 o   Jeremy Allison <jra@samba.org>
827     * BUG 6911: Kerberos authentication from Vista to Samba fails when security
828       blob size is greater than 16 kB.
829     * BUG 7080: Quota only shown when logged as root.
830     * BUG 7528: Fix Solaris with NIS autohome.
831     * BUG 7987: ACL can get lost when files are being renamed.
832     * BUG 7996: sgid bit lost on folder rename.
833     * BUG 8040: Fix 'smbclient' segfaults when a Cyrillic netbios name or
834       workgroup is configured.
835     * BUG 8072: Fix panic in create_file_acl_common.
836     * BUG 8038: Fix is_myname_or_ipaddr() to be robust against strange DNS
837       setups.
838     * BUG 8083: "inherit owner = yes" doesn't interact correctly with
839       vfs_acl_xattr or vfs_acl_tdb module.
840     * BUG 8088: Fix segfault in rpccli_samr_chng_pswd_auth_crap if any input
841       blobs are null.
842     * BUG 8111: CIFS VFS: Fix unexpected error on SMB posix open.
843     * BUG 8157: Fix parsing CUPS printcap files in std_pcap_cache_reload().
844     * BUG 8163: Fix our asn.1 parser to handle negative numbers.
845     * BUG 8211: "inherit owner = yes" doesn't interact correctly with "inherit
846       permissions = yes".
849 o   Christian Ambach <ambi@samba.org>
850     * BUG 8008: Fix a segfault in the krb5 locator plugin.
851     * BUG 8012: Use getgrset() instead of initgroups() + getgroups() when
852       getgrouplist() is not defined.
853     * BUG 8031: Convert gpfs:sharemodes and gpfs:leases parameters from a
854       global setting to a per share setting.
857 o   Andrew Bartlett <abartlet@samba.org>
858     * BUG 7893: Don't ever ask for machine$ principals as a target.
861 o   Björn Baumbach <bb@sernet.de>
862     * BUG 8074: Fix debug message.
865 o   Dmitry Butskoy <dmitry@butskoy.name>
866     * BUG 6966: Respect "allow trusted domains = no" in Winbind.
869 o   Marc A. Dahlhaus <mad@wol.de>
870     * BUG 8047: Fix mdns registration if "interfaces=" is used.
873 o   Günther Deschner <gd@samba.org>
874     * BUG 7993: Make sure we don't crash when publishing a single printer.
875     * BUG 8085: Fix incorrect timeout handling in ncacn_ip_tcp client code.
876     * BUG 8132: Fix filling printers location field when using CUPS.
879 o   David Disseldorp <ddiss@suse.de>
880     * BUG 7836: Make newly added printers visible to clients.
881     * BUG 7994: Use printcap IDL for IPC.
884 o   Björn Jacke <bj@sernet.de>
885     * BUG 7825: Fix GNU ld version detection with old gcc releases.
886     * BUG 8033: Add explicit configure option whether to enable dmapi
887       support or not.
890 o   Sergey Korsak <skif@1plus1.net>
891     * BUG 8099: setpwent() actually does endpwent() on FreeBSD.
894 o   Volker Lendecke <vl@samba.org>
895     * BUG 8009: Fix getting username in 'net rap session'.
896     * BUG 8011: Fix memory corruption in shadow_copy2.
897     * BUG 8016: Fix gpfs_get_xattr.
898     * BUG 8042: File creation on OS/X.
899     * BUG 8054: Winbind cache stores/retrieves wrong sizes for 16-bit ints.
900     * BUG 8066: Fix wrong output in 'smbget'.
901     * BUG 8087: Fix wbcChangeUserPasswordEx in RESPONSE mode.
904 o   Nikolay Martynov <mar.kolya@gmail.com>
905     * BUG 8010: Fix inode generation so nautilus can count total dir size
906       correctly.
909 o   Jim McDonough <jmcd@samba.org>
910     * BUG 6364: Pull realm from supplied username on libnet join.
911     * BUG 8166: Don't lockout users when offline.
914 o   Stefan Metzmacher <metze@samba.org>
915     * BUG 7383: Normalize IPv4 mapped IPv6 addresses in both directions.
916     * BUG 8034: SEC_STD_DELETE is always granted to the owner of a file.
919 o   Larry Reid <lcreid@jadesystems.ca>
920     * BUG 8055: Can't see Parts of DFS CIFS share.
923 o   Simo Sorce <idra@samba.org>
924     * BUG 7610: winbindd_cache.tdb grows too large when scaled.
927 o   Martin Vogt <martin.vogt@itwm.fraunhofer.de>
928     * BUG 6762: Fix ctdb on gpfs error with MS Office.
932 ######################################################################
933 Reporting bugs & Development Discussion
934 #######################################
936 Please discuss this release on the samba-technical mailing list or by
937 joining the #samba-technical IRC channel on irc.freenode.net.
939 If you do report problems then please try to send high quality
940 feedback. If you don't provide vital information to help us track down
941 the problem then you will probably be ignored.  All bug reports should
942 be filed under the Samba 3.5 product in the project's Bugzilla
943 database (https://bugzilla.samba.org/).
946 ======================================================================
947 == Our Code, Our Bugs, Our Responsibility.
948 == The Samba Team
949 ======================================================================
952 ----------------------------------------------------------------------
955                    =============================
956                    Release Notes for Samba 3.5.8
957                            March 7, 2011
958                    =============================
961 This is the latest stable release of Samba 3.5.
963 Major enhancements in Samba 3.5.8 include:
965 o  Fix Winbind crash bug when no DC is available (bug #7730).
966 o  Fix finding users on domain members (bug #7743).
967 o  Fix memory leaks in Winbind (bug #7879).
968 o  Fix printing with Windows 7 clients (bug #7567).
971 Changes since 3.5.7:
972 --------------------
975 o   Michael Adam <obnox@samba.org>
976     * BUG 7594: Fix "log=>ndr_pull_error" in 'wbinfo -u' and 'wbinfo -g'.
977     * BUG 7871: Fix 'net ads dns register' in cluster setups.
978     * BUG 7894: Fix sporadic Winbind panic in rpc query_user_list.
981 o   Jeremy Allison <jra@samba.org>
982     * BUG 7409: Raise debug level for "reduce_name: couldn't get realpath"
983       messages.
984     * BUG 7716: Store unmodified copies of security descriptors in acl_xattr and
985       acl_tdb modules.
986     * BUG 7733: Fix incorrect unix mode_t caused by invalid client DOS
987       attributes on create.
988     * BUG 7734: Apply appropriate create masks when creating files with "inherit
989       ACLs" set to true.
990     * BUG 7743: Fix finding users on domain members.
991     * BUG 7744: Fix "dfree cache time" parameter.
992     * BUG 7777: Fix requesting lookups for BUILTIN sids.
993     * BUG 7785: Fix atime limit.
994     * BUG 7791: Fix copying files from a SMB share using Gnome vfs and SMB
995       signing.
996     * BUG 7812: ACL inheritance cannot be disabled in vfs_acl_xattr/vfs_acl_tdb.
997     * BUG 7835: vfs_fill_sparse() doesn't use posix_fallocate when strict
998       allocate is on.
999     * BUG 7843: Expand the local SAMs aliases.
1000     * BUG 7892: Fix stale lock in open_file_fchmod().
1001     * BUG 7950: Revalidate the pathname once re-constructed from a root fsp.
1004 o   Andrew Bartlett <abartlet@samba.org>
1005     * BUG 7356: Fix 'net ads dns register' in Windows 2008 R2 domains.
1008 o   Björn Baumbach <bb@sernet.de>
1009     * BUG 7875: Fix 'nmbd --port'.
1010     * BUG 7880: Make 'rpcclient deldriver' delete drivers for all architectures.
1013 o   Günther Deschner <gd@samba.org>
1014     * BUG 7567: Fix printing with Windows 7 clients.
1015     * BUG 7641: Handle Windows 9x adddriver calls without config file.
1016     * BUG 7945: Let Winbind try to use samlogon validation level 6.
1019 o   Holger Hetterich <hhetter@novell.com>
1020     * BUG 3185: Fix 'testparm' return code when EOF in encountered in param
1021       name.
1024 o   Björn Jacke <bj@sernet.de>
1025     * BUG 7821: Fix build of shared libraries on Tru64.
1028 o   Volker Lendecke <vl@samba.org>
1029     * BUG 7066: Fix "Your Password expires today" message for users of trusted
1030       domains.
1031     * BUG 7262: Fix maintaining of users' groups via UsrMgr.
1032     * BUG 7656: Fix scalability problem with hundreds of printers.
1033     * BUG 7665: Fix memory leak in the netapi routines.
1034     * BUG 7730: Fix Winbind crash bug when no DC is available.
1035     * BUG 7774: Fix a getgrent crash with many groups.
1036     * BUG 7779: Fix smbd crash caused by expand_msdfs.
1037     * BUG 7800: Make Winbind recover from a signing error.
1038     * BUG 7817: Fix "force group" with ntlmssp guest session setup.
1039     * BUG 7841: Make WINBINDD_LOOKUPRIDS asking the right domain.
1040     * BUG 7842: Make WINBINDD_LOOKUPRIDS returning the domain name.
1041     * BUG 7855: ntlm_auth: Support clients which offer a spnego mechs we don't
1042       support.
1043     * BUG 7879: Fix memory leaks in Winbind.
1044     * BUG 7881: Fix flaky Winbind against Windows 2008.
1045     * BUG 7917: Fix connections from WinCE.
1046     * BUG 7940: Fix opening MS Powerpoint files.
1049 o   Stefan Metzmacher <metze@samba.org>
1050     * BUG 7567: Fix printing with Windows 7 clients.
1051     * BUG 7855: ntlm_auth: Support clients which offer a spnego mechs we don't
1052       support.
1053     * BUG 7883: Fix SMB session setups with Kerberos against some closed source
1054       SMB servers.
1055     * BUG 7896: Don't set SAMR_FIELD_FULL_NAME if we just want to set the
1056       account name.
1057     * BUG 7899: Don't return "-1" on success in 'net rpc vampire keytab'.
1058     * BUG 7942: Fix endless loops caused by inotify.
1059     * BUG 7944: Catch lookup_names/sids schannel errors over ncacn_ip_tcp.
1062 o   Jonathan Nieder <jrnieder@gmail.com>
1063     * BUG 6837:  Make "rlimit_max below minimum Windows limit" notification less
1064       scary.
1067 o   olivier <olivier@virtscano.fakenet>
1068     * BUG 7789: vfs_scannedonly: Switch from mtime to ctime which is more reliable.
1071 o   Rusty Russell <rusty@rustcorp.com.au>
1072     * BUG 7498: Fix updating the time on close in vfs_gpfs.
1075 ######################################################################
1076 Reporting bugs & Development Discussion
1077 #######################################
1079 Please discuss this release on the samba-technical mailing list or by
1080 joining the #samba-technical IRC channel on irc.freenode.net.
1082 If you do report problems then please try to send high quality
1083 feedback. If you don't provide vital information to help us track down
1084 the problem then you will probably be ignored.  All bug reports should
1085 be filed under the Samba 3.5 product in the project's Bugzilla
1086 database (https://bugzilla.samba.org/).
1089 ======================================================================
1090 == Our Code, Our Bugs, Our Responsibility.
1091 == The Samba Team
1092 ======================================================================
1095 ----------------------------------------------------------------------
1098                    =============================
1099                    Release Notes for Samba 3.5.7
1100                           February 28, 2011
1101                    =============================
1104 This is a security release in order to address CVE-2011-0719.
1107 o  CVE-2011-0719:
1108    All current released versions of Samba are vulnerable to
1109    a denial of service caused by memory corruption. Range
1110    checks on file descriptors being used in the FD_SET macro
1111    were not present allowing stack corruption. This can cause
1112    the Samba code to crash or to loop attempting to select
1113    on a bad file descriptor set.
1116 Changes since 3.5.6:
1117 --------------------
1120 o   Jeremy Allison <jra@samba.org>
1121     * BUG 7949: Fix DoS in Winbind and smbd with many file descriptors open.
1124 ######################################################################
1125 Reporting bugs & Development Discussion
1126 #######################################
1128 Please discuss this release on the samba-technical mailing list or by
1129 joining the #samba-technical IRC channel on irc.freenode.net.
1131 If you do report problems then please try to send high quality
1132 feedback. If you don't provide vital information to help us track down
1133 the problem then you will probably be ignored.  All bug reports should
1134 be filed under the Samba 3.5 product in the project's Bugzilla
1135 database (https://bugzilla.samba.org/).
1138 ======================================================================
1139 == Our Code, Our Bugs, Our Responsibility.
1140 == The Samba Team
1141 ======================================================================
1144 ----------------------------------------------------------------------
1147                    =============================
1148                    Release Notes for Samba 3.5.6
1149                           October 8, 2010
1150                    =============================
1153 This is the latest stable release of Samba 3.5.
1155 Major enhancements in Samba 3.5.6 include:
1157   o Fix smbd panic on invalid NetBIOS session request (bug #7698).
1158   o Fix smbd crash caused by "%D" in "printer admin" (bug #7541).
1159   o Fix crash bug with invalid SPNEGO token (bug #7694).
1160   o Fix Winbind internal error (bug #7636).
1163 Changes since 3.5.5
1164 -------------------
1167 o   Jeremy Allison <jra@samba.org>
1168     * BUG 7577: Fix SPNEGO auth when contacting Win7 system using Microsoft Live
1169       Sign-in Assistant.
1170     * BUG 7578: Fix 'net idmap restore' setting HWM to avoid duplicates.
1171     * BUG 7581: Fix "admin users" when using vfs_acl_xattr.
1172     * BUG 7583: Fix smbclient to connect to Alfresco JLAN CIFS server using
1173       Kerberos.
1174     * BUG 7589: Fix using cached credentials in ntlm_auth.
1175     * BUG 7590: Fix Winbind offline login.
1176     * BUG 7617: Fix smbd coredump due to uninitialized variables in the
1177       performance counter code.
1178     * BUG 7636: Fix Winbind internal error.
1179     * BUG 7651: Fix mknod and mkfifo failing with "No such file or
1180       directory".
1181     * BUG 7693: Fix smbd changing mode of files on rename.
1182     * BUG 7694: Fix crash bug with invalid SPNEGO token.
1183     * BUG 7698: Fix smbd panic on invalid NetBIOS session request.
1186 o   Günther Deschner <gd@samba.org>
1187     * BUG 7541: Fix smbd crash caused by "%D" in "printer admin".
1188     * BUG 7568: Make sure cm_connect_lsa_tcp does not reset the secure channel.
1189     * BUG 7658: Fix "dereferencing type-punned pointer will break
1190       strict-aliasing rules" warnings).
1191     * BUG 7665: Fix memory leak in netapi connection manager.
1194 o   Björn Jacke <bj@sernet.de>
1195     * BUG 7244: Fall back to cups-config for underlinked libs.
1196     * BUG 7474: Fix build on platforms without st_blocks and st_blksize stat
1197       struct members.
1200 o   Volker Lendecke <vl@samba.org>
1201     * BUG 7336: Enable idmap_passdb module build as shared.
1202     * BUG 7531: Fix the charset_pull routine.
1203     * BUG 7635: Fix 'smbclient -M'.
1204     * BUG 7656: Fix scalability problem with hundreds of printers.
1205     * BUG 7684: Fix fd leak in libwbclient.so.
1206     * BUG 7688: Fix crash bug in rpcclient.
1207     * BUG 7470: Standardize S_IREAD and S_IWRITE.
1208     * BUG 7715: Fix file corruption when setting Samba "write wache wize".
1211 o   Jim McDonough <jmcd@samba.org>
1212     * BUG 7280: Fix auto printers with registry config.
1215 o   Andreas Schneider <asn@samba.org>
1216     * BUG 7538: Fix GUID_from_data_blob() with length of 32.
1219 o   Chere Zhou <chere.zhou@isilon.com>
1220     * BUG 7662: Align change notify replies on 4-byte boundary.
1223 ######################################################################
1224 Reporting bugs & Development Discussion
1225 #######################################
1227 Please discuss this release on the samba-technical mailing list or by
1228 joining the #samba-technical IRC channel on irc.freenode.net.
1230 If you do report problems then please try to send high quality
1231 feedback. If you don't provide vital information to help us track down
1232 the problem then you will probably be ignored.  All bug reports should
1233 be filed under the Samba 3.5 product in the project's Bugzilla
1234 database (https://bugzilla.samba.org/).
1237 ======================================================================
1238 == Our Code, Our Bugs, Our Responsibility.
1239 == The Samba Team
1240 ======================================================================
1243 ----------------------------------------------------------------------
1246                    =============================
1247                    Release Notes for Samba 3.5.5
1248                          September 14, 2010
1249                    =============================
1252 This is a security release in order to address CVE-2010-3069.
1255 o  CVE-2010-3069:
1256    All current released versions of Samba are vulnerable to
1257    a buffer overrun vulnerability. The sid_parse() function
1258    (and related dom_sid_parse() function in the source4 code)
1259    do not correctly check their input lengths when reading a
1260    binary representation of a Windows SID (Security ID). This
1261    allows a malicious client to send a sid that can overflow
1262    the stack variable that is being used to store the SID in the
1263    Samba smbd server.
1266 Changes since 3.5.4
1267 --------------------
1270 o   Jeremy Allison <jra@samba.org>
1271     * BUG 7669: Fix for CVE-2010-3069.
1274 o   Andrew Bartlett <abartlet@samba.org>
1275     * BUG 7669: Fix for CVE-2010-3069.
1278 ######################################################################
1279 Reporting bugs & Development Discussion
1280 #######################################
1282 Please discuss this release on the samba-technical mailing list or by
1283 joining the #samba-technical IRC channel on irc.freenode.net.
1285 If you do report problems then please try to send high quality
1286 feedback. If you don't provide vital information to help us track down
1287 the problem then you will probably be ignored.  All bug reports should
1288 be filed under the Samba 3.5 product in the project's Bugzilla
1289 database (https://bugzilla.samba.org/).
1292 ======================================================================
1293 == Our Code, Our Bugs, Our Responsibility.
1294 == The Samba Team
1295 ======================================================================
1298 ----------------------------------------------------------------------
1301                    =============================
1302                    Release Notes for Samba 3.5.4
1303                            June 23, 2010
1304                    =============================
1307 This is the latest stable release of Samba 3.5.
1309 Major enhancements in Samba 3.5.4 include:
1311   o Fix smbd crash when sambaLMPassword and sambaNTPassword entries missing
1312     from ldap (bug #7448).
1313   o Fix init_sam_from_ldap storing group in sid2uid cache (bug #7507).
1316 Changes since 3.5.3
1317 -------------------
1320 o   Michael Adam <obnox@samba.org>
1321     * BUG 7507: Fix init_sam_from_ldap storing group in sid2uid cache.
1324 o   Jeremy Allison <jra@samba.org>
1325     * BUG 7188: Make ea data checks identical for trans2open and trans2mkdir.
1326     * BUG 7410: Samba sends "raw" inode number as uniqueid with unix extensions.
1327     * BUG 7449: Fix spnego returning incorrect mechListMIC string.
1330 o   Günther Deschner <gd@samba.org>
1331     * BUG 7341: Fix Winbind over IPv6.
1332     * BUG 7459: Fix some crash bugs and missing error codes in AddDriver paths.
1333     * BUG 7479: Fix crash bug in _samr_QueryUserInfo{2} level 18.
1334     * BUG 7517: Fix session setup from linux kernel cifs clients with
1335       "sec=ntlmv2".
1338 o   Olaf Flebbe <o.flebbe@science-computing.de>
1339     * BUG 7209: Fix build on RHEL5.
1342 o   Björn Jacke <bj@sernet.de>
1343     * BUG 7427: Using IBM xl_C compiler produces wrong results in configure.
1344     * BUG 7503: Fix calculation of st_blocks in vfs_streams_xattr.
1345     * BUG 7504: Fix numerous build issues.
1348 o   Volker Lendecke <vl@samba.org>
1349     * BUG 7253: Fix Samba login cache problem on Sparc Architecture.
1350     * BUG 7262: Fix editing users' groups via UsrMgr.
1353 o   Buchan Milne <bgmilne@mandriva.org>
1354     * BUG 7500: Fix 'not a string literal' warning in netdomjoin-gui.
1357 o   Matthieu Patou <mat@matws.net>
1358     * BUG 7099: Allow previous password to be stored and use it to check
1359       tickets.
1362 o   Andreas Schneider <asn@samba.org>
1363     * BUG 7423: Fix printing large formats.
1366 o   Roel van Meer <rolek@bokxing.nl>
1367     * BUG 7448: Fix smbd crash when sambaLMPassword and sambaNTPassword entries
1368       missing from ldap.
1371 ######################################################################
1372 Reporting bugs & Development Discussion
1373 #######################################
1375 Please discuss this release on the samba-technical mailing list or by
1376 joining the #samba-technical IRC channel on irc.freenode.net.
1378 If you do report problems then please try to send high quality
1379 feedback. If you don't provide vital information to help us track down
1380 the problem then you will probably be ignored.  All bug reports should
1381 be filed under the Samba 3.5 product in the project's Bugzilla
1382 database (https://bugzilla.samba.org/).
1385 ======================================================================
1386 == Our Code, Our Bugs, Our Responsibility.
1387 == The Samba Team
1388 ======================================================================
1391 ----------------------------------------------------------------------
1394                    =============================
1395                    Release Notes for Samba 3.5.3
1396                             May 19, 2010
1397                    =============================
1400 This is the latest stable release of Samba 3.5.
1402 Major enhancements in Samba 3.5.3 include:
1404   o Fix MS-DFS functionality (bug #7339).
1405   o Fix a Winbind crash when scanning trusts (bug #7389).
1406   o Fix problems with SIGCHLD handling in Winbind (bug #7317).
1409 Changes since 3.5.2
1410 -------------------
1413 o   Jeremy Allison <jra@samba.org>
1414     * BUG 7288: Fix SMB job IDs in CUPS job names.
1415     * BUG 7339: Fix MS-DFS functionality.
1418 o   Andrew Bartlett <abartlet@samba.org>
1419     * BUG 7354: Fix CLDAP tsocket problem on Solaris.
1422 o   Ira Cooper <samba@ira.wakeful.net>
1423     * BUG 7384: Fix bitmap leak in dptr_Close.
1426 o   Günther Deschner <gd@samba.org>
1427     * BUG 7277: Fix exporting printers via 'cupsaddsmb' command.
1428     * BUG 7417: Fix setting of passwords via 'net rpc user password' command.
1429     * BUG 7418: Fix 'net rpc printer list' command.
1432 o   Olaf Flebbe <o.flebbe@science-computing.de>
1433     * BUG 7421: Rename mod_name to module_name.
1436 o   Björn Jacke <bj@sernet.de>
1437     * BUG 7352: Make TIME_T_MAX defines consistent.
1438     * BUG 7385: Fix building with Solaris' gcc.
1441 o   Jeff Layton <jlayton@redhat.com>
1442     * BUG 7315: Fix segfault in mount.cifs.
1445 o   Volker Lendecke <vl@samba.org>
1446     * BUG 7357: Re-fix a bug with smbd serving a windows terminal server.
1447     * BUG 7389: Fix a Winbind crash when scanning trusts.
1448     * BUG 7398: Fix rename problems with full_audit VFS module.
1451 o   Jim McDonough <jmcd@samba.org>
1452     * BUG 7378: Display an error on 'net conf import' failures.
1455 o   Stefan Metzmacher <metze@samba.org>
1456     * BUG 7196: Add replacement for IPV6_V6ONLY on linux systems with broken
1457       headers.
1458     * BUG 7317: Fix problems with SIGCHLD handling in Winbind.
1459     * BUG 7354: Fix CLDAP tsocket problem on Solaris.
1462 o   Luca Olivetti <luca@wetron.es>
1463     * BUG 7263: Fix cups encryption setting.
1466 ######################################################################
1467 Reporting bugs & Development Discussion
1468 #######################################
1470 Please discuss this release on the samba-technical mailing list or by
1471 joining the #samba-technical IRC channel on irc.freenode.net.
1473 If you do report problems then please try to send high quality
1474 feedback. If you don't provide vital information to help us track down
1475 the problem then you will probably be ignored.  All bug reports should
1476 be filed under the Samba 3.5 product in the project's Bugzilla
1477 database (https://bugzilla.samba.org/).
1480 ======================================================================
1481 == Our Code, Our Bugs, Our Responsibility.
1482 == The Samba Team
1483 ======================================================================
1486 ----------------------------------------------------------------------
1489                    =============================
1490                    Release Notes for Samba 3.5.2
1491                            April 7, 2010
1492                    =============================
1495 This is the latest stable release of Samba 3.5.
1497 Major enhancements in Samba 3.5.2 include:
1499   o Fix smbd segfaults in _netr_SamLogon for clients sending null domain
1500     (bug #7237).
1501   o Fix smbd segfaults in "waiting for connections" message (bug #7251).
1502   o Fix an uninitialized variable read in smbd (bug #7254).
1503   o Fix a memleak in Winbind (bug #7278).
1504   o Fix Winbind reconnection to it's own domain (bug #7295).
1507 Changes since 3.5.1
1508 -------------------
1511 o   Michael Adam <obnox@samba.org>
1512     * BUG 7231: Fix automatic building of vfs_tsmsm if gpfs and dmapi are
1513       present.
1514     * BUG 7232: Fix race conditions in CTDB persistent transactions.
1515     * BUG 7313: Make 'net conf addshare' atomic.
1516     * BUG 7314: Eliminate race condition in creating/scanning sorted subkeys in
1517       the registry backend.
1520 o   Jeremy Allison <jra@samba.org>
1521     * BUG 7075: Fix bug in vfs_scannedonly rmdir implementation.
1522     * BUG 7159: Fix handling of bad server data returns in client rpc_transport.
1523     * BUG 7234: Symlink delete fails but incorrectly reports success to client.
1524     * BUG 7255: Fix "printer admin" functionality.
1525     * BUG 7283: Fix smbd segfault if using vfs_acl_tdb.
1526     * BUG 7297: Fix smbd crashes with CUPS printers and no [printers] share defined.
1527     * BUG 7310: Fix DOS attribute inconsistency with MS Office.
1530 o   Kai Blin <kai@samba.org>
1531     * BUG 7290: Fix core dump in 'ntlm_auth' with "gss-spnego" helper.
1534 o   Günther Deschner <gd@samba.org>
1535     * BUG 6727: Fix several printing issues.
1536     * BUG 7237: Fix smbd segfaults in _netr_SamLogon for clients sending
1537       null domain.
1538     * BUG 7256: Fix value-needed calculation in_spoolss_EnumPrinterData().
1539     * BUG 7258: Fix _winreg_QueryValue crash bugs and implement Windows
1540       behavior.
1543 o   Holger Hetterich <hhetter@novell.com>
1544     * BUG 7203: Fix 'net share' command.
1547 o   Michael Karcher <samba@mkarcher.dialup.fu-berlin.de>
1548     * BUG 7269: Fix job management commands for CUPS queues.
1551 o   Jeff Layton <jlayton@redhat.com>
1552     * BUG 6853: Fix race condition in mount.cifs that allows user to replace
1553       mountpoint with a symlink.
1556 o   Volker Lendecke <vl@samba.org>
1557     * BUG 5198: Fix parsing of the gecos field.
1558     * BUG 7202: Fix access by multi-threaded applications.
1559     * BUG 7212: Fix returning of group members with 'getent group'.
1560     * BUG 7216: Fix the build of net_afs.c with --fake-kaserver=yes.
1561     * BUG 7229: Fix a NULL pointer dereference in smbd.
1562     * BUG 7232: Fix race conditions in CTDB persistent transactions.
1563     * BUG 7254: Fix an uninitialized variable read in smbd.
1564     * BUG 7278: Fix a memleak in Winbind.
1567 o   Roel van Meer <rolek@alt001.com>
1568     * BUG 6814: Fix valgrind warning.
1571 o   Stefan Metzmacher <metze@samba.org>
1572     * BUG 7170: Never mark external domains as internal in Winbind.
1573     * BUG 7225: Make Winbind logs more verbose for troubleshooting.
1574     * BUG 7251: Fix smbd segfault in "waiting for connections" message.
1575     * BUG 7295: Fix Winbind reconnection to it's own domain.
1576     * BUG 7316: Winbind possibly segfaults when trying a trusted domain without
1577       inbound trust.
1580 o   SATOH Fumiyasu <fumiyas@osstech.co.jp>
1581     * BUG 1206: Fix segfault if hide files or veto files has no ".AppleDouble".
1584 o   Simo Sorce <idra@samba.org>
1585     * BUG 7204: Fix DN parsing name was always null.
1588 o   Andrew Tridgell <tridge@samba.org>
1589     * BUG 7312: Many disconnecting clients render clustered Samba unusuable
1590       for some time.
1593 o   Bo Yang <boyang@samba.org>
1594     * BUG 7206: Signals are processed twice in child.
1598 ######################################################################
1599 Reporting bugs & Development Discussion
1600 #######################################
1602 Please discuss this release on the samba-technical mailing list or by
1603 joining the #samba-technical IRC channel on irc.freenode.net.
1605 If you do report problems then please try to send high quality
1606 feedback. If you don't provide vital information to help us track down
1607 the problem then you will probably be ignored.  All bug reports should
1608 be filed under the Samba 3.5 product in the project's Bugzilla
1609 database (https://bugzilla.samba.org/).
1612 ======================================================================
1613 == Our Code, Our Bugs, Our Responsibility.
1614 == The Samba Team
1615 ======================================================================
1617 ----------------------------------------------------------------------
1619                    =============================
1620                    Release Notes for Samba 3.5.1
1621                             March 8, 2010
1622                    =============================
1625 This is a security release in order to address CVE-2010-0728.
1628 o  CVE-2010-0728:
1629    In Samba releases 3.5.0, 3.4.6 and 3.3.11, new code
1630    was added to fix a problem with Linux asynchronous IO handling.
1631    This code introduced a bad security flaw on Linux platforms if the
1632    binaries were built on Linux platforms with libcap support.
1633    The flaw caused all smbd processes to inherit CAP_DAC_OVERRIDE
1634    capabilities, allowing all file system access to be allowed
1635    even when permissions should have denied access.
1638 Changes since 3.5.0
1639 -------------------
1642 o   Jeremy Allison <jra@samba.org>
1643     * BUG 7222: Fix for CVE-2010-0728.
1646 ######################################################################
1647 Reporting bugs & Development Discussion
1648 #######################################
1650 Please discuss this release on the samba-technical mailing list or by
1651 joining the #samba-technical IRC channel on irc.freenode.net.
1653 If you do report problems then please try to send high quality
1654 feedback. If you don't provide vital information to help us track down
1655 the problem then you will probably be ignored.  All bug reports should
1656 be filed under the Samba 3.5 product in the project's Bugzilla
1657 database (https://bugzilla.samba.org/).
1660 ======================================================================
1661 == Our Code, Our Bugs, Our Responsibility.
1662 == The Samba Team
1663 ======================================================================
1666 ----------------------------------------------------------------------
1669                    =============================
1670                    Release Notes for Samba 3.5.0
1671                             March 1, 2010
1672                    ===============================
1675 This is the first stable release of Samba 3.5.
1678 Major enhancements in Samba 3.5.0 include:
1680 General changes:
1681 o Add support for full Windows timestamp resolution
1682 o The Using Samba HTML book has been removed.
1683 o 'net', 'smbclient' and libsmbclient can use credentials cached by Winbind.
1684 o The default value of "wide links" has been changed to "no".
1686 Protocol changes:
1687 o Experimental implementation of SMB2
1689 Printing Changes:
1690 o Add encryption support for connections to a CUPS server
1692 Winbind changes:
1693 o Major refactoring
1694 o Asynchronous
1696 VFS modules:
1697 o New vfs_scannedonly module has been added.
1700 General changes:
1701 ================
1703 Support for full Windows timestamp resolution has been added. This effectively
1704 makes us use Windows' full 100ns timestamp resolution if supported by the
1705 kernel (2.6.22 and higher) and the glibc (2.6 and higher).
1707 The Using Samba HTML book has been removed from the Samba tarball.
1708 It is still available at http://www.samba.org/samba/docs/using_samba/toc.html.
1710 Samba client tools like 'net', 'smbclient' and libsmbclient can use the user
1711 credentials cached by Winbind at logon time. This is very useful e.g. when
1712 connecting to a Samba server using Nautilus without re-entering username and
1713 password. This feature is enabled by default and can be disabled per application
1714 by setting the LIBSMBCLIENT_NO_CCACHE environment variable.
1716 The default value of "wide links" has been changed to "no" to avoid an insecure
1717 default configuration ("wide links = yes" and "unix extensions = yes"). For
1718 more details, please see http://www.samba.org/samba/news/symlink_attack.html.
1721 Protocol changes
1722 ================
1724 An EXPERIMENTAL implementation of the SMB2 protocol has been added. SMB2 can be
1725 enabled by setting "max protocol = smb2". SMB2 is a new implementation of the
1726 SMB protocol used by Windows Vista and higher.
1728 Printing Changes
1729 ================
1731 A new parameter "cups encrypt" has been added to control whether connections to
1732 CUPS servers will be encrypted or not. The default is to use unencrypted
1733 connections.
1735 Winbind changes
1736 ===============
1738 The Winbind daemon has been refactored internally to be asynchronous. The new
1739 Winbind will not be blocked by running 'getent group' or 'getent passwd'.
1741 VFS modules
1742 ===========
1744 A new VFS module "scannedonly" has been added. This is a filter that
1745 talks to an antivirus-engine and stores whether a file is clean or not.
1746 Users do only see clean files on their filesystem.
1749 ######################################################################
1750 Changes
1751 #######
1753 smb.conf changes
1754 ----------------
1756    Parameter Name                      Description     Default
1757    --------------                      -----------     -------
1759    create krb5 conf                    New             yes
1760    ctdb timeout                        New             0
1761    cups encrypt                        New             no
1762    debug hires timestamp               Changed Default yes
1763    ldap deref                          New             auto
1764    ldap follow referral                New             auto
1765    nmbd bind explicit broadcast        New             no
1766    wide links                          Changed Default no
1769 New configure options
1770 ---------------------
1772 --enable-external-libtdb        Enable external tdb
1773 --enable-netapi                 Turn on netapi support
1774 --enable-pthreadpool            Enable pthreads pool helper support
1775 --with-cifsumount               Include umount.cifs (Linux only) support
1776 --with-codepagedir=DIR          Where to put codepages
1779 Commit Highlights
1780 =================
1782 o   Björn Jacke <bj@sernet.de>
1783     * Add support for full Windows timestamp resolution.
1784     * Add encryption support for connections to a CUPS server.
1787 o   Volker Lendecke <vl@samba.org>
1788     * Major internal refactoring of the Winbind daemon.
1789     * Make Winbind asynchronous.
1790     * Make 'net', 'smbclient' and libsmbclient use the logon credentials cached
1791       by Winbind.
1794 o   Stefan Metzmacher <metze@samba.org>
1795     * Implement the new SMB2 protocol (experimental).
1798 Changes since 3.5.0rc3
1799 ----------------------
1802 o   Günther Deschner <gd@samba.org>
1803     * BUG 7181: Fix 'net ads dns' usage calls.
1804     * BUG 7182: Fix uninitialized variable in wkssvc_enumerateusers.
1807 o   Volker Lendecke <vl@samba.org>
1808     * BUG 7145: Fix duplicate sam and unix accounts.
1809     * BUG 7166: Avoid calling cli_alloc_mid twice in cli_smb_req_iov_send.
1812 o   Stefan Metzmacher <metze@samba.org>
1813     * BUG 7160: Keep the the correct negotiate_flags on the cli->dc structure.
1816 Changes since 3.5.0rc2
1817 ----------------------
1820 o   Jeremy Allison <jra@samba.org>
1821     * BUG 6557: Fix vfs_full_audit.
1822     * BUG 6876: Fix duplicate initializer in the rmdir module.
1823     * BUG 7063: Fix core dump on Ubuntu 8.04 64 bit.
1824     * BUG 7067: Fix failing of smbd to respond to a read or a write caused by
1825       Linux asynchronous IO (aio).
1826     * BUG 7069: Fix 'smbget' error status.
1827     * BUG 7072: Fix unlocking of accounts from ldap.
1828     * BUG 7079  Cliconnect gets realm wrong with trusted domains.
1829     * BUG 7081: Fix vfs_expand_msdfs.
1830     * BUG 7084: Fix storing of create time on directories in an EA in new
1831       create time code.
1832     * BUG 7104: "wide links" and "unix extensions" are incompatible.
1833     * BUG 7118: Fix nmbd problems with socket address.
1834     * BUG 7122: Fix reading of large browselist.
1835     * BUG 7154: "mangling method = hash" can crash storing a name containing a '.'.
1836     * BUG 7155: Valgrind Conditional jump or move depends on uninitialised
1837       value(s) error when "mangling method = hash"..
1840 o   Steven Danneman <steven.danneman@isilon.com>
1841     * BUG 7096: Fix string buffer overflow causing heap corruption in smbd.
1844 o   Günther Deschner <gd@samba.org>
1845     * BUG 6888: Fix printing with 64 bit clients.
1846     * BUG 7130: Fix listing of printjobs in  Windows 7.
1847     * BUG 7148: Fix get_acl_blob in the acl_tdb VFS module.
1850 o   Björn Jacke <bj@sernet.de>
1851     * BUG 7103: Fix build issue on Tru64.
1852     * BUG 7116: Change ldap filter to what really was intended.
1853     * Fix some wrong newlines in de translation strings.
1856 o   Jeff Layton <jlayton@redhat.com>
1857     * BUG 6868: Fix crash bug in 'cifs.upcall'.
1860 o   Volker Lendecke <vl@samba.org>
1861     * BUG 7085: Fix an early release of the global lock that can cause data
1862       corruption in libtdb.
1863     * BUG 7139: Owner of file not available with Kerberos.
1866 o   Stefan Metzmacher <metze@samba.org>
1867     * BUG 6888: Fix printing with 64 bit clients.
1868     * BUG 7098: Fix results of 'smbclient -L' with a large browse list.
1869     * BUG 7116: Add pdb_ldap performance fixes.
1870     * BUG 7118: Add new "nmbd bind explicit broadcast" parameter.
1871     * BUG 7119: Support large browselist.
1872     * BUG 7140: Fix IPv4/IPv6 problems.
1875 o   Lars Müller <lars@samba.org>
1876     * BUG 7071: Fix build of 'smbfilter'.
1877     * BUG 7047: Add cross option to samba_cv_linux_getgrouplist_ok.
1878     * BUG 7102: Normalize "Changing password for" msg IDs and STRs.
1881 o   Olivier Sessink <olivier@virtscano.fakenet>
1882     * BUG 7076: Fix build of vfs_scannedonly on AIX.
1885 o   Bo Yang <boyang@samba.org>
1886     * BUG 7106: Fix malformed require_membership_of_sid.
1890 Changes since 3.5.0rc1
1891 ----------------------
1894 o   Michael Adam <obnox@samba.org>
1895     * BUG 4347: Check password history before increasing "badPasswordCount".
1898 o   Jeremy Allison <jra@samba.org>
1899     * BUG 5202: Fix changing of ACLs on writable file with "dos filemode=yes".
1900     * BUG 6876: Fix deletion of an object whose parent folder does not have delete
1901       rights fails even if the delete right is set on the object in
1902       vfs_acl_xattr and vfs_acl_tdb.
1903     * BUG 7033: Fix SMBrmdir error message when deleting a directory fails.
1904     * BUG 7036: Fix 'net rpc getsid' in hardened Windows environments.
1905     * BUG 7045: Fix bad (non memory copying) interfaces in smbc_setXXXX calls.
1908 o   Giovanni Bajo <rasky@develer.com>
1909     * BUG 7029: Disable sanity check in NetShareEnum for better compatibility
1910       with Windows.
1913 o   Kai Blin <kai@samba.org>
1914     * BUG 7039: Fix compile error with WITH_DNS_UPDATE. Update .po files.
1917 o   Günther Deschner <gd@samba.org>
1918     * BUG 7043: Fix crash bug in libsmbclient.
1921 o   André Hentschel <nerv@dawncrow.de>
1922     * BUG 7039: Complete German translation of 'net'.
1925 o   Björn Jacke <bj@sernet.de>
1926     * BUG 7039: Improve some German translations in 'net'.
1929 o   William Jojo <w.jojo@hvcc.edu>
1930     * BUG 7052: Fix DFS on AIX.
1933 o   Volker Lendecke <vl@samba.org>
1934     * BUG 6981: Fix large paged search with DirX LDAP servers.
1935     * BUG 7027: Fix a segfault in winbindd_dual_ccache_ntlm_auth().
1936     * BUG 7037: Fix a Winbind segfault in "trusted_domains".
1937     * BUG 7046: Fix libsmbclient crash against OpenSolaris CIFS server.
1938     * BUG 7062: Make 'net', 'smbclient' and libsmbclient use the logon
1939       credentials cached by Winbind.
1940     * Lock down some srvsvc calls according to what w2k3 seems to do.
1943 o   Stefan Metzmacher <metze@samba.org>
1944     * BUG 6157: Restore Samba 3.0.x behavior and use the first "uid" value in
1945       pdb_ldap.
1948 o   SASAJIMA Toshihiro <sasajima_t@jp.fujitsu.com>
1949     * BUG 7034: Fix segfault in vfs_cap.
1952 o   Olivier Sessink <oliviersessink@gmail.com>
1953     * BUG 7028: Add new scannedonly VFS module.
1956 Changes since 3.5.0pre2
1957 -----------------------
1959 o   Jeremy Allison <jra@samba.org>
1960     * BUG 6837: Fix "Too many open files" when trying to access large number of
1961       files with Windows 7.
1962     * BUG 6939: Fix long filenames when "mangling method" is set to "hash".
1963     * BUG 7020: Fix smbd using 2G memory.
1964     * Ensure dos_mode can return FILE_ATTRIBUTE_NORMAL, then filter the returned
1965       attributes by protocol level.
1966     * Vector correctly through reply_openerror() (which uses the same logic).
1967     * Fix bugs with the full Windows ACL support.
1970 o   Kai Blin <kai@samba.org>
1971     * Add a few missing gettext calls to the 'net' command.
1972     * Fix up a share type translation and translate some more strings in 'net'.
1975 o   Günther Deschner <gd@samba.org>
1976     * Allow to call "pdbedit -N description -u user" without specifiyng "-r".
1977     * Add spoolss_DriverInfo7.
1978     * Fix rpcclient after setprinter IDL fixes.
1979     * Use generated krb5.conf in 'net ads testjoin'.
1982 o   Jonas Gorski <jonas.gorski+samba@gmail.com>
1983     * BUG 6992: make test for getgrouplist cacheable.
1986 o   André Hentschel <nerv@dawncrow.de>
1987     * Add some German translations for the 'net' command.
1990 o   Suresh Jayaraman <sjayaraman@suse.de>
1991     * Update mount.cifs man page with nounix option.
1994 o   Volker Lendecke <vl@samba.org>
1995     * Fix _samr_GetAliasMembership for results with 0 rids.
1996     * Fix an error case in cli_negprot.
1997     * Add a lower-cost alternative to wbinfo -t: wbinfo --ping-dc.
1998     * Restore correct timeouts for SMB requests.
1999     * Fix a 64-bit error in libsmb.
2000     * Replace IS_DOMAIN_OFFLINE by a function in Winbind.
2001     * Simplify/cleanup Winbind code.
2004 o   Kamen Mazdrashki <kamen.mazdrashki@postpath.com>
2005     * Fix write behind memory block in libtalloc.
2006     * Fix result check for getaddrinfo().
2009 o   Jim McDonough <jmcd@samba.org>
2010     * BUG 7014: Fix Winbind crash when retrieving empty group members.
2013 o   Brian Lu <brian.lu@sun.com>
2014     * BUG 6991: Create symbol links to shared libraries.
2017 o   Stefan Metzmacher <metze@samba.org>
2018     * Add tsocket_address_bsd_sockaddr() and tsocket_address_bsd_from_sockaddr()
2019       to tsocket.
2020     * Always set tdb->tracefd to -1 to be safe on goto fail in libtdb.
2021     * Add TDB_DISALLOW_NESTING and make TDB_ALLOW_NESTING the default behavior.
2022     * Fix standalone 'make installdocs'.
2025 o   Peter Rosin <peda@lysator.liu.se>
2026     * Output %p as unsigned in snprintf replacement.
2029 o   Ronnie Sahlberg <ronniesahlberg@gmail.com>
2030     * New attempt at TDB transaction nesting allow/disallow.
2033 o   Kirill Smelkov <kirr@mns.spb.ru>
2034     * Remove swig stuff from libtdb.
2035     * Reset tdb->fd to -1 in tdb_close() in libtdb.
2038 o   Simo Sorce <idra@samba.org>
2039     * Change the way mksysms work in libtalloc.
2042 o   Jelmer Vernooij <jelmer@samba.org>
2043     * Also build and install tdb manpages from standalone tdb.
2046 o   Bo Yang <boyang@samba.org>
2047     * Fix infinite loop in NCACN_IP_TCP as there is no timeout.
2048     * Make winbindd_cache.c aware of domain offline to avoid unnecessary backend
2049       query.
2050     * List trusted domains from wcache when domain is offline.
2053 Changes since 3.5.0pre1
2054 -----------------------
2056 o   Michael Adam <obnox@samba.org>
2057     * Fix the build when no external talloc and tdb are installed.
2058     * Fix detection of CTDB headers on systems without system-libtalloc.
2061 o   Jeremy Allison <jra@samba.org>
2062     * BUG 6802: A created folder does not properly inherit permissions from
2063       parent in vfs_acl_xattr.
2064     * BUG 6837: "Too many open files" when trying to access large number of
2065       files from Windows 7.
2066     * BUG 6938 : No hook exists to check creation rights when using acl_xattr
2067       module.
2068     * Fix vfs_acl_xattr which was failing to call the NEXT connect function.
2069     * Restructure the ACL code.
2070     * Refactor reply_rmdir to use handle based code.
2073 o   Dan Cox <dan@wep.net>
2074     * BUG 2350: Add LDAP Alias Dereferencing support.
2077 o   Günther Deschner <gd@samba.org>
2078     * BUG 6929: Fix build with recent heimdal.
2079     * Fix several printing issues.
2080     * Fix the build on Mac OS X 10.6.2.
2081     * Fix net and rpcclient after setprinterdataex changes.
2082     * Add full support for level 8 printer drivers.
2083     * Add more spoolss architectures to IDL.
2084     * Fix enumprinter key client and server.
2085     * Fix crash in EnumPrinterDataEx.
2088 o   Björn Jacke <bj@sernet.de>
2089     * Prefer posix_fallocate for doing "strict allocate".
2092 o   Matt Kraai <mkraai@beckman.com>
2093     * BUG 6860: Fix shared library build on QNX.
2096 o   Volker Lendecke <vl@samba.org>
2097     * BUG 6288: SWAT adds a second share when changing parameters of an existing
2098       share.
2099     * BUG 6435: Fix minor memory corruption.
2100     * Restore "fake directory create times" as a share parameter.
2101     * Fix explicit stat64 support.
2102     * Add support for NetWkstaGetInfo 101 and 102.
2103     * Add rpcclient wkssvc_enumerateusers.
2104     * De-deprecate "write cache size" to prevent its removal without a proper
2105       alternative.
2106     * Allow more than 1000 users in BUILTIN\Users.
2109 o   Jim McDonough <jmcd@samba.org>
2110     * BUG 6967: Prevent glibc error on 'net ads join'.
2113 o   Lars Müller <lars@samba.org>
2114     * BUG 6710: Only install the cifs.upcall man page if CIFSUPCALL_PROGS was
2115       set while configure.
2118 o   Ian Puleston <ipuleston@sonicwall.com>
2119     * Complete support for NetWkstaGetInfo/NetWkstaEnumUsers.
2122 o   Karolin Seeger <kseeger@samba.org>
2123     * Fix the build of the example VFS modules.
2126 o   Bo Yang <boyang@samba.org>
2127     * BUG 6879: Fix crash in Winbind.
2128     * Fix crash in free_file_list().
2129     * Give the user a chance to change password when password will expire soon.
2132 ######################################################################
2133 Reporting bugs & Development Discussion
2134 #######################################
2136 Please discuss this release on the samba-technical mailing list or by
2137 joining the #samba-technical IRC channel on irc.freenode.net.
2139 If you do report problems then please try to send high quality
2140 feedback. If you don't provide vital information to help us track down
2141 the problem then you will probably be ignored.  All bug reports should
2142 be filed under the Samba 3.5 product in the project's Bugzilla
2143 database (https://bugzilla.samba.org/).
2146 ======================================================================
2147 == Our Code, Our Bugs, Our Responsibility.
2148 == The Samba Team
2149 ======================================================================