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