WHATSNEW: Update release notes.
[Samba.git] / WHATSNEW.txt
blob0d9aaac67eb98e5d95e58c569e40899de0e54141
1                    =============================
2                    Release Notes for Samba 3.3.8
3                           October, 1  2009
4                    =============================
7 This is a security release in order to address CVE-2009-2813, CVE-2009-2948
8 and CVE-2009-2906.
10    o CVE-2009-2813:
11      In all versions of Samba later than 3.0.11, connecting to the home
12      share of a user will use the root of the filesystem
13      as the home directory if this user is misconfigured to have
14      an empty home directory in /etc/passwd.
16    o CVE-2009-2948:
17      If mount.cifs is installed as a setuid program, a user can pass it a
18      credential or password path to which he or she does not have access and
19      then use the --verbose option to view the first line of that file.
20      All known Samba versions are affected.
22    o CVE-2009-2906:
23      Specially crafted SMB requests on authenticated SMB connections can
24      send smbd into a 100% CPU loop, causing a DoS on the Samba server.
27 ######################################################################
28 Changes
29 #######
31 Changes since 3.3.7
32 -------------------
35 o   Jeremy Allison <jra@samba.org>
36     * BUG 6763: Fix for CVE-2009-2813.
37     * BUG 6768: Fix for CVE-2009-2906.
40 o   Jeff Layton <jlayton@redhat.com>
41     * Fix for CVE-2009-2948.
44 ######################################################################
45 Reporting bugs & Development Discussion
46 #######################################
48 Please discuss this release on the samba-technical mailing list or by
49 joining the #samba-technical IRC channel on irc.freenode.net.
51 If you do report problems then please try to send high quality
52 feedback. If you don't provide vital information to help us track down
53 the problem then you will probably be ignored.  All bug reports should
54 be filed under the Samba 3.3 product in the project's Bugzilla
55 database (https://bugzilla.samba.org/).
58 ======================================================================
59 == Our Code, Our Bugs, Our Responsibility.
60 == The Samba Team
61 ======================================================================
64 Release notes for older releases follow:
65 ----------------------------------------
67                    =============================
68                    Release Notes for Samba 3.3.7
69                           July, 29  2009
70                    =============================
73 This is the latest bugfix release of the Samba 3.3 series.
76 ######################################################################
77 Changes
78 #######
81 Changes since 3.3.6:
82 --------------------
85 o   Jeremy Allison <jra@samba.org>
86     * BUG 6421: Fix POSIX read-only open on read-only shares.
87     * BUG 6476: Fix smbd zombies in memory when using [x]inetd.
88     * BUG 6487: Add missing DFS call in trans2 mkdir call.
89     * BUG 6520: Fix time stamps when "unix extensions = yes".
92 o   Günther Deschner <gd@samba.org>
93     * BUG 6253: Use correct value for password expiry calculation in
94       pam_winbind.
95     * BUG 6340: Fix segfault when cleartext trustdom pwd could not be retrieved.
96     * BUG 6451: Use right access bits in net/libnetapi user rename.
97     * BUG 6484: Fix _lsa_LookupNames2() server implementation which always
98       returned a NULL sid_array.
101 o   Björn Jacke <bj@sernet.de>
102     * BUG 6497: Fix configure error.
105 o   Volker Lendecke <vl@samba.org>
106     * BUG 6498: Add workaround for MS KB932762.
109 o   Jim McDonough <jmcd@samba.org>
110     * BUG 6481: Don't require "Modify property" perms to unjoin.
113 o   Stefan Metzmacher <metze@samba.org>
114     * BUG 6526: Let parent_dirname() correctly return toplevel filenames.
117 o   Bo Yang <boyang@samba.org>
118     * BUG 6560: Fix handling of UPN.
121 ######################################################################
122 Reporting bugs & Development Discussion
123 #######################################
125 Please discuss this release on the samba-technical mailing list or by
126 joining the #samba-technical IRC channel on irc.freenode.net.
128 If you do report problems then please try to send high quality
129 feedback. If you don't provide vital information to help us track down
130 the problem then you will probably be ignored.  All bug reports should
131 be filed under the Samba 3.3 product in the project's Bugzilla
132 database (https://bugzilla.samba.org/).
135 ======================================================================
136 == Our Code, Our Bugs, Our Responsibility.
137 == The Samba Team
138 ======================================================================
141 ----------------------------------------------------------------------
144                    =============================
145                    Release Notes for Samba 3.3.6
146                           June, 23  2009
147                    =============================
150 This is a security release in order to address CVE-2009-1888.
152    o CVE-2009-1888:
153      In Samba 3.0.31 to 3.3.5 (inclusive), an uninitialized read of a
154      data value can potentially affect access control when "dos filemode"
155      is set to "yes".
158 ######################################################################
159 Changes
160 #######
163 Changes since 3.3.5:
164 --------------------
167 o   Jeremy Allison <jra@samba.org>
168     * BUG 6488: Fix for CVE-2009-1888.
171 ######################################################################
172 Reporting bugs & Development Discussion
173 #######################################
175 Please discuss this release on the samba-technical mailing list or by
176 joining the #samba-technical IRC channel on irc.freenode.net.
178 If you do report problems then please try to send high quality
179 feedback. If you don't provide vital information to help us track down
180 the problem then you will probably be ignored.  All bug reports should
181 be filed under the Samba 3.3 product in the project's Bugzilla
182 database (https://bugzilla.samba.org/).
185 ======================================================================
186 == Our Code, Our Bugs, Our Responsibility.
187 == The Samba Team
188 ======================================================================
191 ----------------------------------------------------------------------
194                    =============================
195                    Release Notes for Samba 3.3.5
196                           June, 16  2009
197                    =============================
200 This is the latest bugfix release of the Samba 3.3 series.
202 Major enhancements in Samba 3.3.5 include:
204     o Fix SAMR and LSA checks (bug #6089, #6289)
205     o Fix posix acls when setting an ACL without explicit ACE for the
206       owner (bug #2346).
207     o Fix joining of Win7 into Samba domain (bug #6099).
208     o Fix joining of Win2000 SP4 clients (bug #6301).
211 ######################################################################
212 Changes
213 #######
216 Changes since 3.3.4:
217 --------------------
220 o   Michael Adam <obnox@samba.org>
221     * BUG 6320: Handle registry config source in file_list.
222     * BUG 6415: Filter out of range mappings in default idmap config in
223       idmap_tdb.
224     * BUG 6416: Filter out of range mappings in default idmap config in
225       idmap_tdb2.
226     * BUG 6417: Filter out of range mappings in default idmap config in
227       idmap_ldap.
228     * Prevent infinite include nesting.
229     * Mark registry shares without path unavailable.
232 o   Jeremy Allison <jra@samba.org>
233     * BUG 6089: Revert the extra SAMR and LSA checks.
234     * BUG 6099: Fix joining of Win7 into Samba domain.
235     * BUG 6289: Revert the extra SAMR and LSA checks.
236     * BUG 6297: Owner of sticky directory cannot delete files created by
237       others.
238     * BUG 6315: smbd crashes doing vfs_full_audit on IPC$ close event.
239     * BUG 6330: Fix DFS on AIX.
242 o   Guenther Deschner <gd@samba.org>
243     * BUG 6099: Fix joining of Win7 into Samba domain.
244     * BUG 6157: Fix handling of multi-value attribute "uid".
245     * BUG 6301: Fix joining of Win2000 SP4 clients.
246     * BUG 6309: Support remote unjoining of Windows 2003 or greater.
247     * BUG 6372: Fix usermanager only displaying 1024 groups and aliases.
248     * BUG 6465: Fix enumeration of empty aliases (ldb backend).
251 o   Björn Jacke <bj@sernet.de>
252     * Also handle DirX return codes.
255 o   Volker Lendecke <vl@samba.org>
256     * BUG 6336: Fix 'net groupmap set' segfault.
257     * BUG 6361: Make --rcfile work in smbget.
258     * BUG 6365: Re-Add the "dropbox" functionality with -wx rights on a
259       directory.
260     * BUG 6382: Fix case insensitive access to DFS links.
261     * BUG 6441: Fix the compile with --enable-dnssd.
262     * BUG 6449: 'net rap user add' crashes without -C option.
263     * Fix Coverity ID 897.
264     * Do not crash in ctdbd_traverse if ctdbd is not around.
265     * Fix a race condition in winbind leading to a panic.
268 o   TAKAHASHI Motonobu <monyo@samba.gr.jp>
269     * BUG 5897: Fix shutdown script example in the smb.conf manpage.
272 o   Stefan Metzmacher <metze@samba.org>
273     * BUG 2346: Fix posix acls when setting an ACL without explicit ACE for the
274       owner.
277 o   D.L. Meyer <dlmeyer@uiuc.edu>
278     * BUG 5832: Fix build on RHEL when ccache is not available.
281 o   Andreas Schneider <mail@cynapses.org>
282     * Some man pam_winbind improvements.
285 o   Karolin Seeger <kseeger@samba.org>
286     * BUG 5835: Add keyutils-devel to build requires to fix build on RHEL.
289 o   Marc VanHeyningen <marc.vanheyningen@isilon.com>
290     * Zero an uninitialized array.
293 ######################################################################
294 Reporting bugs & Development Discussion
295 #######################################
297 Please discuss this release on the samba-technical mailing list or by
298 joining the #samba-technical IRC channel on irc.freenode.net.
300 If you do report problems then please try to send high quality
301 feedback. If you don't provide vital information to help us track down
302 the problem then you will probably be ignored.  All bug reports should
303 be filed under the Samba 3.3 product in the project's Bugzilla
304 database (https://bugzilla.samba.org/).
307 ======================================================================
308 == Our Code, Our Bugs, Our Responsibility.
309 == The Samba Team
310 ======================================================================
313 ----------------------------------------------------------------------
316                    =============================
317                    Release Notes for Samba 3.3.4
318                           April, 29  2009
319                    =============================
322 This is the latest bugfix release of the Samba 3.3 series.
324 Major enhancements in Samba 3.3.4 include:
326     o Fix domain logins for WinXP clients pre SP3 (bug #6263).
327     o Fix samr_OpenDomain access checks (bug #6089).
328     o Fix usrmgr.exe creating a user (bug #6243).
331 ######################################################################
332 Changes
333 #######
336 Changes since 3.3.3:
337 --------------------
340 o   Michael Adam <obnox@samba.org>
341     * net conf: Save share name as given, not as lower case only.
342     * Prevent creation of registry keys containing the '/' character.
345 o   Jeremy Allison <jra@samba.org>
346     * BUG 6089: Fix samr_OpenDomain access checks.
347     * BUG 6254: Fix IPv6 PUT/GET errors to an SMB server (3.3) with
348       "msdfs root" set to "yes".
349     * BUG 6279: Fix Winbind crash.
350     * Allow pdbedit to change a user rid/sid.
351     * When doing a cli_ulogoff don't invalidate the cnum, invalidate the vuid.
352     * Don't access a freed structure when logging off and re-using a vuid.
355 o   Günther Deschner <gd@samba.org>
356     * BUG 5329: Add "net rpc service delete/create".
357     * BUG 6238: Make sure wbcLogoffUserParams are properly initialized before
358       freed.
359     * BUG 6263: Fix domain logins for WinXP clients pre SP3.
360     * BUG 6286: Call init function for builtin idmap modules before probing for
361       them as shared modules.
362     * Try to to fix password_expired flag handling.
363     * Make sure to grey out change fields in the netdomjoin-gui when not
364       running as root.
367 o   Jim McDonough <jmcd@samba.org>
368     * Don't look up local user for remote changes, even when root.
371 o   Volker Lendecke <vl@samba.org>
372     * BUG 6243: Fix usrmgr.exe creating a user.
373     * Use procid_str in debug messages for better cluster-debuggability.
374     * Use cluster-aware procid_is_me instead of comparing pids.
375     * Fix smbd crash for close_on_completion.
376     * Fix a memleak in an unlikely error path in change_notify_create().
377     * Do not use the file system GET_REAL_FILENAME for mangled names.
380 o   Stefan Metzmacher <metze@samba.org>
381     * Fix a crash bug if we timeout in net rpc trustdom list.
382     * Add '--request-timeout' option to net.
385 o   Martin Schwenke <martin@meltin.net>
386     * In net_conf_import, start a transaction when importing a single share.
389 o   Simo Sorce <ssorce@redhat.com>
390     * Fix writing of roaming profiles with "profile acls" set to "yes".
393 ######################################################################
394 Reporting bugs & Development Discussion
395 #######################################
397 Please discuss this release on the samba-technical mailing list or by
398 joining the #samba-technical IRC channel on irc.freenode.net.
400 If you do report problems then please try to send high quality
401 feedback. If you don't provide vital information to help us track down
402 the problem then you will probably be ignored.  All bug reports should
403 be filed under the Samba 3.3 product in the project's Bugzilla
404 database (https://bugzilla.samba.org/).
407 ======================================================================
408 == Our Code, Our Bugs, Our Responsibility.
409 == The Samba Team
410 ======================================================================
413 ----------------------------------------------------------------------
416                    =============================
417                    Release Notes for Samba 3.3.3
418                             April, 1 2009
419                    =============================
421 This is the latest bugfix release release of the Samba 3.3 series.
423 Major enhancements in Samba 3.3.3 include:
425     o Migrating from 3.0.x to 3.3.x can fail to update passdb.tdb
426       correctly (bug #6195).
427     o Fix serving of files with colons to CIFS/VFS client (bug #6196).
428     o Fix "map readonly" (bug #6186).
431 ######################################################################
432 Changes
433 #######
436 Changes since 3.3.2:
437 --------------------
440 o   Michael Adam <obnox@samba.org>
441     * BUG 6195: Don't let smbd child processes panic.
442     * Add backend_requires_messaging() method to libsmbconf.
443     * Add methods is_writeable() and wrapper smbconf_is_writeable() to libsmbconf.
444     * Fall back to file backend when no valid backend was found.
445     * Fix a memleak in dbwrap_rbt.
446     * Provide transaction_start|commit|cancel fns for the registry tdb.
447     * Speed up "net conf drop".
448     * Speed up "net conf import".
449     * Add transactions to the libsmbconf API.
450     * Reduce memory usage of "net conf import".
451     * Registry cleanup.
452     * Fix handling of SAMBA_VERSION_VENDOR_PATCH.
453     * Fix build of pam_winbind.so with static linking.
454     * Tidy up some convert_string_internal error cases.
457 o   Jeremy Allison <jra@samba.org>
458     * BUG 6186: Fix map readonly.
459     * BUG 6195: Migrating from 3.0.x to 3.3.x can fail to update passdb.tdb
460       correctly.
461     * BUG 6196: Unable to serve files with colons to Linux CIFS/VFS client.
462     * BUG 6224: nmbd waits 5 minutes at startup before checking if it needs
463       to run elections.
464     * Allow DFS client paths to work when POSIX pathnames have been
465       selected.
466     * Try and fix the build farm RAW-STREAMS errors.
467     * Ensure files starting with multiple dots are hidden.
470 o   Günther Deschner <gd@samba.org>
471     * BUG 6102: NetQueryDisplayInformation could return wrong information.
472     * BUG 6193: Avoid messing with sync_context in libnet_samsync_delta().
473     * Fix notify_printer_status_byname.
474     * Fix Coverity IDs 722, 762, 774, 775, 776.
477 o   Björn Jacke <bj@sernet.de>
478     * Fix build on old Heimdal based systems.
479     * Fix compile warning.
480     * Use parentheses in if condition to make negation clear.
483 o   Andy Kelk <andy@mopoke.co.uk>
484     * Add dirsort module.
487 o   Steve Langasek <vorlon@debian.org>
488     * BUG 6147: Fix detection of the GNU ld version.
491 o   Volker Lendecke <vl@samba.org>
492     * BUG 6097: Fix smbd segfault.
493     * BUG 6130: Don't crash in winbindd_rpc lookup_groupmem() on unmapped
494       members.
495     * BUG 6139: Add missing whitespace in mount.cifs error message.
496     * Fix a malloc/talloc mismatch when cli_initialise() fails.
497     * Fix a valgrind error.
498     * Speed up "net conf list".
499     * Add sorted subkey cache.
500     * Use StrCaseCmp in the dirsort module.
501     * Document the dirsort module.
502     * Fix the build on HP/UX.
503     * Disable dns_sd by default.
504     * Add avahi detection to configure.
505     * Add event avahi binding.
506     * Use avahi to register _smb._tcp in smbd.
507     * Fix two memleaks in the encryption code.
508     * Fix a scary "fill_share_mode_lock failed" message.
511 o   Derrell Lipman <derrell@dworkin.(none)>
512     * BUG 6228: Fix SMBC_open_ctx failure due to path resolve failure doesn't set
513       errno.
516 o   Stefan Metzmacher <metze@samba.org>
517     * Don't use reserved words in smbconftort.
518     * Fix smb signing for fragmented trans/trans2/nttrans requests.
521 o   Tim Prouty <tprouty@samba.org>
522     * Parse_packet can return NULL which is then dereferenced in
523       match_mailslot_name.
526 o   Timur <timur@FreeBSD.org>
527     * Format the header check for netinet/ip.h more nicely.
528     * Fix detection of netinet/ip.h on FreeBSD.
531 o   Alexander Zagrebin <alexz@visp.ru>
532     * Missing break in conversion function prevents tdb password database
533       update.
536 ######################################################################
537 Reporting bugs & Development Discussion
538 #######################################
540 Please discuss this release on the samba-technical mailing list or by
541 joining the #samba-technical IRC channel on irc.freenode.net.
543 If you do report problems then please try to send high quality
544 feedback. If you don't provide vital information to help us track down
545 the problem then you will probably be ignored.  All bug reports should
546 be filed under the Samba 3.3 product in the project's Bugzilla
547 database (https://bugzilla.samba.org/).
550 ======================================================================
551 == Our Code, Our Bugs, Our Responsibility.
552 == The Samba Team
553 ======================================================================
556 ----------------------------------------------------------------------
559                    =============================
560                    Release Notes for Samba 3.3.2
561                            March, 12 2009
562                    =============================
564 This is the latest bugfix release release of the Samba 3.3 series.
566 Major enhancements in Samba 3.3.2 include:
568      * Fix "force group" (bug #6155).
569      * Fix saving of files on Samba share using MS Office 2007 (bug #6160).
570      * Fix guest authentication in setups with "security = share" and
571       "guest ok = yes" when Winbind is running.
572      * Fix corruptions of source path in tar mode of smbclient (bug #6161).
575 ######################################################################
576 Changes
577 #######
580 Changes since 3.3.1:
581 --------------------
584 o   Jeremy Allison <jra@samba.org>
585     * BUG 6082: Fix renaming and deleting of directories using Windows clients.
586     * BUG 6154: Make ZFS honor admin users.
587     * BUG 6155: Fix "force group".
588     * BUG 6160: Fix saving of files on Samba share using MS Office 2007.
589     * BUG 6161: Fix corruptions of source path in tar mode of smbclient.
590     * Fix some NetBSD warnings.
591     * Fix bug in processing of open modes in POSIX open.
592     * Fix use of streams modules with CIFSFS client.
593     * Ensure ACL modules work with POSIX paths.
594     * Use fsp->posix_open in preference if we have it.
595     * Fix more POSIX path lstat calls.
598 o   Andrew Tridgell <tridge@samba.org>
599     * Fix a bug in message handling for the change notify code.
602 o   Steven Danneman <steven.danneman@isilon.com>
603     * Fix guest authentication in setups with "security = share" and "guest ok =
604       yes" when Winbind is running.
607 o   Steve French <smfrench@gmail.com>
608     * BUG 4640: Fix guest mounts in mount.cifs.
609     * Fix displaying the version string properly when no other parameters passed
610       in in mount.cifs.
613 o   Björn Jacke <bj@sernet.de>
614     * Prefer gssapi header files from subdirectory.
617 o   Volker Lendecke <vl@samba.org>
618     * BUG 6124: Fix the build on IRIX.
619     * BUG 6176: winbindd -n should disable the winbind idmap cache.
620     * Add a vfs_preopen module to hide fs latencies.
621     * Don't log NDR_PRINT_DEBUG at level 0, this always ends up in syslog.
622     * Fix a valgrind error / segfault in dns_register_smbd().
625 o   Stefan Metzmacher <metze@samba.org>
626     * Fix build on SLES8.
627     * Decremented by 1 for ntcancel requests.
630 o   Tim Prouty <tprouty@samba.org>
631     * Fix creation of core files.
634 o   Dan Sledz <dan.sledz@isilon.com>
635     * Fix first mapping of uids/gids in Winbind.
638 o   Bo Yang <boyang@novell.com>
639     * Initialize the id_map status in idmap_ldap to avoid surprise.
640     * Fix initialization of idmap status.
643 ######################################################################
644 Reporting bugs & Development Discussion
645 #######################################
647 Please discuss this release on the samba-technical mailing list or by
648 joining the #samba-technical IRC channel on irc.freenode.net.
650 If you do report problems then please try to send high quality
651 feedback. If you don't provide vital information to help us track down
652 the problem then you will probably be ignored.  All bug reports should
653 be filed under the Samba 3.3 product in the project's Bugzilla
654 database (https://bugzilla.samba.org/).
657 ======================================================================
658 == Our Code, Our Bugs, Our Responsibility.
659 == The Samba Team
660 ======================================================================
663 ----------------------------------------------------------------------
666                    =============================
667                    Release Notes for Samba 3.3.1
668                           February, 24 2009
669                    =============================
671 This is the latest bugfix release release of the Samba 3.3 series.
673 Major enhancements in Samba 3.3.1 include:
675      * Fix net ads join when "ldap ssl = start tls" (bug #6073).
676      * Fix renaming/deleting of files using Windows clients (bug #6082).
677      * Fix renaming/deleting a "not matching/resolving" symlink (bug #6090).
678      * Fix remotely adding a share via the Windows MMC.
681 ######################################################################
682 Changes
683 #######
685 smb.conf changes
686 ----------------
688     Parameter Name                      Description     Default
689     --------------                      -----------     -------
690     ldap ssl ads                        New             No
693 Changes since 3.3.0:
694 --------------------
697 o   Jeremy Allison <jra@samba.org>
698     * BUG 6082: Fix renaming/deleting of files using Windows clients.
699     * BUG 6069: Fix build with too many arguments.
700     * BUG 6090: Fix renaming/deleting a "not matching/resolving" symlink.
701     * BUG 6099: Try to fix domain join of Win7 Beta.
702     * BUG 6117: Fix core dump of pdbedit -a.
703     * BUG 6133: Fix deletion of non-ACL files on Solaris/ZFS/NFSv4 ACL
704       filesystem.
705     * Fix Coverity IDs 115, 116, 117, 602.
706     * Fix warning (bad handler prototype).
707     * Unify the detection of the timespec code in configure.in, and the
708       application of it in time.c.
709     * Correctly use chroot().
710     * Parameterize in local.h the MAX_RPC_DATA_SIZE, and ensure that "offered"
711       read from the rpc packet in spoolss is under that size.
712     * Backport the semantics of when to delete alternate data streams on a file
713       truncate.
714     * Fix printf warnings.
715     * Fix warnings on Solaris.
718 o   Michael Adam <obnox@samba.org>
719     * BUG 6066: netinet/ip.h present but cannot be compiled on Solaris.
720     * BUG 6073: Prevent ads_connect() from using SSL unless explicitly
721       requested.
722     * Fix 'getent passwd' to allocate new uids.
723     * Fix 'getent group' to allocate new gids.
724     * Remove check for sharename being a username in 'net conf
725       addshare'.
728 o   Guenther Deschner <gd@samba.org>
729     * Fix Coverity ID 848.
730     * Remove unused ENUM_HND from 'net'.
731     * Fix getform command asprintf return code in rpcclient.
732     * Fix memleak in get_remote_printer_publishing_data().
733     * Remove duplicate prototypes for generated rpc server functions.
736 o   Holger Hetterich <hhetter@novell.com>
737     * Enable total anonymization in vfs_smb_traffic_analyzer.
740 o   Bjoern Jacke <bj@sernet.de>
741     * Fix build with external dns_sd libraries.
742     * Fix configure check "sub-second timestamps without struct timespec".
743     * Add configure check for AIX style sub-second resolution support.
744     * Add configure check for Tru64 sub-second timestamp resolution.
745     * Add Tru64 sub-second resolution timestamp support.
746     * Enable IPv6 support for NetBSD and FreeBSD.
747     * Use correct BSD evironment variable.
750 o   Guenter Kukkukk <linux@kukkukk.com>
751     * Don't try and delete a default ACL from a file.
754 o   Volker Lendecke <vl@samba.org>
755     * BUG 5798: CFLAGS info lost in configure.
756     * Fix Coverity IDs 740, 742, 744, 745, 876, 879, 880.
757     * Fix remotely adding a share via the Windows MMC.
758     * Avoid valgrind errors.
759     * Fix 'net rpc join' for users with the SeMachineAccountPrivilege.
760     * Fix resume handle for _samr_EnumDomainGroups.
761     * Fix a buffer handling bug when adding lots of registry keys.
762     * Fix a O(n^2) algorithm in regdb_fetch_keys().
765 o   Jeff Layton <jlayton@redhat.com>
766     * Initialize rc to 0 in main in mount.cifs.
769 o   Derrell Lipman <derrell.lipman@unwireduniverse.com>
770     * BUG 6069: Add a fstatvfs function for libsmbclient.
771     * Eliminate compiler warnings.
774 o   Glenn Machin <gmachin@sandia.gov>
775     * Don't miss an absolute pathname as a kerberos keytab path.
778 o   Stefan Metzmacher <metze@samba.org>
779     * BUG 6100: Implement _netr_LogonGetCapabilities() with
780       NT_STATUS_NOT_IMPLEMENTED.
781     * Make Samba work with older ctdb versions.
782     * Add S-1-22-X-Y sids to the local token.
785 o   Lars Mueller <lars@samba.org>
786     * Conditional install of the cifs.upcall man page.
787     * Adjust regex to match variable names including underscores.
790 o   Shirish Pargaonkar <shirishpargaonkar@gmail.com>
791     * BUG 4370: Clean-up entries in /etc/mtab after unmount.
792     * Add fakemount (-f) and nomtab (-n) flags to mount.cifs.
795 o   Ted Percival <ted.percival@quest.com>
796     * Fix a crash during name resolution.
799 o   Tim Prouty <tprouty@samba.org>
800     * Fix "assignment discards qualifiers from pointer target type"
801       warnings.
802     * Fix SMB_VFS_RECVFILE/SENDFILE macros.
805 o   Karolin Seeger <kseeger@samba.org>
806     * Change "ldap ssl:ads" parameter to "ldap ssl ads".
807     * Add manpages for vfs_acl_xattr and vfs_acl_tdb.
810 o   Dan Sledz <dsledz@isilon.com>
811     * Fix double free caused by incorrect talloc_steal usage.
814 o   Simo Sorce <idra@samba.org>
815     * Build ldbrename.
818 o   Aravind Srinivasan <aravind.srinivasan@isilon.com>
819     * Make nmbd check all available interfaces for WINS before failing.
822 o   Miguel Suarez <Miguel.Suarez@stratus.com>
823     * Fix compilation of vfs_default on systems that do not support utimes().
826 o   Yasuma Takeda <yasuma@osstech.co.jp>
827     * BUG 5920: Fix the calculation of the memcpy length.
828     * BUG 6098: Fix ads_find_dc() in setups with "security = domain".
831 o   Bo Yang <boyang@novell.com>
832     * Make libsmbclient work with DFS.
835 ######################################################################
836 Reporting bugs & Development Discussion
837 #######################################
839 Please discuss this release on the samba-technical mailing list or by
840 joining the #samba-technical IRC channel on irc.freenode.net.
842 If you do report problems then please try to send high quality
843 feedback. If you don't provide vital information to help us track down
844 the problem then you will probably be ignored.  All bug reports should
845 be filed under the Samba 3.3 product in the project's Bugzilla
846 database (https://bugzilla.samba.org/).
849 ======================================================================
850 == Our Code, Our Bugs, Our Responsibility.
851 == The Samba Team
852 ======================================================================
855 ----------------------------------------------------------------------
858                    =============================
859                    Release Notes for Samba 3.3.0
860                           January, 27 2009
861                    =============================
863 This is the first stable release of Samba 3.3.0.
865 Major enhancements in Samba 3.3.0 include:
867  General changes:
868  o The passdb tdbsam version has been raised.
870  Configuration/installation:
871  o Splitting of library directory into library directory and separate
872    modules directory.
873  o The default value of "ldap ssl" has been changed to "start tls".
875  File Serving:
876  o Extended Cluster support.
877  o New experimental VFS modules "vfs_acl_xattr" and "vfs_acl_tdb"
878    to store NTFS ACLs on Samba file servers.
880  Winbind:
881  o Simplified idmap configuration.
882  o New idmap backends "adex" and "hash".
883  o Added new parameter "winbind reconnect delay".
884  o Added support for user and group aliasing.
885  o Added support for multiple domains to idmap_ad.
887  Administrative tools:
888  o The destination "all" of smbcontrol does now affect all running
889    daemons including nmbd and winbindd.
890  o New 'net rpc vampire keytab' and 'net rpc vampire ldif' commands.
891  o The 'net' utility can now use kerberos for joining and authentication.
892  o The 'wbinfo' utility can now add, modify and remove identity mapping entries.
894  Libraries:
895  o NetApi library implements various new calls for User- and Group
896    Account Management.
897  o libsmbclient does now determine case sensitivity based on file system
898    attributes.
901 General changes
902 ===============
904 The passdb tdbsam version has been raised as among other things the RID counter
905 has been moved from the winbindd_idmap.tdb to the passdb.tdb file to make
906 "passdb backend = tdbsam" working in clustered environments.
908 Please note that an updated passdb.tdb file is _not_ compatible with Samba
909 versions before 3.3.0! Please backup your passdb.tdb file if
910 you use "passdb backend = tdbsam". That can be achieved by running
912 'tdbbackup /etc/samba/passdb.tdb'
914 before the update.
917 Configure changes
918 =================
920 The configure option "--with-libdir" has been removed. The library
921 directory can still be specified by using the existing "--libdir" option.
922 A new option "--with-modulesdir" has been added to allow the specification
923 of a separate directory for the shared modules.
926 Configuration changes
927 =====================
929 The default value of "ldap ssl" has been changed to "start tls". This means,
930 Samba will use the LDAPv3 StartTLS extended operation (RFC2830) for
931 communicating with directory servers by default. If your directory servers
932 do not support this extended operation, you will have to set
933 "ldap ssl = no". Otherwise, Samba could not contact the directory servers
934 anymore!
937 Winbind idmap backend changes
938 =============================
940 The idmap configuration has changed with version 3.3 to something that
941 allows a smoother upgrade path from pre-3.0.25 configurations that use
942 "idmap backend". The reason for this change is that to many, also to Samba
943 developers, the 3.0.25 style configuration with "idmap config" turned out
944 to be very complex. Version 3.3 no longer deprecates the "idmap backend"
945 parameter, instead with "idmap backend" the default idmap backend is
946 specified.
948 Accordingly, the "idmap config <domain> : default = yes" setting is no
949 longer being looked at.
951 The alloc backend defaults to the default backend, which should be able to
952 allocate IDs. In the default distribution the tdb and ldap backends can
953 allocate, the ad and rid backends can not. The idmap alloc range is now
954 being set with the "old" parameters "idmap uid" and "idmap gid".
956 The "idmap domains" parameter has been removed.
959 winbind reconnect delay
960 =======================
962 This is a new parameter which specifies the number of seconds the Winbind
963 daemon will wait between attempts to contact a Domain controller for a domain
964 that is determined to be down or not contactable.
967 Winbind's Name Aliasing
968 =======================
970 Name aliasing in Winbind is a feature that allows an administrator to
971 map a fully qualified user or group name from a Windows domain to a
972 convenient short name for Unix access.  This is similar to the username
973 map functionality supported by smbd but is primary intended for
974 clients and servers making use of Winbind's PAM and NSS libraries.
976 For example, the user "DOMAIN\fred" has been mapped to the Unix name
977 "freddie".
979    $ getent passwd "DOMAIN\fred"
980    freddie:x:1000:1001:Fred Jones:/home/freddie:/bin/bash
982    $ getent passwd freddie
983    freddie:x:1000:1001:Fred Jones:/home/freddie:/bin/bash
985 The name aliasing support is provided by individual nss_info plugins.
986 For example, the new "adex" plugin reads the uid attribute from Active
987 Directory to make a short login name to the fully qualified name.
988 While the new "hash" module utilizes a local file to map "short_name
989 = QUALIFIED\name".  Both user and group name mapping is supported.
990 Please refer to the "winbind nss info" option in smb.conf(5) and
991 to individual plugin man pages for further details.
994 idmap_hash
995 ==========
997 The idmap_hash plugin provides similar support as the idmap_rid
998 module.  However, uids and gids are generated from the full domain
999 SID using a hashing algorithm that maps the lower 19 bits from the user
1000 or group RID to bits 0 - 19 in the Unix id and hashes 96 bits from
1001 the domain SID to bits 20 - 30 in the Unix id.  The result is a 31 bit
1002 uid or gid that is consistent across machines and provides support for
1003 trusted domains.
1005 Please refer to the idmap_hash(8) man page for more details.
1008 idmap_adex
1009 ==========
1011 The adex idmap/nss_info plugin is an adaptation of the Likewise
1012 Enterprise plugin with support for OU based cells removed
1013 (since the Windows pieces to manage the cells are not available).
1015 This plugin supports
1017       * The RFC2307 schema for users and groups.
1018       * Connections to trusted domains
1019       * Global catalog searches
1020       * Cross forest trusts
1021       * User and group aliases
1023 Prerequisite: Add the following attributes to the Partial Attribute
1024 Set in global catalog:
1026       * uidNumber
1027       * uid
1028       * gidNumber
1030 A basic config using the current trunk code would look like:
1032 [global]
1033         idmap backend = adex
1034         idmap uid = 10000 - 29999
1035         idmap gid = 10000 - 29999
1036         winbind nss info = adex
1038         winbind normalize names = yes
1039         winbind refresh tickets = yes
1040         template homedir = /home/%D/%U
1041         template shell = /bin/bash
1043 Please refer to the idmap_adex(8) man page for more details.
1046 Libraries
1047 =========
1049 libsmbclient will now treat file names case-sensitive by default if the filesystem
1050 we are connecting to supports case sensitivity. This change of behavior is
1051 considered a bug fix, as it was previously possible to accidentally overwrite a
1052 file that had the same case-insensitive name but a different case-sensitive name
1053 as a previously-existing file, while creating a new file.
1055 If it is not possible to detect if the filesystem supports case sensitivity,
1056 the user-specified option value will be used.
1059 ######################################################################
1060 Changes
1061 #######
1063 smb.conf changes
1064 ----------------
1066     Parameter Name                      Description     Default
1067     --------------                      -----------     -------
1068     cups connection timeout             New             30
1069     idmap config DOM:range              Removed
1070     idmap domains                       Removed
1071     init logon delayed hosts            New             ""
1072     init logon delay                    New             100
1073     ldap ssl                            Changed Default start tls
1074     share modes                         Deprecated
1075     winbind reconnect delay             New             30
1078 Changes since 3.3.0rc2:
1079 -----------------------
1082 o   Jeremy Allison <jra@samba.org>
1083     * BUG 4308: Fix corrupting of file ACLs during Excel save operations.
1084     * BUG 5979: Fix level 2 oplocks being granted improperly.
1085     * BUG 5980: Race condition when granting level2 oplocks can cause break
1086       notify to be missed.
1087     * BUG 5986: Editing a stream is broken (rename problems).
1088     * BUG 5990: Strict allocate should be checked before ftruncate.
1089     * BUG 6009: Setting "min receivefile size = 1" breaks writes.
1090     * BUG 6016: Alternate Data Streams / Extended Attributes seem to conflict.
1091     * BUG 6017: Fix magic scripts.
1092     * BUG 6019: Fix file corruption in Clustered SMB/NFS environment managed via
1093       CTDB.
1094     * BUG 6021: smbclient du command does not recuse properly.
1095     * BUG 6024: Deprecate the "share modes" parameter.
1096     * BUG 6030: Add missing <th> header in Status page.
1097     * BUG 6035: Fix possible race between fcntl F_SETLKW and alarm delivery.
1098     * BUG 6040: Calling Samba print server with an aliased DNS-name fails.
1099     * Fix gcc 4.3.2 warnings.
1100     * Fix more asprintf errors and error code paths.
1101     * Attempt to fix crash seen with new CUPS async printcap loading code.
1102     * Add winbindd_reinit_after_fork(), cleaning out all possible events
1103       in a forked child.
1104     * Make winbindd_cm.c use winbindd_reinit_after_fork().
1105     * Fix race condition in alarm lock processing.
1106     * Fixes crash bug in SWAT.
1109 o   Michael Adam <obnox@samba.org>
1110     * Fix build of pam_winbind.so on older Linux systems.
1111     * Packaging RHEL-CTDB: Fix build of [u]mount.cifs.
1112     * Prevent access to root filesystem when connecting with empty service name.
1113     * Fix distclean target and add realdistclean target in the docs build.
1114     * Add manpage for idmap_tdb2.
1115     * Clarify idmap manpages.
1118 o   Kai Blin <kai@samba.org>
1119     * BUG 5953: Fix smbclient crashes.
1122 o   Gerald (Jerry) Carter <jerry@samba.org>
1123     * Fix "allow trusted domain" so it disables trusted domains.
1124     * Return immediately on a failed GC connection in ads_connect.
1127 o   SATOH Fumiyasu <fumiyas@osstech.jp>
1128     * Fix gmem->numgids and gmem->maxgids breakage on Solaris 64-bit.
1129     * Fix SIGBUS on non-x86 CPUs in libsmbclient.
1130     * Fix a compile-time warning.
1133 o   Holger Hetterich <hhetter@novell.com>
1134     * Add a simple tdb integrity check to tdbtool.
1137 o   Björn Jacke <bj@sernet.de>
1138     * Correct the description of the "ldap timeout" parameter.
1141 o   Volker Lendecke <vl@samba.org>
1142     * BUG 5913: Fix build error with at least GCC 4.2.2.
1143     * BUG 5933: Fix incrementing/decrementing of num_validated_vuids.
1144     * BUG 5953: Make cli_send_smb_direct_writeX use writev.
1145     * BUG 5965: Fix creation of the first share using SWAT.
1146     * BUG 5969: Optimize smbclient put command.
1147     * BUG 6012: Add "get_real_filename" to full_audit.
1148     * BUG 6014: Fix segfault when calling mget without arguments.
1149     * Fix a spinning smbd when printing.
1150     * Fix a memory leak in cups_pull_comment_location.
1151     * Fix a valgrind error.
1152     * Fix a "ignoring function call result" warning.
1153     * Fix some C++ warnings.
1154     * Fix an ancient uninitialized variable read.
1155     * Fix a bad memleak in vfs_full_audit.
1158 o   Derrell Lipman <derrell.lipman@unwireduniverse.com>
1159     * BUG 6022: Make smbc_urlencode and smbc_urldecode in libsmbclient.
1160     * Determine case sensitivity based on file system attributes.
1163 o   Stefan Metzmacher <metze@samba.org>
1164     * net_status: Use dbwrap to open sessionid.tdb.
1165     * Fix dbwrap_store_uint32() to match dbwrap_store_int32().
1166     * Make marshalling struct samu from and to a buffer more generic.
1167     * Store the next rid counter in passdb.tdb instead of winbind_idmap.tdb.
1168     * Register the client connection via CTDB_CONTROL_TCP_ADD.
1169     * Don't need to call messaging_reinit() twice.
1170     * Raise TDBSAM_VERSION.
1171     * Add manpage for vfs_fileid.
1172     * Rename 'fd_event' to 'winbindd_fd_event' to avoid confusion.
1173     * Recreate the per domain check_online_event without relying on global
1174       state.
1175     * Handle the smb signing states the same in the krb5 and ntlmssp cases.
1176     * Re-add 'fileid:algorithm' option to vfs_fileid.
1177     * Fix CTDB IPv6 support in cluster setups.
1178     * Reinit_after_fork() should reinit the event context before the
1179       messaging context.
1180     * Fix PCAP support in socket_wrapper.
1183 o   Lars Müller <lars@samba.org>
1184     * Tweak with pam defines of older Linux versions.
1187 o   Tim Prouty <tprouty@samba.org>
1188     * Fix stream marshalling to return the correct streaminfo status.
1189     * Allow renames of streams via NTRENAME and fix stream error codes on
1190       rename.
1191     * Remove a few unnecessary checks from the streams xattr module.
1192     * Remove a few unnecessary checks from the streams depot module and fix to
1193       work with NTRENAME.
1196 o   Andreas Schneider <anschneider@suse.de>
1197     * Fix a segfault if ? is there but the options are NULL.
1198     * Avoid flooding of syslog with failing pam_putenv messages.
1201 o   Karolin Seeger <kseeger@samba.org>
1202     * BUG 6000: Avoid bashism in perfcount.init.
1203     * Change default value of "ldap ssl" to "start tls".
1204     * Update version number in the manpages.
1205     * Fix several small issues and typos in the manpages.
1206     * Check if Unix account exists before asking for the password in smbpasswd.
1209 o   Todd Stecher <todd.stecher@gmail.com>
1210     * Fix memory leaks and other fixes found by Coverity.
1213 o   Bo Yang <boyang@novell.com>
1214     * Clean event context after child is forked.
1215     * Fix broken krb5 refresh chain.
1216     * Set entry->refresh_time to make ccache_regain_all_now() work correctly.
1217     * Refresh sequence number as soon as possible.
1218     * Don't set child->requests to NULL in parent after fork.
1219     * Don't send message to any other child in child process.
1220     * Fix bug in get_dc_name_via_netlogon(), null pointer reference.
1224 "Changes since" sections of 3.3 previews and release candidates follow:
1225 =======================================================================
1227 Changes since 3.3.0rc1:
1228 ------------------------
1230 o   Jeremy Allison <jra@samba.org>
1231     * BUG 1254: Fix "write list" in setups using "security = share".
1232     * BUG 5937: Fix filenames with "*" char hiding other files.
1233     * BUG 5953: Fix segfaults in smbclient.
1234     * Fix usrmgr opening a user object as non-root.
1237 o   Michael Adam <obnox@samba.org>
1238     * BUG 3661: Add support for trusted domains to idmap_ad.
1239     * Fix default backend handling for ad backends.
1240     * Fix potential segfault in vfs_tsmsm.
1241     * Fix several RHEL CTDB packaging issues.
1244 o   Guenther Deschner <gd@samba.org>
1245     * BUG 5957: Do not abort rename process on valid rename script.
1246     * Fix various potential memleaks in samr_SetUserInfo.
1247     * Fix access bits in netapi.
1250 o   Steve French <stevef@smf-t60p.smfdom>
1251     * BUG 5934: Use USER environment in mount.cifs when no user is specified.
1252     * variable
1255 o   SATOH Fumiyasu <fumiyas@osstech.co.jp>
1256     * BUG 5688: LPQ process is orphaned if socket address parameter is invalid.
1257     * Vars for signals must be volatile sig_atomic_t.
1260 o   Henning Henkel <henning.henkel@fh-furtwangen.de>
1261     * BUG 5929: Fix build of vfs_prealloc with option --with-cluster-support and
1262       GPFS.
1265 o   Tomasz Krasuski <kr0tki@poczta.onet.pl>
1266     * BUG 5928: Fix 'testparm --version'.
1269 o   Jeff Layton <jlayton@redhat.com>
1270     * Allow mounts to ipv6 capable servers in mount.cifs.
1273 o   Volker Lendecke <vl@samba.org>
1274     * Fix crash bug when freeing a non-malloc'ed buffer if the client sends a
1275       non-encrypted packet with the crypto state set.
1276     * Fix error code when smbclient puts a file over an existing directory.
1277     * Pass the get_real_filename operation through the VFS.
1280 o   Stefan Metzmacher <metze@samba.org>
1281     * BUG 5749: Re-set acctflags while joining.
1282     * Fix several issues concerning Alternate Data Streams.
1283     * Fix valgrind bug lp_parm_const_string().
1284     * Fix setting of trust passwords using 'net rpc trustdom add'.
1285     * Correctly detect if the current dc is the closest one.
1288 o   Tim Prouty <tprouty@samba.org>
1289     * Fix a delete on close divergence from windows.
1292 o   Dan Sledz <dsledz@isilon.com>
1293     * Fix logging to syslog.
1296 o   Yasuma Takeda <yasuma@osstech.co.jp>
1297     * BUG 5944: Fix starting of nmbd with "socket address" set to "".
1300 o   Bo Yang <boyang@novell.com>
1301     * Fix script installmo.sh when no .po file exists.
1304 ----------------------------------------------------
1306 Changes since 3.3.0pre2:
1307 ------------------------
1309 o   Michael Adam <obnox@samba.org>
1310     * Fix eventlog crash.
1311     * Make keytab filename argument mandatory to "net rpc vampire keytab".
1312     * Add domain prefix to username in lookup_groupmem().
1313     * Honour "winbind use default domain" in lookup_groupmem().
1314     * Sanely handle NULL domain in add_member().
1315     * Don't list the domain twice when expanding internal aliases.
1316     * Prevent negative GM/ cache entries due to broken connections.
1317     * Use the reconnect methods instead of the rpc methods directly.
1320 o   Jeremy Allison <jra@samba.org>
1321     * BUG 5080: Fix access to cups-printers with cups 1.3.4.
1322     * BUG 5814: Fix Winbind crash bug while doing "rescan_trusted_domain".
1323     * BUG 5818: Sort ACEs in smbcacl output properly and honor inheritance.
1324     * BUG 5825: Fix account locking with an LDAP backend.
1325     * BUG 5826: Fix truncated filenames when accessing old servers.
1326     * BUG 5873: Fix ACL inheritance.
1327     * BUG 5889: Fix "delete veto files = no".
1328     * BUG 5891: Fix smbd crash when viewing the eventlog exported by "eventlog
1329       list".
1330     * BUG 5900: Fix vfs_readonly.
1331     * BUG 5903: Fix breaking of file contents in vfs_streams_xattr.
1332     * BUG 5904: Fix SIGABRT while servicing getaddrinfo() request caused by
1333       libnss_wins.
1334     * BUG 5914: Fix redefinition of struct name_list.
1335     * Correctly fix smbclient to terminate on eof from server.
1336     * Fix client timeout when searching for a large number of cups printers.
1337     * Unify access checks for lsa server functions.
1338     * Remove the requirement for ldap call made as root.
1339     * Cope with MAXIMUM_ALLOWED_ACCESS requests when opening handles.
1340     * Fix net rpc vampire, based on an *amazing* piece of debugging work by
1341       "Cooper S. Blake" <the_analogkid@yahoo.com>.
1342     * Fix memory leak in error path, spotted by Martin Zielinski <mz@seh.de>.
1343     * Add vfs_acl_tdb.c module to do ACLs completely in userspace.
1344     * Use fxattr calls whenever possible (trying to work around the strange
1345       Linux kernel oplock bug).
1348 o   Kai Blin <kai@samba.org>
1349     * BUG 5892: Fix net rap printq info documentation.
1350     * Add placeholder functions to libwbclient.
1353 o   Gerald (Jerry) Carter <jerry@samba.org>
1354     * Use the same prerequisite for DDNS update as Windows XP.
1355     * Make "lwinet ads dns register" honor the "interfaces" parameter.
1358 o   Steven Danneman <steven.danneman@isilon.com>
1359     * Add options to manage identity mapping entries to wbinfo and Winbind.
1360     * Fix to allow setting of NULL DACL/SACL.
1363 o   Guenther Deschner <gd@samba.org>
1364     * BUG 5888: Fix remote rpc service management.
1365     * Ensure consistency when reporting password complexity.
1366     * Fix _lsa_GetUserName.
1367     * Fix access check in _samr_QuerySecurity().
1368     * _samr_DeleteUser needs to wipe out the user_handle on success.
1369     * NetGroupEnum_r needs to handle servers with no groups.
1370     * Fix numerous netapi issues.
1371     * Add support for partial and delta netlogon replication in
1372       "net rpc vampire".
1373     * Add automatic machine password update in Winbind for member servers.
1374     * Add German internalization for pam_winbind.
1375     * Add Winbind krb5 locator plugin manpage.
1376     * Add new wbclient wbcLookupDomainControllerEx call.
1377     * Use autogenerated DCE/RPC routines for one more call on SVCCTL
1378       named pipe.
1379     * Use autogenerated NBT routines from Samba4 for Mailslot/CLDAP
1380       parsing.
1381     * Fix Winbind password change code for Windows 2000 DCs.
1382     * Fix PNP_HwProfInfo NDR parsing.
1383     * Add wbclient wbcLogonUser and wbcLogoffUserEx functions.
1384     * Add automatic home directory creation for pam_winbind.
1387 o   Mathias Dietz <MDIETZ@de.ibm.com>
1388     * Search for gpfs functions in both libgpfs_gpl.so an libgpfs.so.
1391 o   Dina Fine <dina@exanet.com>
1392     * BUG 5908: Fix internal change notify on share directories.
1395 o   Nils Goroll <nils.goroll@hamburg.de>
1396     * BUG 5135: Prevent calling POSIX ACL vfs methods on zfs share.
1397     * BUG 5446: Prevent calling POSIX ACL vfs methods on zfs share.
1400 o   Jeff Layton <jlayton@redhat.com>
1401     * Have uppercase_string return success on NULL pointer in mount.cifs.
1402     * Make mount.cifs return codes match the return codes for /bin/mount.
1405 o   Volker Lendecke <vl@samba.org>
1406     * BUG 5691: Fig smbd panic on Solaris.
1407     * BUG 5840: Fix segfault in "rpcclient lsaaddacctrights".
1408     * BUG 5860: safe_strcpy gives a nasty error message for overlong strings.
1409     * Fix the offset checks in the trans routines (CVE-2008-4314).
1410     * Fix a potential NULL deref in found by the IBM Checker.
1411     * Fix an uninitialized variable found by the IBM Checker.
1412     * Fix an unlikely memleak found by the IBM Checker.
1413     * Fix some missing error handlings.
1414     * Add workaround for domain joins using a netbios name which is different
1415       from the hostname.
1416     * Fix a valgrind error in idmap_ad_sids_to_unixids().
1417     * Make memcache_add_talloc NULL out the source pointer.
1418     * Fix memleak in memcache_add_talloc found by Martin Zielinski <mz@seh.de>.
1419     * Fix memleak in calculate_next_machine_pwd_change.
1422 o   Jeff Layton <jlayton@redhat.com>
1423     * mount.cifs: use lock/unlock_mtab scheme from util-linux-ng mount prog.
1426 o   Derrell Lipman <derrell.lipman@unwireduniverse.com>
1427     * BUG 5805: Don't close stdout when calling setup_logging multiple times.
1430 o   Stefan Metzmacher <metze@samba.org>
1431     * Return an error instead of crashing when no realm is given.
1434 o   TAKAHASHI Motonobu <monyo@samba.gr.jp>
1435     * 5901: Fix default value for streams_depot location.
1438 o   Tim Prouty <tim.prouty@isilon.com>
1439     * Fix several build warnings.
1442 o   Andreas Schneider <mail@cynapses.org>
1443     * Delete the krb5 ccname variable from the PAM environment if set.
1444     * Add a function out of pam_sm_close_session to delete the credentials.
1445     * Fix circular dependency error with autoconf 2.6.3.
1448 o   Davide Sfriso <sfriso@virgilio.it>
1449     * BUG 5906: Fix Winbind crash bug during 'getent group' on PDC.
1452 o   Dan Sledz <dsledz@isilon.com>
1453     * Add FreeBSD configure check for backtrace_symbols.
1454     * Allow SYSLOG_FACILITY to be modified with a new configure option called
1455       --with-syslog-facility.
1458 o   Joe Smith <yasumoto7@gmail.com>
1459     * Fix typo in source/utils/net_rap.c.
1462 o   Martin Schwenke <martin@meltin.net>
1463     * Prevent make errors for picky makes when $(EXTRA_ALL_TARGETS) is empty.
1464     * Add @CIFSUPCALL_PROGS@ to "all" target so cifs.upcall gets built at
1465       compile time rather than install time.
1468 o   Yasuma Takeda <yasuma@osstech.co.jp>
1469     * BUG 5909: Fix MS-DFS links containing multibyte characters on Vista.
1472 o   Bo Yang <boyang@novell.com>
1473     * Fix broken msgids in ntstatus_errors.
1474     * i18n/l10n pam_winbind
1477 ----------------------------------------------------
1479 Changes since 3.3.0pre1:
1480 ------------------------
1482 o   Michael Adam <obnox@samba.org>
1484     * BUG 5492: Fix RHEL SPEC file by removing libmsrpc stuff.
1485     * BUG 5507: Fix several issues in the RHEL SPEC file.
1488 o   Jeremy Allison <jra@samba.org>
1489     * BUG 5729: Explicitly allow "-valid".
1490     * BUG 5737: Fix winbindd crash in an unusual failure mode.
1491     * BUG 5751: Fix showing of ACLs on DFS in (lib)smbclient.
1492     * BUG 5762: Fix opening of mangled directory name (resulted
1493       'is a stream name').
1494     * BUG 5783: Fix FindFirst where search pattern == mangled filename.
1495     * BUG 5790: Fix returning of STATUS_OBJECT_NAME_NOT_FOUND on set file
1496       disposition.
1497     * BUG 5797: Fix moving of readonly files.
1498     * Fix crashes when looking up a non-existant uid.
1499     * Fix getting/setting of NT ACLs on a file.
1500     * Add st_birthtime and friends for accurate create times on *BSD
1501       and MacOSX).
1502     * Fix the wcache_invalidate_samlogon calls.
1503     * Clarify usage of "force create mode".
1504     * Get smbd to look (read-only) into the winbindd cache for uid/gid <--> sid
1505       mappings.
1506     * Write times code update.
1507     * Add experimental version of VFS module acl_xattr.
1508     * Fix rename_open_files.
1509     * Make SMB traffic analyzer VFS module more efficient.
1512 o   Gerald W. Carter <jerry@samba.org>
1513     * Fix segfault when calling nss_get_info() with a NULL ads structure.
1514     * Add support for name aliasing in Winbind.
1515     * Add the idmap/nss-info provider from Likewise Open.
1516     * Allow an admin to define the "uid" attribute for a RFC2307
1517       user object in AD to be the username alias.
1518     * Add new idmap backend "adex" to support RFC2307 enabled AD forests.
1519     * Add new idmap backend "hash".
1522 o   Steven Danneman <steven.danneman@isilon.com>
1523     * Fix build warnings.
1524     * Cleanup of DC enumeration in get_dcs().
1527 o   Guenther Deschner <gd@samba.org>
1528     * BUG 5710: Fix changing of machine account passwords.
1529     * BUG 5784: Fix pam_winbind build issue on Solaris.
1530     * Fix invalid sid copy (hit when enumerating sibling domains) in Winbind.
1531     * Fix double installation of cifs.upcall.
1532     * Add change-user-password command to wbinfo.
1533     * Fix segfault in _srvsvc_NetShareAdd.
1536 o   James Ding <ding_cc@hotmail.com>
1537     * BUG 5736: Fix Winbind crash bug with trusted domains.
1540 o   Ephi Dror <Ephi.Dror@datadomain.com>
1541     * Correct the netsamlogon_clear_cached_user function.
1544 o   Holger Hetterich <hhetter@novell.com>
1545     * Add new VFS module to analyze SMB traffic to record write and read
1546       operations on the Samba server.
1549 o   Jeff Layton <jlayton@redhat.com>
1550     * Fix build warnings in cifs.upcall.
1553 o   Volker Lendecke <vl@sernet.de>
1554     * BUG 5707: Do proper error handling if the socket is closed.
1555     * BUG 5778: Don't define 'strlcat' and 'strlcpy' if it's already defined.
1556     * Fix Coverity IDs 587 and 589.
1557     * Increase the default positive idmap cache time to a week.
1558     * Fix calculation of useable_space for trans2 and nttrans replies.
1559     * Add mapping of generic bits when setting an NFSv4 ACL.
1562 o   Stefan Metzmacher <metze@samba.org>
1563     * Some write time fixes.
1566 o   Karolin Seeger <kseeger@samba.org>
1567     * Add new parameter "cups connection timeout".
1570 o   Simo Sorce <idra@samba.org>
1571     * Fix enumeration of nested group memberships in Winbind.
1572       This affected only setups using "security = ads".
1575 o   Timur <timur@FreeBSD.org>
1576     * Fix cut and paste error in quota code.
1577     * Fix display of POSIX ACLs.
1578     * Fix aio on FreeBSD.
1581 o   Andrew Tridgell <tridge@samba.org>
1582     * Fix permissions of group_mapping.ldb (CVE-2008-3789).
1583     * Avoid a race condition in glibc between AIO and setresuid().
1584     * Add missing become root for AIO operations.
1585     * Fix an errno handling bug that could lead to an infinite loop.
1586     * Fix logic of tsmsm_sendfile().
1587     * Fix handling of arbitrary new PAC types.
1588     * Fix segfault on startup with trusted domains.
1589     * Fix segfault on the CTDB destructor code.
1590     * Fix memory leak.
1591     * Re-add "winbind:ignore domains".
1594 o   Jelmer Vernooij <jelmer@samba.org>
1595     * Fix segfault (Debian bug #431696).
1598 o   Qiao Yang <geoyang@ironport.com>
1599     * Fix a memleak.
1602 ######################################################################
1603 Reporting bugs & Development Discussion
1604 #######################################
1606 Please discuss this release on the samba-technical mailing list or by
1607 joining the #samba-technical IRC channel on irc.freenode.net.
1609 If you do report problems then please try to send high quality
1610 feedback. If you don't provide vital information to help us track down
1611 the problem then you will probably be ignored.  All bug reports should
1612 be filed under the Samba 3.3 product in the project's Bugzilla
1613 database (https://bugzilla.samba.org/).
1616 ======================================================================
1617 == Our Code, Our Bugs, Our Responsibility.
1618 == The Samba Team
1619 ======================================================================