WHATSNEW: Add changes since 3.5.11.
[Samba.git] / WHATSNEW.txt
blob2bf5d6cbd62a3577147e49520ceed9c7aa3a3d8e
1                    ==============================
2                    Release Notes for Samba 3.5.12
3                           October 26, 2011
4                    ==============================
7 This is the latest stable release of Samba 3.5.
9 Major enhancements in Samba 3.5.12 include:
11 o  Fix race condition in Winbind (bug 7844).
12 o  The VFS ACL modules are no longer experimental but production-ready.
15 Changes since 3.5.11:
16 --------------------
19 o   Jeremy Allison <jra@samba.org>
20     * BUG 7509: smb_acl_to_posix: ACL is invalid for set (Invalid argument).
21     * BUG 7551: Return error of cli_push when 'put - /some/file' is used.
22     * BUG 8156: 'net ads join' fails to use the user's kerberos ticket.
23     * BUG 8370: Fix vfs_chown_fsp.
24     * BUG 8422: Fix infinite loop in ACL module code.
25     * BUG 8443: Be smarter about setting default permissions when a ACL_USER_OBJ
26       isn't given.
27     * BUG 8458: IE9 on Windows 7 cannot download files to samba 3.5.11 share.
28     * BUG 8493: DFS breaks zip file extracting unless "follow symlinks = no"
29       set.
30     * BUG 8507: Make smbd correctly honor the "force create mode" bits from a
31       cifsfs create.
34 o   Pierre Carrier <pcarrier@redhat.com>
35     * BUG 8186: Allow changing the maximum number of simultaneous clients in
36       Winbind through an smb.conf option.
39 o   Günther Deschner <gd@samba.org>
40     * BUG 7465: Fix 'net ads join -k' when KRB5CCNAME is not set.
41     * BUG 7888: Deal with buggy 3.0 based PDCs.
42     * BUG 8491: Fix some coverity issues.
45 o   David Disseldorp <ddiss@suse.de>
46     * BUG 8480: acl_xattr can free an invalid pointer if no blob is loaded.
49 o   Björn Jacke <bj@sernet.de>
50     * BUG 8256: Add man vfs_aio_fork.
51     * BUG 8362: Fix SWAT build issue on old glibc systems.
52     * BUG 8531: Make DSO_EXPORTS_CMD more portable.
55 o   Volodymyr Khomenko <Volodymyr_Khomenko@dell.com>
56     * BUG 8515: Disallow "." in can_set_delete_on_close().
59 o   Volker Lendecke <vl@samba.org>
60     * BUG 7844: Fix race condition in Winbind.
61     * BUG 8338: Add a fallback for missing open&x support in OS/X Lion.
62     * BUG 8420: Fix getent group if trusted domains are not reachable.
65 o   Stefan Metzmacher <metze@samba.org
66     * BUG 8347: Fix regression on HP-UX, AIX and OSF introduced by the fix for
67       CVE-2011-2522.
68     * BUG 8452: Check the wct of the incoming SMBnegprot responses in libsmb.
69     * BUG 8491: Fix some coverity issues.
72 ######################################################################
73 Reporting bugs & Development Discussion
74 #######################################
76 Please discuss this release on the samba-technical mailing list or by
77 joining the #samba-technical IRC channel on irc.freenode.net.
79 If you do report problems then please try to send high quality
80 feedback. If you don't provide vital information to help us track down
81 the problem then you will probably be ignored.  All bug reports should
82 be filed under the Samba 3.5 product in the project's Bugzilla
83 database (https://bugzilla.samba.org/).
86 ======================================================================
87 == Our Code, Our Bugs, Our Responsibility.
88 == The Samba Team
89 ======================================================================
92 Release notes for older releases follow:
93 ----------------------------------------
95                    ==============================
96                    Release Notes for Samba 3.5.11
97                            August 4, 2011
98                    ==============================
101 This is the latest stable release of Samba 3.5.
103 Major enhancements in Samba 3.5.11 include:
105 o  Fix access to Samba shares when Windows security patch KB2536276 is installed
106    (bug #8238).
107 o  Fix Winbind panics if verify_idpool() fails (bug #8253).
110 Changes since 3.5.10:
111 --------------------
114 o   Jeremy Allison <jra@samba.org>
115     * BUG 7462: Make SA_RESETHAND conditional on its existance.
116     * BUG 8254: Make "acl check permissions = no" working in all cases.
119 o   Gregor Beck <gbeck@sernet.de>
120     * BUG 8253: Fix Winbind panics if verify_idpool() fails.
123 o   David Disseldorp <ddiss@suse.de>
124     * BUG 8269: Stop spamming log with "Could not find child X -- ignoring"
125       messages in smbd.
128 o   Björn Jacke <bj@sernet.de>
129     * BUG 7460: Include sys/file.h only when available.
132 o   Volker Lendecke <vl@samba.org>
133     * BUG 7841: Explicitly pass domain_sid to wbint_LookupRids().
134     * BUG 8238: Fix access to Samba shares when Windows security patch
135       KB2536276 is installed.
136     * BUG 8322: Add HAVE_FUNCTION_ATTRIBUTE_DESTRUCTOR.
139 o   Stefan Metzmacher <metze@samba.org>
140     * BUG 7841: Make WINBINDD_LOOKUPRIDS ask the right domain.
141     * BUG 8276: Close all sockets attached to a subnet in close_subnet().
144 ######################################################################
145 Reporting bugs & Development Discussion
146 #######################################
148 Please discuss this release on the samba-technical mailing list or by
149 joining the #samba-technical IRC channel on irc.freenode.net.
151 If you do report problems then please try to send high quality
152 feedback. If you don't provide vital information to help us track down
153 the problem then you will probably be ignored.  All bug reports should
154 be filed under the Samba 3.5 product in the project's Bugzilla
155 database (https://bugzilla.samba.org/).
158 ======================================================================
159 == Our Code, Our Bugs, Our Responsibility.
160 == The Samba Team
161 ======================================================================
164 ----------------------------------------------------------------------
167                    ==============================
168                    Release Notes for Samba 3.5.10
169                            July 26, 2011
170                    ==============================
173 This is a security release in order to address
174 CVE-2011-2522 (Cross-Site Request Forgery in SWAT) and
175 CVE-2011-2694 (Cross-Site Scripting vulnerability in SWAT).
178 o  CVE-2011-2522:
179    The Samba Web Administration Tool (SWAT) in Samba versions
180    3.0.x to 3.5.9 are affected by a cross-site request forgery.
183 o  CVE-2011-2694:
184    The Samba Web Administration Tool (SWAT) in Samba versions
185    3.0.x to 3.5.9 are affected by a cross-site scripting
186    vulnerability.
188 Please note that SWAT must be enabled in order for these
189 vulnerabilities to be exploitable. By default, SWAT
190 is *not* enabled on a Samba install.
193 Changes since 3.5.9:
194 --------------------
197 o   Kai Blin <kai@samba.org>
198     * BUG 8289: SWAT contains a cross-site scripting vulnerability.
199     * BUG 8290: CSRF vulnerability in SWAT.
202 ######################################################################
203 Reporting bugs & Development Discussion
204 #######################################
206 Please discuss this release on the samba-technical mailing list or by
207 joining the #samba-technical IRC channel on irc.freenode.net.
209 If you do report problems then please try to send high quality
210 feedback. If you don't provide vital information to help us track down
211 the problem then you will probably be ignored.  All bug reports should
212 be filed under the Samba 3.5 product in the project's Bugzilla
213 database (https://bugzilla.samba.org/).
216 ======================================================================
217 == Our Code, Our Bugs, Our Responsibility.
218 == The Samba Team
219 ======================================================================
222 ----------------------------------------------------------------------
225                    =============================
226                    Release Notes for Samba 3.5.9
227                            June 14, 2011
228                    =============================
231 This is the latest stable release of Samba 3.5.
233 Major enhancements in Samba 3.5.9 include:
235 o  Sgid bit lost on folder rename (bug #7996).
236 o  ACL can get lost when files are being renamed (bug #7987).
237 o  Respect "allow trusted domains = no" in Winbind (bug #6966).
238 o  Samba now follows Windows behaviour as a Kerberos client,
239    requesting a CIFS/ ticket (bug #7893).
241 New Kerberos behaviour
242 ----------------------
244 A new parameter 'client use spnego principal' defaults to 'no' and
245 mean Samba will use CIFS/hostname to obtain a kerberos ticket, acting
246 more like Windows when using Kerberos against a CIFS server in
247 smbclient, winbind and other Samba client tools.  This will change
248 which servers we will successfully negotiate kerberos connections to.
249 This is due to Samba no longer trusting a server-provided hint which
250 is not available from Windows 2008 or later.  For correct operation
251 with all clients, all aliases for a server should be recorded as a as
252 a servicePrincipalName on the server's record in AD.
254 Changes since 3.5.8:
255 --------------------
257 o   Jeremy Allison <jra@samba.org>
258     * BUG 6911: Kerberos authentication from Vista to Samba fails when security
259       blob size is greater than 16 kB.
260     * BUG 7080: Quota only shown when logged as root.
261     * BUG 7528: Fix Solaris with NIS autohome.
262     * BUG 7987: ACL can get lost when files are being renamed.
263     * BUG 7996: sgid bit lost on folder rename.
264     * BUG 8040: Fix 'smbclient' segfaults when a Cyrillic netbios name or
265       workgroup is configured.
266     * BUG 8072: Fix panic in create_file_acl_common.
267     * BUG 8038: Fix is_myname_or_ipaddr() to be robust against strange DNS
268       setups.
269     * BUG 8083: "inherit owner = yes" doesn't interact correctly with
270       vfs_acl_xattr or vfs_acl_tdb module.
271     * BUG 8088: Fix segfault in rpccli_samr_chng_pswd_auth_crap if any input
272       blobs are null.
273     * BUG 8111: CIFS VFS: Fix unexpected error on SMB posix open.
274     * BUG 8157: Fix parsing CUPS printcap files in std_pcap_cache_reload().
275     * BUG 8163: Fix our asn.1 parser to handle negative numbers.
276     * BUG 8211: "inherit owner = yes" doesn't interact correctly with "inherit
277       permissions = yes".
280 o   Christian Ambach <ambi@samba.org>
281     * BUG 8008: Fix a segfault in the krb5 locator plugin.
282     * BUG 8012: Use getgrset() instead of initgroups() + getgroups() when
283       getgrouplist() is not defined.
284     * BUG 8031: Convert gpfs:sharemodes and gpfs:leases parameters from a
285       global setting to a per share setting.
288 o   Andrew Bartlett <abartlet@samba.org>
289     * BUG 7893: Don't ever ask for machine$ principals as a target.
292 o   Björn Baumbach <bb@sernet.de>
293     * BUG 8074: Fix debug message.
296 o   Dmitry Butskoy <dmitry@butskoy.name>
297     * BUG 6966: Respect "allow trusted domains = no" in Winbind.
300 o   Marc A. Dahlhaus <mad@wol.de>
301     * BUG 8047: Fix mdns registration if "interfaces=" is used.
304 o   Günther Deschner <gd@samba.org>
305     * BUG 7993: Make sure we don't crash when publishing a single printer.
306     * BUG 8085: Fix incorrect timeout handling in ncacn_ip_tcp client code.
307     * BUG 8132: Fix filling printers location field when using CUPS.
310 o   David Disseldorp <ddiss@suse.de>
311     * BUG 7836: Make newly added printers visible to clients.
312     * BUG 7994: Use printcap IDL for IPC.
315 o   Björn Jacke <bj@sernet.de>
316     * BUG 7825: Fix GNU ld version detection with old gcc releases.
317     * BUG 8033: Add explicit configure option whether to enable dmapi
318       support or not.
321 o   Sergey Korsak <skif@1plus1.net>
322     * BUG 8099: setpwent() actually does endpwent() on FreeBSD.
325 o   Volker Lendecke <vl@samba.org>
326     * BUG 8009: Fix getting username in 'net rap session'.
327     * BUG 8011: Fix memory corruption in shadow_copy2.
328     * BUG 8016: Fix gpfs_get_xattr.
329     * BUG 8042: File creation on OS/X.
330     * BUG 8054: Winbind cache stores/retrieves wrong sizes for 16-bit ints.
331     * BUG 8066: Fix wrong output in 'smbget'.
332     * BUG 8087: Fix wbcChangeUserPasswordEx in RESPONSE mode.
335 o   Nikolay Martynov <mar.kolya@gmail.com>
336     * BUG 8010: Fix inode generation so nautilus can count total dir size
337       correctly.
340 o   Jim McDonough <jmcd@samba.org>
341     * BUG 6364: Pull realm from supplied username on libnet join.
342     * BUG 8166: Don't lockout users when offline.
345 o   Stefan Metzmacher <metze@samba.org>
346     * BUG 7383: Normalize IPv4 mapped IPv6 addresses in both directions.
347     * BUG 8034: SEC_STD_DELETE is always granted to the owner of a file.
350 o   Larry Reid <lcreid@jadesystems.ca>
351     * BUG 8055: Can't see Parts of DFS CIFS share.
354 o   Simo Sorce <idra@samba.org>
355     * BUG 7610: winbindd_cache.tdb grows too large when scaled.
358 o   Martin Vogt <martin.vogt@itwm.fraunhofer.de>
359     * BUG 6762: Fix ctdb on gpfs error with MS Office.
363 ######################################################################
364 Reporting bugs & Development Discussion
365 #######################################
367 Please discuss this release on the samba-technical mailing list or by
368 joining the #samba-technical IRC channel on irc.freenode.net.
370 If you do report problems then please try to send high quality
371 feedback. If you don't provide vital information to help us track down
372 the problem then you will probably be ignored.  All bug reports should
373 be filed under the Samba 3.5 product in the project's Bugzilla
374 database (https://bugzilla.samba.org/).
377 ======================================================================
378 == Our Code, Our Bugs, Our Responsibility.
379 == The Samba Team
380 ======================================================================
383 ----------------------------------------------------------------------
386                    =============================
387                    Release Notes for Samba 3.5.8
388                            March 7, 2011
389                    =============================
392 This is the latest stable release of Samba 3.5.
394 Major enhancements in Samba 3.5.8 include:
396 o  Fix Winbind crash bug when no DC is available (bug #7730).
397 o  Fix finding users on domain members (bug #7743).
398 o  Fix memory leaks in Winbind (bug #7879).
399 o  Fix printing with Windows 7 clients (bug #7567).
402 Changes since 3.5.7:
403 --------------------
406 o   Michael Adam <obnox@samba.org>
407     * BUG 7594: Fix "log=>ndr_pull_error" in 'wbinfo -u' and 'wbinfo -g'.
408     * BUG 7871: Fix 'net ads dns register' in cluster setups.
409     * BUG 7894: Fix sporadic Winbind panic in rpc query_user_list.
412 o   Jeremy Allison <jra@samba.org>
413     * BUG 7409: Raise debug level for "reduce_name: couldn't get realpath"
414       messages.
415     * BUG 7716: Store unmodified copies of security descriptors in acl_xattr and
416       acl_tdb modules.
417     * BUG 7733: Fix incorrect unix mode_t caused by invalid client DOS
418       attributes on create.
419     * BUG 7734: Apply appropriate create masks when creating files with "inherit
420       ACLs" set to true.
421     * BUG 7743: Fix finding users on domain members.
422     * BUG 7744: Fix "dfree cache time" parameter.
423     * BUG 7777: Fix requesting lookups for BUILTIN sids.
424     * BUG 7785: Fix atime limit.
425     * BUG 7791: Fix copying files from a SMB share using Gnome vfs and SMB
426       signing.
427     * BUG 7812: ACL inheritance cannot be disabled in vfs_acl_xattr/vfs_acl_tdb.
428     * BUG 7835: vfs_fill_sparse() doesn't use posix_fallocate when strict
429       allocate is on.
430     * BUG 7843: Expand the local SAMs aliases.
431     * BUG 7892: Fix stale lock in open_file_fchmod().
432     * BUG 7950: Revalidate the pathname once re-constructed from a root fsp.
435 o   Andrew Bartlett <abartlet@samba.org>
436     * BUG 7356: Fix 'net ads dns register' in Windows 2008 R2 domains.
439 o   Björn Baumbach <bb@sernet.de>
440     * BUG 7875: Fix 'nmbd --port'.
441     * BUG 7880: Make 'rpcclient deldriver' delete drivers for all architectures.
444 o   Günther Deschner <gd@samba.org>
445     * BUG 7567: Fix printing with Windows 7 clients.
446     * BUG 7641: Handle Windows 9x adddriver calls without config file.
447     * BUG 7945: Let Winbind try to use samlogon validation level 6.
450 o   Holger Hetterich <hhetter@novell.com>
451     * BUG 3185: Fix 'testparm' return code when EOF in encountered in param
452       name.
455 o   Björn Jacke <bj@sernet.de>
456     * BUG 7821: Fix build of shared libraries on Tru64.
459 o   Volker Lendecke <vl@samba.org>
460     * BUG 7066: Fix "Your Password expires today" message for users of trusted
461       domains.
462     * BUG 7262: Fix maintaining of users' groups via UsrMgr.
463     * BUG 7656: Fix scalability problem with hundreds of printers.
464     * BUG 7665: Fix memory leak in the netapi routines.
465     * BUG 7730: Fix Winbind crash bug when no DC is available.
466     * BUG 7774: Fix a getgrent crash with many groups.
467     * BUG 7779: Fix smbd crash caused by expand_msdfs.
468     * BUG 7800: Make Winbind recover from a signing error.
469     * BUG 7817: Fix "force group" with ntlmssp guest session setup.
470     * BUG 7841: Make WINBINDD_LOOKUPRIDS asking the right domain.
471     * BUG 7842: Make WINBINDD_LOOKUPRIDS returning the domain name.
472     * BUG 7855: ntlm_auth: Support clients which offer a spnego mechs we don't
473       support.
474     * BUG 7879: Fix memory leaks in Winbind.
475     * BUG 7881: Fix flaky Winbind against Windows 2008.
476     * BUG 7917: Fix connections from WinCE.
477     * BUG 7940: Fix opening MS Powerpoint files.
480 o   Stefan Metzmacher <metze@samba.org>
481     * BUG 7567: Fix printing with Windows 7 clients.
482     * BUG 7855: ntlm_auth: Support clients which offer a spnego mechs we don't
483       support.
484     * BUG 7883: Fix SMB session setups with Kerberos against some closed source
485       SMB servers.
486     * BUG 7896: Don't set SAMR_FIELD_FULL_NAME if we just want to set the
487       account name.
488     * BUG 7899: Don't return "-1" on success in 'net rpc vampire keytab'.
489     * BUG 7942: Fix endless loops caused by inotify.
490     * BUG 7944: Catch lookup_names/sids schannel errors over ncacn_ip_tcp.
493 o   Jonathan Nieder <jrnieder@gmail.com>
494     * BUG 6837:  Make "rlimit_max below minimum Windows limit" notification less
495       scary.
498 o   olivier <olivier@virtscano.fakenet>
499     * BUG 7789: vfs_scannedonly: Switch from mtime to ctime which is more reliable.
502 o   Rusty Russell <rusty@rustcorp.com.au>
503     * BUG 7498: Fix updating the time on close in vfs_gpfs.
506 ######################################################################
507 Reporting bugs & Development Discussion
508 #######################################
510 Please discuss this release on the samba-technical mailing list or by
511 joining the #samba-technical IRC channel on irc.freenode.net.
513 If you do report problems then please try to send high quality
514 feedback. If you don't provide vital information to help us track down
515 the problem then you will probably be ignored.  All bug reports should
516 be filed under the Samba 3.5 product in the project's Bugzilla
517 database (https://bugzilla.samba.org/).
520 ======================================================================
521 == Our Code, Our Bugs, Our Responsibility.
522 == The Samba Team
523 ======================================================================
526 ----------------------------------------------------------------------
529                    =============================
530                    Release Notes for Samba 3.5.7
531                           February 28, 2011
532                    =============================
535 This is a security release in order to address CVE-2011-0719.
538 o  CVE-2011-0719:
539    All current released versions of Samba are vulnerable to
540    a denial of service caused by memory corruption. Range
541    checks on file descriptors being used in the FD_SET macro
542    were not present allowing stack corruption. This can cause
543    the Samba code to crash or to loop attempting to select
544    on a bad file descriptor set.
547 Changes since 3.5.6:
548 --------------------
551 o   Jeremy Allison <jra@samba.org>
552     * BUG 7949: Fix DoS in Winbind and smbd with many file descriptors open.
555 ######################################################################
556 Reporting bugs & Development Discussion
557 #######################################
559 Please discuss this release on the samba-technical mailing list or by
560 joining the #samba-technical IRC channel on irc.freenode.net.
562 If you do report problems then please try to send high quality
563 feedback. If you don't provide vital information to help us track down
564 the problem then you will probably be ignored.  All bug reports should
565 be filed under the Samba 3.5 product in the project's Bugzilla
566 database (https://bugzilla.samba.org/).
569 ======================================================================
570 == Our Code, Our Bugs, Our Responsibility.
571 == The Samba Team
572 ======================================================================
575 ----------------------------------------------------------------------
578                    =============================
579                    Release Notes for Samba 3.5.6
580                           October 8, 2010
581                    =============================
584 This is the latest stable release of Samba 3.5.
586 Major enhancements in Samba 3.5.6 include:
588   o Fix smbd panic on invalid NetBIOS session request (bug #7698).
589   o Fix smbd crash caused by "%D" in "printer admin" (bug #7541).
590   o Fix crash bug with invalid SPNEGO token (bug #7694).
591   o Fix Winbind internal error (bug #7636).
594 Changes since 3.5.5
595 -------------------
598 o   Jeremy Allison <jra@samba.org>
599     * BUG 7577: Fix SPNEGO auth when contacting Win7 system using Microsoft Live
600       Sign-in Assistant.
601     * BUG 7578: Fix 'net idmap restore' setting HWM to avoid duplicates.
602     * BUG 7581: Fix "admin users" when using vfs_acl_xattr.
603     * BUG 7583: Fix smbclient to connect to Alfresco JLAN CIFS server using
604       Kerberos.
605     * BUG 7589: Fix using cached credentials in ntlm_auth.
606     * BUG 7590: Fix Winbind offline login.
607     * BUG 7617: Fix smbd coredump due to uninitialized variables in the
608       performance counter code.
609     * BUG 7636: Fix Winbind internal error.
610     * BUG 7651: Fix mknod and mkfifo failing with "No such file or
611       directory".
612     * BUG 7693: Fix smbd changing mode of files on rename.
613     * BUG 7694: Fix crash bug with invalid SPNEGO token.
614     * BUG 7698: Fix smbd panic on invalid NetBIOS session request.
617 o   Günther Deschner <gd@samba.org>
618     * BUG 7541: Fix smbd crash caused by "%D" in "printer admin".
619     * BUG 7568: Make sure cm_connect_lsa_tcp does not reset the secure channel.
620     * BUG 7658: Fix "dereferencing type-punned pointer will break
621       strict-aliasing rules" warnings).
622     * BUG 7665: Fix memory leak in netapi connection manager.
625 o   Björn Jacke <bj@sernet.de>
626     * BUG 7244: Fall back to cups-config for underlinked libs.
627     * BUG 7474: Fix build on platforms without st_blocks and st_blksize stat
628       struct members.
631 o   Volker Lendecke <vl@samba.org>
632     * BUG 7336: Enable idmap_passdb module build as shared.
633     * BUG 7531: Fix the charset_pull routine.
634     * BUG 7635: Fix 'smbclient -M'.
635     * BUG 7656: Fix scalability problem with hundreds of printers.
636     * BUG 7684: Fix fd leak in libwbclient.so.
637     * BUG 7688: Fix crash bug in rpcclient.
638     * BUG 7470: Standardize S_IREAD and S_IWRITE.
639     * BUG 7715: Fix file corruption when setting Samba "write wache wize".
642 o   Jim McDonough <jmcd@samba.org>
643     * BUG 7280: Fix auto printers with registry config.
646 o   Andreas Schneider <asn@samba.org>
647     * BUG 7538: Fix GUID_from_data_blob() with length of 32.
650 o   Chere Zhou <chere.zhou@isilon.com>
651     * BUG 7662: Align change notify replies on 4-byte boundary.
654 ######################################################################
655 Reporting bugs & Development Discussion
656 #######################################
658 Please discuss this release on the samba-technical mailing list or by
659 joining the #samba-technical IRC channel on irc.freenode.net.
661 If you do report problems then please try to send high quality
662 feedback. If you don't provide vital information to help us track down
663 the problem then you will probably be ignored.  All bug reports should
664 be filed under the Samba 3.5 product in the project's Bugzilla
665 database (https://bugzilla.samba.org/).
668 ======================================================================
669 == Our Code, Our Bugs, Our Responsibility.
670 == The Samba Team
671 ======================================================================
674 ----------------------------------------------------------------------
677                    =============================
678                    Release Notes for Samba 3.5.5
679                          September 14, 2010
680                    =============================
683 This is a security release in order to address CVE-2010-3069.
686 o  CVE-2010-3069:
687    All current released versions of Samba are vulnerable to
688    a buffer overrun vulnerability. The sid_parse() function
689    (and related dom_sid_parse() function in the source4 code)
690    do not correctly check their input lengths when reading a
691    binary representation of a Windows SID (Security ID). This
692    allows a malicious client to send a sid that can overflow
693    the stack variable that is being used to store the SID in the
694    Samba smbd server.
697 Changes since 3.5.4
698 --------------------
701 o   Jeremy Allison <jra@samba.org>
702     * BUG 7669: Fix for CVE-2010-3069.
705 o   Andrew Bartlett <abartlet@samba.org>
706     * BUG 7669: Fix for CVE-2010-3069.
709 ######################################################################
710 Reporting bugs & Development Discussion
711 #######################################
713 Please discuss this release on the samba-technical mailing list or by
714 joining the #samba-technical IRC channel on irc.freenode.net.
716 If you do report problems then please try to send high quality
717 feedback. If you don't provide vital information to help us track down
718 the problem then you will probably be ignored.  All bug reports should
719 be filed under the Samba 3.5 product in the project's Bugzilla
720 database (https://bugzilla.samba.org/).
723 ======================================================================
724 == Our Code, Our Bugs, Our Responsibility.
725 == The Samba Team
726 ======================================================================
729 ----------------------------------------------------------------------
732                    =============================
733                    Release Notes for Samba 3.5.4
734                            June 23, 2010
735                    =============================
738 This is the latest stable release of Samba 3.5.
740 Major enhancements in Samba 3.5.4 include:
742   o Fix smbd crash when sambaLMPassword and sambaNTPassword entries missing
743     from ldap (bug #7448).
744   o Fix init_sam_from_ldap storing group in sid2uid cache (bug #7507).
747 Changes since 3.5.3
748 -------------------
751 o   Michael Adam <obnox@samba.org>
752     * BUG 7507: Fix init_sam_from_ldap storing group in sid2uid cache.
755 o   Jeremy Allison <jra@samba.org>
756     * BUG 7188: Make ea data checks identical for trans2open and trans2mkdir.
757     * BUG 7410: Samba sends "raw" inode number as uniqueid with unix extensions.
758     * BUG 7449: Fix spnego returning incorrect mechListMIC string.
761 o   Günther Deschner <gd@samba.org>
762     * BUG 7341: Fix Winbind over IPv6.
763     * BUG 7459: Fix some crash bugs and missing error codes in AddDriver paths.
764     * BUG 7479: Fix crash bug in _samr_QueryUserInfo{2} level 18.
765     * BUG 7517: Fix session setup from linux kernel cifs clients with
766       "sec=ntlmv2".
769 o   Olaf Flebbe <o.flebbe@science-computing.de>
770     * BUG 7209: Fix build on RHEL5.
773 o   Björn Jacke <bj@sernet.de>
774     * BUG 7427: Using IBM xl_C compiler produces wrong results in configure.
775     * BUG 7503: Fix calculation of st_blocks in vfs_streams_xattr.
776     * BUG 7504: Fix numerous build issues.
779 o   Volker Lendecke <vl@samba.org>
780     * BUG 7253: Fix Samba login cache problem on Sparc Architecture.
781     * BUG 7262: Fix editing users' groups via UsrMgr.
784 o   Buchan Milne <bgmilne@mandriva.org>
785     * BUG 7500: Fix 'not a string literal' warning in netdomjoin-gui.
788 o   Matthieu Patou <mat@matws.net>
789     * BUG 7099: Allow previous password to be stored and use it to check
790       tickets.
793 o   Andreas Schneider <asn@samba.org>
794     * BUG 7423: Fix printing large formats.
797 o   Roel van Meer <rolek@bokxing.nl>
798     * BUG 7448: Fix smbd crash when sambaLMPassword and sambaNTPassword entries
799       missing from ldap.
802 ######################################################################
803 Reporting bugs & Development Discussion
804 #######################################
806 Please discuss this release on the samba-technical mailing list or by
807 joining the #samba-technical IRC channel on irc.freenode.net.
809 If you do report problems then please try to send high quality
810 feedback. If you don't provide vital information to help us track down
811 the problem then you will probably be ignored.  All bug reports should
812 be filed under the Samba 3.5 product in the project's Bugzilla
813 database (https://bugzilla.samba.org/).
816 ======================================================================
817 == Our Code, Our Bugs, Our Responsibility.
818 == The Samba Team
819 ======================================================================
822 ----------------------------------------------------------------------
825                    =============================
826                    Release Notes for Samba 3.5.3
827                             May 19, 2010
828                    =============================
831 This is the latest stable release of Samba 3.5.
833 Major enhancements in Samba 3.5.3 include:
835   o Fix MS-DFS functionality (bug #7339).
836   o Fix a Winbind crash when scanning trusts (bug #7389).
837   o Fix problems with SIGCHLD handling in Winbind (bug #7317).
840 Changes since 3.5.2
841 -------------------
844 o   Jeremy Allison <jra@samba.org>
845     * BUG 7288: Fix SMB job IDs in CUPS job names.
846     * BUG 7339: Fix MS-DFS functionality.
849 o   Andrew Bartlett <abartlet@samba.org>
850     * BUG 7354: Fix CLDAP tsocket problem on Solaris.
853 o   Ira Cooper <samba@ira.wakeful.net>
854     * BUG 7384: Fix bitmap leak in dptr_Close.
857 o   Günther Deschner <gd@samba.org>
858     * BUG 7277: Fix exporting printers via 'cupsaddsmb' command.
859     * BUG 7417: Fix setting of passwords via 'net rpc user password' command.
860     * BUG 7418: Fix 'net rpc printer list' command.
863 o   Olaf Flebbe <o.flebbe@science-computing.de>
864     * BUG 7421: Rename mod_name to module_name.
867 o   Björn Jacke <bj@sernet.de>
868     * BUG 7352: Make TIME_T_MAX defines consistent.
869     * BUG 7385: Fix building with Solaris' gcc.
872 o   Jeff Layton <jlayton@redhat.com>
873     * BUG 7315: Fix segfault in mount.cifs.
876 o   Volker Lendecke <vl@samba.org>
877     * BUG 7357: Re-fix a bug with smbd serving a windows terminal server.
878     * BUG 7389: Fix a Winbind crash when scanning trusts.
879     * BUG 7398: Fix rename problems with full_audit VFS module.
882 o   Jim McDonough <jmcd@samba.org>
883     * BUG 7378: Display an error on 'net conf import' failures.
886 o   Stefan Metzmacher <metze@samba.org>
887     * BUG 7196: Add replacement for IPV6_V6ONLY on linux systems with broken
888       headers.
889     * BUG 7317: Fix problems with SIGCHLD handling in Winbind.
890     * BUG 7354: Fix CLDAP tsocket problem on Solaris.
893 o   Luca Olivetti <luca@wetron.es>
894     * BUG 7263: Fix cups encryption setting.
897 ######################################################################
898 Reporting bugs & Development Discussion
899 #######################################
901 Please discuss this release on the samba-technical mailing list or by
902 joining the #samba-technical IRC channel on irc.freenode.net.
904 If you do report problems then please try to send high quality
905 feedback. If you don't provide vital information to help us track down
906 the problem then you will probably be ignored.  All bug reports should
907 be filed under the Samba 3.5 product in the project's Bugzilla
908 database (https://bugzilla.samba.org/).
911 ======================================================================
912 == Our Code, Our Bugs, Our Responsibility.
913 == The Samba Team
914 ======================================================================
917 ----------------------------------------------------------------------
920                    =============================
921                    Release Notes for Samba 3.5.2
922                            April 7, 2010
923                    =============================
926 This is the latest stable release of Samba 3.5.
928 Major enhancements in Samba 3.5.2 include:
930   o Fix smbd segfaults in _netr_SamLogon for clients sending null domain
931     (bug #7237).
932   o Fix smbd segfaults in "waiting for connections" message (bug #7251).
933   o Fix an uninitialized variable read in smbd (bug #7254).
934   o Fix a memleak in Winbind (bug #7278).
935   o Fix Winbind reconnection to it's own domain (bug #7295).
938 Changes since 3.5.1
939 -------------------
942 o   Michael Adam <obnox@samba.org>
943     * BUG 7231: Fix automatic building of vfs_tsmsm if gpfs and dmapi are
944       present.
945     * BUG 7232: Fix race conditions in CTDB persistent transactions.
946     * BUG 7313: Make 'net conf addshare' atomic.
947     * BUG 7314: Eliminate race condition in creating/scanning sorted subkeys in
948       the registry backend.
951 o   Jeremy Allison <jra@samba.org>
952     * BUG 7075: Fix bug in vfs_scannedonly rmdir implementation.
953     * BUG 7159: Fix handling of bad server data returns in client rpc_transport.
954     * BUG 7234: Symlink delete fails but incorrectly reports success to client.
955     * BUG 7255: Fix "printer admin" functionality.
956     * BUG 7283: Fix smbd segfault if using vfs_acl_tdb.
957     * BUG 7297: Fix smbd crashes with CUPS printers and no [printers] share defined.
958     * BUG 7310: Fix DOS attribute inconsistency with MS Office.
961 o   Kai Blin <kai@samba.org>
962     * BUG 7290: Fix core dump in 'ntlm_auth' with "gss-spnego" helper.
965 o   Günther Deschner <gd@samba.org>
966     * BUG 6727: Fix several printing issues.
967     * BUG 7237: Fix smbd segfaults in _netr_SamLogon for clients sending
968       null domain.
969     * BUG 7256: Fix value-needed calculation in_spoolss_EnumPrinterData().
970     * BUG 7258: Fix _winreg_QueryValue crash bugs and implement Windows
971       behavior.
974 o   Holger Hetterich <hhetter@novell.com>
975     * BUG 7203: Fix 'net share' command.
978 o   Michael Karcher <samba@mkarcher.dialup.fu-berlin.de>
979     * BUG 7269: Fix job management commands for CUPS queues.
982 o   Jeff Layton <jlayton@redhat.com>
983     * BUG 6853: Fix race condition in mount.cifs that allows user to replace
984       mountpoint with a symlink.
987 o   Volker Lendecke <vl@samba.org>
988     * BUG 5198: Fix parsing of the gecos field.
989     * BUG 7202: Fix access by multi-threaded applications.
990     * BUG 7212: Fix returning of group members with 'getent group'.
991     * BUG 7216: Fix the build of net_afs.c with --fake-kaserver=yes.
992     * BUG 7229: Fix a NULL pointer dereference in smbd.
993     * BUG 7232: Fix race conditions in CTDB persistent transactions.
994     * BUG 7254: Fix an uninitialized variable read in smbd.
995     * BUG 7278: Fix a memleak in Winbind.
998 o   Roel van Meer <rolek@alt001.com>
999     * BUG 6814: Fix valgrind warning.
1002 o   Stefan Metzmacher <metze@samba.org>
1003     * BUG 7170: Never mark external domains as internal in Winbind.
1004     * BUG 7225: Make Winbind logs more verbose for troubleshooting.
1005     * BUG 7251: Fix smbd segfault in "waiting for connections" message.
1006     * BUG 7295: Fix Winbind reconnection to it's own domain.
1007     * BUG 7316: Winbind possibly segfaults when trying a trusted domain without
1008       inbound trust.
1011 o   SATOH Fumiyasu <fumiyas@osstech.co.jp>
1012     * BUG 1206: Fix segfault if hide files or veto files has no ".AppleDouble".
1015 o   Simo Sorce <idra@samba.org>
1016     * BUG 7204: Fix DN parsing name was always null.
1019 o   Andrew Tridgell <tridge@samba.org>
1020     * BUG 7312: Many disconnecting clients render clustered Samba unusuable
1021       for some time.
1024 o   Bo Yang <boyang@samba.org>
1025     * BUG 7206: Signals are processed twice in child.
1029 ######################################################################
1030 Reporting bugs & Development Discussion
1031 #######################################
1033 Please discuss this release on the samba-technical mailing list or by
1034 joining the #samba-technical IRC channel on irc.freenode.net.
1036 If you do report problems then please try to send high quality
1037 feedback. If you don't provide vital information to help us track down
1038 the problem then you will probably be ignored.  All bug reports should
1039 be filed under the Samba 3.5 product in the project's Bugzilla
1040 database (https://bugzilla.samba.org/).
1043 ======================================================================
1044 == Our Code, Our Bugs, Our Responsibility.
1045 == The Samba Team
1046 ======================================================================
1048 ----------------------------------------------------------------------
1050                    =============================
1051                    Release Notes for Samba 3.5.1
1052                             March 8, 2010
1053                    =============================
1056 This is a security release in order to address CVE-2010-0728.
1059 o  CVE-2010-0728:
1060    In Samba releases 3.5.0, 3.4.6 and 3.3.11, new code
1061    was added to fix a problem with Linux asynchronous IO handling.
1062    This code introduced a bad security flaw on Linux platforms if the
1063    binaries were built on Linux platforms with libcap support.
1064    The flaw caused all smbd processes to inherit CAP_DAC_OVERRIDE
1065    capabilities, allowing all file system access to be allowed
1066    even when permissions should have denied access.
1069 Changes since 3.5.0
1070 -------------------
1073 o   Jeremy Allison <jra@samba.org>
1074     * BUG 7222: Fix for CVE-2010-0728.
1077 ######################################################################
1078 Reporting bugs & Development Discussion
1079 #######################################
1081 Please discuss this release on the samba-technical mailing list or by
1082 joining the #samba-technical IRC channel on irc.freenode.net.
1084 If you do report problems then please try to send high quality
1085 feedback. If you don't provide vital information to help us track down
1086 the problem then you will probably be ignored.  All bug reports should
1087 be filed under the Samba 3.5 product in the project's Bugzilla
1088 database (https://bugzilla.samba.org/).
1091 ======================================================================
1092 == Our Code, Our Bugs, Our Responsibility.
1093 == The Samba Team
1094 ======================================================================
1097 ----------------------------------------------------------------------
1100                    =============================
1101                    Release Notes for Samba 3.5.0
1102                             March 1, 2010
1103                    ===============================
1106 This is the first stable release of Samba 3.5.
1109 Major enhancements in Samba 3.5.0 include:
1111 General changes:
1112 o Add support for full Windows timestamp resolution
1113 o The Using Samba HTML book has been removed.
1114 o 'net', 'smbclient' and libsmbclient can use credentials cached by Winbind.
1115 o The default value of "wide links" has been changed to "no".
1117 Protocol changes:
1118 o Experimental implementation of SMB2
1120 Printing Changes:
1121 o Add encryption support for connections to a CUPS server
1123 Winbind changes:
1124 o Major refactoring
1125 o Asynchronous
1127 VFS modules:
1128 o New vfs_scannedonly module has been added.
1131 General changes:
1132 ================
1134 Support for full Windows timestamp resolution has been added. This effectively
1135 makes us use Windows' full 100ns timestamp resolution if supported by the
1136 kernel (2.6.22 and higher) and the glibc (2.6 and higher).
1138 The Using Samba HTML book has been removed from the Samba tarball.
1139 It is still available at http://www.samba.org/samba/docs/using_samba/toc.html.
1141 Samba client tools like 'net', 'smbclient' and libsmbclient can use the user
1142 credentials cached by Winbind at logon time. This is very useful e.g. when
1143 connecting to a Samba server using Nautilus without re-entering username and
1144 password. This feature is enabled by default and can be disabled per application
1145 by setting the LIBSMBCLIENT_NO_CCACHE environment variable.
1147 The default value of "wide links" has been changed to "no" to avoid an insecure
1148 default configuration ("wide links = yes" and "unix extensions = yes"). For
1149 more details, please see http://www.samba.org/samba/news/symlink_attack.html.
1152 Protocol changes
1153 ================
1155 An EXPERIMENTAL implementation of the SMB2 protocol has been added. SMB2 can be
1156 enabled by setting "max protocol = smb2". SMB2 is a new implementation of the
1157 SMB protocol used by Windows Vista and higher.
1159 Printing Changes
1160 ================
1162 A new parameter "cups encrypt" has been added to control whether connections to
1163 CUPS servers will be encrypted or not. The default is to use unencrypted
1164 connections.
1166 Winbind changes
1167 ===============
1169 The Winbind daemon has been refactored internally to be asynchronous. The new
1170 Winbind will not be blocked by running 'getent group' or 'getent passwd'.
1172 VFS modules
1173 ===========
1175 A new VFS module "scannedonly" has been added. This is a filter that
1176 talks to an antivirus-engine and stores whether a file is clean or not.
1177 Users do only see clean files on their filesystem.
1180 ######################################################################
1181 Changes
1182 #######
1184 smb.conf changes
1185 ----------------
1187    Parameter Name                      Description     Default
1188    --------------                      -----------     -------
1190    create krb5 conf                    New             yes
1191    ctdb timeout                        New             0
1192    cups encrypt                        New             no
1193    debug hires timestamp               Changed Default yes
1194    ldap deref                          New             auto
1195    ldap follow referral                New             auto
1196    nmbd bind explicit broadcast        New             no
1197    wide links                          Changed Default no
1200 New configure options
1201 ---------------------
1203 --enable-external-libtdb        Enable external tdb
1204 --enable-netapi                 Turn on netapi support
1205 --enable-pthreadpool            Enable pthreads pool helper support
1206 --with-cifsumount               Include umount.cifs (Linux only) support
1207 --with-codepagedir=DIR          Where to put codepages
1210 Commit Highlights
1211 =================
1213 o   Björn Jacke <bj@sernet.de>
1214     * Add support for full Windows timestamp resolution.
1215     * Add encryption support for connections to a CUPS server.
1218 o   Volker Lendecke <vl@samba.org>
1219     * Major internal refactoring of the Winbind daemon.
1220     * Make Winbind asynchronous.
1221     * Make 'net', 'smbclient' and libsmbclient use the logon credentials cached
1222       by Winbind.
1225 o   Stefan Metzmacher <metze@samba.org>
1226     * Implement the new SMB2 protocol (experimental).
1229 Changes since 3.5.0rc3
1230 ----------------------
1233 o   Günther Deschner <gd@samba.org>
1234     * BUG 7181: Fix 'net ads dns' usage calls.
1235     * BUG 7182: Fix uninitialized variable in wkssvc_enumerateusers.
1238 o   Volker Lendecke <vl@samba.org>
1239     * BUG 7145: Fix duplicate sam and unix accounts.
1240     * BUG 7166: Avoid calling cli_alloc_mid twice in cli_smb_req_iov_send.
1243 o   Stefan Metzmacher <metze@samba.org>
1244     * BUG 7160: Keep the the correct negotiate_flags on the cli->dc structure.
1247 Changes since 3.5.0rc2
1248 ----------------------
1251 o   Jeremy Allison <jra@samba.org>
1252     * BUG 6557: Fix vfs_full_audit.
1253     * BUG 6876: Fix duplicate initializer in the rmdir module.
1254     * BUG 7063: Fix core dump on Ubuntu 8.04 64 bit.
1255     * BUG 7067: Fix failing of smbd to respond to a read or a write caused by
1256       Linux asynchronous IO (aio).
1257     * BUG 7069: Fix 'smbget' error status.
1258     * BUG 7072: Fix unlocking of accounts from ldap.
1259     * BUG 7079  Cliconnect gets realm wrong with trusted domains.
1260     * BUG 7081: Fix vfs_expand_msdfs.
1261     * BUG 7084: Fix storing of create time on directories in an EA in new
1262       create time code.
1263     * BUG 7104: "wide links" and "unix extensions" are incompatible.
1264     * BUG 7118: Fix nmbd problems with socket address.
1265     * BUG 7122: Fix reading of large browselist.
1266     * BUG 7154: "mangling method = hash" can crash storing a name containing a '.'.
1267     * BUG 7155: Valgrind Conditional jump or move depends on uninitialised
1268       value(s) error when "mangling method = hash"..
1271 o   Steven Danneman <steven.danneman@isilon.com>
1272     * BUG 7096: Fix string buffer overflow causing heap corruption in smbd.
1275 o   Günther Deschner <gd@samba.org>
1276     * BUG 6888: Fix printing with 64 bit clients.
1277     * BUG 7130: Fix listing of printjobs in  Windows 7.
1278     * BUG 7148: Fix get_acl_blob in the acl_tdb VFS module.
1281 o   Björn Jacke <bj@sernet.de>
1282     * BUG 7103: Fix build issue on Tru64.
1283     * BUG 7116: Change ldap filter to what really was intended.
1284     * Fix some wrong newlines in de translation strings.
1287 o   Jeff Layton <jlayton@redhat.com>
1288     * BUG 6868: Fix crash bug in 'cifs.upcall'.
1291 o   Volker Lendecke <vl@samba.org>
1292     * BUG 7085: Fix an early release of the global lock that can cause data
1293       corruption in libtdb.
1294     * BUG 7139: Owner of file not available with Kerberos.
1297 o   Stefan Metzmacher <metze@samba.org>
1298     * BUG 6888: Fix printing with 64 bit clients.
1299     * BUG 7098: Fix results of 'smbclient -L' with a large browse list.
1300     * BUG 7116: Add pdb_ldap performance fixes.
1301     * BUG 7118: Add new "nmbd bind explicit broadcast" parameter.
1302     * BUG 7119: Support large browselist.
1303     * BUG 7140: Fix IPv4/IPv6 problems.
1306 o   Lars Müller <lars@samba.org>
1307     * BUG 7071: Fix build of 'smbfilter'.
1308     * BUG 7047: Add cross option to samba_cv_linux_getgrouplist_ok.
1309     * BUG 7102: Normalize "Changing password for" msg IDs and STRs.
1312 o   Olivier Sessink <olivier@virtscano.fakenet>
1313     * BUG 7076: Fix build of vfs_scannedonly on AIX.
1316 o   Bo Yang <boyang@samba.org>
1317     * BUG 7106: Fix malformed require_membership_of_sid.
1321 Changes since 3.5.0rc1
1322 ----------------------
1325 o   Michael Adam <obnox@samba.org>
1326     * BUG 4347: Check password history before increasing "badPasswordCount".
1329 o   Jeremy Allison <jra@samba.org>
1330     * BUG 5202: Fix changing of ACLs on writable file with "dos filemode=yes".
1331     * BUG 6876: Fix deletion of an object whose parent folder does not have delete
1332       rights fails even if the delete right is set on the object in
1333       vfs_acl_xattr and vfs_acl_tdb.
1334     * BUG 7033: Fix SMBrmdir error message when deleting a directory fails.
1335     * BUG 7036: Fix 'net rpc getsid' in hardened Windows environments.
1336     * BUG 7045: Fix bad (non memory copying) interfaces in smbc_setXXXX calls.
1339 o   Giovanni Bajo <rasky@develer.com>
1340     * BUG 7029: Disable sanity check in NetShareEnum for better compatibility
1341       with Windows.
1344 o   Kai Blin <kai@samba.org>
1345     * BUG 7039: Fix compile error with WITH_DNS_UPDATE. Update .po files.
1348 o   Günther Deschner <gd@samba.org>
1349     * BUG 7043: Fix crash bug in libsmbclient.
1352 o   André Hentschel <nerv@dawncrow.de>
1353     * BUG 7039: Complete German translation of 'net'.
1356 o   Björn Jacke <bj@sernet.de>
1357     * BUG 7039: Improve some German translations in 'net'.
1360 o   William Jojo <w.jojo@hvcc.edu>
1361     * BUG 7052: Fix DFS on AIX.
1364 o   Volker Lendecke <vl@samba.org>
1365     * BUG 6981: Fix large paged search with DirX LDAP servers.
1366     * BUG 7027: Fix a segfault in winbindd_dual_ccache_ntlm_auth().
1367     * BUG 7037: Fix a Winbind segfault in "trusted_domains".
1368     * BUG 7046: Fix libsmbclient crash against OpenSolaris CIFS server.
1369     * BUG 7062: Make 'net', 'smbclient' and libsmbclient use the logon
1370       credentials cached by Winbind.
1371     * Lock down some srvsvc calls according to what w2k3 seems to do.
1374 o   Stefan Metzmacher <metze@samba.org>
1375     * BUG 6157: Restore Samba 3.0.x behavior and use the first "uid" value in
1376       pdb_ldap.
1379 o   SASAJIMA Toshihiro <sasajima_t@jp.fujitsu.com>
1380     * BUG 7034: Fix segfault in vfs_cap.
1383 o   Olivier Sessink <oliviersessink@gmail.com>
1384     * BUG 7028: Add new scannedonly VFS module.
1387 Changes since 3.5.0pre2
1388 -----------------------
1390 o   Jeremy Allison <jra@samba.org>
1391     * BUG 6837: Fix "Too many open files" when trying to access large number of
1392       files with Windows 7.
1393     * BUG 6939: Fix long filenames when "mangling method" is set to "hash".
1394     * BUG 7020: Fix smbd using 2G memory.
1395     * Ensure dos_mode can return FILE_ATTRIBUTE_NORMAL, then filter the returned
1396       attributes by protocol level.
1397     * Vector correctly through reply_openerror() (which uses the same logic).
1398     * Fix bugs with the full Windows ACL support.
1401 o   Kai Blin <kai@samba.org>
1402     * Add a few missing gettext calls to the 'net' command.
1403     * Fix up a share type translation and translate some more strings in 'net'.
1406 o   Günther Deschner <gd@samba.org>
1407     * Allow to call "pdbedit -N description -u user" without specifiyng "-r".
1408     * Add spoolss_DriverInfo7.
1409     * Fix rpcclient after setprinter IDL fixes.
1410     * Use generated krb5.conf in 'net ads testjoin'.
1413 o   Jonas Gorski <jonas.gorski+samba@gmail.com>
1414     * BUG 6992: make test for getgrouplist cacheable.
1417 o   André Hentschel <nerv@dawncrow.de>
1418     * Add some German translations for the 'net' command.
1421 o   Suresh Jayaraman <sjayaraman@suse.de>
1422     * Update mount.cifs man page with nounix option.
1425 o   Volker Lendecke <vl@samba.org>
1426     * Fix _samr_GetAliasMembership for results with 0 rids.
1427     * Fix an error case in cli_negprot.
1428     * Add a lower-cost alternative to wbinfo -t: wbinfo --ping-dc.
1429     * Restore correct timeouts for SMB requests.
1430     * Fix a 64-bit error in libsmb.
1431     * Replace IS_DOMAIN_OFFLINE by a function in Winbind.
1432     * Simplify/cleanup Winbind code.
1435 o   Kamen Mazdrashki <kamen.mazdrashki@postpath.com>
1436     * Fix write behind memory block in libtalloc.
1437     * Fix result check for getaddrinfo().
1440 o   Jim McDonough <jmcd@samba.org>
1441     * BUG 7014: Fix Winbind crash when retrieving empty group members.
1444 o   Brian Lu <brian.lu@sun.com>
1445     * BUG 6991: Create symbol links to shared libraries.
1448 o   Stefan Metzmacher <metze@samba.org>
1449     * Add tsocket_address_bsd_sockaddr() and tsocket_address_bsd_from_sockaddr()
1450       to tsocket.
1451     * Always set tdb->tracefd to -1 to be safe on goto fail in libtdb.
1452     * Add TDB_DISALLOW_NESTING and make TDB_ALLOW_NESTING the default behavior.
1453     * Fix standalone 'make installdocs'.
1456 o   Peter Rosin <peda@lysator.liu.se>
1457     * Output %p as unsigned in snprintf replacement.
1460 o   Ronnie Sahlberg <ronniesahlberg@gmail.com>
1461     * New attempt at TDB transaction nesting allow/disallow.
1464 o   Kirill Smelkov <kirr@mns.spb.ru>
1465     * Remove swig stuff from libtdb.
1466     * Reset tdb->fd to -1 in tdb_close() in libtdb.
1469 o   Simo Sorce <idra@samba.org>
1470     * Change the way mksysms work in libtalloc.
1473 o   Jelmer Vernooij <jelmer@samba.org>
1474     * Also build and install tdb manpages from standalone tdb.
1477 o   Bo Yang <boyang@samba.org>
1478     * Fix infinite loop in NCACN_IP_TCP as there is no timeout.
1479     * Make winbindd_cache.c aware of domain offline to avoid unnecessary backend
1480       query.
1481     * List trusted domains from wcache when domain is offline.
1484 Changes since 3.5.0pre1
1485 -----------------------
1487 o   Michael Adam <obnox@samba.org>
1488     * Fix the build when no external talloc and tdb are installed.
1489     * Fix detection of CTDB headers on systems without system-libtalloc.
1492 o   Jeremy Allison <jra@samba.org>
1493     * BUG 6802: A created folder does not properly inherit permissions from
1494       parent in vfs_acl_xattr.
1495     * BUG 6837: "Too many open files" when trying to access large number of
1496       files from Windows 7.
1497     * BUG 6938 : No hook exists to check creation rights when using acl_xattr
1498       module.
1499     * Fix vfs_acl_xattr which was failing to call the NEXT connect function.
1500     * Restructure the ACL code.
1501     * Refactor reply_rmdir to use handle based code.
1504 o   Dan Cox <dan@wep.net>
1505     * BUG 2350: Add LDAP Alias Dereferencing support.
1508 o   Günther Deschner <gd@samba.org>
1509     * BUG 6929: Fix build with recent heimdal.
1510     * Fix several printing issues.
1511     * Fix the build on Mac OS X 10.6.2.
1512     * Fix net and rpcclient after setprinterdataex changes.
1513     * Add full support for level 8 printer drivers.
1514     * Add more spoolss architectures to IDL.
1515     * Fix enumprinter key client and server.
1516     * Fix crash in EnumPrinterDataEx.
1519 o   Björn Jacke <bj@sernet.de>
1520     * Prefer posix_fallocate for doing "strict allocate".
1523 o   Matt Kraai <mkraai@beckman.com>
1524     * BUG 6860: Fix shared library build on QNX.
1527 o   Volker Lendecke <vl@samba.org>
1528     * BUG 6288: SWAT adds a second share when changing parameters of an existing
1529       share.
1530     * BUG 6435: Fix minor memory corruption.
1531     * Restore "fake directory create times" as a share parameter.
1532     * Fix explicit stat64 support.
1533     * Add support for NetWkstaGetInfo 101 and 102.
1534     * Add rpcclient wkssvc_enumerateusers.
1535     * De-deprecate "write cache size" to prevent its removal without a proper
1536       alternative.
1537     * Allow more than 1000 users in BUILTIN\Users.
1540 o   Jim McDonough <jmcd@samba.org>
1541     * BUG 6967: Prevent glibc error on 'net ads join'.
1544 o   Lars Müller <lars@samba.org>
1545     * BUG 6710: Only install the cifs.upcall man page if CIFSUPCALL_PROGS was
1546       set while configure.
1549 o   Ian Puleston <ipuleston@sonicwall.com>
1550     * Complete support for NetWkstaGetInfo/NetWkstaEnumUsers.
1553 o   Karolin Seeger <kseeger@samba.org>
1554     * Fix the build of the example VFS modules.
1557 o   Bo Yang <boyang@samba.org>
1558     * BUG 6879: Fix crash in Winbind.
1559     * Fix crash in free_file_list().
1560     * Give the user a chance to change password when password will expire soon.
1563 ######################################################################
1564 Reporting bugs & Development Discussion
1565 #######################################
1567 Please discuss this release on the samba-technical mailing list or by
1568 joining the #samba-technical IRC channel on irc.freenode.net.
1570 If you do report problems then please try to send high quality
1571 feedback. If you don't provide vital information to help us track down
1572 the problem then you will probably be ignored.  All bug reports should
1573 be filed under the Samba 3.5 product in the project's Bugzilla
1574 database (https://bugzilla.samba.org/).
1577 ======================================================================
1578 == Our Code, Our Bugs, Our Responsibility.
1579 == The Samba Team
1580 ======================================================================