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