1 =============================
2 Release Notes for Samba 3.4.8
4 =============================
7 This is the latest stable release of Samba 3.4.
9 Major enhancements in Samba 3.4.8 include:
11 o Fix Winbind reconnection to it's own domain (bug #7295).
12 o Fix an uninitialized variable read in smbd (bug #7254).
13 o Fix smbd crash with CUPS printers and no [printers] share defined
15 o Fix NULL pointer dereference in smbd (bug #7229).
22 o Michael Adam <obnox@samba.org>
23 * BUG 7231: Fix automatic building of vfs_tsmsm if gpfs and dmapi are
27 o Jeremy Allison <jra@samba.org>
28 * BUG 7159: Fix handling of bad server data returns in client rpc_transport.
29 * BUG 7255: Fix "printer admin" functionality.
30 * BUG 7288: Fix SMB job IDs in CUPS job names.
31 * BUG 7297: Fix smbd crash with CUPS printers and no [printers] share
33 * BUG 7310: Fix DOS attribute inconsistency with MS Office.
36 o Kai Blin <kai@samba.org>
37 * BUG 7290: Fix core dump in 'ntlm_auth'.
40 o Günther Deschner <gd@samba.org>
41 * BUG 6727: Fix printing issues.
42 * BUG 7176: Fix incorrect format of device mode strings.
43 * BUG 7256: Fix value-needed calculation in_spoolss_EnumPrinterData().
44 * BUG 7277: Fix exporting printers via 'cupsaddsmb' command.
47 o Björn Jacke <bj@sernet.de>
48 * BUG 7352: Fix different definitions of TIME_T_MAX.
51 o Michael Karcher <samba@mkarcher.dialup.fu-berlin.de>
52 * BUG 7269: Fix job management commands for CUPS queues.
55 o Jeff Layton <jlayton@redhat.com>
56 * BUG 6853: Fix race condition in mount.cifs that allows user to replace
57 mountpoint with a symlink.
60 o Volker Lendecke <vl@samba.org>
61 * BUG 5198: Fix parsing of the gecos field.
62 * BUG 5626: Fix build on AIX.
63 * BUG 7229: Fix NULL pointer dereference in smbd.
64 * BUG 7254: Fix an uninitialized variable read in smbd found by Laurent
66 * BUG 7326: Fix writing with vfs_full_audit.
69 o Derrell Lipman <derrell@dworkin.(none)>
70 * BUG 7345: Fix incomplete description of function return values in
74 o Jim McDonough <jmcd@samba.org>
75 * BUG 7378: Display an error on 'net conf import' failures.
78 o Roel van Meer <rolek@alt001.com>
79 * BUG 6814: Fix valgrind warning.
82 o Stefan Metzmacher <metze@samba.org>
83 * BUG 7159: Fix handling of bad server data returns in client rpc_transport.
84 * BUG 7170: Never mark external domains as internal.
85 * BUG 7295: Fix Winbind reconnection to it's own domain.
86 * BUG 7316: Make sure we don't try rpc requests against unaccessable
88 * BUG 7317: Fix problems with SIGCHLD handling in Winbind.
91 o SATOH Fumiyasu <fumiyas@osstech.co.jp>
92 * BUG 1206: Fix segfault in vfs_netatalk.
95 o Bo Yang <boyang@samba.org>
96 * BUG 7206: Fix duplicate signal handler.
99 ######################################################################
100 Reporting bugs & Development Discussion
101 #######################################
103 Please discuss this release on the samba-technical mailing list or by
104 joining the #samba-technical IRC channel on irc.freenode.net.
106 If you do report problems then please try to send high quality
107 feedback. If you don't provide vital information to help us track down
108 the problem then you will probably be ignored. All bug reports should
109 be filed under the Samba 3.4 product in the project's Bugzilla
110 database (https://bugzilla.samba.org/).
113 ======================================================================
114 == Our Code, Our Bugs, Our Responsibility.
116 ======================================================================
119 Release notes for older versions follow:
120 ----------------------------------------
122 =============================
123 Release Notes for Samba 3.4.7
125 =============================
128 This is a security release in order to address CVE-2010-0728.
132 In Samba releases 3.5.0, 3.4.6 and 3.3.11, new code
133 was added to fix a problem with Linux asynchronous IO handling.
134 This code introduced a bad security flaw on Linux platforms if the
135 binaries were built on Linux platforms with libcap support.
136 The flaw caused all smbd processes to inherit CAP_DAC_OVERRIDE
137 capabilities, allowing all file system access to be allowed
138 even when permissions should have denied access.
145 o Jeremy Allison <jra@samba.org>
146 * BUG 7222: Fix for CVE-2010-0728.
149 ######################################################################
150 Reporting bugs & Development Discussion
151 #######################################
153 Please discuss this release on the samba-technical mailing list or by
154 joining the #samba-technical IRC channel on irc.freenode.net.
156 If you do report problems then please try to send high quality
157 feedback. If you don't provide vital information to help us track down
158 the problem then you will probably be ignored. All bug reports should
159 be filed under the Samba 3.4 product in the project's Bugzilla
160 database (https://bugzilla.samba.org/).
163 ======================================================================
164 == Our Code, Our Bugs, Our Responsibility.
166 ======================================================================
169 ----------------------------------------------------------------------
172 =============================
173 Release Notes for Samba 3.4.6
175 =============================
178 This is the latest stable release of Samba 3.4.
180 Major enhancements in Samba 3.4.6 include:
182 o "wide links" and "unix extensions" are incompatible (bug #7104).
183 o Fix printing with 64 bit clients (bug #6888).
184 o Fix core dump on Ubuntu 8.04 64 bit (bug #7063).
185 o Fix failing of smbd to respond to a read or a write caused by
186 Linux asynchronous IO (aio) (bug #7067).
187 o Fix string buffer overflow causing heap corruption in smbd (bug #7096).
190 ######################################################################
198 o Michael Adam <obnox@samba.org>
199 * Make idmap cache persistent for "ldapsam:trusted".
200 * Also fill the memcache with sid<->id mappings in ldapsam_sid_to_id() not
201 only the persistent idmap cache.
202 * Shortcut uid_to_sid when "ldapsam:trusted = yes".
205 o Jeremy Allison <jra@samba.org>
206 * BUG 6557: Fix vfs_full_audit.
207 * BUG 7063: Fix core dump on Ubuntu 8.04 64 bit.
208 * BUG 7067: Fix failing of smbd to respond to a read or a write caused by
209 Linux asynchronous IO (aio).
210 * BUG 7072: Fix unlocking of accounts from ldap.
211 * BUG 7081: Fix vfs_expand_msdfs.
212 * BUG 7104: "wide links" and "unix extensions" are incompatible.
213 * BUG 7122: Fix reading of large browselist.
214 * BUG 7154: "mangling method = hash" can crash storing a name containing a '.'.
215 * BUG 7155: Valgrind Conditional jump or move depends on uninitialised
216 value(s) error when "mangling method = hash".
219 o Steven Danneman <steven.danneman@isilon.com>
220 * BUG 7096: Fix string buffer overflow causing heap corruption in smbd.
223 o Günther Deschner <gd@samba.org>
224 * BUG 6888: Fix printing with 64 bit clients.
225 * BUG 7130: Fix listing of printjobs in Windows 7.
226 * BUG 7136: Spoolss getprinterdriver2 level 101 marshalling is bad.
229 o William Jojo <w.jojo@hvcc.edu>
230 * BUG 7052: Fix DFS on AIX (maybe others).
233 o Jeff Layton <jlayton@redhat.com>
234 * BUG 6868: Fix crash bug in 'cifs.upcall'.
237 o Volker Lendecke <vl@samba.org>
238 * BUG 5885: Fix bogus ip address in SWAT.
239 * BUG 6981: Fix large paged search with DirX LDAP servers.
240 * BUG 7068: Fix pdb_search crash as non-root user.
241 * Make pdb_copy_sam_account also copy the group sid.
244 o Stefan Metzmacher <metze@samba.org>
245 * BUG 6157: Use the first "uid" value.
246 * BUG 6888: Fix printing with 64 bit clients.
247 * BUG 7098: Fix results of 'smbclient -L' with a large browse list.
248 * Shortcut gid_to_sid when "ldapsam:trusted = yes".
249 * Speed up pdb_get_group_sid().
250 * Try to build the full unix_pw structure with ldapsam:trusted support.
251 * Optimize ldapsam_alias_memberships() and cache ldap searches.
254 o Lars Müller <lars@samba.org>
255 * BUG 7047: Add cross option to samba_cv_linux_getgrouplist_ok.
256 * BUG 7102: Normalize "Changing password for" msg IDs and STRs.
259 o Bo Yang <boyang@samba.org>
260 * BUG 7106: Fix malformed require_membership_of_sid.
263 ######################################################################
264 Reporting bugs & Development Discussion
265 #######################################
267 Please discuss this release on the samba-technical mailing list or by
268 joining the #samba-technical IRC channel on irc.freenode.net.
270 If you do report problems then please try to send high quality
271 feedback. If you don't provide vital information to help us track down
272 the problem then you will probably be ignored. All bug reports should
273 be filed under the Samba 3.4 product in the project's Bugzilla
274 database (https://bugzilla.samba.org/).
277 ======================================================================
278 == Our Code, Our Bugs, Our Responsibility.
280 ======================================================================
283 ----------------------------------------------------------------------
286 =============================
287 Release Notes for Samba 3.4.5
289 =============================
292 This is the latest stable release of Samba 3.4.
294 Major enhancements in Samba 3.4.5 include:
296 o Fix memory in leak in smbd (bug #7020).
297 o Fix changing of ACLs on writable files with "dos filemode=yes" (bug #5202).
300 ######################################################################
308 o Jeremy Allison <jra@samba.org>
309 * BUG 5202: Fix changing of ACLs on writable files with "dos filemode=yes".
310 * BUG 7020: Fix memory leak in smbd.
311 * BUG 7036: Fix 'net rpc getsid' in hardened Windows environments.
312 * BUG 7045: Fix bad (non memory copying) interfaces in smbc_setXXXX calls.
315 o Günther Deschner <gd@samba.org>
316 * BUG 7043: Fix crash bug in "SMBC_parse_path".
319 o Volker Lendecke <vl@samba.org>
320 * BUG 7046: Fix a crash in libsmbclient used against the OpenSolaris CIFS
324 o Stefan Metzmacher <metze@samba.org>
325 * BUG 6642: Fix opening the quota magic file.
326 * BUG 6919: Fix remote quota management.
329 o SASAJIMA Toshihiro <sasajima_t@jp.fujitsu.com>
330 * BUG 7034: Fix internal error caused by vfs_cap.
333 ######################################################################
334 Reporting bugs & Development Discussion
335 #######################################
337 Please discuss this release on the samba-technical mailing list or by
338 joining the #samba-technical IRC channel on irc.freenode.net.
340 If you do report problems then please try to send high quality
341 feedback. If you don't provide vital information to help us track down
342 the problem then you will probably be ignored. All bug reports should
343 be filed under the Samba 3.4 product in the project's Bugzilla
344 database (https://bugzilla.samba.org/).
347 ======================================================================
348 == Our Code, Our Bugs, Our Responsibility.
350 ======================================================================
353 ----------------------------------------------------------------------
356 =============================
357 Release Notes for Samba 3.4.4
359 =============================
362 This is the latest stable release of Samba 3.4.
364 Major enhancements in Samba 3.4.4 include:
366 o Fix interdomain trust relationships with Win2008R2 (bug #6697).
367 o Fix Winbind crashes when queried from nss (bug #6889).
368 o Fix Winbind crash when retrieving empty group members (bug #7014).
369 o Fix "UID range full" error in Winbind (bug #6901).
370 o Fix multiple LDAP servers in "idmap backend" and "idmap alloc
371 backend" (bug #6910).
374 ######################################################################
381 o Michael Adam <obnox@samba.org>
382 * BUG 6851: Add pdbedit --kickoff-time/-K to set the user's kickoff time.
383 * BUG 6901: Fix "UID range full" error in Winbind.
384 * BUG 6910: Fix multiple LDAP servers in "idmap backend" and "idmap alloc
388 o Jeremy Allison <jra@samba.org>
389 * BUG 6828: Fix infinite timeout when byte lock held outside of samba.
390 * BUG 6837: Fix "Too many open files" message when trying to access a large
391 number of files with Windows 7.
392 * BUG 6841: Fix "map acl inherit = yes".
393 * BUG 6867: Fix listing of directories with a lot of files.
394 * BUG 6875: Fix DOS attributes on OS/2 clients.
395 * BUG 6880: Fix listing of workgroup servers in libsmbclient.
396 * BUG 6898: Samba duplicates file content on appending.
397 * BUG 6939: Fix long filenames with "mangling method = hash".
398 * BUG 7005: Fix "mangle method = hash" truncates files with dot "."
402 o Kai Blin <kai@samba.org>
403 * BUG 4832: Fix iconv checks.
406 o Günther Deschner <gd@samba.org>
407 * BUG 6697: Fix interdomain trust relationships with Win2008R2.
408 * BUG 6868: Support building with Heimdal we well as with MIT.
409 * BUG 6889: Fix Winbind crashes when queried from nss.
410 * BUG 6929: Fix build with recent heimdal.
411 * Fix the build of the winbind krb5 locator plugin.
412 * Fix enumprinter key client and server.
415 o Volker Lendecke <vl@samba.org>
416 * BUG 6338: Do not always display "none" in 'net rpc trustdom list'.
417 * BUG 6850: Fix shadow copy display on Windows 7.
418 * BUG 6981: Fix paged search with DirX LDAP server.
419 * BUG 6982: Remove erroneous out of memory error path in lookup_sid.
420 * BUG 6997: Fix _samr_GetAliasMembership for results with 0 rids.
423 o Jim McDonough <jmcd@samba.org>
424 * BUG 6967: Fix 'net ads join' with OU.
425 * BUG 7014: Fix Winbind crash when retrieving empty group members.
428 o Andrew Tridgell <tridge@samba.org>
429 * BUG 6918: Fix krb5 build problem on Ubuntu karmic.
432 ######################################################################
433 Reporting bugs & Development Discussion
434 #######################################
436 Please discuss this release on the samba-technical mailing list or by
437 joining the #samba-technical IRC channel on irc.freenode.net.
439 If you do report problems then please try to send high quality
440 feedback. If you don't provide vital information to help us track down
441 the problem then you will probably be ignored. All bug reports should
442 be filed under the Samba 3.4 product in the project's Bugzilla
443 database (https://bugzilla.samba.org/).
446 ======================================================================
447 == Our Code, Our Bugs, Our Responsibility.
449 ======================================================================
452 ----------------------------------------------------------------------
455 =============================
456 Release Notes for Samba 3.4.3
458 =============================
461 This is the latest stable release of Samba 3.4.
463 Major enhancements in Samba 3.4.3 include:
465 o Fix trust relationships to windows 2008 (2008 r2) (bug #6711).
466 o Fix file corruption using smbclient with NT4 server (bug #6606).
467 o Fix Windows 7 share access (which defaults to NTLMv2) (bug #6680).
470 ######################################################################
478 o Jeremy Allison <jra@samba.org>
479 * BUG 6529: Offline files conflict with Vista and Office 2003.
480 * BUG 6726: SIVAL should have been an SVAL.
481 * BUG 6769: Fix symlink unlink.
482 * BUG 6774: smbd crashes if "aio write behind" is set.
483 * BUG 6776: Fix core dump caused by running overlapping Byte Lock test.
484 * BUG 6781: Fix renaming subfolders in Explorer view.
485 * BUG 6793: Fix Winbind crash with "INTERNAL ERROR: Signal 6".
486 * BUG 6796: Deleting an event context on shutdown can cause smbd to crash.
487 * BUG 6828: Fix infinite timeout when byte lock held outside of Samba.
488 * BUG 6829: Fix displaying of multibyte characters in smbclient.
491 o Günther Deschner <gd@samba.org>
492 * BUG 6711: Fix trust relationships to windows 2008 (2008 r2).
493 * BUG 6815: Fix Windows 2008 R2 SPNEGO negTokenTarg parsing failure.
496 o Olaf Flebbe <o.flebbe@science-computing.de>
497 * BUG 6772: Allow outstanding_aio_calls to be decremented.
498 * BUG 6804: Fix hpux compiler issue.
499 * BUG 6805: Correctly handle aio_error() and errno.
502 o Björn Jacke <bj@sernet.de>
503 * BUG 6704: Fix syntax error in avahi configure test.
504 * BUG 6728: BSD needs sys/sysctl.h included to build properly.
505 * BUG 6824: Fix avahi activation.
506 * QNX doesn't know uint - replace with uint_t.
509 o Andrew Klosterman <andrew.klosterman+samba_bugzilla@gmail.com>
510 * BUG 6690: Fix wrong error check in profile.
513 o Marc Aurele La France <tsi@ualberta.ca>
514 * BUG 6707: Fix an occasional segfault in config file parsing.
517 o Jeff Layton <jlayton@redhat.com>
518 * BUG 6810: Add support for finding alternate credcaches to cifs.upcall.
521 o Volker Lendecke <vl@samba.org>
522 * BUG 6606: Fix file corruption using smbclient with NT4 server.
523 * BUG 6703: Allow smbstatus as non-root.
524 * BUG 6731: Fix reading beyond the end of a named stream in xattr_streams.
525 * BUG 6765: Add a "hidden" parameter "share:fake_fscaps".
526 * BUG 6793: Fix segfault in winbindd_pam_auth.
527 * BUG 6797: Fix a memleak in libwbclient.
528 * BUG 6807: Fix a segfault in "net rpc trustdom list" for long domain names.
529 * Fix an uninitialized variable.
530 * Only ever handle one event after a select call.
533 o Derrell Lipman <derrell.lipman@unwireduniverse.com>
534 * BUG 6532: Fix domain enumeration if master browser has space in name.
537 o Stefan Metzmacher <metze@samba.org>
538 * BUG 6711: Fix trust relationships to windows 2008 (2008 r2).
541 o Buchan Milne <bgmilne@mandriva.org>
542 * BUG 6791: Fix linking order in cifs.upcall.
545 o Lars Müller <lars@samba.org>
546 * BUG 6710: Adjust regex to match variable names including underscores.
547 * Conditional install of the cifs.upcall man page.
550 o Shirish Pargaonkar <shirishpargaonkar@gmail.com>
551 * BUG 4675: mount.cifs: Do not attempt to update /etc/mtab if it is
555 o Karolin Seeger <kseeger@samba.org>
556 * Fix warning occuring when building the manpages.
559 o Simo Sorce <ssorce@redhat.com>
560 * BUG 6764: Fix timeval calculation.
563 o Bo Yang <boyang@samba.org>
564 * BUG 6735: Don't overwrite password in pam_winbind, subsequent pam modules
565 might use the old password and new password.
566 * BUG 6811: Fix reference to freed memory in pam_winbind.
567 * BUG 6826: Don't fail authentication when one or some group of
568 require-membership-of is invalid.
569 * BUG 6840: Fix crash in pam_winbind.
572 ######################################################################
573 Reporting bugs & Development Discussion
574 #######################################
576 Please discuss this release on the samba-technical mailing list or by
577 joining the #samba-technical IRC channel on irc.freenode.net.
579 If you do report problems then please try to send high quality
580 feedback. If you don't provide vital information to help us track down
581 the problem then you will probably be ignored. All bug reports should
582 be filed under the Samba 3.4 product in the project's Bugzilla
583 database (https://bugzilla.samba.org/).
586 ======================================================================
587 == Our Code, Our Bugs, Our Responsibility.
589 ======================================================================
592 ----------------------------------------------------------------------
595 =============================
596 Release Notes for Samba 3.4.2
598 =============================
601 This is a security release in order to address CVE-2009-2813, CVE-2009-2948
605 In all versions of Samba later than 3.0.11, connecting to the home
606 share of a user will use the root of the filesystem
607 as the home directory if this user is misconfigured to have
608 an empty home directory in /etc/passwd.
611 If mount.cifs is installed as a setuid program, a user can pass it a
612 credential or password path to which he or she does not have access and
613 then use the --verbose option to view the first line of that file.
614 All known Samba versions are affected.
617 Specially crafted SMB requests on authenticated SMB connections can
618 send smbd into a 100% CPU loop, causing a DoS on the Samba server.
621 ######################################################################
629 o Jeremy Allison <jra@samba.org>
630 * BUG 6763: Fix for CVE-2009-2813.
631 * BUG 6768: Fix for CVE-2009-2906.
634 o Jeff Layton <jlayton@redhat.com>
635 * Fix for CVE-2009-2948.
638 ######################################################################
639 Reporting bugs & Development Discussion
640 #######################################
642 Please discuss this release on the samba-technical mailing list or by
643 joining the #samba-technical IRC channel on irc.freenode.net.
645 If you do report problems then please try to send high quality
646 feedback. If you don't provide vital information to help us track down
647 the problem then you will probably be ignored. All bug reports should
648 be filed under the Samba 3.4 product in the project's Bugzilla
649 database (https://bugzilla.samba.org/).
652 ======================================================================
653 == Our Code, Our Bugs, Our Responsibility.
655 ======================================================================
658 ----------------------------------------------------------------------
661 =============================
662 Release Notes for Samba 3.4.1
664 =============================
667 This is the latest stable release of Samba 3.4.
670 Major enhancements in Samba 3.4.1 include:
672 o Fix authentication on member servers without Winbind (bug #6650).
673 o Nautilus fails to copy files from an SMB share (bug #6649).
674 o Fix connections of Win98 clients (bug #6551).
675 o Fix interdomain trusts with Windows 2008 R2 DCs (bug #6697).
676 o Fix Winbind authentication issue (bug #6646).
679 ######################################################################
687 o Michael Adam <obnox@samba.org>
688 * BUG 6650: Fix authentication on member servers without Winbind.
691 o Jeremy Allison <jra@samba.org>
692 * BUG 6437: Make open_udp_socket() IPv6 clean.
693 * BUG 6506: Smbd server doesn't set EAs when a file is overwritten in
695 * BUG 6551: Fix connections of Win98 clients.
696 * BUG 6564: SetPrinter fails (panics) as non root.
697 * BUG 6593: Correctly implement SMB_INFO_STANDARD setfileinfo.
698 * BUG 6649: Nautilus fails to copy files from an SMB share.
699 * BUG 6651: Fix smbd SIGSEGV when breaking oplocks.
700 * BUG 6673: Fix 'smbpasswd' with "unix password sync = yes".
703 o Yannick Bergeron <burgergold@hotmail.com>
704 * Increase the max_grp value to 128 (AIX NGROUPS_MAX value) instead of 32 to
705 allow AIX to call sys_getgrouplist only once.
708 o Günther Deschner <gd@samba.org>
709 * BUG 6568: Fix _spoolss_GetPrintProcessorDirectory() implementation.
710 * BUG 6607: Fix crash bug in spoolss_addprinterex_level_2.
711 * BUG 6680: Fix authentication failure from Windows 7 when domain joined.
712 * BUG 6697: Fix interdomain trusts with Windows 2008 R2 DCs.
715 o Olaf Flebbe <flebbe@nix.science-computing.de>
716 * BUG 6655: Fix 'smbcontrol smbd ping'.
719 o Björn Jacke <bj@sernet.de>
720 * BUG 6105: Make linking of rpcclient --as-needed safe.
723 o Matt Kraai <mkraai@beckman.com>
724 * BUG 6630: Fix opening of sockets on QNX.
727 o Robert LeBlanc <robert@leblancnet.us>
728 * BUG 6700: Use dns domain name when needing to guess server principal.
731 o Volker Lendecke <vl@samba.org>
732 * BUG 5886: Fix password change propagation with ldapsam.
733 * BUG 6585: Fix unqualified "net join".
734 * BUG 6611: Fix a valgrind error in chain_reply.
735 * BUG 6646: Fix Winbind authentication issue.
736 * Fix linking on Solaris.
739 o Stefan Metzmacher <metze@samba.org>
740 * BUG 6222: Default to DRSUAPI replication for net rpc vampire keytab.
741 * BUG 6532: Fix the build with external talloc.
742 * BUG 6538: Cancel all locks that are made before the first failure.
743 * BUG 6627: Raise the timeout for lsa_Lookup*() calls from 10 to 35 seconds.
744 * BUG 6651: Fix smbd SIGSEGV when breaking oplocks.
745 * BUG 6664: Fix truncation of the session key.
748 o Tim Prouty <tprouty@samba.org>
749 * BUG 6620: Fix a bug in renames of directories.
752 o Rusty Russell <rusty@rustcorp.com.au>
753 * BUG 6601: Avoid global fd limits.
756 o SATOH Fumiyasu <fumiyas@osstech.co.jp>
757 * BUG 6496: MS-DFS cannot follow multibyte char link name in libsmbclient.
760 o Simo Sorce <idra@samba.org>
761 * BUG 6693: Check we read off the complete event from inotify.
764 o Peter Volkov <pva@gentoo.org>
765 * BUG 6105: Make linking of cifs.upcall --as-needed safe.
768 o TAKEDA Yasuma <yasuma@osstech.co.jp>
769 * BUG 5879: Update LDAP schema for Netscape DS 5.
772 o Bo Yang <boyang@samba.org>
773 * BUG 6560: Fix lookupname.
774 * BUG 6615: Fix browsing of DFS when using kerberos in libsmbclient.
775 * BUG 6688: Fix crash in 'net usershare list'.
778 ######################################################################
779 Reporting bugs & Development Discussion
780 #######################################
782 Please discuss this release on the samba-technical mailing list or by
783 joining the #samba-technical IRC channel on irc.freenode.net.
785 If you do report problems then please try to send high quality
786 feedback. If you don't provide vital information to help us track down
787 the problem then you will probably be ignored. All bug reports should
788 be filed under the Samba 3.4 product in the project's Bugzilla
789 database (https://bugzilla.samba.org/).
792 ======================================================================
793 == Our Code, Our Bugs, Our Responsibility.
795 ======================================================================
797 ----------------------------------------------------------------------
799 =============================
800 Release Notes for Samba 3.4.0
802 =============================
805 This is the first stable release of Samba 3.4.
808 Major enhancements in Samba 3.4.0 include:
809 ------------------------------------------
811 Configuration changes:
812 o The default passdb backend has been changed to 'tdbsam'!
815 o Samba4 and Samba3 sources are included in the tarball
817 Authentication Changes:
818 o Changed the way smbd handles untrusted domain names given during user
822 o Various fixes including printer change notificiation for Samba spoolss
826 o The remaining hand-marshalled DCE/RPC services (ntsvcs, svcctl, eventlog
827 and spoolss) were replaced by autogenerated code based on PIDL.
828 o Samba3 and Samba4 do now share a common tevent library.
829 o The code has been cleaned up and the major basic interfaces are shared with
831 o An asynchronous API has been added.
834 Configuration changes
835 =====================
838 The default passdb backend has been changed to 'tdbsam'! That breaks existing
839 setups using the 'smbpasswd' backend without explicit declaration! Please use
840 'passdb backend = smbpasswd' if you would like to stick to the 'smbpasswd'
841 backend or convert your smbpasswd entries using e.g. 'pdbedit -i smbpasswd -e
844 The 'tdbsam' backend is much more flexible concerning per user settings
845 like 'profile path' or 'home directory' and there are some commands which do not
846 work with the 'smbpasswd' backend at all.
852 On the way towards a standalone Samba AD domain controller, Samba3 and Samba4
853 branches can be built as "merged" build. That's why Samba3 and Samba4 sources
854 are included in the tarball. The merged build is possible in Samba 3.4.0, but
855 disabled by default. To learn more about the merged build,
856 please see http://wiki.samba.org/index.php/Franky.
858 According to this one, there is no "source" directory included in the tarball at
859 all. Samba3 sources are located in "source3", Samba4 sources are located in
860 "source4". The libraries have been moved to the toplevel directory.
862 To build plain Samba3, please change to "source3" and start the build as usual.
863 To build Samba4 as well, please use the "--enable-merged-build" configure
867 Authentication Changes
868 ======================
870 Previously, when Samba was a domain member and a client was connecting using an
871 untrusted domain name, such as BOGUS\user smbd would remap the untrusted
872 domain to the primary domain smbd was a member of and attempt authentication
873 using that DOMAIN\user name. This differed from how a Windows member server
874 would behave. Now, smbd will replace the BOGUS name with it's SAM name. In
875 the case where smbd is acting as a PDC this will be DOMAIN\user. In the case
876 where smbd is acting as a domain member server this will be WORKSTATION\user.
877 Thus, smbd will never assume that an incoming user name which is not qualified
878 with the same primary domain, is part of smbd's primary domain.
880 While this behavior matches Windows, it may break some workflows which depended
881 on smbd to always pass through bogus names to the DC for verification. A new
882 parameter "map untrusted to domain" can be enabled to revert to the legacy
889 The spoolss subsystem was replaced by autogenerated code based on PIDL. That fixes
890 several printing issues including printer change notificiation on Samba print
891 servers and will stabilize the printing functionality generally.
892 The support for spoolss printing with Windows Vista has been improved.
898 The remaining hand-marshalled DCE/RPC services (ntsvcs, svcctl, eventlog and
899 spoolss) were replaced by autogenerated code based on PIDL.
900 So Günther Deschner finally corrected one of the biggest mistakes in the
901 development of Samba: Hand-marshalled RPC stubs.
905 Samba3 and Samba4 do now share a common tevent library for fd and timer events.
907 The code has been cleaned up and Samba3 and Samba4 do share the major basic
908 interfaces now. That is why the libraries were moved to the toplevel directory.
909 That is one of the first steps to share code and minimize the gap between
912 An asynchronous API has been added.
915 ######################################################################
922 Parameter Name Description Default
923 -------------- ----------- -------
925 access based share enum New No
926 dedicated keytab file New ""
927 kerberos method New default
928 map untrusted to domain New No
929 max open files Changed Default auto detected
930 passdb backend Changed Default tdbsam
931 perfcount module New ""
932 use kerberos keytab Removed
938 net eventlog Import/dump/export native win32 eventlog files.
939 net rpc service create Create a new service.
940 net rpc service delete Delete an existing service.
943 New configure options
944 ---------------------
946 --enable-external-libtalloc Enable external talloc
947 --enable-merged-build Build Samba 4 as well
948 --enable-gnutls Turn on gnutls support
949 --with-statedir=DIR Where to put persistent state files
950 --with-cachedir=DIR Where to put temporary cache files
951 --with-ncalprcdir=DIR Where to put ncalrpc sockets
952 --with-selftest-shrdir=DIR The share directory that make test will be run
954 --with-selftest-custom-conf=PATH
955 An optional custom smb.conf that is included in
956 the server smb.conf during make test
957 --with-wbclient Use external wbclient
958 --with-included-popt Use bundled popt library, not from system
959 --with-libiconv=BASEDIR Use libiconv in BASEDIR/lib and BASEDIR/include
960 --with-sqlite3 SQLITE3 backend support
961 --with-pthreads Include pthreads
962 --with-setproctitle Search for setproctitle support
969 o Steven Danneman <steven.danneman@isilon.com>
970 * Change the way smbd handles untrusted domain names given during user
974 o Guenther Deschner <gd@samba.org>
975 * Replace the hand-marshalled DCE/RPC services ntsvcs, svcctl, eventlog
976 and spoolss by autogenerated code based on PIDL.
977 * Fix several printing issues and improve support for printer change
979 * Add 'net eventlog'.
982 o Volker Lendecke <vl@samba.org>
983 * Add asynchronous API.
986 o Stefan Metzmacher <metze@samba.org>
987 * Make Samba3 and Samba4 share a tevent library.
990 o Dan Sledz <dsledz@isilon.com>
991 * Add two new parameters to control how we verify kerberos tickets.
994 o Danny Tylman <danny.tylman@insightix.com>
995 * Add 'net rpc service' subcommands 'create' and 'delete'.
998 o Jelmer Vernooij <jelmer@samba.org>
999 * Make merged build possible.
1000 * Move common libraries to the shared lib/ directory.
1003 Changes since 3.4.0rc1
1004 ----------------------
1007 o Jeremy Allison <jra@samba.org>
1008 * BUG 6520: Fix time stamps when "unix extensions = yes".
1011 o Michael Adam <obnox@samba.org>
1012 * BUG 6509: Use gid (not uid) cache in fetch_gid_from_cache().
1013 * BUG 6521: Fix building tevent_ntstatus without config.h.
1014 * BUG 6531: Fix pid file name.
1017 o Guenther Deschner <gd@samba.org>
1018 * BUG 6512: Fix support for enumerating user forms.
1021 o Bjoern Jacke <bj@sernet.de>
1022 * BUG 6497: Fix calling of 'test' in configure.
1023 * BUG 6459: Fix build of pam_smbpass on some distributions.
1026 o Volker Lendecke <vl@samba.org>
1027 * BUG 6431: Local groups from 3.0 setups no longer found.
1028 * BUG 6498: Add workaround for MS KB932762.
1031 o David Markey <admin@dmarkey.com>
1032 * BUG 6514: Improve error message in 'net' when smb.conf is not available.
1035 o Jim McDonough <jmcd@samba.org>
1036 * BUG 6481: 'net ads leave' needs to try account deletion, NetUnjoinDomain
1040 o Stefan Metzmacher <metze@samba.org>
1041 * BUG 6526: Fix notifies in the share root directory.
1044 o Bo Yang <boyang@samba.org>
1045 * BUG 6499: Fix building of pam_smbpass.
1048 Changes since 3.4.0pre2
1049 -----------------------
1052 o Jeremy Allison <jra@samba.org>
1053 * BUG 6297: Owner of sticky directory cannot delete files created by
1055 * BUG 6476: Fix smbd-zombies in memory when using [x]inetd.
1056 * BUG 6487: Add missing DFS call in trans2 mkdir call.
1057 * BUG 6488: acl_group_override() call in posix acls references an
1058 uninitialized variable.
1061 o Günther Deschner <gd@samba.org>
1062 * BUG 4296: Clean up group membership while deleting a user.
1063 * BUG 5456: Fix "net ads testjoin".
1064 * BUG 6253: Use correct value for password expiry calculation in
1066 * BUG 6305: Correctly prompt for a password when a username was given.
1067 * BUG 6451: net/libnetapi user rename using wrong access bits.
1068 * BUG 6458: Fix uninitialized variable in local_password_change().
1069 * BUG 6465: Fix enumeration of empty aliases.
1072 o Volker Lendecke <vl@samba.org>
1073 * BUG 4699: Remove pidfile on clean shutdown.
1074 * BUG 6349: Initialize domain info struct.
1075 * BUG 6449: 'net rap user add' crashes without -C option.
1078 o David Markey <admin@dmarkey.com>
1079 * BUG 6328: Add support for multiple rights to
1080 "net sam rights grant/revoke".
1083 o Andreas Schneider <mail@cynapses.org>
1084 * Improve pam_winbind documentation.
1087 o Simo Sorce <idra@samba.org>
1088 * BUG 6081: Make it possible to change machine account sids.
1089 * BUG 6333: Consolidate create/delete account paths in pdbedit.
1090 * BUG 6584: Allow DOM\user when changing passwords remotely.
1093 o Jelmer Vernooij <jelmer@samba.org>
1094 * Remove outdated Debian package sources.
1097 Changes since 3.4.0pre1
1098 -----------------------
1101 o Jeremy Allison <jra@samba.org>
1102 * BUG 6291: Fix 'force user'.
1103 * BUG 6313: ldapsam_update_sam_account() crashes while doing talloc_free on
1105 * BUG 6315: Fix smbd crashes when doing vfs_full_audit on IPC$ close event.
1106 * BUG 6330: Fix DFS on AIX.
1107 * Fix a bunch of compiler warnings about wrong format types.
1108 * Fix the core of the SAMR access functions.
1109 * Fix SAMR server for winbindd access.
1112 o Michael Adam <obnox@samba.org>
1113 * BUG 4271: testparm should not print includes.
1114 * BUG 6292: Update config.guess from gnu.org.
1115 * BUG 6320: Handle registry config source in file_list.
1116 * BUG 6371: Unsuccessful 'net conf setparm' leaves empty share.
1117 * BUG 6387: Fix a crash bug in idmap_ldap_unixids_to_sids.
1118 * BUG 6415: Filter out of range mappings in default idmap config
1120 * BUG 6416: Filter out of range mappings in default idmap config
1122 * BUG 6417: Filter out of range mappings in default idmap config
1124 * Add dbwrap_tool - a tdb tool that is CTDB-aware.
1125 * Hide "config backend" from swat.
1126 * Fix linking with --disable-shared-libs.
1129 o Steven Danneman <steven.danneman@isilon.com>
1130 * Fix issue with missing entries when enumerating directories.
1131 * Map NULL domains to our global sam name.
1134 o Günther Deschner <gd@samba.org>
1135 * BUG 5859: Fix renaming of samr objects failed due to samr setuserinfo
1137 * BUG 6099: Fix NETLOGON credential chain.
1138 * BUG 6253: Use correct value for password expiry calculation.
1139 * BUG 6309: Support remote unjoining of Windows 2003 or greater.
1140 * BUG 6340: Don't segfault when cleartext trustdom pwd could not be
1142 * BUG 6372: usermanager only displaying 1024 groups and aliases.
1143 * Fix driver upload for Xerox 4110 PS printer driver.
1144 * Add "net dom renamecomputer" to rename machines in a domain.
1145 * Inspect the correct computername string before enabling/disabling the
1146 change button in netdomjoin-gui.
1147 * Fix join prompt dialog test in netdomjoin-gui.
1148 * Only gray out labels when not root and not connecting to remote
1149 machines (netdomjoin-gui).
1150 * Allow to switch between workgroups/domains with the same name
1152 * Add NetShutdownInit and NetShutdownAbort.
1153 * Fix samr access checks.
1154 * Add a security model to LSA.
1155 * Fix nss_wrapper build for Solaris.
1158 o Geza Gemes <geza@kzsdabas.hu>
1159 * BUG 6136: New AFS syscall conventions.
1162 o Ole Hansen <ole@redvw.com>
1163 * BUG 6359: smbclient -L does not list workgroup for hosts with both IPv4
1167 o Björn Jacke <bj@sernet.de>
1168 * Also handle DirX return codes.
1171 o Steve Langasek <vorlon@debian.org>
1172 * BUG 4831: Don't call openlog() or closelog() from pam_smbpass.
1175 o Volker Lendecke <vl@samba.org>
1176 * BUG 5681: Do not limit the number of network interfaces.
1177 * BUG 6157: Fix handling of multi-value attribute "uid".
1178 * BUG 6302: Give the VFS a chance to read from 0-byte files.
1179 * BUG 6336: Fix segfault in 'net groupmap set'.
1180 * BUG 6361: Make --rcfile work in smbget.
1181 * Do not crash in ctdbd_traverse if ctdbd is not around.
1182 * Fix Coverity ID 897.
1183 * Fix a race condition in vfs_aio_fork with gpfs share modes.
1184 * Fix bug disclosed by lock8 torture test.
1185 * Fix a race condition in winbind leading to a panic.
1186 * Attempt to fix a Debian build problem.
1189 o Jim McDonough <jmcd@samba.org>
1190 * Detect tight loop in tdb_find().
1193 o Stefan Metzmacher <metze@samba.org>
1194 * BUG 2346: Fix posix ACLs when setting an ACL without explicit ACE for the
1198 o Tim Prouty <tprouty@samba.org>
1199 * Fix chained sesssetupAndX/tconn messages.
1200 * Fix strict locking with chained reads.
1201 * Fix two bugs in sendfile.
1204 o Slava Semushin <php-coder@altlinux.ru>
1206 * Fix file descriptor leak.
1209 o Aravind Srinivasan <aravind.srinivasan@isilon.com>
1210 * Fallback to the legacy sid_to_(uid|gid) instead of returning NULL.
1211 * Always allocate memory in dptr_ReadDirName.
1214 o Kumar Thangavelu <Kumar.Thangavelu@riverbed.com>
1215 * Fix 'net' crash during domain join.
1218 o Marc VanHeyningen <marc.vanheyningen@isilon.com>
1219 * Zero an uninitialized array.
1220 * Allow child processes to exit gracefully if we are out of fds.
1223 ######################################################################
1224 Reporting bugs & Development Discussion
1225 #######################################
1227 Please discuss this release on the samba-technical mailing list or by
1228 joining the #samba-technical IRC channel on irc.freenode.net.
1230 If you do report problems then please try to send high quality
1231 feedback. If you don't provide vital information to help us track down
1232 the problem then you will probably be ignored. All bug reports should
1233 be filed under the Samba 3.4 product in the project's Bugzilla
1234 database (https://bugzilla.samba.org/).
1237 ======================================================================
1238 == Our Code, Our Bugs, Our Responsibility.
1240 ======================================================================