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