WHATSNEW: Prepare release notes for Samba 3.3.10.
[Samba.git] / WHATSNEW.txt
blob325c136f654342fb19976bfb9b402def87c98a94
1                    ==============================
2                    Release Notes for Samba 3.3.10
3                          January 14, 2010
4                    ==============================
7 This is the latest bugfix release of the Samba 3.3 series.
9 Major enhancements in Samba 3.3.10 include:
11    o Fix changing of ACLs on writable file with "dos filemode=yes" (bug #5202).
12    o Fix smbd crashes in dns_register_smbd_reply (bug #6696).
13    o Fix Winbind crashes when queried from nss (bug #6889).
14    o Fix Winbind crash when retrieving empty group members (bug #7014).
15    o Fix interdomain trusts with Win2008R2 (bug #6697).
18 ######################################################################
19 Changes
20 #######
22 Changes since 3.3.9
23 -------------------
26 o   Michael Adam <obnox@samba.org>
27     * BUG 6910: Fix "idmap backend" with multiple LDAP servers specified.
30 o   Jeremy Allison <jra@samba.org>
31     * BUG 5202: Fix changing of ACLs on writable file with "dos filemode=yes".
32     * BUG 6696: Fix smbd crashes (signal 11) in dns_register_smbd_reply.
33     * BUG 6828: Fix infinite timeout when byte lock held outside of Samba.
34     * BUG 6829: Fix special characters in smbclient output.
35     * BUG 6867: trans2findnext returns reply_nterror(req, ntstatus) in a
36       directory with a lot of files.
37     * BUG 6875: Fix operations on OS/2 clients.
38     * BUG 6880: Fix listing of workgroup servers.
39     * BUG 6939: Fix long filenames when "mangling method = hash" is set.
40     * BUG 7005: "mangling method = hash" truncates files with dot '. '
41       character.
44 o   Olaf Flebbe <o.flebbe@science-computing.de>
45     * BUG 6805: Correctly handle aio_error() and errno.
48 o   Günther Deschner <gd@samba.org>
49     * BUG 6697: Fix interdomain trusts with Win2008R2.
50     * BUG 6868: Support building of cifs.upcall with Heimdal as well with MIT.
51     * BUG 6889: Fix Winbind crashes when queried from nss.
52     * BUG 6929: Fix build with recent Heimdal.
53     * Fix the build of the winbind krb5 locator plugin.
54     * Fix compile of winbind_krb5_locator with recent Heimdal versions.
55     * Fix the build on Mac OS X 10.6.2.
58 o   Jeff Layton <jlayton@redhat.com>
59     * BUG 6810: Backport support for finding alternate credcaches.
60     * Use pid value from kernel to determine KRB5CCNAME to use in cifs.upcall.
63 o   Volker Lendecke <vl@samba.org>
64     * BUG 6338: 'net rpc trustdom list' always displays "none".
65     * BUG 6793: Fix segfault in winbindd_pam_auth.
66     * BUG 6850: Fix shadow copy display on Windows 7.
67     * BUG 6973: Fix a segfault in 'net'.
68     * Fix the build of cifs.upcall.
71 o   Jim McDonough <jmcd@samba.org>
72     * BUG 7014: Fix Winbind crash when retrieving empty group members.
75 o   Stefan Metzmacher <metze@samba.org>
76     * BUG 6157: Restore Samba 3.0.x behavior and use the first "uid" value.
77     * BUG 6642: Fix opening the quota magic file.
78     * BUG 6919: Fix remote quota management.
81 o   Timothy Miller <theosib@gmail.com>
82     * BUG 6696: Fix smbd crashes when using mdns (not avahi) support.
85 o   Andrew Tridgell <tridge@samba.org>
86     * BUG 6918: Fix krb5 build problem on Ubuntu Karmic.
89 o   Jelmer Vernooij <jelmer@samba.org>
90     * 6918: Fix the build with krb5-client-1.7-6.1.
93 o   Bo Yang <boyang@samba.org>
94     * BUG 6811: pam_winbind references freed memory.
95     * BUG 6826: Don't fail authentication when one or some group of
96       require-membership-of is invalid.
97     * BUG 6840: Fix crash in pam_winbind.
100 ######################################################################
101 Reporting bugs & Development Discussion
102 #######################################
104 Please discuss this release on the samba-technical mailing list or by
105 joining the #samba-technical IRC channel on irc.freenode.net.
107 If you do report problems then please try to send high quality
108 feedback. If you don't provide vital information to help us track down
109 the problem then you will probably be ignored.  All bug reports should
110 be filed under the Samba 3.3 product in the project's Bugzilla
111 database (https://bugzilla.samba.org/).
114 ======================================================================
115 == Our Code, Our Bugs, Our Responsibility.
116 == The Samba Team
117 ======================================================================
120 Release notes for older releases follow:
121 ----------------------------------------
123                    =============================
124                    Release Notes for Samba 3.3.9
125                          October, 15  2009
126                    =============================
129 This is the latest bugfix release of the Samba 3.3 series.
131 Major enhancements in Samba 3.3.9 include:
133    o Fix trust relationships to windows 2008 (2008 r2) (bug #6711).
134    o Fix file corruption using smbclient with NT4 server (bug #6606).
135    o Fix Windows 7 share access (which defaults to NTLMv2) (bug #6680).
136    o Fix SAMR server for Winbind access (bug #6504).
139 ######################################################################
140 Changes
141 #######
143 Changes since 3.3.8
144 -------------------
146 o   Michael Adam <obnox@samba.org>
147     * BUG 6509: Use gid (not uid) cache in fetch_gid_from_cache().
148     * BUG 6692: Fix mount.cifs segfault.
151 o   Jeremy Allison <jra@samba.org>
152     * BUG 6504: Fix SAMR server for Winbind access.
153     * BUG 6769: Symlink unlink does nothing.
154     * BUG 6776: Fix core dump when running overlapping Byte Lock test.
155     * BUG 6781: Fix renaming of subfolders in Explorer view.
158 o   Yannick Bergeron <burgergold@hotmail.com>
159     * Increase the max_grp value to 128 (AIX NGROUPS_MAX value).
162 o   Günther Deschner <gd@samba.org>
163     * BUG 6680: Fix Windows 7 share access (which defaults to NTLMv2).
164     * BUG 6697: Fix interdomain trusts with Windows 2008 R2 DCs.
165     * BUG 6700: Use DNS domain name when needing to guess server principal.
166     * BUG 6711: Fix trust relationships to windows 2008 (2008 r2).
167     * BUG 6789: Remove unrequired dependency on popt for [u]mount.cifs.
170 o   Andrew Klosterman <andrew.klosterman+samba_bugzilla@gmail.com>
171     * BUG 6690: Fix error check.
174 o   Volker Lendecke <vl@samba.org>
175     * BUG 5886: Fix password change propagation.
176     * BUG 6349: Initialize domain info struct.
177     * BUG 6585: Fix unqualified "net join".
178     * BUG 6606: Fix file corruption using smbclient with NT4 server.
179     * BUG 6646: Correctly chew keepalive packets.
180     * BUG 6785: Only ever handle one event after a select call.
181     * BUG 6797: Fix a memleak in libwbclient.
184 o   Derrell Lipman <derrell.lipman@unwireduniverse.com>
185     * BUG 6532: Fix domain enumeration if master browser has space in name.
188 o   Stefan Metzmacher <metze@samba.org>
189     * BUG 6627: Raise the timeout for lsa_Lookup*() calls
190       from 10 to 35 seconds.
191     * BUG 6664: Make sure we don't truncate the session key to 8 bytes.
192     * BUG 6711: Fix trust relationships to windows 2008 (2008 r2).
195 o   Simo Sorce <idra@samba.org>
196     * BUG 6693: Check we read off the complete event from inotify.
199 o   TAKEDA Yasuma <yasuma@osstech.co.jp>
200     * BUG 5879: Update LDAP schema for Netscape DS 5.
203 o   Kumar Thangavelu <Kumar.Thangavelu@riverbed.com>
204     * BUG 6420: Fix 'net' crash when attempting to join a
205       domain.
208 o   Bo Yang <boyang@samba.org>
209     * BUG 6615: Fix browsing DFS when using kerberos in libsmbclient.
210     * BUG 6735: Don't overwrite password in pam_winbind.
213 ######################################################################
214 Reporting bugs & Development Discussion
215 #######################################
217 Please discuss this release on the samba-technical mailing list or by
218 joining the #samba-technical IRC channel on irc.freenode.net.
220 If you do report problems then please try to send high quality
221 feedback. If you don't provide vital information to help us track down
222 the problem then you will probably be ignored.  All bug reports should
223 be filed under the Samba 3.3 product in the project's Bugzilla
224 database (https://bugzilla.samba.org/).
227 ======================================================================
228 == Our Code, Our Bugs, Our Responsibility.
229 == The Samba Team
230 ======================================================================
233 ----------------------------------------------------------------------
236                    =============================
237                    Release Notes for Samba 3.3.8
238                           October, 1  2009
239                    =============================
242 This is a security release in order to address CVE-2009-2813, CVE-2009-2948
243 and CVE-2009-2906.
245    o CVE-2009-2813:
246      In all versions of Samba later than 3.0.11, connecting to the home
247      share of a user will use the root of the filesystem
248      as the home directory if this user is misconfigured to have
249      an empty home directory in /etc/passwd.
251    o CVE-2009-2948:
252      If mount.cifs is installed as a setuid program, a user can pass it a
253      credential or password path to which he or she does not have access and
254      then use the --verbose option to view the first line of that file.
255      All known Samba versions are affected.
257    o CVE-2009-2906:
258      Specially crafted SMB requests on authenticated SMB connections can
259      send smbd into a 100% CPU loop, causing a DoS on the Samba server.
262 ######################################################################
263 Changes
264 #######
266 Changes since 3.3.7
267 -------------------
270 o   Jeremy Allison <jra@samba.org>
271     * BUG 6763: Fix for CVE-2009-2813.
272     * BUG 6768: Fix for CVE-2009-2906.
275 o   Jeff Layton <jlayton@redhat.com>
276     * Fix for CVE-2009-2948.
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.7
304                           July, 29  2009
305                    =============================
308 This is the latest bugfix release of the Samba 3.3 series.
311 ######################################################################
312 Changes
313 #######
316 Changes since 3.3.6:
317 --------------------
320 o   Jeremy Allison <jra@samba.org>
321     * BUG 6421: Fix POSIX read-only open on read-only shares.
322     * BUG 6476: Fix smbd zombies in memory when using [x]inetd.
323     * BUG 6487: Add missing DFS call in trans2 mkdir call.
324     * BUG 6520: Fix time stamps when "unix extensions = yes".
327 o   Günther Deschner <gd@samba.org>
328     * BUG 6253: Use correct value for password expiry calculation in
329       pam_winbind.
330     * BUG 6340: Fix segfault when cleartext trustdom pwd could not be retrieved.
331     * BUG 6451: Use right access bits in net/libnetapi user rename.
332     * BUG 6484: Fix _lsa_LookupNames2() server implementation which always
333       returned a NULL sid_array.
336 o   Björn Jacke <bj@sernet.de>
337     * BUG 6497: Fix configure error.
340 o   Volker Lendecke <vl@samba.org>
341     * BUG 6498: Add workaround for MS KB932762.
344 o   Jim McDonough <jmcd@samba.org>
345     * BUG 6481: Don't require "Modify property" perms to unjoin.
348 o   Stefan Metzmacher <metze@samba.org>
349     * BUG 6526: Let parent_dirname() correctly return toplevel filenames.
352 o   Bo Yang <boyang@samba.org>
353     * BUG 6560: Fix handling of UPN.
356 ######################################################################
357 Reporting bugs & Development Discussion
358 #######################################
360 Please discuss this release on the samba-technical mailing list or by
361 joining the #samba-technical IRC channel on irc.freenode.net.
363 If you do report problems then please try to send high quality
364 feedback. If you don't provide vital information to help us track down
365 the problem then you will probably be ignored.  All bug reports should
366 be filed under the Samba 3.3 product in the project's Bugzilla
367 database (https://bugzilla.samba.org/).
370 ======================================================================
371 == Our Code, Our Bugs, Our Responsibility.
372 == The Samba Team
373 ======================================================================
376 ----------------------------------------------------------------------
379                    =============================
380                    Release Notes for Samba 3.3.6
381                           June, 23  2009
382                    =============================
385 This is a security release in order to address CVE-2009-1888.
387    o CVE-2009-1888:
388      In Samba 3.0.31 to 3.3.5 (inclusive), an uninitialized read of a
389      data value can potentially affect access control when "dos filemode"
390      is set to "yes".
393 ######################################################################
394 Changes
395 #######
398 Changes since 3.3.5:
399 --------------------
402 o   Jeremy Allison <jra@samba.org>
403     * BUG 6488: Fix for CVE-2009-1888.
406 ######################################################################
407 Reporting bugs & Development Discussion
408 #######################################
410 Please discuss this release on the samba-technical mailing list or by
411 joining the #samba-technical IRC channel on irc.freenode.net.
413 If you do report problems then please try to send high quality
414 feedback. If you don't provide vital information to help us track down
415 the problem then you will probably be ignored.  All bug reports should
416 be filed under the Samba 3.3 product in the project's Bugzilla
417 database (https://bugzilla.samba.org/).
420 ======================================================================
421 == Our Code, Our Bugs, Our Responsibility.
422 == The Samba Team
423 ======================================================================
426 ----------------------------------------------------------------------
429                    =============================
430                    Release Notes for Samba 3.3.5
431                           June, 16  2009
432                    =============================
435 This is the latest bugfix release of the Samba 3.3 series.
437 Major enhancements in Samba 3.3.5 include:
439     o Fix SAMR and LSA checks (bug #6089, #6289)
440     o Fix posix acls when setting an ACL without explicit ACE for the
441       owner (bug #2346).
442     o Fix joining of Win7 into Samba domain (bug #6099).
443     o Fix joining of Win2000 SP4 clients (bug #6301).
446 ######################################################################
447 Changes
448 #######
451 Changes since 3.3.4:
452 --------------------
455 o   Michael Adam <obnox@samba.org>
456     * BUG 6320: Handle registry config source in file_list.
457     * BUG 6415: Filter out of range mappings in default idmap config in
458       idmap_tdb.
459     * BUG 6416: Filter out of range mappings in default idmap config in
460       idmap_tdb2.
461     * BUG 6417: Filter out of range mappings in default idmap config in
462       idmap_ldap.
463     * Prevent infinite include nesting.
464     * Mark registry shares without path unavailable.
467 o   Jeremy Allison <jra@samba.org>
468     * BUG 6089: Revert the extra SAMR and LSA checks.
469     * BUG 6099: Fix joining of Win7 into Samba domain.
470     * BUG 6289: Revert the extra SAMR and LSA checks.
471     * BUG 6297: Owner of sticky directory cannot delete files created by
472       others.
473     * BUG 6315: smbd crashes doing vfs_full_audit on IPC$ close event.
474     * BUG 6330: Fix DFS on AIX.
477 o   Guenther Deschner <gd@samba.org>
478     * BUG 6099: Fix joining of Win7 into Samba domain.
479     * BUG 6157: Fix handling of multi-value attribute "uid".
480     * BUG 6301: Fix joining of Win2000 SP4 clients.
481     * BUG 6309: Support remote unjoining of Windows 2003 or greater.
482     * BUG 6372: Fix usermanager only displaying 1024 groups and aliases.
483     * BUG 6465: Fix enumeration of empty aliases (ldb backend).
486 o   Björn Jacke <bj@sernet.de>
487     * Also handle DirX return codes.
490 o   Volker Lendecke <vl@samba.org>
491     * BUG 6336: Fix 'net groupmap set' segfault.
492     * BUG 6361: Make --rcfile work in smbget.
493     * BUG 6365: Re-Add the "dropbox" functionality with -wx rights on a
494       directory.
495     * BUG 6382: Fix case insensitive access to DFS links.
496     * BUG 6441: Fix the compile with --enable-dnssd.
497     * BUG 6449: 'net rap user add' crashes without -C option.
498     * Fix Coverity ID 897.
499     * Do not crash in ctdbd_traverse if ctdbd is not around.
500     * Fix a race condition in winbind leading to a panic.
503 o   TAKAHASHI Motonobu <monyo@samba.gr.jp>
504     * BUG 5897: Fix shutdown script example in the smb.conf manpage.
507 o   Stefan Metzmacher <metze@samba.org>
508     * BUG 2346: Fix posix acls when setting an ACL without explicit ACE for the
509       owner.
512 o   D.L. Meyer <dlmeyer@uiuc.edu>
513     * BUG 5832: Fix build on RHEL when ccache is not available.
516 o   Andreas Schneider <mail@cynapses.org>
517     * Some man pam_winbind improvements.
520 o   Karolin Seeger <kseeger@samba.org>
521     * BUG 5835: Add keyutils-devel to build requires to fix build on RHEL.
524 o   Marc VanHeyningen <marc.vanheyningen@isilon.com>
525     * Zero an uninitialized array.
528 ######################################################################
529 Reporting bugs & Development Discussion
530 #######################################
532 Please discuss this release on the samba-technical mailing list or by
533 joining the #samba-technical IRC channel on irc.freenode.net.
535 If you do report problems then please try to send high quality
536 feedback. If you don't provide vital information to help us track down
537 the problem then you will probably be ignored.  All bug reports should
538 be filed under the Samba 3.3 product in the project's Bugzilla
539 database (https://bugzilla.samba.org/).
542 ======================================================================
543 == Our Code, Our Bugs, Our Responsibility.
544 == The Samba Team
545 ======================================================================
548 ----------------------------------------------------------------------
551                    =============================
552                    Release Notes for Samba 3.3.4
553                           April, 29  2009
554                    =============================
557 This is the latest bugfix release of the Samba 3.3 series.
559 Major enhancements in Samba 3.3.4 include:
561     o Fix domain logins for WinXP clients pre SP3 (bug #6263).
562     o Fix samr_OpenDomain access checks (bug #6089).
563     o Fix usrmgr.exe creating a user (bug #6243).
566 ######################################################################
567 Changes
568 #######
571 Changes since 3.3.3:
572 --------------------
575 o   Michael Adam <obnox@samba.org>
576     * net conf: Save share name as given, not as lower case only.
577     * Prevent creation of registry keys containing the '/' character.
580 o   Jeremy Allison <jra@samba.org>
581     * BUG 6089: Fix samr_OpenDomain access checks.
582     * BUG 6254: Fix IPv6 PUT/GET errors to an SMB server (3.3) with
583       "msdfs root" set to "yes".
584     * BUG 6279: Fix Winbind crash.
585     * Allow pdbedit to change a user rid/sid.
586     * When doing a cli_ulogoff don't invalidate the cnum, invalidate the vuid.
587     * Don't access a freed structure when logging off and re-using a vuid.
590 o   Günther Deschner <gd@samba.org>
591     * BUG 5329: Add "net rpc service delete/create".
592     * BUG 6238: Make sure wbcLogoffUserParams are properly initialized before
593       freed.
594     * BUG 6263: Fix domain logins for WinXP clients pre SP3.
595     * BUG 6286: Call init function for builtin idmap modules before probing for
596       them as shared modules.
597     * Try to to fix password_expired flag handling.
598     * Make sure to grey out change fields in the netdomjoin-gui when not
599       running as root.
602 o   Jim McDonough <jmcd@samba.org>
603     * Don't look up local user for remote changes, even when root.
606 o   Volker Lendecke <vl@samba.org>
607     * BUG 6243: Fix usrmgr.exe creating a user.
608     * Use procid_str in debug messages for better cluster-debuggability.
609     * Use cluster-aware procid_is_me instead of comparing pids.
610     * Fix smbd crash for close_on_completion.
611     * Fix a memleak in an unlikely error path in change_notify_create().
612     * Do not use the file system GET_REAL_FILENAME for mangled names.
615 o   Stefan Metzmacher <metze@samba.org>
616     * Fix a crash bug if we timeout in net rpc trustdom list.
617     * Add '--request-timeout' option to net.
620 o   Martin Schwenke <martin@meltin.net>
621     * In net_conf_import, start a transaction when importing a single share.
624 o   Simo Sorce <ssorce@redhat.com>
625     * Fix writing of roaming profiles with "profile acls" set to "yes".
628 ######################################################################
629 Reporting bugs & Development Discussion
630 #######################################
632 Please discuss this release on the samba-technical mailing list or by
633 joining the #samba-technical IRC channel on irc.freenode.net.
635 If you do report problems then please try to send high quality
636 feedback. If you don't provide vital information to help us track down
637 the problem then you will probably be ignored.  All bug reports should
638 be filed under the Samba 3.3 product in the project's Bugzilla
639 database (https://bugzilla.samba.org/).
642 ======================================================================
643 == Our Code, Our Bugs, Our Responsibility.
644 == The Samba Team
645 ======================================================================
648 ----------------------------------------------------------------------
651                    =============================
652                    Release Notes for Samba 3.3.3
653                             April, 1 2009
654                    =============================
656 This is the latest bugfix release release of the Samba 3.3 series.
658 Major enhancements in Samba 3.3.3 include:
660     o Migrating from 3.0.x to 3.3.x can fail to update passdb.tdb
661       correctly (bug #6195).
662     o Fix serving of files with colons to CIFS/VFS client (bug #6196).
663     o Fix "map readonly" (bug #6186).
666 ######################################################################
667 Changes
668 #######
671 Changes since 3.3.2:
672 --------------------
675 o   Michael Adam <obnox@samba.org>
676     * BUG 6195: Don't let smbd child processes panic.
677     * Add backend_requires_messaging() method to libsmbconf.
678     * Add methods is_writeable() and wrapper smbconf_is_writeable() to libsmbconf.
679     * Fall back to file backend when no valid backend was found.
680     * Fix a memleak in dbwrap_rbt.
681     * Provide transaction_start|commit|cancel fns for the registry tdb.
682     * Speed up "net conf drop".
683     * Speed up "net conf import".
684     * Add transactions to the libsmbconf API.
685     * Reduce memory usage of "net conf import".
686     * Registry cleanup.
687     * Fix handling of SAMBA_VERSION_VENDOR_PATCH.
688     * Fix build of pam_winbind.so with static linking.
689     * Tidy up some convert_string_internal error cases.
692 o   Jeremy Allison <jra@samba.org>
693     * BUG 6186: Fix map readonly.
694     * BUG 6195: Migrating from 3.0.x to 3.3.x can fail to update passdb.tdb
695       correctly.
696     * BUG 6196: Unable to serve files with colons to Linux CIFS/VFS client.
697     * BUG 6224: nmbd waits 5 minutes at startup before checking if it needs
698       to run elections.
699     * Allow DFS client paths to work when POSIX pathnames have been
700       selected.
701     * Try and fix the build farm RAW-STREAMS errors.
702     * Ensure files starting with multiple dots are hidden.
705 o   Günther Deschner <gd@samba.org>
706     * BUG 6102: NetQueryDisplayInformation could return wrong information.
707     * BUG 6193: Avoid messing with sync_context in libnet_samsync_delta().
708     * Fix notify_printer_status_byname.
709     * Fix Coverity IDs 722, 762, 774, 775, 776.
712 o   Björn Jacke <bj@sernet.de>
713     * Fix build on old Heimdal based systems.
714     * Fix compile warning.
715     * Use parentheses in if condition to make negation clear.
718 o   Andy Kelk <andy@mopoke.co.uk>
719     * Add dirsort module.
722 o   Steve Langasek <vorlon@debian.org>
723     * BUG 6147: Fix detection of the GNU ld version.
726 o   Volker Lendecke <vl@samba.org>
727     * BUG 6097: Fix smbd segfault.
728     * BUG 6130: Don't crash in winbindd_rpc lookup_groupmem() on unmapped
729       members.
730     * BUG 6139: Add missing whitespace in mount.cifs error message.
731     * Fix a malloc/talloc mismatch when cli_initialise() fails.
732     * Fix a valgrind error.
733     * Speed up "net conf list".
734     * Add sorted subkey cache.
735     * Use StrCaseCmp in the dirsort module.
736     * Document the dirsort module.
737     * Fix the build on HP/UX.
738     * Disable dns_sd by default.
739     * Add avahi detection to configure.
740     * Add event avahi binding.
741     * Use avahi to register _smb._tcp in smbd.
742     * Fix two memleaks in the encryption code.
743     * Fix a scary "fill_share_mode_lock failed" message.
746 o   Derrell Lipman <derrell@dworkin.(none)>
747     * BUG 6228: Fix SMBC_open_ctx failure due to path resolve failure doesn't set
748       errno.
751 o   Stefan Metzmacher <metze@samba.org>
752     * Don't use reserved words in smbconftort.
753     * Fix smb signing for fragmented trans/trans2/nttrans requests.
756 o   Tim Prouty <tprouty@samba.org>
757     * Parse_packet can return NULL which is then dereferenced in
758       match_mailslot_name.
761 o   Timur <timur@FreeBSD.org>
762     * Format the header check for netinet/ip.h more nicely.
763     * Fix detection of netinet/ip.h on FreeBSD.
766 o   Alexander Zagrebin <alexz@visp.ru>
767     * Missing break in conversion function prevents tdb password database
768       update.
771 ######################################################################
772 Reporting bugs & Development Discussion
773 #######################################
775 Please discuss this release on the samba-technical mailing list or by
776 joining the #samba-technical IRC channel on irc.freenode.net.
778 If you do report problems then please try to send high quality
779 feedback. If you don't provide vital information to help us track down
780 the problem then you will probably be ignored.  All bug reports should
781 be filed under the Samba 3.3 product in the project's Bugzilla
782 database (https://bugzilla.samba.org/).
785 ======================================================================
786 == Our Code, Our Bugs, Our Responsibility.
787 == The Samba Team
788 ======================================================================
791 ----------------------------------------------------------------------
794                    =============================
795                    Release Notes for Samba 3.3.2
796                            March, 12 2009
797                    =============================
799 This is the latest bugfix release release of the Samba 3.3 series.
801 Major enhancements in Samba 3.3.2 include:
803      * Fix "force group" (bug #6155).
804      * Fix saving of files on Samba share using MS Office 2007 (bug #6160).
805      * Fix guest authentication in setups with "security = share" and
806       "guest ok = yes" when Winbind is running.
807      * Fix corruptions of source path in tar mode of smbclient (bug #6161).
810 ######################################################################
811 Changes
812 #######
815 Changes since 3.3.1:
816 --------------------
819 o   Jeremy Allison <jra@samba.org>
820     * BUG 6082: Fix renaming and deleting of directories using Windows clients.
821     * BUG 6154: Make ZFS honor admin users.
822     * BUG 6155: Fix "force group".
823     * BUG 6160: Fix saving of files on Samba share using MS Office 2007.
824     * BUG 6161: Fix corruptions of source path in tar mode of smbclient.
825     * Fix some NetBSD warnings.
826     * Fix bug in processing of open modes in POSIX open.
827     * Fix use of streams modules with CIFSFS client.
828     * Ensure ACL modules work with POSIX paths.
829     * Use fsp->posix_open in preference if we have it.
830     * Fix more POSIX path lstat calls.
833 o   Andrew Tridgell <tridge@samba.org>
834     * Fix a bug in message handling for the change notify code.
837 o   Steven Danneman <steven.danneman@isilon.com>
838     * Fix guest authentication in setups with "security = share" and "guest ok =
839       yes" when Winbind is running.
842 o   Steve French <smfrench@gmail.com>
843     * BUG 4640: Fix guest mounts in mount.cifs.
844     * Fix displaying the version string properly when no other parameters passed
845       in in mount.cifs.
848 o   Björn Jacke <bj@sernet.de>
849     * Prefer gssapi header files from subdirectory.
852 o   Volker Lendecke <vl@samba.org>
853     * BUG 6124: Fix the build on IRIX.
854     * BUG 6176: winbindd -n should disable the winbind idmap cache.
855     * Add a vfs_preopen module to hide fs latencies.
856     * Don't log NDR_PRINT_DEBUG at level 0, this always ends up in syslog.
857     * Fix a valgrind error / segfault in dns_register_smbd().
860 o   Stefan Metzmacher <metze@samba.org>
861     * Fix build on SLES8.
862     * Decremented by 1 for ntcancel requests.
865 o   Tim Prouty <tprouty@samba.org>
866     * Fix creation of core files.
869 o   Dan Sledz <dan.sledz@isilon.com>
870     * Fix first mapping of uids/gids in Winbind.
873 o   Bo Yang <boyang@novell.com>
874     * Initialize the id_map status in idmap_ldap to avoid surprise.
875     * Fix initialization of idmap status.
878 ######################################################################
879 Reporting bugs & Development Discussion
880 #######################################
882 Please discuss this release on the samba-technical mailing list or by
883 joining the #samba-technical IRC channel on irc.freenode.net.
885 If you do report problems then please try to send high quality
886 feedback. If you don't provide vital information to help us track down
887 the problem then you will probably be ignored.  All bug reports should
888 be filed under the Samba 3.3 product in the project's Bugzilla
889 database (https://bugzilla.samba.org/).
892 ======================================================================
893 == Our Code, Our Bugs, Our Responsibility.
894 == The Samba Team
895 ======================================================================
898 ----------------------------------------------------------------------
901                    =============================
902                    Release Notes for Samba 3.3.1
903                           February, 24 2009
904                    =============================
906 This is the latest bugfix release release of the Samba 3.3 series.
908 Major enhancements in Samba 3.3.1 include:
910      * Fix net ads join when "ldap ssl = start tls" (bug #6073).
911      * Fix renaming/deleting of files using Windows clients (bug #6082).
912      * Fix renaming/deleting a "not matching/resolving" symlink (bug #6090).
913      * Fix remotely adding a share via the Windows MMC.
916 ######################################################################
917 Changes
918 #######
920 smb.conf changes
921 ----------------
923     Parameter Name                      Description     Default
924     --------------                      -----------     -------
925     ldap ssl ads                        New             No
928 Changes since 3.3.0:
929 --------------------
932 o   Jeremy Allison <jra@samba.org>
933     * BUG 6082: Fix renaming/deleting of files using Windows clients.
934     * BUG 6069: Fix build with too many arguments.
935     * BUG 6090: Fix renaming/deleting a "not matching/resolving" symlink.
936     * BUG 6099: Try to fix domain join of Win7 Beta.
937     * BUG 6117: Fix core dump of pdbedit -a.
938     * BUG 6133: Fix deletion of non-ACL files on Solaris/ZFS/NFSv4 ACL
939       filesystem.
940     * Fix Coverity IDs 115, 116, 117, 602.
941     * Fix warning (bad handler prototype).
942     * Unify the detection of the timespec code in configure.in, and the
943       application of it in time.c.
944     * Correctly use chroot().
945     * Parameterize in local.h the MAX_RPC_DATA_SIZE, and ensure that "offered"
946       read from the rpc packet in spoolss is under that size.
947     * Backport the semantics of when to delete alternate data streams on a file
948       truncate.
949     * Fix printf warnings.
950     * Fix warnings on Solaris.
953 o   Michael Adam <obnox@samba.org>
954     * BUG 6066: netinet/ip.h present but cannot be compiled on Solaris.
955     * BUG 6073: Prevent ads_connect() from using SSL unless explicitly
956       requested.
957     * Fix 'getent passwd' to allocate new uids.
958     * Fix 'getent group' to allocate new gids.
959     * Remove check for sharename being a username in 'net conf
960       addshare'.
963 o   Guenther Deschner <gd@samba.org>
964     * Fix Coverity ID 848.
965     * Remove unused ENUM_HND from 'net'.
966     * Fix getform command asprintf return code in rpcclient.
967     * Fix memleak in get_remote_printer_publishing_data().
968     * Remove duplicate prototypes for generated rpc server functions.
971 o   Holger Hetterich <hhetter@novell.com>
972     * Enable total anonymization in vfs_smb_traffic_analyzer.
975 o   Bjoern Jacke <bj@sernet.de>
976     * Fix build with external dns_sd libraries.
977     * Fix configure check "sub-second timestamps without struct timespec".
978     * Add configure check for AIX style sub-second resolution support.
979     * Add configure check for Tru64 sub-second timestamp resolution.
980     * Add Tru64 sub-second resolution timestamp support.
981     * Enable IPv6 support for NetBSD and FreeBSD.
982     * Use correct BSD evironment variable.
985 o   Guenter Kukkukk <linux@kukkukk.com>
986     * Don't try and delete a default ACL from a file.
989 o   Volker Lendecke <vl@samba.org>
990     * BUG 5798: CFLAGS info lost in configure.
991     * Fix Coverity IDs 740, 742, 744, 745, 876, 879, 880.
992     * Fix remotely adding a share via the Windows MMC.
993     * Avoid valgrind errors.
994     * Fix 'net rpc join' for users with the SeMachineAccountPrivilege.
995     * Fix resume handle for _samr_EnumDomainGroups.
996     * Fix a buffer handling bug when adding lots of registry keys.
997     * Fix a O(n^2) algorithm in regdb_fetch_keys().
1000 o   Jeff Layton <jlayton@redhat.com>
1001     * Initialize rc to 0 in main in mount.cifs.
1004 o   Derrell Lipman <derrell.lipman@unwireduniverse.com>
1005     * BUG 6069: Add a fstatvfs function for libsmbclient.
1006     * Eliminate compiler warnings.
1009 o   Glenn Machin <gmachin@sandia.gov>
1010     * Don't miss an absolute pathname as a kerberos keytab path.
1013 o   Stefan Metzmacher <metze@samba.org>
1014     * BUG 6100: Implement _netr_LogonGetCapabilities() with
1015       NT_STATUS_NOT_IMPLEMENTED.
1016     * Make Samba work with older ctdb versions.
1017     * Add S-1-22-X-Y sids to the local token.
1020 o   Lars Mueller <lars@samba.org>
1021     * Conditional install of the cifs.upcall man page.
1022     * Adjust regex to match variable names including underscores.
1025 o   Shirish Pargaonkar <shirishpargaonkar@gmail.com>
1026     * BUG 4370: Clean-up entries in /etc/mtab after unmount.
1027     * Add fakemount (-f) and nomtab (-n) flags to mount.cifs.
1030 o   Ted Percival <ted.percival@quest.com>
1031     * Fix a crash during name resolution.
1034 o   Tim Prouty <tprouty@samba.org>
1035     * Fix "assignment discards qualifiers from pointer target type"
1036       warnings.
1037     * Fix SMB_VFS_RECVFILE/SENDFILE macros.
1040 o   Karolin Seeger <kseeger@samba.org>
1041     * Change "ldap ssl:ads" parameter to "ldap ssl ads".
1042     * Add manpages for vfs_acl_xattr and vfs_acl_tdb.
1045 o   Dan Sledz <dsledz@isilon.com>
1046     * Fix double free caused by incorrect talloc_steal usage.
1049 o   Simo Sorce <idra@samba.org>
1050     * Build ldbrename.
1053 o   Aravind Srinivasan <aravind.srinivasan@isilon.com>
1054     * Make nmbd check all available interfaces for WINS before failing.
1057 o   Miguel Suarez <Miguel.Suarez@stratus.com>
1058     * Fix compilation of vfs_default on systems that do not support utimes().
1061 o   Yasuma Takeda <yasuma@osstech.co.jp>
1062     * BUG 5920: Fix the calculation of the memcpy length.
1063     * BUG 6098: Fix ads_find_dc() in setups with "security = domain".
1066 o   Bo Yang <boyang@novell.com>
1067     * Make libsmbclient work with DFS.
1070 ######################################################################
1071 Reporting bugs & Development Discussion
1072 #######################################
1074 Please discuss this release on the samba-technical mailing list or by
1075 joining the #samba-technical IRC channel on irc.freenode.net.
1077 If you do report problems then please try to send high quality
1078 feedback. If you don't provide vital information to help us track down
1079 the problem then you will probably be ignored.  All bug reports should
1080 be filed under the Samba 3.3 product in the project's Bugzilla
1081 database (https://bugzilla.samba.org/).
1084 ======================================================================
1085 == Our Code, Our Bugs, Our Responsibility.
1086 == The Samba Team
1087 ======================================================================
1090 ----------------------------------------------------------------------
1093                    =============================
1094                    Release Notes for Samba 3.3.0
1095                           January, 27 2009
1096                    =============================
1098 This is the first stable release of Samba 3.3.0.
1100 Major enhancements in Samba 3.3.0 include:
1102  General changes:
1103  o The passdb tdbsam version has been raised.
1105  Configuration/installation:
1106  o Splitting of library directory into library directory and separate
1107    modules directory.
1108  o The default value of "ldap ssl" has been changed to "start tls".
1110  File Serving:
1111  o Extended Cluster support.
1112  o New experimental VFS modules "vfs_acl_xattr" and "vfs_acl_tdb"
1113    to store NTFS ACLs on Samba file servers.
1115  Winbind:
1116  o Simplified idmap configuration.
1117  o New idmap backends "adex" and "hash".
1118  o Added new parameter "winbind reconnect delay".
1119  o Added support for user and group aliasing.
1120  o Added support for multiple domains to idmap_ad.
1122  Administrative tools:
1123  o The destination "all" of smbcontrol does now affect all running
1124    daemons including nmbd and winbindd.
1125  o New 'net rpc vampire keytab' and 'net rpc vampire ldif' commands.
1126  o The 'net' utility can now use kerberos for joining and authentication.
1127  o The 'wbinfo' utility can now add, modify and remove identity mapping entries.
1129  Libraries:
1130  o NetApi library implements various new calls for User- and Group
1131    Account Management.
1132  o libsmbclient does now determine case sensitivity based on file system
1133    attributes.
1136 General changes
1137 ===============
1139 The passdb tdbsam version has been raised as among other things the RID counter
1140 has been moved from the winbindd_idmap.tdb to the passdb.tdb file to make
1141 "passdb backend = tdbsam" working in clustered environments.
1143 Please note that an updated passdb.tdb file is _not_ compatible with Samba
1144 versions before 3.3.0! Please backup your passdb.tdb file if
1145 you use "passdb backend = tdbsam". That can be achieved by running
1147 'tdbbackup /etc/samba/passdb.tdb'
1149 before the update.
1152 Configure changes
1153 =================
1155 The configure option "--with-libdir" has been removed. The library
1156 directory can still be specified by using the existing "--libdir" option.
1157 A new option "--with-modulesdir" has been added to allow the specification
1158 of a separate directory for the shared modules.
1161 Configuration changes
1162 =====================
1164 The default value of "ldap ssl" has been changed to "start tls". This means,
1165 Samba will use the LDAPv3 StartTLS extended operation (RFC2830) for
1166 communicating with directory servers by default. If your directory servers
1167 do not support this extended operation, you will have to set
1168 "ldap ssl = no". Otherwise, Samba could not contact the directory servers
1169 anymore!
1172 Winbind idmap backend changes
1173 =============================
1175 The idmap configuration has changed with version 3.3 to something that
1176 allows a smoother upgrade path from pre-3.0.25 configurations that use
1177 "idmap backend". The reason for this change is that to many, also to Samba
1178 developers, the 3.0.25 style configuration with "idmap config" turned out
1179 to be very complex. Version 3.3 no longer deprecates the "idmap backend"
1180 parameter, instead with "idmap backend" the default idmap backend is
1181 specified.
1183 Accordingly, the "idmap config <domain> : default = yes" setting is no
1184 longer being looked at.
1186 The alloc backend defaults to the default backend, which should be able to
1187 allocate IDs. In the default distribution the tdb and ldap backends can
1188 allocate, the ad and rid backends can not. The idmap alloc range is now
1189 being set with the "old" parameters "idmap uid" and "idmap gid".
1191 The "idmap domains" parameter has been removed.
1194 winbind reconnect delay
1195 =======================
1197 This is a new parameter which specifies the number of seconds the Winbind
1198 daemon will wait between attempts to contact a Domain controller for a domain
1199 that is determined to be down or not contactable.
1202 Winbind's Name Aliasing
1203 =======================
1205 Name aliasing in Winbind is a feature that allows an administrator to
1206 map a fully qualified user or group name from a Windows domain to a
1207 convenient short name for Unix access.  This is similar to the username
1208 map functionality supported by smbd but is primary intended for
1209 clients and servers making use of Winbind's PAM and NSS libraries.
1211 For example, the user "DOMAIN\fred" has been mapped to the Unix name
1212 "freddie".
1214    $ getent passwd "DOMAIN\fred"
1215    freddie:x:1000:1001:Fred Jones:/home/freddie:/bin/bash
1217    $ getent passwd freddie
1218    freddie:x:1000:1001:Fred Jones:/home/freddie:/bin/bash
1220 The name aliasing support is provided by individual nss_info plugins.
1221 For example, the new "adex" plugin reads the uid attribute from Active
1222 Directory to make a short login name to the fully qualified name.
1223 While the new "hash" module utilizes a local file to map "short_name
1224 = QUALIFIED\name".  Both user and group name mapping is supported.
1225 Please refer to the "winbind nss info" option in smb.conf(5) and
1226 to individual plugin man pages for further details.
1229 idmap_hash
1230 ==========
1232 The idmap_hash plugin provides similar support as the idmap_rid
1233 module.  However, uids and gids are generated from the full domain
1234 SID using a hashing algorithm that maps the lower 19 bits from the user
1235 or group RID to bits 0 - 19 in the Unix id and hashes 96 bits from
1236 the domain SID to bits 20 - 30 in the Unix id.  The result is a 31 bit
1237 uid or gid that is consistent across machines and provides support for
1238 trusted domains.
1240 Please refer to the idmap_hash(8) man page for more details.
1243 idmap_adex
1244 ==========
1246 The adex idmap/nss_info plugin is an adaptation of the Likewise
1247 Enterprise plugin with support for OU based cells removed
1248 (since the Windows pieces to manage the cells are not available).
1250 This plugin supports
1252       * The RFC2307 schema for users and groups.
1253       * Connections to trusted domains
1254       * Global catalog searches
1255       * Cross forest trusts
1256       * User and group aliases
1258 Prerequisite: Add the following attributes to the Partial Attribute
1259 Set in global catalog:
1261       * uidNumber
1262       * uid
1263       * gidNumber
1265 A basic config using the current trunk code would look like:
1267 [global]
1268         idmap backend = adex
1269         idmap uid = 10000 - 29999
1270         idmap gid = 10000 - 29999
1271         winbind nss info = adex
1273         winbind normalize names = yes
1274         winbind refresh tickets = yes
1275         template homedir = /home/%D/%U
1276         template shell = /bin/bash
1278 Please refer to the idmap_adex(8) man page for more details.
1281 Libraries
1282 =========
1284 libsmbclient will now treat file names case-sensitive by default if the filesystem
1285 we are connecting to supports case sensitivity. This change of behavior is
1286 considered a bug fix, as it was previously possible to accidentally overwrite a
1287 file that had the same case-insensitive name but a different case-sensitive name
1288 as a previously-existing file, while creating a new file.
1290 If it is not possible to detect if the filesystem supports case sensitivity,
1291 the user-specified option value will be used.
1294 ######################################################################
1295 Changes
1296 #######
1298 smb.conf changes
1299 ----------------
1301     Parameter Name                      Description     Default
1302     --------------                      -----------     -------
1303     cups connection timeout             New             30
1304     idmap config DOM:range              Removed
1305     idmap domains                       Removed
1306     init logon delayed hosts            New             ""
1307     init logon delay                    New             100
1308     ldap ssl                            Changed Default start tls
1309     share modes                         Deprecated
1310     winbind reconnect delay             New             30
1313 Changes since 3.3.0rc2:
1314 -----------------------
1317 o   Jeremy Allison <jra@samba.org>
1318     * BUG 4308: Fix corrupting of file ACLs during Excel save operations.
1319     * BUG 5979: Fix level 2 oplocks being granted improperly.
1320     * BUG 5980: Race condition when granting level2 oplocks can cause break
1321       notify to be missed.
1322     * BUG 5986: Editing a stream is broken (rename problems).
1323     * BUG 5990: Strict allocate should be checked before ftruncate.
1324     * BUG 6009: Setting "min receivefile size = 1" breaks writes.
1325     * BUG 6016: Alternate Data Streams / Extended Attributes seem to conflict.
1326     * BUG 6017: Fix magic scripts.
1327     * BUG 6019: Fix file corruption in Clustered SMB/NFS environment managed via
1328       CTDB.
1329     * BUG 6021: smbclient du command does not recuse properly.
1330     * BUG 6024: Deprecate the "share modes" parameter.
1331     * BUG 6030: Add missing <th> header in Status page.
1332     * BUG 6035: Fix possible race between fcntl F_SETLKW and alarm delivery.
1333     * BUG 6040: Calling Samba print server with an aliased DNS-name fails.
1334     * Fix gcc 4.3.2 warnings.
1335     * Fix more asprintf errors and error code paths.
1336     * Attempt to fix crash seen with new CUPS async printcap loading code.
1337     * Add winbindd_reinit_after_fork(), cleaning out all possible events
1338       in a forked child.
1339     * Make winbindd_cm.c use winbindd_reinit_after_fork().
1340     * Fix race condition in alarm lock processing.
1341     * Fixes crash bug in SWAT.
1344 o   Michael Adam <obnox@samba.org>
1345     * Fix build of pam_winbind.so on older Linux systems.
1346     * Packaging RHEL-CTDB: Fix build of [u]mount.cifs.
1347     * Prevent access to root filesystem when connecting with empty service name.
1348     * Fix distclean target and add realdistclean target in the docs build.
1349     * Add manpage for idmap_tdb2.
1350     * Clarify idmap manpages.
1353 o   Kai Blin <kai@samba.org>
1354     * BUG 5953: Fix smbclient crashes.
1357 o   Gerald (Jerry) Carter <jerry@samba.org>
1358     * Fix "allow trusted domain" so it disables trusted domains.
1359     * Return immediately on a failed GC connection in ads_connect.
1362 o   SATOH Fumiyasu <fumiyas@osstech.jp>
1363     * Fix gmem->numgids and gmem->maxgids breakage on Solaris 64-bit.
1364     * Fix SIGBUS on non-x86 CPUs in libsmbclient.
1365     * Fix a compile-time warning.
1368 o   Holger Hetterich <hhetter@novell.com>
1369     * Add a simple tdb integrity check to tdbtool.
1372 o   Björn Jacke <bj@sernet.de>
1373     * Correct the description of the "ldap timeout" parameter.
1376 o   Volker Lendecke <vl@samba.org>
1377     * BUG 5913: Fix build error with at least GCC 4.2.2.
1378     * BUG 5933: Fix incrementing/decrementing of num_validated_vuids.
1379     * BUG 5953: Make cli_send_smb_direct_writeX use writev.
1380     * BUG 5965: Fix creation of the first share using SWAT.
1381     * BUG 5969: Optimize smbclient put command.
1382     * BUG 6012: Add "get_real_filename" to full_audit.
1383     * BUG 6014: Fix segfault when calling mget without arguments.
1384     * Fix a spinning smbd when printing.
1385     * Fix a memory leak in cups_pull_comment_location.
1386     * Fix a valgrind error.
1387     * Fix a "ignoring function call result" warning.
1388     * Fix some C++ warnings.
1389     * Fix an ancient uninitialized variable read.
1390     * Fix a bad memleak in vfs_full_audit.
1393 o   Derrell Lipman <derrell.lipman@unwireduniverse.com>
1394     * BUG 6022: Make smbc_urlencode and smbc_urldecode in libsmbclient.
1395     * Determine case sensitivity based on file system attributes.
1398 o   Stefan Metzmacher <metze@samba.org>
1399     * net_status: Use dbwrap to open sessionid.tdb.
1400     * Fix dbwrap_store_uint32() to match dbwrap_store_int32().
1401     * Make marshalling struct samu from and to a buffer more generic.
1402     * Store the next rid counter in passdb.tdb instead of winbind_idmap.tdb.
1403     * Register the client connection via CTDB_CONTROL_TCP_ADD.
1404     * Don't need to call messaging_reinit() twice.
1405     * Raise TDBSAM_VERSION.
1406     * Add manpage for vfs_fileid.
1407     * Rename 'fd_event' to 'winbindd_fd_event' to avoid confusion.
1408     * Recreate the per domain check_online_event without relying on global
1409       state.
1410     * Handle the smb signing states the same in the krb5 and ntlmssp cases.
1411     * Re-add 'fileid:algorithm' option to vfs_fileid.
1412     * Fix CTDB IPv6 support in cluster setups.
1413     * Reinit_after_fork() should reinit the event context before the
1414       messaging context.
1415     * Fix PCAP support in socket_wrapper.
1418 o   Lars Müller <lars@samba.org>
1419     * Tweak with pam defines of older Linux versions.
1422 o   Tim Prouty <tprouty@samba.org>
1423     * Fix stream marshalling to return the correct streaminfo status.
1424     * Allow renames of streams via NTRENAME and fix stream error codes on
1425       rename.
1426     * Remove a few unnecessary checks from the streams xattr module.
1427     * Remove a few unnecessary checks from the streams depot module and fix to
1428       work with NTRENAME.
1431 o   Andreas Schneider <anschneider@suse.de>
1432     * Fix a segfault if ? is there but the options are NULL.
1433     * Avoid flooding of syslog with failing pam_putenv messages.
1436 o   Karolin Seeger <kseeger@samba.org>
1437     * BUG 6000: Avoid bashism in perfcount.init.
1438     * Change default value of "ldap ssl" to "start tls".
1439     * Update version number in the manpages.
1440     * Fix several small issues and typos in the manpages.
1441     * Check if Unix account exists before asking for the password in smbpasswd.
1444 o   Todd Stecher <todd.stecher@gmail.com>
1445     * Fix memory leaks and other fixes found by Coverity.
1448 o   Bo Yang <boyang@novell.com>
1449     * Clean event context after child is forked.
1450     * Fix broken krb5 refresh chain.
1451     * Set entry->refresh_time to make ccache_regain_all_now() work correctly.
1452     * Refresh sequence number as soon as possible.
1453     * Don't set child->requests to NULL in parent after fork.
1454     * Don't send message to any other child in child process.
1455     * Fix bug in get_dc_name_via_netlogon(), null pointer reference.
1459 "Changes since" sections of 3.3 previews and release candidates follow:
1460 =======================================================================
1462 Changes since 3.3.0rc1:
1463 ------------------------
1465 o   Jeremy Allison <jra@samba.org>
1466     * BUG 1254: Fix "write list" in setups using "security = share".
1467     * BUG 5937: Fix filenames with "*" char hiding other files.
1468     * BUG 5953: Fix segfaults in smbclient.
1469     * Fix usrmgr opening a user object as non-root.
1472 o   Michael Adam <obnox@samba.org>
1473     * BUG 3661: Add support for trusted domains to idmap_ad.
1474     * Fix default backend handling for ad backends.
1475     * Fix potential segfault in vfs_tsmsm.
1476     * Fix several RHEL CTDB packaging issues.
1479 o   Guenther Deschner <gd@samba.org>
1480     * BUG 5957: Do not abort rename process on valid rename script.
1481     * Fix various potential memleaks in samr_SetUserInfo.
1482     * Fix access bits in netapi.
1485 o   Steve French <stevef@smf-t60p.smfdom>
1486     * BUG 5934: Use USER environment in mount.cifs when no user is specified.
1487     * variable
1490 o   SATOH Fumiyasu <fumiyas@osstech.co.jp>
1491     * BUG 5688: LPQ process is orphaned if socket address parameter is invalid.
1492     * Vars for signals must be volatile sig_atomic_t.
1495 o   Henning Henkel <henning.henkel@fh-furtwangen.de>
1496     * BUG 5929: Fix build of vfs_prealloc with option --with-cluster-support and
1497       GPFS.
1500 o   Tomasz Krasuski <kr0tki@poczta.onet.pl>
1501     * BUG 5928: Fix 'testparm --version'.
1504 o   Jeff Layton <jlayton@redhat.com>
1505     * Allow mounts to ipv6 capable servers in mount.cifs.
1508 o   Volker Lendecke <vl@samba.org>
1509     * Fix crash bug when freeing a non-malloc'ed buffer if the client sends a
1510       non-encrypted packet with the crypto state set.
1511     * Fix error code when smbclient puts a file over an existing directory.
1512     * Pass the get_real_filename operation through the VFS.
1515 o   Stefan Metzmacher <metze@samba.org>
1516     * BUG 5749: Re-set acctflags while joining.
1517     * Fix several issues concerning Alternate Data Streams.
1518     * Fix valgrind bug lp_parm_const_string().
1519     * Fix setting of trust passwords using 'net rpc trustdom add'.
1520     * Correctly detect if the current dc is the closest one.
1523 o   Tim Prouty <tprouty@samba.org>
1524     * Fix a delete on close divergence from windows.
1527 o   Dan Sledz <dsledz@isilon.com>
1528     * Fix logging to syslog.
1531 o   Yasuma Takeda <yasuma@osstech.co.jp>
1532     * BUG 5944: Fix starting of nmbd with "socket address" set to "".
1535 o   Bo Yang <boyang@novell.com>
1536     * Fix script installmo.sh when no .po file exists.
1539 ----------------------------------------------------
1541 Changes since 3.3.0pre2:
1542 ------------------------
1544 o   Michael Adam <obnox@samba.org>
1545     * Fix eventlog crash.
1546     * Make keytab filename argument mandatory to "net rpc vampire keytab".
1547     * Add domain prefix to username in lookup_groupmem().
1548     * Honour "winbind use default domain" in lookup_groupmem().
1549     * Sanely handle NULL domain in add_member().
1550     * Don't list the domain twice when expanding internal aliases.
1551     * Prevent negative GM/ cache entries due to broken connections.
1552     * Use the reconnect methods instead of the rpc methods directly.
1555 o   Jeremy Allison <jra@samba.org>
1556     * BUG 5080: Fix access to cups-printers with cups 1.3.4.
1557     * BUG 5814: Fix Winbind crash bug while doing "rescan_trusted_domain".
1558     * BUG 5818: Sort ACEs in smbcacl output properly and honor inheritance.
1559     * BUG 5825: Fix account locking with an LDAP backend.
1560     * BUG 5826: Fix truncated filenames when accessing old servers.
1561     * BUG 5873: Fix ACL inheritance.
1562     * BUG 5889: Fix "delete veto files = no".
1563     * BUG 5891: Fix smbd crash when viewing the eventlog exported by "eventlog
1564       list".
1565     * BUG 5900: Fix vfs_readonly.
1566     * BUG 5903: Fix breaking of file contents in vfs_streams_xattr.
1567     * BUG 5904: Fix SIGABRT while servicing getaddrinfo() request caused by
1568       libnss_wins.
1569     * BUG 5914: Fix redefinition of struct name_list.
1570     * Correctly fix smbclient to terminate on eof from server.
1571     * Fix client timeout when searching for a large number of cups printers.
1572     * Unify access checks for lsa server functions.
1573     * Remove the requirement for ldap call made as root.
1574     * Cope with MAXIMUM_ALLOWED_ACCESS requests when opening handles.
1575     * Fix net rpc vampire, based on an *amazing* piece of debugging work by
1576       "Cooper S. Blake" <the_analogkid@yahoo.com>.
1577     * Fix memory leak in error path, spotted by Martin Zielinski <mz@seh.de>.
1578     * Add vfs_acl_tdb.c module to do ACLs completely in userspace.
1579     * Use fxattr calls whenever possible (trying to work around the strange
1580       Linux kernel oplock bug).
1583 o   Kai Blin <kai@samba.org>
1584     * BUG 5892: Fix net rap printq info documentation.
1585     * Add placeholder functions to libwbclient.
1588 o   Gerald (Jerry) Carter <jerry@samba.org>
1589     * Use the same prerequisite for DDNS update as Windows XP.
1590     * Make "lwinet ads dns register" honor the "interfaces" parameter.
1593 o   Steven Danneman <steven.danneman@isilon.com>
1594     * Add options to manage identity mapping entries to wbinfo and Winbind.
1595     * Fix to allow setting of NULL DACL/SACL.
1598 o   Guenther Deschner <gd@samba.org>
1599     * BUG 5888: Fix remote rpc service management.
1600     * Ensure consistency when reporting password complexity.
1601     * Fix _lsa_GetUserName.
1602     * Fix access check in _samr_QuerySecurity().
1603     * _samr_DeleteUser needs to wipe out the user_handle on success.
1604     * NetGroupEnum_r needs to handle servers with no groups.
1605     * Fix numerous netapi issues.
1606     * Add support for partial and delta netlogon replication in
1607       "net rpc vampire".
1608     * Add automatic machine password update in Winbind for member servers.
1609     * Add German internalization for pam_winbind.
1610     * Add Winbind krb5 locator plugin manpage.
1611     * Add new wbclient wbcLookupDomainControllerEx call.
1612     * Use autogenerated DCE/RPC routines for one more call on SVCCTL
1613       named pipe.
1614     * Use autogenerated NBT routines from Samba4 for Mailslot/CLDAP
1615       parsing.
1616     * Fix Winbind password change code for Windows 2000 DCs.
1617     * Fix PNP_HwProfInfo NDR parsing.
1618     * Add wbclient wbcLogonUser and wbcLogoffUserEx functions.
1619     * Add automatic home directory creation for pam_winbind.
1622 o   Mathias Dietz <MDIETZ@de.ibm.com>
1623     * Search for gpfs functions in both libgpfs_gpl.so an libgpfs.so.
1626 o   Dina Fine <dina@exanet.com>
1627     * BUG 5908: Fix internal change notify on share directories.
1630 o   Nils Goroll <nils.goroll@hamburg.de>
1631     * BUG 5135: Prevent calling POSIX ACL vfs methods on zfs share.
1632     * BUG 5446: Prevent calling POSIX ACL vfs methods on zfs share.
1635 o   Jeff Layton <jlayton@redhat.com>
1636     * Have uppercase_string return success on NULL pointer in mount.cifs.
1637     * Make mount.cifs return codes match the return codes for /bin/mount.
1640 o   Volker Lendecke <vl@samba.org>
1641     * BUG 5691: Fig smbd panic on Solaris.
1642     * BUG 5840: Fix segfault in "rpcclient lsaaddacctrights".
1643     * BUG 5860: safe_strcpy gives a nasty error message for overlong strings.
1644     * Fix the offset checks in the trans routines (CVE-2008-4314).
1645     * Fix a potential NULL deref in found by the IBM Checker.
1646     * Fix an uninitialized variable found by the IBM Checker.
1647     * Fix an unlikely memleak found by the IBM Checker.
1648     * Fix some missing error handlings.
1649     * Add workaround for domain joins using a netbios name which is different
1650       from the hostname.
1651     * Fix a valgrind error in idmap_ad_sids_to_unixids().
1652     * Make memcache_add_talloc NULL out the source pointer.
1653     * Fix memleak in memcache_add_talloc found by Martin Zielinski <mz@seh.de>.
1654     * Fix memleak in calculate_next_machine_pwd_change.
1657 o   Jeff Layton <jlayton@redhat.com>
1658     * mount.cifs: use lock/unlock_mtab scheme from util-linux-ng mount prog.
1661 o   Derrell Lipman <derrell.lipman@unwireduniverse.com>
1662     * BUG 5805: Don't close stdout when calling setup_logging multiple times.
1665 o   Stefan Metzmacher <metze@samba.org>
1666     * Return an error instead of crashing when no realm is given.
1669 o   TAKAHASHI Motonobu <monyo@samba.gr.jp>
1670     * 5901: Fix default value for streams_depot location.
1673 o   Tim Prouty <tim.prouty@isilon.com>
1674     * Fix several build warnings.
1677 o   Andreas Schneider <mail@cynapses.org>
1678     * Delete the krb5 ccname variable from the PAM environment if set.
1679     * Add a function out of pam_sm_close_session to delete the credentials.
1680     * Fix circular dependency error with autoconf 2.6.3.
1683 o   Davide Sfriso <sfriso@virgilio.it>
1684     * BUG 5906: Fix Winbind crash bug during 'getent group' on PDC.
1687 o   Dan Sledz <dsledz@isilon.com>
1688     * Add FreeBSD configure check for backtrace_symbols.
1689     * Allow SYSLOG_FACILITY to be modified with a new configure option called
1690       --with-syslog-facility.
1693 o   Joe Smith <yasumoto7@gmail.com>
1694     * Fix typo in source/utils/net_rap.c.
1697 o   Martin Schwenke <martin@meltin.net>
1698     * Prevent make errors for picky makes when $(EXTRA_ALL_TARGETS) is empty.
1699     * Add @CIFSUPCALL_PROGS@ to "all" target so cifs.upcall gets built at
1700       compile time rather than install time.
1703 o   Yasuma Takeda <yasuma@osstech.co.jp>
1704     * BUG 5909: Fix MS-DFS links containing multibyte characters on Vista.
1707 o   Bo Yang <boyang@novell.com>
1708     * Fix broken msgids in ntstatus_errors.
1709     * i18n/l10n pam_winbind
1712 ----------------------------------------------------
1714 Changes since 3.3.0pre1:
1715 ------------------------
1717 o   Michael Adam <obnox@samba.org>
1719     * BUG 5492: Fix RHEL SPEC file by removing libmsrpc stuff.
1720     * BUG 5507: Fix several issues in the RHEL SPEC file.
1723 o   Jeremy Allison <jra@samba.org>
1724     * BUG 5729: Explicitly allow "-valid".
1725     * BUG 5737: Fix winbindd crash in an unusual failure mode.
1726     * BUG 5751: Fix showing of ACLs on DFS in (lib)smbclient.
1727     * BUG 5762: Fix opening of mangled directory name (resulted
1728       'is a stream name').
1729     * BUG 5783: Fix FindFirst where search pattern == mangled filename.
1730     * BUG 5790: Fix returning of STATUS_OBJECT_NAME_NOT_FOUND on set file
1731       disposition.
1732     * BUG 5797: Fix moving of readonly files.
1733     * Fix crashes when looking up a non-existant uid.
1734     * Fix getting/setting of NT ACLs on a file.
1735     * Add st_birthtime and friends for accurate create times on *BSD
1736       and MacOSX).
1737     * Fix the wcache_invalidate_samlogon calls.
1738     * Clarify usage of "force create mode".
1739     * Get smbd to look (read-only) into the winbindd cache for uid/gid <--> sid
1740       mappings.
1741     * Write times code update.
1742     * Add experimental version of VFS module acl_xattr.
1743     * Fix rename_open_files.
1744     * Make SMB traffic analyzer VFS module more efficient.
1747 o   Gerald W. Carter <jerry@samba.org>
1748     * Fix segfault when calling nss_get_info() with a NULL ads structure.
1749     * Add support for name aliasing in Winbind.
1750     * Add the idmap/nss-info provider from Likewise Open.
1751     * Allow an admin to define the "uid" attribute for a RFC2307
1752       user object in AD to be the username alias.
1753     * Add new idmap backend "adex" to support RFC2307 enabled AD forests.
1754     * Add new idmap backend "hash".
1757 o   Steven Danneman <steven.danneman@isilon.com>
1758     * Fix build warnings.
1759     * Cleanup of DC enumeration in get_dcs().
1762 o   Guenther Deschner <gd@samba.org>
1763     * BUG 5710: Fix changing of machine account passwords.
1764     * BUG 5784: Fix pam_winbind build issue on Solaris.
1765     * Fix invalid sid copy (hit when enumerating sibling domains) in Winbind.
1766     * Fix double installation of cifs.upcall.
1767     * Add change-user-password command to wbinfo.
1768     * Fix segfault in _srvsvc_NetShareAdd.
1771 o   James Ding <ding_cc@hotmail.com>
1772     * BUG 5736: Fix Winbind crash bug with trusted domains.
1775 o   Ephi Dror <Ephi.Dror@datadomain.com>
1776     * Correct the netsamlogon_clear_cached_user function.
1779 o   Holger Hetterich <hhetter@novell.com>
1780     * Add new VFS module to analyze SMB traffic to record write and read
1781       operations on the Samba server.
1784 o   Jeff Layton <jlayton@redhat.com>
1785     * Fix build warnings in cifs.upcall.
1788 o   Volker Lendecke <vl@sernet.de>
1789     * BUG 5707: Do proper error handling if the socket is closed.
1790     * BUG 5778: Don't define 'strlcat' and 'strlcpy' if it's already defined.
1791     * Fix Coverity IDs 587 and 589.
1792     * Increase the default positive idmap cache time to a week.
1793     * Fix calculation of useable_space for trans2 and nttrans replies.
1794     * Add mapping of generic bits when setting an NFSv4 ACL.
1797 o   Stefan Metzmacher <metze@samba.org>
1798     * Some write time fixes.
1801 o   Karolin Seeger <kseeger@samba.org>
1802     * Add new parameter "cups connection timeout".
1805 o   Simo Sorce <idra@samba.org>
1806     * Fix enumeration of nested group memberships in Winbind.
1807       This affected only setups using "security = ads".
1810 o   Timur <timur@FreeBSD.org>
1811     * Fix cut and paste error in quota code.
1812     * Fix display of POSIX ACLs.
1813     * Fix aio on FreeBSD.
1816 o   Andrew Tridgell <tridge@samba.org>
1817     * Fix permissions of group_mapping.ldb (CVE-2008-3789).
1818     * Avoid a race condition in glibc between AIO and setresuid().
1819     * Add missing become root for AIO operations.
1820     * Fix an errno handling bug that could lead to an infinite loop.
1821     * Fix logic of tsmsm_sendfile().
1822     * Fix handling of arbitrary new PAC types.
1823     * Fix segfault on startup with trusted domains.
1824     * Fix segfault on the CTDB destructor code.
1825     * Fix memory leak.
1826     * Re-add "winbind:ignore domains".
1829 o   Jelmer Vernooij <jelmer@samba.org>
1830     * Fix segfault (Debian bug #431696).
1833 o   Qiao Yang <geoyang@ironport.com>
1834     * Fix a memleak.
1837 ######################################################################
1838 Reporting bugs & Development Discussion
1839 #######################################
1841 Please discuss this release on the samba-technical mailing list or by
1842 joining the #samba-technical IRC channel on irc.freenode.net.
1844 If you do report problems then please try to send high quality
1845 feedback. If you don't provide vital information to help us track down
1846 the problem then you will probably be ignored.  All bug reports should
1847 be filed under the Samba 3.3 product in the project's Bugzilla
1848 database (https://bugzilla.samba.org/).
1851 ======================================================================
1852 == Our Code, Our Bugs, Our Responsibility.
1853 == The Samba Team
1854 ======================================================================