VERSION: Raise version number up to 3.3.14.
[Samba/bb.git] / WHATSNEW.txt
blobc63fd1f7e04a1560bedac9340428a7d74f3c928c
1                    ==============================
2                    Release Notes for Samba 3.3.13
3                             June 16, 2010
4                    ==============================
7 This is a security release in order to address CVE-2010-2063.
10 o  CVE-2010-2063:
11    In Samba 3.3.x and below, a buffer overrun is possible in chain_reply code.
14 Changes since 3.3.12
15 --------------------
18 o   Jeremy Allison <jra@samba.org>
19     * BUG 7494: Fix for CVE-2010-2063.
22 ######################################################################
23 Reporting bugs & Development Discussion
24 #######################################
26 Please discuss this release on the samba-technical mailing list or by
27 joining the #samba-technical IRC channel on irc.freenode.net.
29 If you do report problems then please try to send high quality
30 feedback. If you don't provide vital information to help us track down
31 the problem then you will probably be ignored.  All bug reports should
32 be filed under the Samba 3.3 product in the project's Bugzilla
33 database (https://bugzilla.samba.org/).
36 ======================================================================
37 == Our Code, Our Bugs, Our Responsibility.
38 == The Samba Team
39 ======================================================================
42 Release notes for older releases follow:
43 ----------------------------------------
45                    ==============================
46                    Release Notes for Samba 3.3.12
47                             March 8, 2010
48                    ==============================
51 This is a security release in order to address CVE-2010-0728.
54 o  CVE-2010-0728:
55    In Samba releases 3.5.0, 3.4.6 and 3.3.11, new code
56    was added to fix a problem with Linux asynchronous IO handling.
57    This code introduced a bad security flaw on Linux platforms if the
58    binaries were built on Linux platforms with libcap support.
59    The flaw caused all smbd processes to inherit CAP_DAC_OVERRIDE
60    capabilities, allowing all file system access to be allowed
61    even when permissions should have denied access.
64 Changes since 3.3.11
65 --------------------
68 o   Jeremy Allison <jra@samba.org>
69     * BUG 7222: Fix for CVE-2010-0728.
72 ######################################################################
73 Reporting bugs & Development Discussion
74 #######################################
76 Please discuss this release on the samba-technical mailing list or by
77 joining the #samba-technical IRC channel on irc.freenode.net.
79 If you do report problems then please try to send high quality
80 feedback. If you don't provide vital information to help us track down
81 the problem then you will probably be ignored.  All bug reports should
82 be filed under the Samba 3.3 product in the project's Bugzilla
83 database (https://bugzilla.samba.org/).
86 ======================================================================
87 == Our Code, Our Bugs, Our Responsibility.
88 == The Samba Team
89 ======================================================================
92 ----------------------------------------------------------------------
95                    ==============================
96                    Release Notes for Samba 3.3.11
97                          February 26, 2010
98                    ==============================
101 This is the latest bugfix release of the Samba 3.3 series.
103 Major enhancements in Samba 3.3.11 include:
105    o "wide links" and "unix extensions" are incompatible (bug #7104).
106    o Fix failing of smbd to respond to a read or a write caused by
107      Linux asynchronous IO (aio) (bug #7067).
110 ######################################################################
111 Changes
112 #######
114 Changes since 3.3.10
115 --------------------
118 o   Jeremy Allison <jra@samba.org>
119     * BUG 6557: Fix vfs_full_audit.
120     * BUG 7036: Fix 'net rpc getsid' in hardened Windows environments.
121     * BUG 7045: Fix bad (non memory copying) interfaces in smbc_setXXXX calls.
122     * BUG 7067: Fix failing of smbd to respond to a read or a write caused by
123       Linux asynchronous IO (aio).
124     * BUG 7072: Fix unlocking of accounts from ldap.
125     * BUG 7104: "wide links" and "unix extensions" are incompatible.
126     * BUG 7122: Fix reading of large browselist.
127     * BUG 7154: "mangling method = hash" can crash storing a name containing a '.'.
128     * BUG 7155: Valgrind Conditional jump or move depends on uninitialised
129       value(s) error when "mangling method = hash".
132 o   Günther Deschner <gd@samba.org>
133     * BUG 7043: Fix crash bug in "SMBC_parse_path".
136 o   Volker Lendecke <vl@samba.org>
137     * BUG 5626: Fix build on AIX.
138     * BUG 5885: Fix bogus ip address in SWAT.
139     * BUG 7046: Fix a crash in libsmbclient used against the OpenSolaris CIFS
140       server.
143 o   Stefan Metzmacher <metze@samba.org>
144     * BUG 7098: Fix results of 'smbclient -L' with a large browse list.
145     * BUG 7170: Fix handling of external domains in setups with one way trusts.
148 o   William Jojo <w.jojo@hvcc.edu>
149     * BUG 7052: Fix DFS on AIX (maybe others).
152 o   Bo Yang <boyang@samba.org>
153     * BUG 7106: Fix malformed require_membership_of_sid.
156 ######################################################################
157 Reporting bugs & Development Discussion
158 #######################################
160 Please discuss this release on the samba-technical mailing list or by
161 joining the #samba-technical IRC channel on irc.freenode.net.
163 If you do report problems then please try to send high quality
164 feedback. If you don't provide vital information to help us track down
165 the problem then you will probably be ignored.  All bug reports should
166 be filed under the Samba 3.3 product in the project's Bugzilla
167 database (https://bugzilla.samba.org/).
170 ======================================================================
171 == Our Code, Our Bugs, Our Responsibility.
172 == The Samba Team
173 ======================================================================
176 ----------------------------------------------------------------------
179                    ==============================
180                    Release Notes for Samba 3.3.10
181                          January 14, 2010
182                    ==============================
185 This is the latest bugfix release of the Samba 3.3 series.
187 Major enhancements in Samba 3.3.10 include:
189    o Fix changing of ACLs on writable file with "dos filemode=yes" (bug #5202).
190    o Fix smbd crashes in dns_register_smbd_reply (bug #6696).
191    o Fix Winbind crashes when queried from nss (bug #6889).
192    o Fix Winbind crash when retrieving empty group members (bug #7014).
193    o Fix interdomain trusts with Win2008R2 (bug #6697).
196 ######################################################################
197 Changes
198 #######
200 Changes since 3.3.9
201 -------------------
204 o   Michael Adam <obnox@samba.org>
205     * BUG 6910: Fix "idmap backend" with multiple LDAP servers specified.
208 o   Jeremy Allison <jra@samba.org>
209     * BUG 5202: Fix changing of ACLs on writable file with "dos filemode=yes".
210     * BUG 6696: Fix smbd crashes (signal 11) in dns_register_smbd_reply.
211     * BUG 6828: Fix infinite timeout when byte lock held outside of Samba.
212     * BUG 6829: Fix special characters in smbclient output.
213     * BUG 6867: trans2findnext returns reply_nterror(req, ntstatus) in a
214       directory with a lot of files.
215     * BUG 6875: Fix operations on OS/2 clients.
216     * BUG 6880: Fix listing of workgroup servers.
217     * BUG 6939: Fix long filenames when "mangling method = hash" is set.
218     * BUG 7005: "mangling method = hash" truncates files with dot '. '
219       character.
222 o   Olaf Flebbe <o.flebbe@science-computing.de>
223     * BUG 6805: Correctly handle aio_error() and errno.
226 o   Günther Deschner <gd@samba.org>
227     * BUG 6697: Fix interdomain trusts with Win2008R2.
228     * BUG 6868: Support building of cifs.upcall with Heimdal as well with MIT.
229     * BUG 6889: Fix Winbind crashes when queried from nss.
230     * BUG 6929: Fix build with recent Heimdal.
231     * Fix the build of the winbind krb5 locator plugin.
232     * Fix compile of winbind_krb5_locator with recent Heimdal versions.
233     * Fix the build on Mac OS X 10.6.2.
236 o   Jeff Layton <jlayton@redhat.com>
237     * BUG 6810: Backport support for finding alternate credcaches.
238     * Use pid value from kernel to determine KRB5CCNAME to use in cifs.upcall.
241 o   Volker Lendecke <vl@samba.org>
242     * BUG 6338: 'net rpc trustdom list' always displays "none".
243     * BUG 6793: Fix segfault in winbindd_pam_auth.
244     * BUG 6850: Fix shadow copy display on Windows 7.
245     * BUG 6973: Fix a segfault in 'net'.
246     * Fix the build of cifs.upcall.
249 o   Jim McDonough <jmcd@samba.org>
250     * BUG 7014: Fix Winbind crash when retrieving empty group members.
253 o   Stefan Metzmacher <metze@samba.org>
254     * BUG 6157: Restore Samba 3.0.x behavior and use the first "uid" value.
255     * BUG 6642: Fix opening the quota magic file.
256     * BUG 6856: Fix the build of the GPFS VFS module with headers only.
257     * BUG 6919: Fix remote quota management.
260 o   Timothy Miller <theosib@gmail.com>
261     * BUG 6696: Fix smbd crashes when using mdns (not avahi) support.
264 o   Andrew Tridgell <tridge@samba.org>
265     * BUG 6918: Fix krb5 build problem on Ubuntu Karmic.
268 o   Jelmer Vernooij <jelmer@samba.org>
269     * 6918: Fix the build with krb5-client-1.7-6.1.
272 o   Bo Yang <boyang@samba.org>
273     * BUG 6811: pam_winbind references freed memory.
274     * BUG 6826: Don't fail authentication when one or some group of
275       require-membership-of is invalid.
276     * BUG 6840: Fix crash in pam_winbind.
279 ######################################################################
280 Reporting bugs & Development Discussion
281 #######################################
283 Please discuss this release on the samba-technical mailing list or by
284 joining the #samba-technical IRC channel on irc.freenode.net.
286 If you do report problems then please try to send high quality
287 feedback. If you don't provide vital information to help us track down
288 the problem then you will probably be ignored.  All bug reports should
289 be filed under the Samba 3.3 product in the project's Bugzilla
290 database (https://bugzilla.samba.org/).
293 ======================================================================
294 == Our Code, Our Bugs, Our Responsibility.
295 == The Samba Team
296 ======================================================================
299 ----------------------------------------------------------------------
302                    =============================
303                    Release Notes for Samba 3.3.9
304                          October, 15  2009
305                    =============================
308 This is the latest bugfix release of the Samba 3.3 series.
310 Major enhancements in Samba 3.3.9 include:
312    o Fix trust relationships to windows 2008 (2008 r2) (bug #6711).
313    o Fix file corruption using smbclient with NT4 server (bug #6606).
314    o Fix Windows 7 share access (which defaults to NTLMv2) (bug #6680).
315    o Fix SAMR server for Winbind access (bug #6504).
318 ######################################################################
319 Changes
320 #######
322 Changes since 3.3.8
323 -------------------
325 o   Michael Adam <obnox@samba.org>
326     * BUG 6509: Use gid (not uid) cache in fetch_gid_from_cache().
327     * BUG 6692: Fix mount.cifs segfault.
330 o   Jeremy Allison <jra@samba.org>
331     * BUG 6504: Fix SAMR server for Winbind access.
332     * BUG 6769: Symlink unlink does nothing.
333     * BUG 6776: Fix core dump when running overlapping Byte Lock test.
334     * BUG 6781: Fix renaming of subfolders in Explorer view.
337 o   Yannick Bergeron <burgergold@hotmail.com>
338     * Increase the max_grp value to 128 (AIX NGROUPS_MAX value).
341 o   Günther Deschner <gd@samba.org>
342     * BUG 6680: Fix Windows 7 share access (which defaults to NTLMv2).
343     * BUG 6697: Fix interdomain trusts with Windows 2008 R2 DCs.
344     * BUG 6700: Use DNS domain name when needing to guess server principal.
345     * BUG 6711: Fix trust relationships to windows 2008 (2008 r2).
346     * BUG 6789: Remove unrequired dependency on popt for [u]mount.cifs.
349 o   Andrew Klosterman <andrew.klosterman+samba_bugzilla@gmail.com>
350     * BUG 6690: Fix error check.
353 o   Volker Lendecke <vl@samba.org>
354     * BUG 5886: Fix password change propagation.
355     * BUG 6349: Initialize domain info struct.
356     * BUG 6585: Fix unqualified "net join".
357     * BUG 6606: Fix file corruption using smbclient with NT4 server.
358     * BUG 6646: Correctly chew keepalive packets.
359     * BUG 6785: Only ever handle one event after a select call.
360     * BUG 6797: Fix a memleak in libwbclient.
363 o   Derrell Lipman <derrell.lipman@unwireduniverse.com>
364     * BUG 6532: Fix domain enumeration if master browser has space in name.
367 o   Stefan Metzmacher <metze@samba.org>
368     * BUG 6627: Raise the timeout for lsa_Lookup*() calls
369       from 10 to 35 seconds.
370     * BUG 6664: Make sure we don't truncate the session key to 8 bytes.
371     * BUG 6711: Fix trust relationships to windows 2008 (2008 r2).
374 o   Simo Sorce <idra@samba.org>
375     * BUG 6693: Check we read off the complete event from inotify.
378 o   TAKEDA Yasuma <yasuma@osstech.co.jp>
379     * BUG 5879: Update LDAP schema for Netscape DS 5.
382 o   Kumar Thangavelu <Kumar.Thangavelu@riverbed.com>
383     * BUG 6420: Fix 'net' crash when attempting to join a
384       domain.
387 o   Bo Yang <boyang@samba.org>
388     * BUG 6615: Fix browsing DFS when using kerberos in libsmbclient.
389     * BUG 6735: Don't overwrite password in pam_winbind.
392 ######################################################################
393 Reporting bugs & Development Discussion
394 #######################################
396 Please discuss this release on the samba-technical mailing list or by
397 joining the #samba-technical IRC channel on irc.freenode.net.
399 If you do report problems then please try to send high quality
400 feedback. If you don't provide vital information to help us track down
401 the problem then you will probably be ignored.  All bug reports should
402 be filed under the Samba 3.3 product in the project's Bugzilla
403 database (https://bugzilla.samba.org/).
406 ======================================================================
407 == Our Code, Our Bugs, Our Responsibility.
408 == The Samba Team
409 ======================================================================
412 ----------------------------------------------------------------------
415                    =============================
416                    Release Notes for Samba 3.3.8
417                           October, 1  2009
418                    =============================
421 This is a security release in order to address CVE-2009-2813, CVE-2009-2948
422 and CVE-2009-2906.
424    o CVE-2009-2813:
425      In all versions of Samba later than 3.0.11, connecting to the home
426      share of a user will use the root of the filesystem
427      as the home directory if this user is misconfigured to have
428      an empty home directory in /etc/passwd.
430    o CVE-2009-2948:
431      If mount.cifs is installed as a setuid program, a user can pass it a
432      credential or password path to which he or she does not have access and
433      then use the --verbose option to view the first line of that file.
434      All known Samba versions are affected.
436    o CVE-2009-2906:
437      Specially crafted SMB requests on authenticated SMB connections can
438      send smbd into a 100% CPU loop, causing a DoS on the Samba server.
441 ######################################################################
442 Changes
443 #######
445 Changes since 3.3.7
446 -------------------
449 o   Jeremy Allison <jra@samba.org>
450     * BUG 6763: Fix for CVE-2009-2813.
451     * BUG 6768: Fix for CVE-2009-2906.
454 o   Jeff Layton <jlayton@redhat.com>
455     * Fix for CVE-2009-2948.
458 ######################################################################
459 Reporting bugs & Development Discussion
460 #######################################
462 Please discuss this release on the samba-technical mailing list or by
463 joining the #samba-technical IRC channel on irc.freenode.net.
465 If you do report problems then please try to send high quality
466 feedback. If you don't provide vital information to help us track down
467 the problem then you will probably be ignored.  All bug reports should
468 be filed under the Samba 3.3 product in the project's Bugzilla
469 database (https://bugzilla.samba.org/).
472 ======================================================================
473 == Our Code, Our Bugs, Our Responsibility.
474 == The Samba Team
475 ======================================================================
478 ----------------------------------------------------------------------
481                    =============================
482                    Release Notes for Samba 3.3.7
483                           July, 29  2009
484                    =============================
487 This is the latest bugfix release of the Samba 3.3 series.
490 ######################################################################
491 Changes
492 #######
495 Changes since 3.3.6:
496 --------------------
499 o   Jeremy Allison <jra@samba.org>
500     * BUG 6421: Fix POSIX read-only open on read-only shares.
501     * BUG 6476: Fix smbd zombies in memory when using [x]inetd.
502     * BUG 6487: Add missing DFS call in trans2 mkdir call.
503     * BUG 6520: Fix time stamps when "unix extensions = yes".
506 o   Günther Deschner <gd@samba.org>
507     * BUG 6253: Use correct value for password expiry calculation in
508       pam_winbind.
509     * BUG 6340: Fix segfault when cleartext trustdom pwd could not be retrieved.
510     * BUG 6451: Use right access bits in net/libnetapi user rename.
511     * BUG 6484: Fix _lsa_LookupNames2() server implementation which always
512       returned a NULL sid_array.
515 o   Björn Jacke <bj@sernet.de>
516     * BUG 6497: Fix configure error.
519 o   Volker Lendecke <vl@samba.org>
520     * BUG 6498: Add workaround for MS KB932762.
523 o   Jim McDonough <jmcd@samba.org>
524     * BUG 6481: Don't require "Modify property" perms to unjoin.
527 o   Stefan Metzmacher <metze@samba.org>
528     * BUG 6526: Let parent_dirname() correctly return toplevel filenames.
531 o   Bo Yang <boyang@samba.org>
532     * BUG 6560: Fix handling of UPN.
535 ######################################################################
536 Reporting bugs & Development Discussion
537 #######################################
539 Please discuss this release on the samba-technical mailing list or by
540 joining the #samba-technical IRC channel on irc.freenode.net.
542 If you do report problems then please try to send high quality
543 feedback. If you don't provide vital information to help us track down
544 the problem then you will probably be ignored.  All bug reports should
545 be filed under the Samba 3.3 product in the project's Bugzilla
546 database (https://bugzilla.samba.org/).
549 ======================================================================
550 == Our Code, Our Bugs, Our Responsibility.
551 == The Samba Team
552 ======================================================================
555 ----------------------------------------------------------------------
558                    =============================
559                    Release Notes for Samba 3.3.6
560                           June, 23  2009
561                    =============================
564 This is a security release in order to address CVE-2009-1888.
566    o CVE-2009-1888:
567      In Samba 3.0.31 to 3.3.5 (inclusive), an uninitialized read of a
568      data value can potentially affect access control when "dos filemode"
569      is set to "yes".
572 ######################################################################
573 Changes
574 #######
577 Changes since 3.3.5:
578 --------------------
581 o   Jeremy Allison <jra@samba.org>
582     * BUG 6488: Fix for CVE-2009-1888.
585 ######################################################################
586 Reporting bugs & Development Discussion
587 #######################################
589 Please discuss this release on the samba-technical mailing list or by
590 joining the #samba-technical IRC channel on irc.freenode.net.
592 If you do report problems then please try to send high quality
593 feedback. If you don't provide vital information to help us track down
594 the problem then you will probably be ignored.  All bug reports should
595 be filed under the Samba 3.3 product in the project's Bugzilla
596 database (https://bugzilla.samba.org/).
599 ======================================================================
600 == Our Code, Our Bugs, Our Responsibility.
601 == The Samba Team
602 ======================================================================
605 ----------------------------------------------------------------------
608                    =============================
609                    Release Notes for Samba 3.3.5
610                           June, 16  2009
611                    =============================
614 This is the latest bugfix release of the Samba 3.3 series.
616 Major enhancements in Samba 3.3.5 include:
618     o Fix SAMR and LSA checks (bug #6089, #6289)
619     o Fix posix acls when setting an ACL without explicit ACE for the
620       owner (bug #2346).
621     o Fix joining of Win7 into Samba domain (bug #6099).
622     o Fix joining of Win2000 SP4 clients (bug #6301).
625 ######################################################################
626 Changes
627 #######
630 Changes since 3.3.4:
631 --------------------
634 o   Michael Adam <obnox@samba.org>
635     * BUG 6320: Handle registry config source in file_list.
636     * BUG 6415: Filter out of range mappings in default idmap config in
637       idmap_tdb.
638     * BUG 6416: Filter out of range mappings in default idmap config in
639       idmap_tdb2.
640     * BUG 6417: Filter out of range mappings in default idmap config in
641       idmap_ldap.
642     * Prevent infinite include nesting.
643     * Mark registry shares without path unavailable.
646 o   Jeremy Allison <jra@samba.org>
647     * BUG 6089: Revert the extra SAMR and LSA checks.
648     * BUG 6099: Fix joining of Win7 into Samba domain.
649     * BUG 6289: Revert the extra SAMR and LSA checks.
650     * BUG 6297: Owner of sticky directory cannot delete files created by
651       others.
652     * BUG 6315: smbd crashes doing vfs_full_audit on IPC$ close event.
653     * BUG 6330: Fix DFS on AIX.
656 o   Guenther Deschner <gd@samba.org>
657     * BUG 6099: Fix joining of Win7 into Samba domain.
658     * BUG 6157: Fix handling of multi-value attribute "uid".
659     * BUG 6301: Fix joining of Win2000 SP4 clients.
660     * BUG 6309: Support remote unjoining of Windows 2003 or greater.
661     * BUG 6372: Fix usermanager only displaying 1024 groups and aliases.
662     * BUG 6465: Fix enumeration of empty aliases (ldb backend).
665 o   Björn Jacke <bj@sernet.de>
666     * Also handle DirX return codes.
669 o   Volker Lendecke <vl@samba.org>
670     * BUG 6336: Fix 'net groupmap set' segfault.
671     * BUG 6361: Make --rcfile work in smbget.
672     * BUG 6365: Re-Add the "dropbox" functionality with -wx rights on a
673       directory.
674     * BUG 6382: Fix case insensitive access to DFS links.
675     * BUG 6441: Fix the compile with --enable-dnssd.
676     * BUG 6449: 'net rap user add' crashes without -C option.
677     * Fix Coverity ID 897.
678     * Do not crash in ctdbd_traverse if ctdbd is not around.
679     * Fix a race condition in winbind leading to a panic.
682 o   TAKAHASHI Motonobu <monyo@samba.gr.jp>
683     * BUG 5897: Fix shutdown script example in the smb.conf manpage.
686 o   Stefan Metzmacher <metze@samba.org>
687     * BUG 2346: Fix posix acls when setting an ACL without explicit ACE for the
688       owner.
691 o   D.L. Meyer <dlmeyer@uiuc.edu>
692     * BUG 5832: Fix build on RHEL when ccache is not available.
695 o   Andreas Schneider <mail@cynapses.org>
696     * Some man pam_winbind improvements.
699 o   Karolin Seeger <kseeger@samba.org>
700     * BUG 5835: Add keyutils-devel to build requires to fix build on RHEL.
703 o   Marc VanHeyningen <marc.vanheyningen@isilon.com>
704     * Zero an uninitialized array.
707 ######################################################################
708 Reporting bugs & Development Discussion
709 #######################################
711 Please discuss this release on the samba-technical mailing list or by
712 joining the #samba-technical IRC channel on irc.freenode.net.
714 If you do report problems then please try to send high quality
715 feedback. If you don't provide vital information to help us track down
716 the problem then you will probably be ignored.  All bug reports should
717 be filed under the Samba 3.3 product in the project's Bugzilla
718 database (https://bugzilla.samba.org/).
721 ======================================================================
722 == Our Code, Our Bugs, Our Responsibility.
723 == The Samba Team
724 ======================================================================
727 ----------------------------------------------------------------------
730                    =============================
731                    Release Notes for Samba 3.3.4
732                           April, 29  2009
733                    =============================
736 This is the latest bugfix release of the Samba 3.3 series.
738 Major enhancements in Samba 3.3.4 include:
740     o Fix domain logins for WinXP clients pre SP3 (bug #6263).
741     o Fix samr_OpenDomain access checks (bug #6089).
742     o Fix usrmgr.exe creating a user (bug #6243).
745 ######################################################################
746 Changes
747 #######
750 Changes since 3.3.3:
751 --------------------
754 o   Michael Adam <obnox@samba.org>
755     * net conf: Save share name as given, not as lower case only.
756     * Prevent creation of registry keys containing the '/' character.
759 o   Jeremy Allison <jra@samba.org>
760     * BUG 6089: Fix samr_OpenDomain access checks.
761     * BUG 6254: Fix IPv6 PUT/GET errors to an SMB server (3.3) with
762       "msdfs root" set to "yes".
763     * BUG 6279: Fix Winbind crash.
764     * Allow pdbedit to change a user rid/sid.
765     * When doing a cli_ulogoff don't invalidate the cnum, invalidate the vuid.
766     * Don't access a freed structure when logging off and re-using a vuid.
769 o   Günther Deschner <gd@samba.org>
770     * BUG 5329: Add "net rpc service delete/create".
771     * BUG 6238: Make sure wbcLogoffUserParams are properly initialized before
772       freed.
773     * BUG 6263: Fix domain logins for WinXP clients pre SP3.
774     * BUG 6286: Call init function for builtin idmap modules before probing for
775       them as shared modules.
776     * Try to to fix password_expired flag handling.
777     * Make sure to grey out change fields in the netdomjoin-gui when not
778       running as root.
781 o   Jim McDonough <jmcd@samba.org>
782     * Don't look up local user for remote changes, even when root.
785 o   Volker Lendecke <vl@samba.org>
786     * BUG 6243: Fix usrmgr.exe creating a user.
787     * Use procid_str in debug messages for better cluster-debuggability.
788     * Use cluster-aware procid_is_me instead of comparing pids.
789     * Fix smbd crash for close_on_completion.
790     * Fix a memleak in an unlikely error path in change_notify_create().
791     * Do not use the file system GET_REAL_FILENAME for mangled names.
794 o   Stefan Metzmacher <metze@samba.org>
795     * Fix a crash bug if we timeout in net rpc trustdom list.
796     * Add '--request-timeout' option to net.
799 o   Martin Schwenke <martin@meltin.net>
800     * In net_conf_import, start a transaction when importing a single share.
803 o   Simo Sorce <ssorce@redhat.com>
804     * Fix writing of roaming profiles with "profile acls" set to "yes".
807 ######################################################################
808 Reporting bugs & Development Discussion
809 #######################################
811 Please discuss this release on the samba-technical mailing list or by
812 joining the #samba-technical IRC channel on irc.freenode.net.
814 If you do report problems then please try to send high quality
815 feedback. If you don't provide vital information to help us track down
816 the problem then you will probably be ignored.  All bug reports should
817 be filed under the Samba 3.3 product in the project's Bugzilla
818 database (https://bugzilla.samba.org/).
821 ======================================================================
822 == Our Code, Our Bugs, Our Responsibility.
823 == The Samba Team
824 ======================================================================
827 ----------------------------------------------------------------------
830                    =============================
831                    Release Notes for Samba 3.3.3
832                             April, 1 2009
833                    =============================
835 This is the latest bugfix release release of the Samba 3.3 series.
837 Major enhancements in Samba 3.3.3 include:
839     o Migrating from 3.0.x to 3.3.x can fail to update passdb.tdb
840       correctly (bug #6195).
841     o Fix serving of files with colons to CIFS/VFS client (bug #6196).
842     o Fix "map readonly" (bug #6186).
845 ######################################################################
846 Changes
847 #######
850 Changes since 3.3.2:
851 --------------------
854 o   Michael Adam <obnox@samba.org>
855     * BUG 6195: Don't let smbd child processes panic.
856     * Add backend_requires_messaging() method to libsmbconf.
857     * Add methods is_writeable() and wrapper smbconf_is_writeable() to libsmbconf.
858     * Fall back to file backend when no valid backend was found.
859     * Fix a memleak in dbwrap_rbt.
860     * Provide transaction_start|commit|cancel fns for the registry tdb.
861     * Speed up "net conf drop".
862     * Speed up "net conf import".
863     * Add transactions to the libsmbconf API.
864     * Reduce memory usage of "net conf import".
865     * Registry cleanup.
866     * Fix handling of SAMBA_VERSION_VENDOR_PATCH.
867     * Fix build of pam_winbind.so with static linking.
868     * Tidy up some convert_string_internal error cases.
871 o   Jeremy Allison <jra@samba.org>
872     * BUG 6186: Fix map readonly.
873     * BUG 6195: Migrating from 3.0.x to 3.3.x can fail to update passdb.tdb
874       correctly.
875     * BUG 6196: Unable to serve files with colons to Linux CIFS/VFS client.
876     * BUG 6224: nmbd waits 5 minutes at startup before checking if it needs
877       to run elections.
878     * Allow DFS client paths to work when POSIX pathnames have been
879       selected.
880     * Try and fix the build farm RAW-STREAMS errors.
881     * Ensure files starting with multiple dots are hidden.
884 o   Günther Deschner <gd@samba.org>
885     * BUG 6102: NetQueryDisplayInformation could return wrong information.
886     * BUG 6193: Avoid messing with sync_context in libnet_samsync_delta().
887     * Fix notify_printer_status_byname.
888     * Fix Coverity IDs 722, 762, 774, 775, 776.
891 o   Björn Jacke <bj@sernet.de>
892     * Fix build on old Heimdal based systems.
893     * Fix compile warning.
894     * Use parentheses in if condition to make negation clear.
897 o   Andy Kelk <andy@mopoke.co.uk>
898     * Add dirsort module.
901 o   Steve Langasek <vorlon@debian.org>
902     * BUG 6147: Fix detection of the GNU ld version.
905 o   Volker Lendecke <vl@samba.org>
906     * BUG 6097: Fix smbd segfault.
907     * BUG 6130: Don't crash in winbindd_rpc lookup_groupmem() on unmapped
908       members.
909     * BUG 6139: Add missing whitespace in mount.cifs error message.
910     * Fix a malloc/talloc mismatch when cli_initialise() fails.
911     * Fix a valgrind error.
912     * Speed up "net conf list".
913     * Add sorted subkey cache.
914     * Use StrCaseCmp in the dirsort module.
915     * Document the dirsort module.
916     * Fix the build on HP/UX.
917     * Disable dns_sd by default.
918     * Add avahi detection to configure.
919     * Add event avahi binding.
920     * Use avahi to register _smb._tcp in smbd.
921     * Fix two memleaks in the encryption code.
922     * Fix a scary "fill_share_mode_lock failed" message.
925 o   Derrell Lipman <derrell@dworkin.(none)>
926     * BUG 6228: Fix SMBC_open_ctx failure due to path resolve failure doesn't set
927       errno.
930 o   Stefan Metzmacher <metze@samba.org>
931     * Don't use reserved words in smbconftort.
932     * Fix smb signing for fragmented trans/trans2/nttrans requests.
935 o   Tim Prouty <tprouty@samba.org>
936     * Parse_packet can return NULL which is then dereferenced in
937       match_mailslot_name.
940 o   Timur <timur@FreeBSD.org>
941     * Format the header check for netinet/ip.h more nicely.
942     * Fix detection of netinet/ip.h on FreeBSD.
945 o   Alexander Zagrebin <alexz@visp.ru>
946     * Missing break in conversion function prevents tdb password database
947       update.
950 ######################################################################
951 Reporting bugs & Development Discussion
952 #######################################
954 Please discuss this release on the samba-technical mailing list or by
955 joining the #samba-technical IRC channel on irc.freenode.net.
957 If you do report problems then please try to send high quality
958 feedback. If you don't provide vital information to help us track down
959 the problem then you will probably be ignored.  All bug reports should
960 be filed under the Samba 3.3 product in the project's Bugzilla
961 database (https://bugzilla.samba.org/).
964 ======================================================================
965 == Our Code, Our Bugs, Our Responsibility.
966 == The Samba Team
967 ======================================================================
970 ----------------------------------------------------------------------
973                    =============================
974                    Release Notes for Samba 3.3.2
975                            March, 12 2009
976                    =============================
978 This is the latest bugfix release release of the Samba 3.3 series.
980 Major enhancements in Samba 3.3.2 include:
982      * Fix "force group" (bug #6155).
983      * Fix saving of files on Samba share using MS Office 2007 (bug #6160).
984      * Fix guest authentication in setups with "security = share" and
985       "guest ok = yes" when Winbind is running.
986      * Fix corruptions of source path in tar mode of smbclient (bug #6161).
989 ######################################################################
990 Changes
991 #######
994 Changes since 3.3.1:
995 --------------------
998 o   Jeremy Allison <jra@samba.org>
999     * BUG 6082: Fix renaming and deleting of directories using Windows clients.
1000     * BUG 6154: Make ZFS honor admin users.
1001     * BUG 6155: Fix "force group".
1002     * BUG 6160: Fix saving of files on Samba share using MS Office 2007.
1003     * BUG 6161: Fix corruptions of source path in tar mode of smbclient.
1004     * Fix some NetBSD warnings.
1005     * Fix bug in processing of open modes in POSIX open.
1006     * Fix use of streams modules with CIFSFS client.
1007     * Ensure ACL modules work with POSIX paths.
1008     * Use fsp->posix_open in preference if we have it.
1009     * Fix more POSIX path lstat calls.
1012 o   Andrew Tridgell <tridge@samba.org>
1013     * Fix a bug in message handling for the change notify code.
1016 o   Steven Danneman <steven.danneman@isilon.com>
1017     * Fix guest authentication in setups with "security = share" and "guest ok =
1018       yes" when Winbind is running.
1021 o   Steve French <smfrench@gmail.com>
1022     * BUG 4640: Fix guest mounts in mount.cifs.
1023     * Fix displaying the version string properly when no other parameters passed
1024       in in mount.cifs.
1027 o   Björn Jacke <bj@sernet.de>
1028     * Prefer gssapi header files from subdirectory.
1031 o   Volker Lendecke <vl@samba.org>
1032     * BUG 6124: Fix the build on IRIX.
1033     * BUG 6176: winbindd -n should disable the winbind idmap cache.
1034     * Add a vfs_preopen module to hide fs latencies.
1035     * Don't log NDR_PRINT_DEBUG at level 0, this always ends up in syslog.
1036     * Fix a valgrind error / segfault in dns_register_smbd().
1039 o   Stefan Metzmacher <metze@samba.org>
1040     * Fix build on SLES8.
1041     * Decremented by 1 for ntcancel requests.
1044 o   Tim Prouty <tprouty@samba.org>
1045     * Fix creation of core files.
1048 o   Dan Sledz <dan.sledz@isilon.com>
1049     * Fix first mapping of uids/gids in Winbind.
1052 o   Bo Yang <boyang@novell.com>
1053     * Initialize the id_map status in idmap_ldap to avoid surprise.
1054     * Fix initialization of idmap status.
1057 ######################################################################
1058 Reporting bugs & Development Discussion
1059 #######################################
1061 Please discuss this release on the samba-technical mailing list or by
1062 joining the #samba-technical IRC channel on irc.freenode.net.
1064 If you do report problems then please try to send high quality
1065 feedback. If you don't provide vital information to help us track down
1066 the problem then you will probably be ignored.  All bug reports should
1067 be filed under the Samba 3.3 product in the project's Bugzilla
1068 database (https://bugzilla.samba.org/).
1071 ======================================================================
1072 == Our Code, Our Bugs, Our Responsibility.
1073 == The Samba Team
1074 ======================================================================
1077 ----------------------------------------------------------------------
1080                    =============================
1081                    Release Notes for Samba 3.3.1
1082                           February, 24 2009
1083                    =============================
1085 This is the latest bugfix release release of the Samba 3.3 series.
1087 Major enhancements in Samba 3.3.1 include:
1089      * Fix net ads join when "ldap ssl = start tls" (bug #6073).
1090      * Fix renaming/deleting of files using Windows clients (bug #6082).
1091      * Fix renaming/deleting a "not matching/resolving" symlink (bug #6090).
1092      * Fix remotely adding a share via the Windows MMC.
1095 ######################################################################
1096 Changes
1097 #######
1099 smb.conf changes
1100 ----------------
1102     Parameter Name                      Description     Default
1103     --------------                      -----------     -------
1104     ldap ssl ads                        New             No
1107 Changes since 3.3.0:
1108 --------------------
1111 o   Jeremy Allison <jra@samba.org>
1112     * BUG 6082: Fix renaming/deleting of files using Windows clients.
1113     * BUG 6069: Fix build with too many arguments.
1114     * BUG 6090: Fix renaming/deleting a "not matching/resolving" symlink.
1115     * BUG 6099: Try to fix domain join of Win7 Beta.
1116     * BUG 6117: Fix core dump of pdbedit -a.
1117     * BUG 6133: Fix deletion of non-ACL files on Solaris/ZFS/NFSv4 ACL
1118       filesystem.
1119     * Fix Coverity IDs 115, 116, 117, 602.
1120     * Fix warning (bad handler prototype).
1121     * Unify the detection of the timespec code in configure.in, and the
1122       application of it in time.c.
1123     * Correctly use chroot().
1124     * Parameterize in local.h the MAX_RPC_DATA_SIZE, and ensure that "offered"
1125       read from the rpc packet in spoolss is under that size.
1126     * Backport the semantics of when to delete alternate data streams on a file
1127       truncate.
1128     * Fix printf warnings.
1129     * Fix warnings on Solaris.
1132 o   Michael Adam <obnox@samba.org>
1133     * BUG 6066: netinet/ip.h present but cannot be compiled on Solaris.
1134     * BUG 6073: Prevent ads_connect() from using SSL unless explicitly
1135       requested.
1136     * Fix 'getent passwd' to allocate new uids.
1137     * Fix 'getent group' to allocate new gids.
1138     * Remove check for sharename being a username in 'net conf
1139       addshare'.
1142 o   Guenther Deschner <gd@samba.org>
1143     * Fix Coverity ID 848.
1144     * Remove unused ENUM_HND from 'net'.
1145     * Fix getform command asprintf return code in rpcclient.
1146     * Fix memleak in get_remote_printer_publishing_data().
1147     * Remove duplicate prototypes for generated rpc server functions.
1150 o   Holger Hetterich <hhetter@novell.com>
1151     * Enable total anonymization in vfs_smb_traffic_analyzer.
1154 o   Bjoern Jacke <bj@sernet.de>
1155     * Fix build with external dns_sd libraries.
1156     * Fix configure check "sub-second timestamps without struct timespec".
1157     * Add configure check for AIX style sub-second resolution support.
1158     * Add configure check for Tru64 sub-second timestamp resolution.
1159     * Add Tru64 sub-second resolution timestamp support.
1160     * Enable IPv6 support for NetBSD and FreeBSD.
1161     * Use correct BSD evironment variable.
1164 o   Guenter Kukkukk <linux@kukkukk.com>
1165     * Don't try and delete a default ACL from a file.
1168 o   Volker Lendecke <vl@samba.org>
1169     * BUG 5798: CFLAGS info lost in configure.
1170     * Fix Coverity IDs 740, 742, 744, 745, 876, 879, 880.
1171     * Fix remotely adding a share via the Windows MMC.
1172     * Avoid valgrind errors.
1173     * Fix 'net rpc join' for users with the SeMachineAccountPrivilege.
1174     * Fix resume handle for _samr_EnumDomainGroups.
1175     * Fix a buffer handling bug when adding lots of registry keys.
1176     * Fix a O(n^2) algorithm in regdb_fetch_keys().
1179 o   Jeff Layton <jlayton@redhat.com>
1180     * Initialize rc to 0 in main in mount.cifs.
1183 o   Derrell Lipman <derrell.lipman@unwireduniverse.com>
1184     * BUG 6069: Add a fstatvfs function for libsmbclient.
1185     * Eliminate compiler warnings.
1188 o   Glenn Machin <gmachin@sandia.gov>
1189     * Don't miss an absolute pathname as a kerberos keytab path.
1192 o   Stefan Metzmacher <metze@samba.org>
1193     * BUG 6100: Implement _netr_LogonGetCapabilities() with
1194       NT_STATUS_NOT_IMPLEMENTED.
1195     * Make Samba work with older ctdb versions.
1196     * Add S-1-22-X-Y sids to the local token.
1199 o   Lars Mueller <lars@samba.org>
1200     * Conditional install of the cifs.upcall man page.
1201     * Adjust regex to match variable names including underscores.
1204 o   Shirish Pargaonkar <shirishpargaonkar@gmail.com>
1205     * BUG 4370: Clean-up entries in /etc/mtab after unmount.
1206     * Add fakemount (-f) and nomtab (-n) flags to mount.cifs.
1209 o   Ted Percival <ted.percival@quest.com>
1210     * Fix a crash during name resolution.
1213 o   Tim Prouty <tprouty@samba.org>
1214     * Fix "assignment discards qualifiers from pointer target type"
1215       warnings.
1216     * Fix SMB_VFS_RECVFILE/SENDFILE macros.
1219 o   Karolin Seeger <kseeger@samba.org>
1220     * Change "ldap ssl:ads" parameter to "ldap ssl ads".
1221     * Add manpages for vfs_acl_xattr and vfs_acl_tdb.
1224 o   Dan Sledz <dsledz@isilon.com>
1225     * Fix double free caused by incorrect talloc_steal usage.
1228 o   Simo Sorce <idra@samba.org>
1229     * Build ldbrename.
1232 o   Aravind Srinivasan <aravind.srinivasan@isilon.com>
1233     * Make nmbd check all available interfaces for WINS before failing.
1236 o   Miguel Suarez <Miguel.Suarez@stratus.com>
1237     * Fix compilation of vfs_default on systems that do not support utimes().
1240 o   Yasuma Takeda <yasuma@osstech.co.jp>
1241     * BUG 5920: Fix the calculation of the memcpy length.
1242     * BUG 6098: Fix ads_find_dc() in setups with "security = domain".
1245 o   Bo Yang <boyang@novell.com>
1246     * Make libsmbclient work with DFS.
1249 ######################################################################
1250 Reporting bugs & Development Discussion
1251 #######################################
1253 Please discuss this release on the samba-technical mailing list or by
1254 joining the #samba-technical IRC channel on irc.freenode.net.
1256 If you do report problems then please try to send high quality
1257 feedback. If you don't provide vital information to help us track down
1258 the problem then you will probably be ignored.  All bug reports should
1259 be filed under the Samba 3.3 product in the project's Bugzilla
1260 database (https://bugzilla.samba.org/).
1263 ======================================================================
1264 == Our Code, Our Bugs, Our Responsibility.
1265 == The Samba Team
1266 ======================================================================
1269 ----------------------------------------------------------------------
1272                    =============================
1273                    Release Notes for Samba 3.3.0
1274                           January, 27 2009
1275                    =============================
1277 This is the first stable release of Samba 3.3.0.
1279 Major enhancements in Samba 3.3.0 include:
1281  General changes:
1282  o The passdb tdbsam version has been raised.
1284  Configuration/installation:
1285  o Splitting of library directory into library directory and separate
1286    modules directory.
1287  o The default value of "ldap ssl" has been changed to "start tls".
1289  File Serving:
1290  o Extended Cluster support.
1291  o New experimental VFS modules "vfs_acl_xattr" and "vfs_acl_tdb"
1292    to store NTFS ACLs on Samba file servers.
1294  Winbind:
1295  o Simplified idmap configuration.
1296  o New idmap backends "adex" and "hash".
1297  o Added new parameter "winbind reconnect delay".
1298  o Added support for user and group aliasing.
1299  o Added support for multiple domains to idmap_ad.
1301  Administrative tools:
1302  o The destination "all" of smbcontrol does now affect all running
1303    daemons including nmbd and winbindd.
1304  o New 'net rpc vampire keytab' and 'net rpc vampire ldif' commands.
1305  o The 'net' utility can now use kerberos for joining and authentication.
1306  o The 'wbinfo' utility can now add, modify and remove identity mapping entries.
1308  Libraries:
1309  o NetApi library implements various new calls for User- and Group
1310    Account Management.
1311  o libsmbclient does now determine case sensitivity based on file system
1312    attributes.
1315 General changes
1316 ===============
1318 The passdb tdbsam version has been raised as among other things the RID counter
1319 has been moved from the winbindd_idmap.tdb to the passdb.tdb file to make
1320 "passdb backend = tdbsam" working in clustered environments.
1322 Please note that an updated passdb.tdb file is _not_ compatible with Samba
1323 versions before 3.3.0! Please backup your passdb.tdb file if
1324 you use "passdb backend = tdbsam". That can be achieved by running
1326 'tdbbackup /etc/samba/passdb.tdb'
1328 before the update.
1331 Configure changes
1332 =================
1334 The configure option "--with-libdir" has been removed. The library
1335 directory can still be specified by using the existing "--libdir" option.
1336 A new option "--with-modulesdir" has been added to allow the specification
1337 of a separate directory for the shared modules.
1340 Configuration changes
1341 =====================
1343 The default value of "ldap ssl" has been changed to "start tls". This means,
1344 Samba will use the LDAPv3 StartTLS extended operation (RFC2830) for
1345 communicating with directory servers by default. If your directory servers
1346 do not support this extended operation, you will have to set
1347 "ldap ssl = no". Otherwise, Samba could not contact the directory servers
1348 anymore!
1351 Winbind idmap backend changes
1352 =============================
1354 The idmap configuration has changed with version 3.3 to something that
1355 allows a smoother upgrade path from pre-3.0.25 configurations that use
1356 "idmap backend". The reason for this change is that to many, also to Samba
1357 developers, the 3.0.25 style configuration with "idmap config" turned out
1358 to be very complex. Version 3.3 no longer deprecates the "idmap backend"
1359 parameter, instead with "idmap backend" the default idmap backend is
1360 specified.
1362 Accordingly, the "idmap config <domain> : default = yes" setting is no
1363 longer being looked at.
1365 The alloc backend defaults to the default backend, which should be able to
1366 allocate IDs. In the default distribution the tdb and ldap backends can
1367 allocate, the ad and rid backends can not. The idmap alloc range is now
1368 being set with the "old" parameters "idmap uid" and "idmap gid".
1370 The "idmap domains" parameter has been removed.
1373 winbind reconnect delay
1374 =======================
1376 This is a new parameter which specifies the number of seconds the Winbind
1377 daemon will wait between attempts to contact a Domain controller for a domain
1378 that is determined to be down or not contactable.
1381 Winbind's Name Aliasing
1382 =======================
1384 Name aliasing in Winbind is a feature that allows an administrator to
1385 map a fully qualified user or group name from a Windows domain to a
1386 convenient short name for Unix access.  This is similar to the username
1387 map functionality supported by smbd but is primary intended for
1388 clients and servers making use of Winbind's PAM and NSS libraries.
1390 For example, the user "DOMAIN\fred" has been mapped to the Unix name
1391 "freddie".
1393    $ getent passwd "DOMAIN\fred"
1394    freddie:x:1000:1001:Fred Jones:/home/freddie:/bin/bash
1396    $ getent passwd freddie
1397    freddie:x:1000:1001:Fred Jones:/home/freddie:/bin/bash
1399 The name aliasing support is provided by individual nss_info plugins.
1400 For example, the new "adex" plugin reads the uid attribute from Active
1401 Directory to make a short login name to the fully qualified name.
1402 While the new "hash" module utilizes a local file to map "short_name
1403 = QUALIFIED\name".  Both user and group name mapping is supported.
1404 Please refer to the "winbind nss info" option in smb.conf(5) and
1405 to individual plugin man pages for further details.
1408 idmap_hash
1409 ==========
1411 The idmap_hash plugin provides similar support as the idmap_rid
1412 module.  However, uids and gids are generated from the full domain
1413 SID using a hashing algorithm that maps the lower 19 bits from the user
1414 or group RID to bits 0 - 19 in the Unix id and hashes 96 bits from
1415 the domain SID to bits 20 - 30 in the Unix id.  The result is a 31 bit
1416 uid or gid that is consistent across machines and provides support for
1417 trusted domains.
1419 Please refer to the idmap_hash(8) man page for more details.
1422 idmap_adex
1423 ==========
1425 The adex idmap/nss_info plugin is an adaptation of the Likewise
1426 Enterprise plugin with support for OU based cells removed
1427 (since the Windows pieces to manage the cells are not available).
1429 This plugin supports
1431       * The RFC2307 schema for users and groups.
1432       * Connections to trusted domains
1433       * Global catalog searches
1434       * Cross forest trusts
1435       * User and group aliases
1437 Prerequisite: Add the following attributes to the Partial Attribute
1438 Set in global catalog:
1440       * uidNumber
1441       * uid
1442       * gidNumber
1444 A basic config using the current trunk code would look like:
1446 [global]
1447         idmap backend = adex
1448         idmap uid = 10000 - 29999
1449         idmap gid = 10000 - 29999
1450         winbind nss info = adex
1452         winbind normalize names = yes
1453         winbind refresh tickets = yes
1454         template homedir = /home/%D/%U
1455         template shell = /bin/bash
1457 Please refer to the idmap_adex(8) man page for more details.
1460 Libraries
1461 =========
1463 libsmbclient will now treat file names case-sensitive by default if the filesystem
1464 we are connecting to supports case sensitivity. This change of behavior is
1465 considered a bug fix, as it was previously possible to accidentally overwrite a
1466 file that had the same case-insensitive name but a different case-sensitive name
1467 as a previously-existing file, while creating a new file.
1469 If it is not possible to detect if the filesystem supports case sensitivity,
1470 the user-specified option value will be used.
1473 ######################################################################
1474 Changes
1475 #######
1477 smb.conf changes
1478 ----------------
1480     Parameter Name                      Description     Default
1481     --------------                      -----------     -------
1482     cups connection timeout             New             30
1483     idmap config DOM:range              Removed
1484     idmap domains                       Removed
1485     init logon delayed hosts            New             ""
1486     init logon delay                    New             100
1487     ldap ssl                            Changed Default start tls
1488     share modes                         Deprecated
1489     winbind reconnect delay             New             30
1492 Changes since 3.3.0rc2:
1493 -----------------------
1496 o   Jeremy Allison <jra@samba.org>
1497     * BUG 4308: Fix corrupting of file ACLs during Excel save operations.
1498     * BUG 5979: Fix level 2 oplocks being granted improperly.
1499     * BUG 5980: Race condition when granting level2 oplocks can cause break
1500       notify to be missed.
1501     * BUG 5986: Editing a stream is broken (rename problems).
1502     * BUG 5990: Strict allocate should be checked before ftruncate.
1503     * BUG 6009: Setting "min receivefile size = 1" breaks writes.
1504     * BUG 6016: Alternate Data Streams / Extended Attributes seem to conflict.
1505     * BUG 6017: Fix magic scripts.
1506     * BUG 6019: Fix file corruption in Clustered SMB/NFS environment managed via
1507       CTDB.
1508     * BUG 6021: smbclient du command does not recuse properly.
1509     * BUG 6024: Deprecate the "share modes" parameter.
1510     * BUG 6030: Add missing <th> header in Status page.
1511     * BUG 6035: Fix possible race between fcntl F_SETLKW and alarm delivery.
1512     * BUG 6040: Calling Samba print server with an aliased DNS-name fails.
1513     * Fix gcc 4.3.2 warnings.
1514     * Fix more asprintf errors and error code paths.
1515     * Attempt to fix crash seen with new CUPS async printcap loading code.
1516     * Add winbindd_reinit_after_fork(), cleaning out all possible events
1517       in a forked child.
1518     * Make winbindd_cm.c use winbindd_reinit_after_fork().
1519     * Fix race condition in alarm lock processing.
1520     * Fixes crash bug in SWAT.
1523 o   Michael Adam <obnox@samba.org>
1524     * Fix build of pam_winbind.so on older Linux systems.
1525     * Packaging RHEL-CTDB: Fix build of [u]mount.cifs.
1526     * Prevent access to root filesystem when connecting with empty service name.
1527     * Fix distclean target and add realdistclean target in the docs build.
1528     * Add manpage for idmap_tdb2.
1529     * Clarify idmap manpages.
1532 o   Kai Blin <kai@samba.org>
1533     * BUG 5953: Fix smbclient crashes.
1536 o   Gerald (Jerry) Carter <jerry@samba.org>
1537     * Fix "allow trusted domain" so it disables trusted domains.
1538     * Return immediately on a failed GC connection in ads_connect.
1541 o   SATOH Fumiyasu <fumiyas@osstech.jp>
1542     * Fix gmem->numgids and gmem->maxgids breakage on Solaris 64-bit.
1543     * Fix SIGBUS on non-x86 CPUs in libsmbclient.
1544     * Fix a compile-time warning.
1547 o   Holger Hetterich <hhetter@novell.com>
1548     * Add a simple tdb integrity check to tdbtool.
1551 o   Björn Jacke <bj@sernet.de>
1552     * Correct the description of the "ldap timeout" parameter.
1555 o   Volker Lendecke <vl@samba.org>
1556     * BUG 5913: Fix build error with at least GCC 4.2.2.
1557     * BUG 5933: Fix incrementing/decrementing of num_validated_vuids.
1558     * BUG 5953: Make cli_send_smb_direct_writeX use writev.
1559     * BUG 5965: Fix creation of the first share using SWAT.
1560     * BUG 5969: Optimize smbclient put command.
1561     * BUG 6012: Add "get_real_filename" to full_audit.
1562     * BUG 6014: Fix segfault when calling mget without arguments.
1563     * Fix a spinning smbd when printing.
1564     * Fix a memory leak in cups_pull_comment_location.
1565     * Fix a valgrind error.
1566     * Fix a "ignoring function call result" warning.
1567     * Fix some C++ warnings.
1568     * Fix an ancient uninitialized variable read.
1569     * Fix a bad memleak in vfs_full_audit.
1572 o   Derrell Lipman <derrell.lipman@unwireduniverse.com>
1573     * BUG 6022: Make smbc_urlencode and smbc_urldecode in libsmbclient.
1574     * Determine case sensitivity based on file system attributes.
1577 o   Stefan Metzmacher <metze@samba.org>
1578     * net_status: Use dbwrap to open sessionid.tdb.
1579     * Fix dbwrap_store_uint32() to match dbwrap_store_int32().
1580     * Make marshalling struct samu from and to a buffer more generic.
1581     * Store the next rid counter in passdb.tdb instead of winbind_idmap.tdb.
1582     * Register the client connection via CTDB_CONTROL_TCP_ADD.
1583     * Don't need to call messaging_reinit() twice.
1584     * Raise TDBSAM_VERSION.
1585     * Add manpage for vfs_fileid.
1586     * Rename 'fd_event' to 'winbindd_fd_event' to avoid confusion.
1587     * Recreate the per domain check_online_event without relying on global
1588       state.
1589     * Handle the smb signing states the same in the krb5 and ntlmssp cases.
1590     * Re-add 'fileid:algorithm' option to vfs_fileid.
1591     * Fix CTDB IPv6 support in cluster setups.
1592     * Reinit_after_fork() should reinit the event context before the
1593       messaging context.
1594     * Fix PCAP support in socket_wrapper.
1597 o   Lars Müller <lars@samba.org>
1598     * Tweak with pam defines of older Linux versions.
1601 o   Tim Prouty <tprouty@samba.org>
1602     * Fix stream marshalling to return the correct streaminfo status.
1603     * Allow renames of streams via NTRENAME and fix stream error codes on
1604       rename.
1605     * Remove a few unnecessary checks from the streams xattr module.
1606     * Remove a few unnecessary checks from the streams depot module and fix to
1607       work with NTRENAME.
1610 o   Andreas Schneider <anschneider@suse.de>
1611     * Fix a segfault if ? is there but the options are NULL.
1612     * Avoid flooding of syslog with failing pam_putenv messages.
1615 o   Karolin Seeger <kseeger@samba.org>
1616     * BUG 6000: Avoid bashism in perfcount.init.
1617     * Change default value of "ldap ssl" to "start tls".
1618     * Update version number in the manpages.
1619     * Fix several small issues and typos in the manpages.
1620     * Check if Unix account exists before asking for the password in smbpasswd.
1623 o   Todd Stecher <todd.stecher@gmail.com>
1624     * Fix memory leaks and other fixes found by Coverity.
1627 o   Bo Yang <boyang@novell.com>
1628     * Clean event context after child is forked.
1629     * Fix broken krb5 refresh chain.
1630     * Set entry->refresh_time to make ccache_regain_all_now() work correctly.
1631     * Refresh sequence number as soon as possible.
1632     * Don't set child->requests to NULL in parent after fork.
1633     * Don't send message to any other child in child process.
1634     * Fix bug in get_dc_name_via_netlogon(), null pointer reference.
1638 "Changes since" sections of 3.3 previews and release candidates follow:
1639 =======================================================================
1641 Changes since 3.3.0rc1:
1642 ------------------------
1644 o   Jeremy Allison <jra@samba.org>
1645     * BUG 1254: Fix "write list" in setups using "security = share".
1646     * BUG 5937: Fix filenames with "*" char hiding other files.
1647     * BUG 5953: Fix segfaults in smbclient.
1648     * Fix usrmgr opening a user object as non-root.
1651 o   Michael Adam <obnox@samba.org>
1652     * BUG 3661: Add support for trusted domains to idmap_ad.
1653     * Fix default backend handling for ad backends.
1654     * Fix potential segfault in vfs_tsmsm.
1655     * Fix several RHEL CTDB packaging issues.
1658 o   Guenther Deschner <gd@samba.org>
1659     * BUG 5957: Do not abort rename process on valid rename script.
1660     * Fix various potential memleaks in samr_SetUserInfo.
1661     * Fix access bits in netapi.
1664 o   Steve French <stevef@smf-t60p.smfdom>
1665     * BUG 5934: Use USER environment in mount.cifs when no user is specified.
1666     * variable
1669 o   SATOH Fumiyasu <fumiyas@osstech.co.jp>
1670     * BUG 5688: LPQ process is orphaned if socket address parameter is invalid.
1671     * Vars for signals must be volatile sig_atomic_t.
1674 o   Henning Henkel <henning.henkel@fh-furtwangen.de>
1675     * BUG 5929: Fix build of vfs_prealloc with option --with-cluster-support and
1676       GPFS.
1679 o   Tomasz Krasuski <kr0tki@poczta.onet.pl>
1680     * BUG 5928: Fix 'testparm --version'.
1683 o   Jeff Layton <jlayton@redhat.com>
1684     * Allow mounts to ipv6 capable servers in mount.cifs.
1687 o   Volker Lendecke <vl@samba.org>
1688     * Fix crash bug when freeing a non-malloc'ed buffer if the client sends a
1689       non-encrypted packet with the crypto state set.
1690     * Fix error code when smbclient puts a file over an existing directory.
1691     * Pass the get_real_filename operation through the VFS.
1694 o   Stefan Metzmacher <metze@samba.org>
1695     * BUG 5749: Re-set acctflags while joining.
1696     * Fix several issues concerning Alternate Data Streams.
1697     * Fix valgrind bug lp_parm_const_string().
1698     * Fix setting of trust passwords using 'net rpc trustdom add'.
1699     * Correctly detect if the current dc is the closest one.
1702 o   Tim Prouty <tprouty@samba.org>
1703     * Fix a delete on close divergence from windows.
1706 o   Dan Sledz <dsledz@isilon.com>
1707     * Fix logging to syslog.
1710 o   Yasuma Takeda <yasuma@osstech.co.jp>
1711     * BUG 5944: Fix starting of nmbd with "socket address" set to "".
1714 o   Bo Yang <boyang@novell.com>
1715     * Fix script installmo.sh when no .po file exists.
1718 ----------------------------------------------------
1720 Changes since 3.3.0pre2:
1721 ------------------------
1723 o   Michael Adam <obnox@samba.org>
1724     * Fix eventlog crash.
1725     * Make keytab filename argument mandatory to "net rpc vampire keytab".
1726     * Add domain prefix to username in lookup_groupmem().
1727     * Honour "winbind use default domain" in lookup_groupmem().
1728     * Sanely handle NULL domain in add_member().
1729     * Don't list the domain twice when expanding internal aliases.
1730     * Prevent negative GM/ cache entries due to broken connections.
1731     * Use the reconnect methods instead of the rpc methods directly.
1734 o   Jeremy Allison <jra@samba.org>
1735     * BUG 5080: Fix access to cups-printers with cups 1.3.4.
1736     * BUG 5814: Fix Winbind crash bug while doing "rescan_trusted_domain".
1737     * BUG 5818: Sort ACEs in smbcacl output properly and honor inheritance.
1738     * BUG 5825: Fix account locking with an LDAP backend.
1739     * BUG 5826: Fix truncated filenames when accessing old servers.
1740     * BUG 5873: Fix ACL inheritance.
1741     * BUG 5889: Fix "delete veto files = no".
1742     * BUG 5891: Fix smbd crash when viewing the eventlog exported by "eventlog
1743       list".
1744     * BUG 5900: Fix vfs_readonly.
1745     * BUG 5903: Fix breaking of file contents in vfs_streams_xattr.
1746     * BUG 5904: Fix SIGABRT while servicing getaddrinfo() request caused by
1747       libnss_wins.
1748     * BUG 5914: Fix redefinition of struct name_list.
1749     * Correctly fix smbclient to terminate on eof from server.
1750     * Fix client timeout when searching for a large number of cups printers.
1751     * Unify access checks for lsa server functions.
1752     * Remove the requirement for ldap call made as root.
1753     * Cope with MAXIMUM_ALLOWED_ACCESS requests when opening handles.
1754     * Fix net rpc vampire, based on an *amazing* piece of debugging work by
1755       "Cooper S. Blake" <the_analogkid@yahoo.com>.
1756     * Fix memory leak in error path, spotted by Martin Zielinski <mz@seh.de>.
1757     * Add vfs_acl_tdb.c module to do ACLs completely in userspace.
1758     * Use fxattr calls whenever possible (trying to work around the strange
1759       Linux kernel oplock bug).
1762 o   Kai Blin <kai@samba.org>
1763     * BUG 5892: Fix net rap printq info documentation.
1764     * Add placeholder functions to libwbclient.
1767 o   Gerald (Jerry) Carter <jerry@samba.org>
1768     * Use the same prerequisite for DDNS update as Windows XP.
1769     * Make "lwinet ads dns register" honor the "interfaces" parameter.
1772 o   Steven Danneman <steven.danneman@isilon.com>
1773     * Add options to manage identity mapping entries to wbinfo and Winbind.
1774     * Fix to allow setting of NULL DACL/SACL.
1777 o   Guenther Deschner <gd@samba.org>
1778     * BUG 5888: Fix remote rpc service management.
1779     * Ensure consistency when reporting password complexity.
1780     * Fix _lsa_GetUserName.
1781     * Fix access check in _samr_QuerySecurity().
1782     * _samr_DeleteUser needs to wipe out the user_handle on success.
1783     * NetGroupEnum_r needs to handle servers with no groups.
1784     * Fix numerous netapi issues.
1785     * Add support for partial and delta netlogon replication in
1786       "net rpc vampire".
1787     * Add automatic machine password update in Winbind for member servers.
1788     * Add German internalization for pam_winbind.
1789     * Add Winbind krb5 locator plugin manpage.
1790     * Add new wbclient wbcLookupDomainControllerEx call.
1791     * Use autogenerated DCE/RPC routines for one more call on SVCCTL
1792       named pipe.
1793     * Use autogenerated NBT routines from Samba4 for Mailslot/CLDAP
1794       parsing.
1795     * Fix Winbind password change code for Windows 2000 DCs.
1796     * Fix PNP_HwProfInfo NDR parsing.
1797     * Add wbclient wbcLogonUser and wbcLogoffUserEx functions.
1798     * Add automatic home directory creation for pam_winbind.
1801 o   Mathias Dietz <MDIETZ@de.ibm.com>
1802     * Search for gpfs functions in both libgpfs_gpl.so an libgpfs.so.
1805 o   Dina Fine <dina@exanet.com>
1806     * BUG 5908: Fix internal change notify on share directories.
1809 o   Nils Goroll <nils.goroll@hamburg.de>
1810     * BUG 5135: Prevent calling POSIX ACL vfs methods on zfs share.
1811     * BUG 5446: Prevent calling POSIX ACL vfs methods on zfs share.
1814 o   Jeff Layton <jlayton@redhat.com>
1815     * Have uppercase_string return success on NULL pointer in mount.cifs.
1816     * Make mount.cifs return codes match the return codes for /bin/mount.
1819 o   Volker Lendecke <vl@samba.org>
1820     * BUG 5691: Fig smbd panic on Solaris.
1821     * BUG 5840: Fix segfault in "rpcclient lsaaddacctrights".
1822     * BUG 5860: safe_strcpy gives a nasty error message for overlong strings.
1823     * Fix the offset checks in the trans routines (CVE-2008-4314).
1824     * Fix a potential NULL deref in found by the IBM Checker.
1825     * Fix an uninitialized variable found by the IBM Checker.
1826     * Fix an unlikely memleak found by the IBM Checker.
1827     * Fix some missing error handlings.
1828     * Add workaround for domain joins using a netbios name which is different
1829       from the hostname.
1830     * Fix a valgrind error in idmap_ad_sids_to_unixids().
1831     * Make memcache_add_talloc NULL out the source pointer.
1832     * Fix memleak in memcache_add_talloc found by Martin Zielinski <mz@seh.de>.
1833     * Fix memleak in calculate_next_machine_pwd_change.
1836 o   Jeff Layton <jlayton@redhat.com>
1837     * mount.cifs: use lock/unlock_mtab scheme from util-linux-ng mount prog.
1840 o   Derrell Lipman <derrell.lipman@unwireduniverse.com>
1841     * BUG 5805: Don't close stdout when calling setup_logging multiple times.
1844 o   Stefan Metzmacher <metze@samba.org>
1845     * Return an error instead of crashing when no realm is given.
1848 o   TAKAHASHI Motonobu <monyo@samba.gr.jp>
1849     * 5901: Fix default value for streams_depot location.
1852 o   Tim Prouty <tim.prouty@isilon.com>
1853     * Fix several build warnings.
1856 o   Andreas Schneider <mail@cynapses.org>
1857     * Delete the krb5 ccname variable from the PAM environment if set.
1858     * Add a function out of pam_sm_close_session to delete the credentials.
1859     * Fix circular dependency error with autoconf 2.6.3.
1862 o   Davide Sfriso <sfriso@virgilio.it>
1863     * BUG 5906: Fix Winbind crash bug during 'getent group' on PDC.
1866 o   Dan Sledz <dsledz@isilon.com>
1867     * Add FreeBSD configure check for backtrace_symbols.
1868     * Allow SYSLOG_FACILITY to be modified with a new configure option called
1869       --with-syslog-facility.
1872 o   Joe Smith <yasumoto7@gmail.com>
1873     * Fix typo in source/utils/net_rap.c.
1876 o   Martin Schwenke <martin@meltin.net>
1877     * Prevent make errors for picky makes when $(EXTRA_ALL_TARGETS) is empty.
1878     * Add @CIFSUPCALL_PROGS@ to "all" target so cifs.upcall gets built at
1879       compile time rather than install time.
1882 o   Yasuma Takeda <yasuma@osstech.co.jp>
1883     * BUG 5909: Fix MS-DFS links containing multibyte characters on Vista.
1886 o   Bo Yang <boyang@novell.com>
1887     * Fix broken msgids in ntstatus_errors.
1888     * i18n/l10n pam_winbind
1891 ----------------------------------------------------
1893 Changes since 3.3.0pre1:
1894 ------------------------
1896 o   Michael Adam <obnox@samba.org>
1898     * BUG 5492: Fix RHEL SPEC file by removing libmsrpc stuff.
1899     * BUG 5507: Fix several issues in the RHEL SPEC file.
1902 o   Jeremy Allison <jra@samba.org>
1903     * BUG 5729: Explicitly allow "-valid".
1904     * BUG 5737: Fix winbindd crash in an unusual failure mode.
1905     * BUG 5751: Fix showing of ACLs on DFS in (lib)smbclient.
1906     * BUG 5762: Fix opening of mangled directory name (resulted
1907       'is a stream name').
1908     * BUG 5783: Fix FindFirst where search pattern == mangled filename.
1909     * BUG 5790: Fix returning of STATUS_OBJECT_NAME_NOT_FOUND on set file
1910       disposition.
1911     * BUG 5797: Fix moving of readonly files.
1912     * Fix crashes when looking up a non-existant uid.
1913     * Fix getting/setting of NT ACLs on a file.
1914     * Add st_birthtime and friends for accurate create times on *BSD
1915       and MacOSX).
1916     * Fix the wcache_invalidate_samlogon calls.
1917     * Clarify usage of "force create mode".
1918     * Get smbd to look (read-only) into the winbindd cache for uid/gid <--> sid
1919       mappings.
1920     * Write times code update.
1921     * Add experimental version of VFS module acl_xattr.
1922     * Fix rename_open_files.
1923     * Make SMB traffic analyzer VFS module more efficient.
1926 o   Gerald W. Carter <jerry@samba.org>
1927     * Fix segfault when calling nss_get_info() with a NULL ads structure.
1928     * Add support for name aliasing in Winbind.
1929     * Add the idmap/nss-info provider from Likewise Open.
1930     * Allow an admin to define the "uid" attribute for a RFC2307
1931       user object in AD to be the username alias.
1932     * Add new idmap backend "adex" to support RFC2307 enabled AD forests.
1933     * Add new idmap backend "hash".
1936 o   Steven Danneman <steven.danneman@isilon.com>
1937     * Fix build warnings.
1938     * Cleanup of DC enumeration in get_dcs().
1941 o   Guenther Deschner <gd@samba.org>
1942     * BUG 5710: Fix changing of machine account passwords.
1943     * BUG 5784: Fix pam_winbind build issue on Solaris.
1944     * Fix invalid sid copy (hit when enumerating sibling domains) in Winbind.
1945     * Fix double installation of cifs.upcall.
1946     * Add change-user-password command to wbinfo.
1947     * Fix segfault in _srvsvc_NetShareAdd.
1950 o   James Ding <ding_cc@hotmail.com>
1951     * BUG 5736: Fix Winbind crash bug with trusted domains.
1954 o   Ephi Dror <Ephi.Dror@datadomain.com>
1955     * Correct the netsamlogon_clear_cached_user function.
1958 o   Holger Hetterich <hhetter@novell.com>
1959     * Add new VFS module to analyze SMB traffic to record write and read
1960       operations on the Samba server.
1963 o   Jeff Layton <jlayton@redhat.com>
1964     * Fix build warnings in cifs.upcall.
1967 o   Volker Lendecke <vl@sernet.de>
1968     * BUG 5707: Do proper error handling if the socket is closed.
1969     * BUG 5778: Don't define 'strlcat' and 'strlcpy' if it's already defined.
1970     * Fix Coverity IDs 587 and 589.
1971     * Increase the default positive idmap cache time to a week.
1972     * Fix calculation of useable_space for trans2 and nttrans replies.
1973     * Add mapping of generic bits when setting an NFSv4 ACL.
1976 o   Stefan Metzmacher <metze@samba.org>
1977     * Some write time fixes.
1980 o   Karolin Seeger <kseeger@samba.org>
1981     * Add new parameter "cups connection timeout".
1984 o   Simo Sorce <idra@samba.org>
1985     * Fix enumeration of nested group memberships in Winbind.
1986       This affected only setups using "security = ads".
1989 o   Timur <timur@FreeBSD.org>
1990     * Fix cut and paste error in quota code.
1991     * Fix display of POSIX ACLs.
1992     * Fix aio on FreeBSD.
1995 o   Andrew Tridgell <tridge@samba.org>
1996     * Fix permissions of group_mapping.ldb (CVE-2008-3789).
1997     * Avoid a race condition in glibc between AIO and setresuid().
1998     * Add missing become root for AIO operations.
1999     * Fix an errno handling bug that could lead to an infinite loop.
2000     * Fix logic of tsmsm_sendfile().
2001     * Fix handling of arbitrary new PAC types.
2002     * Fix segfault on startup with trusted domains.
2003     * Fix segfault on the CTDB destructor code.
2004     * Fix memory leak.
2005     * Re-add "winbind:ignore domains".
2008 o   Jelmer Vernooij <jelmer@samba.org>
2009     * Fix segfault (Debian bug #431696).
2012 o   Qiao Yang <geoyang@ironport.com>
2013     * Fix a memleak.
2016 ######################################################################
2017 Reporting bugs & Development Discussion
2018 #######################################
2020 Please discuss this release on the samba-technical mailing list or by
2021 joining the #samba-technical IRC channel on irc.freenode.net.
2023 If you do report problems then please try to send high quality
2024 feedback. If you don't provide vital information to help us track down
2025 the problem then you will probably be ignored.  All bug reports should
2026 be filed under the Samba 3.3 product in the project's Bugzilla
2027 database (https://bugzilla.samba.org/).
2030 ======================================================================
2031 == Our Code, Our Bugs, Our Responsibility.
2032 == The Samba Team
2033 ======================================================================