[SCM] Samba Shared Repository - branch v3-3-test updated - release-3-2-0pre2-5295-gadbba72

Karolin Seeger kseeger at samba.org
Fri Jun 12 08:16:33 GMT 2009


The branch, v3-3-test has been updated
       via  adbba72c332b59f4ffe87cb25c5ec7f8d90148dc (commit)
      from  d7b749b056a667f0b180d6d5198faca9b0a69fea (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-3-test


- Log -----------------------------------------------------------------
commit adbba72c332b59f4ffe87cb25c5ec7f8d90148dc
Author: Karolin Seeger <kseeger at samba.org>
Date:   Fri Jun 12 10:15:51 2009 +0200

    WHATSNEW: Attach older 3.3 release notes.
    
    Karolin

-----------------------------------------------------------------------

Summary of changes:
 WHATSNEW.txt | 1310 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 1310 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index bbfb367..d532663 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -106,3 +106,1313 @@ database (https://bugzilla.samba.org/).
 == The Samba Team
 ======================================================================
 
+
+Release notes for older releases follow:
+----------------------------------------
+
+
+                   =============================
+                   Release Notes for Samba 3.3.4
+			  April, 29  2009
+                   =============================
+
+
+This is the latest bugfix release of the Samba 3.3 series.
+
+Major enhancements in Samba 3.3.4 include:
+
+    o Fix domain logins for WinXP clients pre SP3 (bug #6263).
+    o Fix samr_OpenDomain access checks (bug #6089).
+    o Fix usrmgr.exe creating a user (bug #6243).
+
+
+######################################################################
+Changes
+#######
+
+
+Changes since 3.3.3:
+--------------------
+
+
+o   Michael Adam <obnox at samba.org>
+    * net conf: Save share name as given, not as lower case only.
+    * Prevent creation of registry keys containing the '/' character.
+
+
+o   Jeremy Allison <jra at samba.org>
+    * BUG 6089: Fix samr_OpenDomain access checks.
+    * BUG 6254: Fix IPv6 PUT/GET errors to an SMB server (3.3) with
+      "msdfs root" set to "yes".
+    * BUG 6279: Fix Winbind crash.
+    * Allow pdbedit to change a user rid/sid.
+    * When doing a cli_ulogoff don't invalidate the cnum, invalidate the vuid.
+    * Don't access a freed structure when logging off and re-using a vuid.
+
+
+o   Günther Deschner <gd at samba.org>
+    * BUG 5329: Add "net rpc service delete/create".
+    * BUG 6238: Make sure wbcLogoffUserParams are properly initialized before
+      freed.
+    * BUG 6263: Fix domain logins for WinXP clients pre SP3.
+    * BUG 6286: Call init function for builtin idmap modules before probing for
+      them as shared modules.
+    * Try to to fix password_expired flag handling.
+    * Make sure to grey out change fields in the netdomjoin-gui when not
+      running as root.
+
+
+o   Jim McDonough <jmcd at samba.org>
+    * Don't look up local user for remote changes, even when root.
+
+
+o   Volker Lendecke <vl at samba.org>
+    * BUG 6243: Fix usrmgr.exe creating a user.
+    * Use procid_str in debug messages for better cluster-debuggability.
+    * Use cluster-aware procid_is_me instead of comparing pids.
+    * Fix smbd crash for close_on_completion.
+    * Fix a memleak in an unlikely error path in change_notify_create().
+    * Do not use the file system GET_REAL_FILENAME for mangled names.
+
+
+o   Stefan Metzmacher <metze at samba.org>
+    * Fix a crash bug if we timeout in net rpc trustdom list.
+    * Add '--request-timeout' option to net.
+
+
+o   Martin Schwenke <martin at meltin.net>
+    * In net_conf_import, start a transaction when importing a single share.
+
+
+o   Simo Sorce <ssorce at redhat.com>
+    * Fix writing of roaming profiles with "profile acls" set to "yes".
+
+
+######################################################################
+Reporting bugs & Development Discussion
+#######################################
+
+Please discuss this release on the samba-technical mailing list or by
+joining the #samba-technical IRC channel on irc.freenode.net.
+
+If you do report problems then please try to send high quality
+feedback. If you don't provide vital information to help us track down
+the problem then you will probably be ignored.  All bug reports should
+be filed under the Samba 3.3 product in the project's Bugzilla
+database (https://bugzilla.samba.org/).
+
+
+======================================================================
+== Our Code, Our Bugs, Our Responsibility.
+== The Samba Team
+======================================================================
+
+
+----------------------------------------------------------------------
+
+
+                   =============================
+                   Release Notes for Samba 3.3.3
+			    April, 1 2009
+                   =============================
+
+This is the latest bugfix release release of the Samba 3.3 series.
+
+Major enhancements in Samba 3.3.3 include:
+
+    o Migrating from 3.0.x to 3.3.x can fail to update passdb.tdb
+      correctly (bug #6195).
+    o Fix serving of files with colons to CIFS/VFS client (bug #6196).
+    o Fix "map readonly" (bug #6186).
+
+
+######################################################################
+Changes
+#######
+
+
+Changes since 3.3.2:
+--------------------
+
+
+o   Michael Adam <obnox at samba.org>
+    * BUG 6195: Don't let smbd child processes panic.
+    * Add backend_requires_messaging() method to libsmbconf.
+    * Add methods is_writeable() and wrapper smbconf_is_writeable() to libsmbconf.
+    * Fall back to file backend when no valid backend was found.
+    * Fix a memleak in dbwrap_rbt.
+    * Provide transaction_start|commit|cancel fns for the registry tdb.
+    * Speed up "net conf drop".
+    * Speed up "net conf import".
+    * Add transactions to the libsmbconf API.
+    * Reduce memory usage of "net conf import".
+    * Registry cleanup.
+    * Fix handling of SAMBA_VERSION_VENDOR_PATCH.
+    * Fix build of pam_winbind.so with static linking.
+    * Tidy up some convert_string_internal error cases.
+
+
+o   Jeremy Allison <jra at samba.org>
+    * BUG 6186: Fix map readonly.
+    * BUG 6195: Migrating from 3.0.x to 3.3.x can fail to update passdb.tdb
+      correctly.
+    * BUG 6196: Unable to serve files with colons to Linux CIFS/VFS client.
+    * BUG 6224: nmbd waits 5 minutes at startup before checking if it needs
+      to run elections.
+    * Allow DFS client paths to work when POSIX pathnames have been
+      selected.
+    * Try and fix the build farm RAW-STREAMS errors.
+    * Ensure files starting with multiple dots are hidden.
+
+
+o   Günther Deschner <gd at samba.org>
+    * BUG 6102: NetQueryDisplayInformation could return wrong information.
+    * BUG 6193: Avoid messing with sync_context in libnet_samsync_delta().
+    * Fix notify_printer_status_byname.
+    * Fix Coverity IDs 722, 762, 774, 775, 776.
+
+
+o   Björn Jacke <bj at sernet.de>
+    * Fix build on old Heimdal based systems.
+    * Fix compile warning.
+    * Use parentheses in if condition to make negation clear.
+
+
+o   Andy Kelk <andy at mopoke.co.uk>
+    * Add dirsort module.
+
+
+o   Steve Langasek <vorlon at debian.org>
+    * BUG 6147: Fix detection of the GNU ld version.
+
+
+o   Volker Lendecke <vl at samba.org>
+    * BUG 6097: Fix smbd segfault.
+    * BUG 6130: Don't crash in winbindd_rpc lookup_groupmem() on unmapped
+      members.
+    * BUG 6139: Add missing whitespace in mount.cifs error message.
+    * Fix a malloc/talloc mismatch when cli_initialise() fails.
+    * Fix a valgrind error.
+    * Speed up "net conf list".
+    * Add sorted subkey cache.
+    * Use StrCaseCmp in the dirsort module.
+    * Document the dirsort module.
+    * Fix the build on HP/UX.
+    * Disable dns_sd by default.
+    * Add avahi detection to configure.
+    * Add event avahi binding.
+    * Use avahi to register _smb._tcp in smbd.
+    * Fix two memleaks in the encryption code.
+    * Fix a scary "fill_share_mode_lock failed" message.
+
+
+o   Derrell Lipman <derrell at dworkin.(none)>
+    * BUG 6228: Fix SMBC_open_ctx failure due to path resolve failure doesn't set
+      errno.
+
+
+o   Stefan Metzmacher <metze at samba.org>
+    * Don't use reserved words in smbconftort.
+    * Fix smb signing for fragmented trans/trans2/nttrans requests.
+
+
+o   Tim Prouty <tprouty at samba.org>
+    * Parse_packet can return NULL which is then dereferenced in
+      match_mailslot_name.
+
+
+o   Timur <timur at FreeBSD.org>
+    * Format the header check for netinet/ip.h more nicely.
+    * Fix detection of netinet/ip.h on FreeBSD.
+
+
+o   Alexander Zagrebin <alexz at visp.ru>
+    * Missing break in conversion function prevents tdb password database
+      update.
+
+
+######################################################################
+Reporting bugs & Development Discussion
+#######################################
+
+Please discuss this release on the samba-technical mailing list or by
+joining the #samba-technical IRC channel on irc.freenode.net.
+
+If you do report problems then please try to send high quality
+feedback. If you don't provide vital information to help us track down
+the problem then you will probably be ignored.  All bug reports should
+be filed under the Samba 3.3 product in the project's Bugzilla
+database (https://bugzilla.samba.org/).
+
+
+======================================================================
+== Our Code, Our Bugs, Our Responsibility.
+== The Samba Team
+======================================================================
+
+
+----------------------------------------------------------------------
+
+
+                   =============================
+                   Release Notes for Samba 3.3.2
+			   March, 12 2009
+                   =============================
+
+This is the latest bugfix release release of the Samba 3.3 series.
+
+Major enhancements in Samba 3.3.2 include:
+
+     * Fix "force group" (bug #6155).
+     * Fix saving of files on Samba share using MS Office 2007 (bug #6160).
+     * Fix guest authentication in setups with "security = share" and
+      "guest ok = yes" when Winbind is running.
+     * Fix corruptions of source path in tar mode of smbclient (bug #6161).
+
+
+######################################################################
+Changes
+#######
+
+
+Changes since 3.3.1:
+--------------------
+
+
+o   Jeremy Allison <jra at samba.org>
+    * BUG 6082: Fix renaming and deleting of directories using Windows clients.
+    * BUG 6154: Make ZFS honor admin users.
+    * BUG 6155: Fix "force group".
+    * BUG 6160: Fix saving of files on Samba share using MS Office 2007.
+    * BUG 6161: Fix corruptions of source path in tar mode of smbclient.
+    * Fix some NetBSD warnings.
+    * Fix bug in processing of open modes in POSIX open.
+    * Fix use of streams modules with CIFSFS client.
+    * Ensure ACL modules work with POSIX paths.
+    * Use fsp->posix_open in preference if we have it.
+    * Fix more POSIX path lstat calls.
+
+
+o   Andrew Tridgell <tridge at samba.org>
+    * Fix a bug in message handling for the change notify code.
+
+
+o   Steven Danneman <steven.danneman at isilon.com>
+    * Fix guest authentication in setups with "security = share" and "guest ok =
+      yes" when Winbind is running.
+
+
+o   Steve French <smfrench at gmail.com>
+    * BUG 4640: Fix guest mounts in mount.cifs.
+    * Fix displaying the version string properly when no other parameters passed
+      in in mount.cifs.
+
+
+o   Björn Jacke <bj at sernet.de>
+    * Prefer gssapi header files from subdirectory.
+
+
+o   Volker Lendecke <vl at samba.org>
+    * BUG 6124: Fix the build on IRIX.
+    * BUG 6176: winbindd -n should disable the winbind idmap cache.
+    * Add a vfs_preopen module to hide fs latencies.
+    * Don't log NDR_PRINT_DEBUG at level 0, this always ends up in syslog.
+    * Fix a valgrind error / segfault in dns_register_smbd().
+
+
+o   Stefan Metzmacher <metze at samba.org>
+    * Fix build on SLES8.
+    * Decremented by 1 for ntcancel requests.
+
+
+o   Tim Prouty <tprouty at samba.org>
+    * Fix creation of core files.
+
+
+o   Dan Sledz <dan.sledz at isilon.com>
+    * Fix first mapping of uids/gids in Winbind.
+
+
+o   Bo Yang <boyang at novell.com>
+    * Initialize the id_map status in idmap_ldap to avoid surprise.
+    * Fix initialization of idmap status.
+
+
+######################################################################
+Reporting bugs & Development Discussion
+#######################################
+
+Please discuss this release on the samba-technical mailing list or by
+joining the #samba-technical IRC channel on irc.freenode.net.
+
+If you do report problems then please try to send high quality
+feedback. If you don't provide vital information to help us track down
+the problem then you will probably be ignored.  All bug reports should
+be filed under the Samba 3.3 product in the project's Bugzilla
+database (https://bugzilla.samba.org/).
+
+
+======================================================================
+== Our Code, Our Bugs, Our Responsibility.
+== The Samba Team
+======================================================================
+
+
+----------------------------------------------------------------------
+
+
+                   =============================
+                   Release Notes for Samba 3.3.1
+			  February, 24 2009
+                   =============================
+
+This is the latest bugfix release release of the Samba 3.3 series.
+
+Major enhancements in Samba 3.3.1 include:
+
+     * Fix net ads join when "ldap ssl = start tls" (bug #6073).
+     * Fix renaming/deleting of files using Windows clients (bug #6082).
+     * Fix renaming/deleting a "not matching/resolving" symlink (bug #6090).
+     * Fix remotely adding a share via the Windows MMC.
+
+
+######################################################################
+Changes
+#######
+
+smb.conf changes
+----------------
+
+    Parameter Name                      Description     Default
+    --------------                      -----------     -------
+    ldap ssl ads			New		No
+
+
+Changes since 3.3.0:
+--------------------
+
+
+o   Jeremy Allison <jra at samba.org>
+    * BUG 6082: Fix renaming/deleting of files using Windows clients.
+    * BUG 6069: Fix build with too many arguments.
+    * BUG 6090: Fix renaming/deleting a "not matching/resolving" symlink.
+    * BUG 6099: Try to fix domain join of Win7 Beta.
+    * BUG 6117: Fix core dump of pdbedit -a.
+    * BUG 6133: Fix deletion of non-ACL files on Solaris/ZFS/NFSv4 ACL
+      filesystem.
+    * Fix Coverity IDs 115, 116, 117, 602.
+    * Fix warning (bad handler prototype).
+    * Unify the detection of the timespec code in configure.in, and the
+      application of it in time.c.
+    * Correctly use chroot().
+    * Parameterize in local.h the MAX_RPC_DATA_SIZE, and ensure that "offered"
+      read from the rpc packet in spoolss is under that size.
+    * Backport the semantics of when to delete alternate data streams on a file
+      truncate.
+    * Fix printf warnings.
+    * Fix warnings on Solaris.
+
+
+o   Michael Adam <obnox at samba.org>
+    * BUG 6066: netinet/ip.h present but cannot be compiled on Solaris.
+    * BUG 6073: Prevent ads_connect() from using SSL unless explicitly
+      requested.
+    * Fix 'getent passwd' to allocate new uids.
+    * Fix 'getent group' to allocate new gids.
+    * Remove check for sharename being a username in 'net conf
+      addshare'.
+
+
+o   Guenther Deschner <gd at samba.org>
+    * Fix Coverity ID 848.
+    * Remove unused ENUM_HND from 'net'.
+    * Fix getform command asprintf return code in rpcclient.
+    * Fix memleak in get_remote_printer_publishing_data().
+    * Remove duplicate prototypes for generated rpc server functions.
+
+
+o   Holger Hetterich <hhetter at novell.com>
+    * Enable total anonymization in vfs_smb_traffic_analyzer.
+
+
+o   Bjoern Jacke <bj at sernet.de>
+    * Fix build with external dns_sd libraries.
+    * Fix configure check "sub-second timestamps without struct timespec".
+    * Add configure check for AIX style sub-second resolution support.
+    * Add configure check for Tru64 sub-second timestamp resolution.
+    * Add Tru64 sub-second resolution timestamp support.
+    * Enable IPv6 support for NetBSD and FreeBSD.
+    * Use correct BSD evironment variable.
+
+
+o   Guenter Kukkukk <linux at kukkukk.com>
+    * Don't try and delete a default ACL from a file.
+
+
+o   Volker Lendecke <vl at samba.org>
+    * BUG 5798: CFLAGS info lost in configure.
+    * Fix Coverity IDs 740, 742, 744, 745, 876, 879, 880.
+    * Fix remotely adding a share via the Windows MMC.
+    * Avoid valgrind errors.
+    * Fix 'net rpc join' for users with the SeMachineAccountPrivilege.
+    * Fix resume handle for _samr_EnumDomainGroups.
+    * Fix a buffer handling bug when adding lots of registry keys.
+    * Fix a O(n^2) algorithm in regdb_fetch_keys().
+
+
+o   Jeff Layton <jlayton at redhat.com>
+    * Initialize rc to 0 in main in mount.cifs.
+
+
+o   Derrell Lipman <derrell.lipman at unwireduniverse.com>
+    * BUG 6069: Add a fstatvfs function for libsmbclient.
+    * Eliminate compiler warnings.
+
+
+o   Glenn Machin <gmachin at sandia.gov>
+    * Don't miss an absolute pathname as a kerberos keytab path.
+
+
+o   Stefan Metzmacher <metze at samba.org>
+    * BUG 6100: Implement _netr_LogonGetCapabilities() with
+      NT_STATUS_NOT_IMPLEMENTED.
+    * Make Samba work with older ctdb versions.
+    * Add S-1-22-X-Y sids to the local token.
+
+
+o   Lars Mueller <lars at samba.org>
+    * Conditional install of the cifs.upcall man page.
+    * Adjust regex to match variable names including underscores.
+
+
+o   Shirish Pargaonkar <shirishpargaonkar at gmail.com>
+    * BUG 4370: Clean-up entries in /etc/mtab after unmount.
+    * Add fakemount (-f) and nomtab (-n) flags to mount.cifs.
+
+
+o   Ted Percival <ted.percival at quest.com>
+    * Fix a crash during name resolution.
+
+
+o   Tim Prouty <tprouty at samba.org>
+    * Fix "assignment discards qualifiers from pointer target type"
+      warnings.
+    * Fix SMB_VFS_RECVFILE/SENDFILE macros.


-- 
Samba Shared Repository


More information about the samba-cvs mailing list