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