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