WHATSNEW: Add changes since 3.4.10.
[Samba.git] / WHATSNEW.txt
blobe531d604fa877c4ca2103a399833dc274e0ac565
1                    ==============================
2                    Release Notes for Samba 3.4.11
3                           January 12, 2011
4                    ==============================
7 This is the latest stable release of Samba 3.4. It addresses the following
8 issue introduced with Samba 3.4.10:
10    o Fix connecting to port-139 only servers (bug 7881).
13 Changes since 3.4.10
14 --------------------
16 o   Volker Lendecke <vl@samba.org>
17     * BUG 7881: Fix connecting to port-139 only servers.
20 ######################################################################
21 Reporting bugs & Development Discussion
22 #######################################
24 Please discuss this release on the samba-technical mailing list or by
25 joining the #samba-technical IRC channel on irc.freenode.net.
27 If you do report problems then please try to send high quality
28 feedback. If you don't provide vital information to help us track down
29 the problem then you will probably be ignored.  All bug reports should
30 be filed under the Samba 3.4 product in the project's Bugzilla
31 database (https://bugzilla.samba.org/).
34 ======================================================================
35 == Our Code, Our Bugs, Our Responsibility.
36 == The Samba Team
37 ======================================================================
40 Release notes for older versions follow:
41 ----------------------------------------
43                    ==============================
44                    Release Notes for Samba 3.4.10
45                           January 22, 2011
46                    ==============================
49 This is the latest stable release of Samba 3.4.
51 Major enhancements in Samba 3.4.10 include:
53    o Fix smbd coredump (bug #7617).
54    o Fix Winbind internal error (bug #7636).
55    o Fix flaky Winbind against w2k8 (bug #7881).
58 Changes since 3.4.9
59 -------------------
61 o   Michael Adam <obnox@samba.org>
62     * BUG 7507: init_sam_from_ldap stores group in sid2uid cache.
65 o   Jeremy Allison <jra@samba.org>
66     * BUG 7577: Fix SPNEGO auth when contacting Win7 system using Microsoft Live
67       Sign-in Assistant.
68     * BUG 7590: Fix offline login in Winbind.
69     * BUG 7617: Fix smbd coredump.
70     * BUG 7636: Fix Winbind internal error.
71     * BUG 7892: Fix stale lock in open_file_fchmod().
74 o   Andrew Bartlett <abartlet@samba.org>
75     * BUG 7356: Fix 'net ads dns register' in Win 2008 R2 domains.
78 o   Björn Baumbach <bb@sernet.de>
79     * BUG 7875: Fix 'nmbd --port'.
80     * BUG 7880: Make 'rpcclient deldriver' delete drivers for all architectures.
83 o   Günther Deschner <gd@samba.org>
84     * BUG 7341: Fix Winbind over IPv6.
85     * BUG 7417: Fix 'net rpc user password' command.
86     * BUG 7418: Fix 'net rpc printer list' command.
87     * BUG 7500: Fix 'not a string literal' warning in netdomjoin-gui.
88     * BUG 7541: Fix smbd crash caused by "%D" in "printer admin" option.
89     * BUG 7568: Make sure cm_connect_lsa_tcp does not reset the secure channel.
92 o   Olaf Flebbe <o.flebbe@science-computing.de>
93     * BUG 7421: Fix build on AIX 6.1.
96 o   Björn Jacke <bj@sernet.de>
97     * BUG 7821: Set Tru64 cc's PIC switch right.
100 o   Volker Lendecke <vl@samba.org>
101     * BUG 7066: Fix "Your Password expires today" message for users from trusted
102       domains.
103     * BUG 7262: Fix EnumDomainAliases when no aliases are in LDAP.
104     * BUG 7336: Enable idmap_passdb module build as shared.
105     * BUG 7715: Stop using the write cache after an oplock break: Stop using the
106       write cache after an oplock break.
107     * BUG 7800: Make winbind recover from a signing error.
108     * BUG 7881: Fix flaky Winbind against w2k8.
111 o   Jim McDonough <jmcd@samba.org>
112     * BUG 7280: Fix loading of auto printers with registry config.
115 o   Stefan Metzmacher <metze@samba.org>
116     * BUG 7607: Fix buffer over-read in pidl generated client code.
117     * BUG 7896: Fix 'net rpc user rename'.
120 o   Andreas Schneider <asn@samba.org>
121     * BUG 7423: Add EN ISO 216, A0 and A1 to builtin forms.
122     * BUG 7538: Backport fixes for GUID_from_data_blob.
125 o   Andrew Tridgell <tridge@samba.org>
126     * BUG 7538: Backport fixes for GUID_from_data_blob.
129 ######################################################################
130 Reporting bugs & Development Discussion
131 #######################################
133 Please discuss this release on the samba-technical mailing list or by
134 joining the #samba-technical IRC channel on irc.freenode.net.
136 If you do report problems then please try to send high quality
137 feedback. If you don't provide vital information to help us track down
138 the problem then you will probably be ignored.  All bug reports should
139 be filed under the Samba 3.4 product in the project's Bugzilla
140 database (https://bugzilla.samba.org/).
143 ======================================================================
144 == Our Code, Our Bugs, Our Responsibility.
145 == The Samba Team
146 ======================================================================
149 ----------------------------------------------------------------------
152                    =============================
153                    Release Notes for Samba 3.4.9
154                          September 14, 2010
155                    =============================
158 This is a security release in order to address CVE-2010-3069.
161 o  CVE-2010-3069:
162    All current released versions of Samba are vulnerable to
163    a buffer overrun vulnerability. The sid_parse() function
164    (and related dom_sid_parse() function in the source4 code)
165    do not correctly check their input lengths when reading a
166    binary representation of a Windows SID (Security ID). This
167    allows a malicious client to send a sid that can overflow
168    the stack variable that is being used to store the SID in the
169    Samba smbd server.
172 Changes since 3.4.8
173 -------------------
176 o   Jeremy Allison <jra@samba.org>
177     * BUG 7669: Fix for CVE-2010-3069.
180 o   Andrew Bartlett <abartlet@samba.org>
181     * BUG 7669: Fix for CVE-2010-3069.
184 ######################################################################
185 Reporting bugs & Development Discussion
186 #######################################
188 Please discuss this release on the samba-technical mailing list or by
189 joining the #samba-technical IRC channel on irc.freenode.net.
191 If you do report problems then please try to send high quality
192 feedback. If you don't provide vital information to help us track down
193 the problem then you will probably be ignored.  All bug reports should
194 be filed under the Samba 3.4 product in the project's Bugzilla
195 database (https://bugzilla.samba.org/).
198 ======================================================================
199 == Our Code, Our Bugs, Our Responsibility.
200 == The Samba Team
201 ======================================================================
204 ----------------------------------------------------------------------
207                    =============================
208                    Release Notes for Samba 3.4.8
209                            May 11, 2010
210                    =============================
213 This is the latest stable release of Samba 3.4.
215 Major enhancements in Samba 3.4.8 include:
217    o Fix Winbind reconnection to it's own domain (bug #7295).
218    o Fix an uninitialized variable read in smbd (bug #7254).
219    o Fix smbd crash with CUPS printers and no [printers] share defined
220      (bug #7297).
221    o Fix NULL pointer dereference in smbd (bug #7229).
224 Changes since 3.4.7
225 -------------------
228 o   Michael Adam <obnox@samba.org>
229     * BUG 7231: Fix automatic building of vfs_tsmsm if gpfs and dmapi are
230       present.
233 o   Jeremy Allison <jra@samba.org>
234     * BUG 7159: Fix handling of bad server data returns in client rpc_transport.
235     * BUG 7255: Fix "printer admin" functionality.
236     * BUG 7288: Fix SMB job IDs in CUPS job names.
237     * BUG 7297: Fix smbd crash with CUPS printers and no [printers] share
238       defined.
239     * BUG 7310: Fix DOS attribute inconsistency with MS Office.
242 o   Kai Blin <kai@samba.org>
243     * BUG 7290: Fix core dump in 'ntlm_auth'.
246 o   Günther Deschner <gd@samba.org>
247     * BUG 6727: Fix printing issues.
248     * BUG 7176: Fix incorrect format of device mode strings.
249     * BUG 7256: Fix value-needed calculation in_spoolss_EnumPrinterData().
250     * BUG 7277: Fix exporting printers via 'cupsaddsmb' command.
253 o   Björn Jacke <bj@sernet.de>
254     * BUG 7352: Fix different definitions of TIME_T_MAX.
257 o   Michael Karcher <samba@mkarcher.dialup.fu-berlin.de>
258     * BUG 7269: Fix job management commands for CUPS queues.
261 o   Jeff Layton <jlayton@redhat.com>
262     * BUG 6853: Fix race condition in mount.cifs that allows user to replace
263       mountpoint with a symlink.
266 o   Volker Lendecke <vl@samba.org>
267     * BUG 5198: Fix parsing of the gecos field.
268     * BUG 5626: Fix build on AIX.
269     * BUG 7229: Fix NULL pointer dereference in smbd.
270     * BUG 7254: Fix an uninitialized variable read in smbd found by Laurent
271       Gaffié from Stratsec.
272     * BUG 7326: Fix writing with vfs_full_audit.
275 o   Derrell Lipman <derrell@dworkin.(none)>
276     * BUG 7345: Fix incomplete description of function return values in
277       libsmbclient.h.
280 o   Jim McDonough <jmcd@samba.org>
281     * BUG 7378:  Display an error on 'net conf import' failures.
284 o   Roel van Meer <rolek@alt001.com>
285     * BUG 6814: Fix valgrind warning.
288 o   Stefan Metzmacher <metze@samba.org>
289     * BUG 7159: Fix handling of bad server data returns in client rpc_transport.
290     * BUG 7170: Never mark external domains as internal.
291     * BUG 7295: Fix Winbind reconnection to it's own domain.
292     * BUG 7316: Make sure we don't try rpc requests against unaccessable
293       domains.
294     * BUG 7317: Fix problems with SIGCHLD handling in Winbind.
297 o   SATOH Fumiyasu <fumiyas@osstech.co.jp>
298     * BUG 1206: Fix segfault in vfs_netatalk.
301 o   Bo Yang <boyang@samba.org>
302     * BUG 7206: Fix duplicate signal handler.
305 ######################################################################
306 Reporting bugs & Development Discussion
307 #######################################
309 Please discuss this release on the samba-technical mailing list or by
310 joining the #samba-technical IRC channel on irc.freenode.net.
312 If you do report problems then please try to send high quality
313 feedback. If you don't provide vital information to help us track down
314 the problem then you will probably be ignored.  All bug reports should
315 be filed under the Samba 3.4 product in the project's Bugzilla
316 database (https://bugzilla.samba.org/).
319 ======================================================================
320 == Our Code, Our Bugs, Our Responsibility.
321 == The Samba Team
322 ======================================================================
325 ----------------------------------------------------------------------
328                    =============================
329                    Release Notes for Samba 3.4.7
330                             March 8, 2010
331                    =============================
334 This is a security release in order to address CVE-2010-0728.
337 o  CVE-2010-0728:
338    In Samba releases 3.5.0, 3.4.6 and 3.3.11, new code
339    was added to fix a problem with Linux asynchronous IO handling.
340    This code introduced a bad security flaw on Linux platforms if the
341    binaries were built on Linux platforms with libcap support.
342    The flaw caused all smbd processes to inherit CAP_DAC_OVERRIDE
343    capabilities, allowing all file system access to be allowed
344    even when permissions should have denied access.
347 Changes since 3.4.6
348 -------------------
351 o   Jeremy Allison <jra@samba.org>
352     * BUG 7222: Fix for CVE-2010-0728.
355 ######################################################################
356 Reporting bugs & Development Discussion
357 #######################################
359 Please discuss this release on the samba-technical mailing list or by
360 joining the #samba-technical IRC channel on irc.freenode.net.
362 If you do report problems then please try to send high quality
363 feedback. If you don't provide vital information to help us track down
364 the problem then you will probably be ignored.  All bug reports should
365 be filed under the Samba 3.4 product in the project's Bugzilla
366 database (https://bugzilla.samba.org/).
369 ======================================================================
370 == Our Code, Our Bugs, Our Responsibility.
371 == The Samba Team
372 ======================================================================
375 ----------------------------------------------------------------------
378                    =============================
379                    Release Notes for Samba 3.4.6
380                          February 24, 2010
381                    =============================
384 This is the latest stable release of Samba 3.4.
386 Major enhancements in Samba 3.4.6 include:
388    o "wide links" and "unix extensions" are incompatible (bug #7104).
389    o Fix printing with 64 bit clients (bug #6888).
390    o Fix core dump on Ubuntu 8.04 64 bit (bug #7063).
391    o Fix failing of smbd to respond to a read or a write caused by
392      Linux asynchronous IO (aio) (bug #7067).
393    o Fix string buffer overflow causing heap corruption in smbd (bug #7096).
396 ######################################################################
397 Changes
398 #######
400 Changes since 3.4.5
401 -------------------
404 o   Michael Adam <obnox@samba.org>
405     * Make idmap cache persistent for "ldapsam:trusted".
406     * Also fill the memcache with sid<->id mappings in ldapsam_sid_to_id() not
407       only the persistent idmap cache.
408     * Shortcut uid_to_sid when "ldapsam:trusted = yes".
411 o   Jeremy Allison <jra@samba.org>
412     * BUG 6557: Fix vfs_full_audit.
413     * BUG 7063: Fix core dump on Ubuntu 8.04 64 bit.
414     * BUG 7067: Fix failing of smbd to respond to a read or a write caused by
415       Linux asynchronous IO (aio).
416     * BUG 7072: Fix unlocking of accounts from ldap.
417     * BUG 7081: Fix vfs_expand_msdfs.
418     * BUG 7104: "wide links" and "unix extensions" are incompatible.
419     * BUG 7122: Fix reading of large browselist.
420     * BUG 7154: "mangling method = hash" can crash storing a name containing a '.'.
421     * BUG 7155: Valgrind Conditional jump or move depends on uninitialised
422       value(s) error when "mangling method = hash".
425 o   Steven Danneman <steven.danneman@isilon.com>
426     * BUG 7096: Fix string buffer overflow causing heap corruption in smbd.
429 o   Günther Deschner <gd@samba.org>
430     * BUG 6888: Fix printing with 64 bit clients.
431     * BUG 7130: Fix listing of printjobs in Windows 7.
432     * BUG 7136: Spoolss getprinterdriver2 level 101 marshalling is bad.
435 o   William Jojo <w.jojo@hvcc.edu>
436     * BUG 7052: Fix DFS on AIX (maybe others).
439 o   Jeff Layton <jlayton@redhat.com>
440     * BUG 6868: Fix crash bug in 'cifs.upcall'.
443 o   Volker Lendecke <vl@samba.org>
444     * BUG 5885: Fix bogus ip address in SWAT.
445     * BUG 6981: Fix large paged search with DirX LDAP servers.
446     * BUG 7068: Fix pdb_search crash as non-root user.
447     * Make pdb_copy_sam_account also copy the group sid.
450 o   Stefan Metzmacher <metze@samba.org>
451     * BUG 6157: Use the first "uid" value.
452     * BUG 6888: Fix printing with 64 bit clients.
453     * BUG 7098: Fix results of 'smbclient -L' with a large browse list.
454     * Shortcut gid_to_sid when "ldapsam:trusted = yes".
455     * Speed up pdb_get_group_sid().
456     * Try to build the full unix_pw structure with ldapsam:trusted support.
457     * Optimize ldapsam_alias_memberships() and cache ldap searches.
460 o   Lars Müller <lars@samba.org>
461     * BUG 7047: Add cross option to samba_cv_linux_getgrouplist_ok.
462     * BUG 7102: Normalize "Changing password for" msg IDs and STRs.
465 o   Bo Yang <boyang@samba.org>
466     * BUG 7106: Fix malformed require_membership_of_sid.
469 ######################################################################
470 Reporting bugs & Development Discussion
471 #######################################
473 Please discuss this release on the samba-technical mailing list or by
474 joining the #samba-technical IRC channel on irc.freenode.net.
476 If you do report problems then please try to send high quality
477 feedback. If you don't provide vital information to help us track down
478 the problem then you will probably be ignored.  All bug reports should
479 be filed under the Samba 3.4 product in the project's Bugzilla
480 database (https://bugzilla.samba.org/).
483 ======================================================================
484 == Our Code, Our Bugs, Our Responsibility.
485 == The Samba Team
486 ======================================================================
489 ----------------------------------------------------------------------
492                    =============================
493                    Release Notes for Samba 3.4.5
494                          January 19, 2010
495                    =============================
498 This is the latest stable release of Samba 3.4.
500 Major enhancements in Samba 3.4.5 include:
502    o Fix memory in leak in smbd (bug #7020).
503    o Fix changing of ACLs on writable files with "dos filemode=yes" (bug #5202).
506 ######################################################################
507 Changes
508 #######
510 Changes since 3.4.4
511 -------------------
514 o   Jeremy Allison <jra@samba.org>
515     * BUG 5202: Fix changing of ACLs on writable files with "dos filemode=yes".
516     * BUG 7020: Fix memory leak in smbd.
517     * BUG 7036: Fix 'net rpc getsid' in hardened Windows environments.
518     * BUG 7045: Fix bad (non memory copying) interfaces in smbc_setXXXX calls.
521 o   Günther Deschner <gd@samba.org>
522     * BUG 7043: Fix crash bug in "SMBC_parse_path".
525 o   Volker Lendecke <vl@samba.org>
526     * BUG 7046: Fix a crash in libsmbclient used against the OpenSolaris CIFS
527       server.
530 o   Stefan Metzmacher <metze@samba.org>
531     * BUG 6642: Fix opening the quota magic file.
532     * BUG 6919: Fix remote quota management.
535 o   SASAJIMA Toshihiro <sasajima_t@jp.fujitsu.com>
536     * BUG 7034: Fix internal error caused by vfs_cap.
539 ######################################################################
540 Reporting bugs & Development Discussion
541 #######################################
543 Please discuss this release on the samba-technical mailing list or by
544 joining the #samba-technical IRC channel on irc.freenode.net.
546 If you do report problems then please try to send high quality
547 feedback. If you don't provide vital information to help us track down
548 the problem then you will probably be ignored.  All bug reports should
549 be filed under the Samba 3.4 product in the project's Bugzilla
550 database (https://bugzilla.samba.org/).
553 ======================================================================
554 == Our Code, Our Bugs, Our Responsibility.
555 == The Samba Team
556 ======================================================================
559 ----------------------------------------------------------------------
562                    =============================
563                    Release Notes for Samba 3.4.4
564                          January 7, 2009
565                    =============================
568 This is the latest stable release of Samba 3.4.
570 Major enhancements in Samba 3.4.4 include:
572    o Fix interdomain trust relationships with Win2008R2 (bug #6697).
573    o Fix Winbind crashes when queried from nss (bug #6889).
574    o Fix Winbind crash when retrieving empty group members (bug #7014).
575    o Fix "UID range full" error in Winbind (bug #6901).
576    o Fix multiple LDAP servers in "idmap backend" and "idmap alloc
577      backend" (bug #6910).
580 ######################################################################
581 Changes
582 #######
584 Changes since 3.4.3
585 -------------------
587 o   Michael Adam <obnox@samba.org>
588     * BUG 6851: Add pdbedit --kickoff-time/-K to set the user's kickoff time.
589     * BUG 6901: Fix "UID range full" error in Winbind.
590     * BUG 6910: Fix multiple LDAP servers in "idmap backend" and "idmap alloc
591       backend".
594 o   Jeremy Allison <jra@samba.org>
595     * BUG 6828: Fix infinite timeout when byte lock held outside of samba.
596     * BUG 6837: Fix "Too many open files" message when trying to access a large
597       number of files with Windows 7.
598     * BUG 6841: Fix "map acl inherit = yes".
599     * BUG 6867: Fix listing of directories with a lot of files.
600     * BUG 6875: Fix DOS attributes on OS/2 clients.
601     * BUG 6880: Fix listing of workgroup servers in libsmbclient.
602     * BUG 6898: Samba duplicates file content on appending.
603     * BUG 6939: Fix long filenames with "mangling method = hash".
604     * BUG 7005: Fix "mangle method = hash" truncates files with dot "."
605       character.
608 o   Kai Blin <kai@samba.org>
609     * BUG 4832: Fix iconv checks.
612 o   Günther Deschner <gd@samba.org>
613     * BUG 6697: Fix interdomain trust relationships with Win2008R2.
614     * BUG 6868: Support building with Heimdal we well as with MIT.
615     * BUG 6889: Fix Winbind crashes when queried from nss.
616     * BUG 6929: Fix build with recent heimdal.
617     * Fix the build of the winbind krb5 locator plugin.
618     * Fix enumprinter key client and server.
621 o   Volker Lendecke <vl@samba.org>
622     * BUG 6338: Do not always display "none" in 'net rpc trustdom list'.
623     * BUG 6850: Fix shadow copy display on Windows 7.
624     * BUG 6981: Fix paged search with DirX LDAP server.
625     * BUG 6982: Remove erroneous out of memory error path in lookup_sid.
626     * BUG 6997: Fix _samr_GetAliasMembership for results with 0 rids.
629 o   Jim McDonough <jmcd@samba.org>
630     * BUG 6967: Fix 'net ads join' with OU.
631     * BUG 7014: Fix Winbind crash when retrieving empty group members.
634 o   Andrew Tridgell <tridge@samba.org>
635     * BUG 6918: Fix krb5 build problem on Ubuntu karmic.
638 ######################################################################
639 Reporting bugs & Development Discussion
640 #######################################
642 Please discuss this release on the samba-technical mailing list or by
643 joining the #samba-technical IRC channel on irc.freenode.net.
645 If you do report problems then please try to send high quality
646 feedback. If you don't provide vital information to help us track down
647 the problem then you will probably be ignored.  All bug reports should
648 be filed under the Samba 3.4 product in the project's Bugzilla
649 database (https://bugzilla.samba.org/).
652 ======================================================================
653 == Our Code, Our Bugs, Our Responsibility.
654 == The Samba Team
655 ======================================================================
658 ----------------------------------------------------------------------
661                    =============================
662                    Release Notes for Samba 3.4.3
663                          October 29, 2009
664                    =============================
667 This is the latest stable release of Samba 3.4.
669 Major enhancements in Samba 3.4.3 include:
671    o Fix trust relationships to windows 2008 (2008 r2) (bug #6711).
672    o Fix file corruption using smbclient with NT4 server (bug #6606).
673    o Fix Windows 7 share access (which defaults to NTLMv2) (bug #6680).
676 ######################################################################
677 Changes
678 #######
680 Changes since 3.4.2
681 -------------------
684 o   Jeremy Allison <jra@samba.org>
685     * BUG 6529: Offline files conflict with Vista and Office 2003.
686     * BUG 6726: SIVAL should have been an SVAL.
687     * BUG 6769: Fix symlink unlink.
688     * BUG 6774: smbd crashes if "aio write behind" is set.
689     * BUG 6776: Fix core dump caused by running overlapping Byte Lock test.
690     * BUG 6781: Fix renaming subfolders in Explorer view.
691     * BUG 6793: Fix Winbind crash with "INTERNAL ERROR: Signal 6".
692     * BUG 6796: Deleting an event context on shutdown can cause smbd to crash.
693     * BUG 6828: Fix infinite timeout when byte lock held outside of Samba.
694     * BUG 6829: Fix displaying of multibyte characters in smbclient.
697 o   Günther Deschner <gd@samba.org>
698     * BUG 6711: Fix trust relationships to windows 2008 (2008 r2).
699     * BUG 6815: Fix Windows 2008 R2 SPNEGO negTokenTarg parsing failure.
702 o   Olaf Flebbe <o.flebbe@science-computing.de>
703     * BUG 6772: Allow outstanding_aio_calls to be decremented.
704     * BUG 6804: Fix hpux compiler issue.
705     * BUG 6805: Correctly handle aio_error() and errno.
708 o   Björn Jacke <bj@sernet.de>
709     * BUG 6704: Fix syntax error in avahi configure test.
710     * BUG 6728: BSD needs sys/sysctl.h included to build properly.
711     * BUG 6824: Fix avahi activation.
712     * QNX doesn't know uint - replace with uint_t.
715 o   Andrew Klosterman <andrew.klosterman+samba_bugzilla@gmail.com>
716     * BUG 6690: Fix wrong error check in profile.
719 o   Marc Aurele La France <tsi@ualberta.ca>
720     * BUG 6707: Fix an occasional segfault in config file parsing.
723 o   Jeff Layton <jlayton@redhat.com>
724     * BUG 6810: Add support for finding alternate credcaches to cifs.upcall.
727 o   Volker Lendecke <vl@samba.org>
728     * BUG 6606: Fix file corruption using smbclient with NT4 server.
729     * BUG 6703: Allow smbstatus as non-root.
730     * BUG 6731: Fix reading beyond the end of a named stream in xattr_streams.
731     * BUG 6765: Add a "hidden" parameter "share:fake_fscaps".
732     * BUG 6793: Fix segfault in winbindd_pam_auth.
733     * BUG 6797: Fix a memleak in libwbclient.
734     * BUG 6807: Fix a segfault in "net rpc trustdom list" for long domain names.
735     * Fix an uninitialized variable.
736     * Only ever handle one event after a select call.
739 o   Derrell Lipman <derrell.lipman@unwireduniverse.com>
740     * BUG 6532: Fix domain enumeration if master browser has space in name.
743 o   Stefan Metzmacher <metze@samba.org>
744     * BUG 6711: Fix trust relationships to windows 2008 (2008 r2).
747 o   Buchan Milne <bgmilne@mandriva.org>
748     * BUG 6791: Fix linking order in cifs.upcall.
751 o   Lars Müller <lars@samba.org>
752     * BUG 6710: Adjust regex to match variable names including underscores.
753     * Conditional install of the cifs.upcall man page.
756 o   Shirish Pargaonkar <shirishpargaonkar@gmail.com>
757     * BUG 4675: mount.cifs: Do not attempt to update /etc/mtab if it is
758       a symbolic link.
761 o   Karolin Seeger <kseeger@samba.org>
762     * Fix warning occuring when building the manpages.
765 o   Simo Sorce <ssorce@redhat.com>
766     * BUG 6764: Fix timeval calculation.
769 o   Bo Yang <boyang@samba.org>
770     * BUG 6735: Don't overwrite password in pam_winbind, subsequent pam modules
771       might use the old password and new password.
772     * BUG 6811: Fix reference to freed memory in pam_winbind.
773     * BUG 6826: Don't fail authentication when one or some group of
774       require-membership-of is invalid.
775     * BUG 6840: Fix crash in pam_winbind.
778 ######################################################################
779 Reporting bugs & Development Discussion
780 #######################################
782 Please discuss this release on the samba-technical mailing list or by
783 joining the #samba-technical IRC channel on irc.freenode.net.
785 If you do report problems then please try to send high quality
786 feedback. If you don't provide vital information to help us track down
787 the problem then you will probably be ignored.  All bug reports should
788 be filed under the Samba 3.4 product in the project's Bugzilla
789 database (https://bugzilla.samba.org/).
792 ======================================================================
793 == Our Code, Our Bugs, Our Responsibility.
794 == The Samba Team
795 ======================================================================
798 ----------------------------------------------------------------------
801                    =============================
802                    Release Notes for Samba 3.4.2
803                           October 1, 2009
804                    =============================
807 This is a security release in order to address CVE-2009-2813, CVE-2009-2948
808 and CVE-2009-2906.
810    o CVE-2009-2813:
811      In all versions of Samba later than 3.0.11, connecting to the home
812      share of a user will use the root of the filesystem
813      as the home directory if this user is misconfigured to have
814      an empty home directory in /etc/passwd.
816    o CVE-2009-2948:
817      If mount.cifs is installed as a setuid program, a user can pass it a
818      credential or password path to which he or she does not have access and
819      then use the --verbose option to view the first line of that file.
820      All known Samba versions are affected.
822    o CVE-2009-2906:
823      Specially crafted SMB requests on authenticated SMB connections can
824      send smbd into a 100% CPU loop, causing a DoS on the Samba server.
827 ######################################################################
828 Changes
829 #######
831 Changes since 3.4.1
832 -------------------
835 o   Jeremy Allison <jra@samba.org>
836     * BUG 6763: Fix for CVE-2009-2813.
837     * BUG 6768: Fix for CVE-2009-2906.
840 o   Jeff Layton <jlayton@redhat.com>
841     * Fix for CVE-2009-2948.
844 ######################################################################
845 Reporting bugs & Development Discussion
846 #######################################
848 Please discuss this release on the samba-technical mailing list or by
849 joining the #samba-technical IRC channel on irc.freenode.net.
851 If you do report problems then please try to send high quality
852 feedback. If you don't provide vital information to help us track down
853 the problem then you will probably be ignored.  All bug reports should
854 be filed under the Samba 3.4 product in the project's Bugzilla
855 database (https://bugzilla.samba.org/).
858 ======================================================================
859 == Our Code, Our Bugs, Our Responsibility.
860 == The Samba Team
861 ======================================================================
864 ----------------------------------------------------------------------
867                    =============================
868                    Release Notes for Samba 3.4.1
869                          September 9, 2009
870                    =============================
873 This is the latest stable release of Samba 3.4.
876 Major enhancements in Samba 3.4.1 include:
878    o Fix authentication on member servers without Winbind (bug #6650).
879    o Nautilus fails to copy files from an SMB share (bug #6649).
880    o Fix connections of Win98 clients (bug #6551).
881    o Fix interdomain trusts with Windows 2008 R2 DCs (bug #6697).
882    o Fix Winbind authentication issue (bug #6646).
885 ######################################################################
886 Changes
887 #######
889 Changes since 3.4.0
890 -------------------
893 o   Michael Adam <obnox@samba.org>
894     * BUG 6650: Fix authentication on member servers without Winbind.
897 o   Jeremy Allison <jra@samba.org>
898     * BUG 6437: Make open_udp_socket() IPv6 clean.
899     * BUG 6506: Smbd server doesn't set EAs when a file is overwritten in
900       NT_TRANSACT_CREATE.
901     * BUG 6551: Fix connections of Win98 clients.
902     * BUG 6564: SetPrinter fails (panics) as non root.
903     * BUG 6593: Correctly implement SMB_INFO_STANDARD setfileinfo.
904     * BUG 6649: Nautilus fails to copy files from an SMB share.
905     * BUG 6651: Fix smbd SIGSEGV when breaking oplocks.
906     * BUG 6673: Fix 'smbpasswd' with "unix password sync = yes".
909 o   Yannick Bergeron <burgergold@hotmail.com>
910     * Increase the max_grp value to 128 (AIX NGROUPS_MAX value) instead of 32 to
911       allow AIX to call sys_getgrouplist only once.
914 o   Günther Deschner <gd@samba.org>
915     * BUG 6568: Fix _spoolss_GetPrintProcessorDirectory() implementation.
916     * BUG 6607: Fix crash bug in spoolss_addprinterex_level_2.
917     * BUG 6680: Fix authentication failure from Windows 7 when domain joined.
918     * BUG 6697: Fix interdomain trusts with Windows 2008 R2 DCs.
921 o   Olaf Flebbe <flebbe@nix.science-computing.de>
922     * BUG 6655: Fix 'smbcontrol smbd ping'.
925 o   Björn Jacke <bj@sernet.de>
926     * BUG 6105: Make linking of rpcclient --as-needed safe.
929 o   Matt Kraai <mkraai@beckman.com>
930     * BUG 6630: Fix opening of sockets on QNX.
933 o   Robert LeBlanc <robert@leblancnet.us>
934     * BUG 6700: Use dns domain name when needing to guess server principal.
937 o   Volker Lendecke <vl@samba.org>
938     * BUG 5886: Fix password change propagation with ldapsam.
939     * BUG 6585: Fix unqualified "net join".
940     * BUG 6611: Fix a valgrind error in chain_reply.
941     * BUG 6646: Fix Winbind authentication issue.
942     * Fix linking on Solaris.
945 o   Stefan Metzmacher <metze@samba.org>
946     * BUG 6222: Default to DRSUAPI replication for net rpc vampire keytab.
947     * BUG 6532: Fix the build with external talloc.
948     * BUG 6538: Cancel all locks that are made before the first failure.
949     * BUG 6627: Raise the timeout for lsa_Lookup*() calls from 10 to 35 seconds.
950     * BUG 6651: Fix smbd SIGSEGV when breaking oplocks.
951     * BUG 6664: Fix truncation of the session key.
954 o   Tim Prouty <tprouty@samba.org>
955     * BUG 6620: Fix a bug in renames of directories.
958 o   Rusty Russell <rusty@rustcorp.com.au>
959     * BUG 6601: Avoid global fd limits.
962 o   SATOH Fumiyasu <fumiyas@osstech.co.jp>
963     * BUG 6496: MS-DFS cannot follow multibyte char link name in libsmbclient.
966 o   Simo Sorce <idra@samba.org>
967     * BUG 6693: Check we read off the complete event from inotify.
970 o   Peter Volkov <pva@gentoo.org>
971     * BUG 6105: Make linking of cifs.upcall --as-needed safe.
974 o   TAKEDA Yasuma <yasuma@osstech.co.jp>
975     * BUG 5879: Update LDAP schema for Netscape DS 5.
978 o   Bo Yang <boyang@samba.org>
979     * BUG 6560: Fix lookupname.
980     * BUG 6615: Fix browsing of DFS when using kerberos in libsmbclient.
981     * BUG 6688: Fix crash in 'net usershare list'.
984 ######################################################################
985 Reporting bugs & Development Discussion
986 #######################################
988 Please discuss this release on the samba-technical mailing list or by
989 joining the #samba-technical IRC channel on irc.freenode.net.
991 If you do report problems then please try to send high quality
992 feedback. If you don't provide vital information to help us track down
993 the problem then you will probably be ignored.  All bug reports should
994 be filed under the Samba 3.4 product in the project's Bugzilla
995 database (https://bugzilla.samba.org/).
998 ======================================================================
999 == Our Code, Our Bugs, Our Responsibility.
1000 == The Samba Team
1001 ======================================================================
1003 ----------------------------------------------------------------------
1005                    =============================
1006                    Release Notes for Samba 3.4.0
1007                            July 3, 2009
1008                    =============================
1011 This is the first stable release of Samba 3.4.
1014 Major enhancements in Samba 3.4.0 include:
1015 ------------------------------------------
1017 Configuration changes:
1018 o The default passdb backend has been changed to 'tdbsam'!
1020 General changes:
1021 o Samba4 and Samba3 sources are included in the tarball
1023 Authentication Changes:
1024 o Changed the way smbd handles untrusted domain names given during user
1025   authentication.
1027 Printing Changes:
1028 o Various fixes including printer change notificiation for Samba spoolss
1029   print servers.
1031 Internal changes:
1032 o The remaining hand-marshalled DCE/RPC services (ntsvcs, svcctl, eventlog
1033   and spoolss) were replaced by autogenerated code based on PIDL.
1034 o Samba3 and Samba4 do now share a common tevent library.
1035 o The code has been cleaned up and the major basic interfaces are shared with
1036   Samba4 now.
1037 o An asynchronous API has been added.
1040 Configuration changes
1041 =====================
1043 !!! ATTENTION !!!
1044 The default passdb backend has been changed to 'tdbsam'! That breaks existing
1045 setups using the 'smbpasswd' backend without explicit declaration! Please use
1046 'passdb backend = smbpasswd' if you would like to stick to the 'smbpasswd'
1047 backend or convert your smbpasswd entries using e.g. 'pdbedit -i smbpasswd -e
1048 tdbsam'.
1050 The 'tdbsam' backend is much more flexible concerning per user settings
1051 like 'profile path' or 'home directory' and there are some commands which do not
1052 work with the 'smbpasswd' backend at all.
1055 General Changes
1056 ===============
1058 On the way towards a standalone Samba AD domain controller, Samba3 and Samba4
1059 branches can be built as "merged" build. That's why Samba3 and Samba4 sources
1060 are included in the tarball. The merged build is possible in Samba 3.4.0, but
1061 disabled by default. To learn more about the merged build,
1062 please see http://wiki.samba.org/index.php/Franky.
1064 According to this one, there is no "source" directory included in the tarball at
1065 all. Samba3 sources are located in "source3", Samba4 sources are located in
1066 "source4". The libraries have been moved to the toplevel directory.
1068 To build plain Samba3, please change to "source3" and start the build as usual.
1069 To build Samba4 as well, please use the "--enable-merged-build" configure
1070 option.
1073 Authentication Changes
1074 ======================
1076 Previously, when Samba was a domain member and a client was connecting using an
1077 untrusted domain name, such as BOGUS\user smbd would remap the untrusted
1078 domain to the primary domain smbd was a member of and attempt authentication
1079 using that DOMAIN\user name.  This differed from how a Windows member server
1080 would behave.  Now, smbd will replace the BOGUS name with it's SAM name.  In
1081 the case where smbd is acting as a PDC this will be DOMAIN\user.  In the case
1082 where smbd is acting as a domain member server this will be WORKSTATION\user.
1083 Thus, smbd will never assume that an incoming user name which is not qualified
1084 with the same primary domain, is part of smbd's primary domain.
1086 While this behavior matches Windows, it may break some workflows which depended
1087 on smbd to always pass through bogus names to the DC for verification.  A new
1088 parameter "map untrusted to domain" can be enabled to revert to the legacy
1089 behavior.
1092 Printing Changes
1093 ================
1095 The spoolss subsystem was replaced by autogenerated code based on PIDL. That fixes
1096 several printing issues including printer change notificiation on Samba print
1097 servers and will stabilize the printing functionality generally.
1098 The support for spoolss printing with Windows Vista has been improved.
1101 Internal Changes
1102 ================
1104 The remaining hand-marshalled DCE/RPC services (ntsvcs, svcctl, eventlog and
1105 spoolss) were replaced by autogenerated code based on PIDL.
1106 So Günther Deschner finally corrected one of the biggest mistakes in the
1107 development of Samba: Hand-marshalled RPC stubs.
1109 Thanks a lot! :-)
1111 Samba3 and Samba4 do now share a common tevent library for fd and timer events.
1113 The code has been cleaned up and Samba3 and Samba4 do share the major basic
1114 interfaces now. That is why the libraries were moved to the toplevel directory.
1115 That is one of the first steps to share code and minimize the gap between
1116 these two versions.
1118 An asynchronous API has been added.
1121 ######################################################################
1122 Changes
1123 #######
1125 smb.conf changes
1126 ----------------
1128    Parameter Name                      Description     Default
1129    --------------                      -----------     -------
1131    access based share enum             New             No
1132    dedicated keytab file               New             ""
1133    kerberos method                     New             default
1134    map untrusted to domain             New             No
1135    max open files                      Changed Default auto detected
1136    passdb backend                      Changed Default tdbsam
1137    perfcount module                    New             ""
1138    use kerberos keytab                 Removed
1141 New [sub]commands
1142 -----------------
1144    net eventlog                 Import/dump/export native win32 eventlog files.
1145    net rpc service create       Create a new service.
1146    net rpc service delete       Delete an existing service.
1149 New configure options
1150 ---------------------
1152 --enable-external-libtalloc     Enable external talloc
1153 --enable-merged-build           Build Samba 4 as well
1154 --enable-gnutls                 Turn on gnutls support
1155 --with-statedir=DIR             Where to put persistent state files
1156 --with-cachedir=DIR             Where to put temporary cache files
1157 --with-ncalprcdir=DIR           Where to put ncalrpc sockets
1158 --with-selftest-shrdir=DIR      The share directory that make test will be run
1159                                 against
1160 --with-selftest-custom-conf=PATH
1161                                 An optional custom smb.conf that is included in
1162                                 the server smb.conf during make test
1163 --with-wbclient                 Use external wbclient
1164 --with-included-popt            Use bundled popt library, not from system
1165 --with-libiconv=BASEDIR         Use libiconv in BASEDIR/lib and BASEDIR/include
1166 --with-sqlite3                  SQLITE3 backend support
1167 --with-pthreads                 Include pthreads
1168 --with-setproctitle             Search for setproctitle support
1171 Commit Highlights
1172 =================
1175 o   Steven Danneman <steven.danneman@isilon.com>
1176     * Change the way smbd handles untrusted domain names given during user
1177       authentication.
1180 o   Guenther Deschner <gd@samba.org>
1181     * Replace the hand-marshalled DCE/RPC services ntsvcs, svcctl, eventlog
1182       and spoolss by autogenerated code based on PIDL.
1183     * Fix several printing issues and improve support for printer change
1184       notificiations.
1185     * Add 'net eventlog'.
1188 o   Volker Lendecke <vl@samba.org>
1189     * Add asynchronous API.
1192 o   Stefan Metzmacher <metze@samba.org>
1193     * Make Samba3 and Samba4 share a tevent library.
1196 o   Dan Sledz <dsledz@isilon.com>
1197     * Add two new parameters to control how we verify kerberos tickets.
1200 o   Danny Tylman <danny.tylman@insightix.com>
1201     * Add 'net rpc service' subcommands 'create' and 'delete'.
1204 o   Jelmer Vernooij <jelmer@samba.org>
1205     * Make merged build possible.
1206     * Move common libraries to the shared lib/ directory.
1209 Changes since 3.4.0rc1
1210 ----------------------
1213 o    Jeremy Allison <jra@samba.org>
1214      * BUG 6520: Fix time stamps when "unix extensions = yes".
1217 o    Michael Adam <obnox@samba.org>
1218      * BUG 6509: Use gid (not uid) cache in fetch_gid_from_cache().
1219      * BUG 6521: Fix building tevent_ntstatus without config.h.
1220      * BUG 6531: Fix pid file name.
1223 o    Guenther Deschner <gd@samba.org>
1224      * BUG 6512: Fix support for enumerating user forms.
1227 o    Bjoern Jacke <bj@sernet.de>
1228      * BUG 6497: Fix calling of 'test' in configure.
1229      * BUG 6459: Fix build of pam_smbpass on some distributions.
1232 o    Volker Lendecke <vl@samba.org>
1233      * BUG 6431: Local groups from 3.0 setups no longer found.
1234      * BUG 6498: Add workaround for MS KB932762.
1237 o    David Markey <admin@dmarkey.com>
1238      * BUG 6514: Improve error message in 'net' when smb.conf is not available.
1241 o    Jim McDonough <jmcd@samba.org>
1242      * BUG 6481: 'net ads leave' needs to try account deletion, NetUnjoinDomain
1243        not.
1246 o    Stefan Metzmacher <metze@samba.org>
1247      * BUG 6526: Fix notifies in the share root directory.
1250 o    Bo Yang <boyang@samba.org>
1251      * BUG 6499: Fix building of pam_smbpass.
1254 Changes since 3.4.0pre2
1255 -----------------------
1258 o   Jeremy Allison <jra@samba.org>
1259     * BUG 6297: Owner of sticky directory cannot delete files created by
1260       others.
1261     * BUG 6476: Fix smbd-zombies in memory when using [x]inetd.
1262     * BUG 6487: Add missing DFS call in trans2 mkdir call.
1263     * BUG 6488: acl_group_override() call in posix acls references an
1264       uninitialized variable.
1267 o   Günther Deschner <gd@samba.org>
1268     * BUG 4296: Clean up group membership while deleting a user.
1269     * BUG 5456: Fix "net ads testjoin".
1270     * BUG 6253: Use correct value for password expiry calculation in
1271       pam_winbind.
1272     * BUG 6305: Correctly prompt for a password when a username was given.
1273     * BUG 6451: net/libnetapi user rename using wrong access bits.
1274     * BUG 6458: Fix uninitialized variable in local_password_change().
1275     * BUG 6465: Fix enumeration of empty aliases.
1278 o   Volker Lendecke <vl@samba.org>
1279     * BUG 4699: Remove pidfile on clean shutdown.
1280     * BUG 6349: Initialize domain info struct.
1281     * BUG 6449: 'net rap user add' crashes without -C option.
1284 o   David Markey <admin@dmarkey.com>
1285     * BUG 6328: Add support for multiple rights to
1286       "net sam rights grant/revoke".
1289 o   Andreas Schneider <mail@cynapses.org>
1290     * Improve pam_winbind documentation.
1293 o   Simo Sorce <idra@samba.org>
1294     * BUG 6081: Make it possible to change machine account sids.
1295     * BUG 6333: Consolidate create/delete account paths in pdbedit.
1296     * BUG 6584: Allow DOM\user when changing passwords remotely.
1299 o   Jelmer Vernooij <jelmer@samba.org>
1300     * Remove outdated Debian package sources.
1303 Changes since 3.4.0pre1
1304 -----------------------
1307 o   Jeremy Allison <jra@samba.org>
1308     * BUG 6291: Fix 'force user'.
1309     * BUG 6313: ldapsam_update_sam_account() crashes while doing talloc_free on
1310       malloced memory.
1311     * BUG 6315: Fix smbd crashes when doing vfs_full_audit on IPC$ close event.
1312     * BUG 6330: Fix DFS on AIX.
1313     * Fix a bunch of compiler warnings about wrong format types.
1314     * Fix the core of the SAMR access functions.
1315     * Fix SAMR server for winbindd access.
1318 o   Michael Adam <obnox@samba.org>
1319     * BUG 4271: testparm should not print includes.
1320     * BUG 6292: Update config.guess from gnu.org.
1321     * BUG 6320: Handle registry config source in file_list.
1322     * BUG 6371: Unsuccessful 'net conf setparm' leaves empty share.
1323     * BUG 6387: Fix a crash bug in idmap_ldap_unixids_to_sids.
1324     * BUG 6415: Filter out of range mappings in default idmap config
1325       (idmap_tdb).
1326     * BUG 6416: Filter out of range mappings in default idmap config
1327       (idmap_tdb2).
1328     * BUG 6417: Filter out of range mappings in default idmap config
1329       (idmap_ldap).
1330     * Add dbwrap_tool - a tdb tool that is CTDB-aware.
1331     * Hide "config backend" from swat.
1332     * Fix linking with --disable-shared-libs.
1335 o   Steven Danneman <steven.danneman@isilon.com>
1336     * Fix issue with missing entries when enumerating directories.
1337     * Map NULL domains to our global sam name.
1340 o   Günther Deschner <gd@samba.org>
1341     * BUG 5859: Fix renaming of samr objects failed due to samr setuserinfo
1342       access checks.
1343     * BUG 6099: Fix NETLOGON credential chain.
1344     * BUG 6253: Use correct value for password expiry calculation.
1345     * BUG 6309: Support remote unjoining of Windows 2003 or greater.
1346     * BUG 6340: Don't segfault when cleartext trustdom pwd could not be
1347       retrieved.
1348     * BUG 6372: usermanager only displaying 1024 groups and aliases.
1349     * Fix driver upload for Xerox 4110 PS printer driver.
1350     * Add "net dom renamecomputer" to rename machines in a domain.
1351     * Inspect the correct computername string before enabling/disabling the
1352       change button in netdomjoin-gui.
1353     * Fix join prompt dialog test in netdomjoin-gui.
1354     * Only gray out labels when not root and not connecting to remote
1355       machines (netdomjoin-gui).
1356     * Allow to switch between workgroups/domains with the same name
1357       (netdomjoin-gui).
1358     * Add NetShutdownInit and NetShutdownAbort.
1359     * Fix samr access checks.
1360     * Add a security model to LSA.
1361     * Fix nss_wrapper build for Solaris.
1364 o   Geza Gemes <geza@kzsdabas.hu>
1365     * BUG 6136: New AFS syscall conventions.
1368 o   Ole Hansen <ole@redvw.com>
1369     * BUG 6359: smbclient -L does not list workgroup for hosts with both IPv4
1370       and IPv6 addresses
1373 o   Björn Jacke <bj@sernet.de>
1374     * Also handle DirX return codes.
1377 o   Steve Langasek <vorlon@debian.org>
1378     * BUG 4831: Don't call openlog() or closelog() from pam_smbpass.
1381 o   Volker Lendecke <vl@samba.org>
1382     * BUG 5681: Do not limit the number of network interfaces.
1383     * BUG 6157: Fix handling of multi-value attribute "uid".
1384     * BUG 6302: Give the VFS a chance to read from 0-byte files.
1385     * BUG 6336: Fix segfault in 'net groupmap set'.
1386     * BUG 6361: Make --rcfile work in smbget.
1387     * Do not crash in ctdbd_traverse if ctdbd is not around.
1388     * Fix Coverity ID 897.
1389     * Fix a race condition in vfs_aio_fork with gpfs share modes.
1390     * Fix bug disclosed by lock8 torture test.
1391     * Fix a race condition in winbind leading to a panic.
1392     * Attempt to fix a Debian build problem.
1395 o   Jim McDonough <jmcd@samba.org>
1396     * Detect tight loop in tdb_find().
1399 o   Stefan Metzmacher <metze@samba.org>
1400     * BUG 2346: Fix posix ACLs when setting an ACL without explicit ACE for the
1401       owner.
1404 o   Tim Prouty <tprouty@samba.org>
1405     * Fix chained sesssetupAndX/tconn messages.
1406     * Fix strict locking with chained reads.
1407     * Fix two bugs in sendfile.
1410 o   Slava Semushin <php-coder@altlinux.ru>
1411     * Fix memory leak.
1412     * Fix file descriptor leak.
1415 o   Aravind Srinivasan <aravind.srinivasan@isilon.com>
1416     * Fallback to the legacy sid_to_(uid|gid) instead of returning NULL.
1417     * Always allocate memory in dptr_ReadDirName.
1420 o   Kumar Thangavelu <Kumar.Thangavelu@riverbed.com>
1421     * Fix 'net' crash during domain join.
1424 o   Marc VanHeyningen <marc.vanheyningen@isilon.com>
1425     * Zero an uninitialized array.
1426     * Allow child processes to exit gracefully if we are out of fds.
1429 ######################################################################
1430 Reporting bugs & Development Discussion
1431 #######################################
1433 Please discuss this release on the samba-technical mailing list or by
1434 joining the #samba-technical IRC channel on irc.freenode.net.
1436 If you do report problems then please try to send high quality
1437 feedback. If you don't provide vital information to help us track down
1438 the problem then you will probably be ignored.  All bug reports should
1439 be filed under the Samba 3.4 product in the project's Bugzilla
1440 database (https://bugzilla.samba.org/).
1443 ======================================================================
1444 == Our Code, Our Bugs, Our Responsibility.
1445 == The Samba Team
1446 ======================================================================