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