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