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