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