[SCM] Samba Shared Repository - branch v3-3-stable updated - release-3-3-0rc2-174-g49aa7c4

Karolin Seeger kseeger at samba.org
Mon Jan 26 08:21:03 GMT 2009


The branch, v3-3-stable has been updated
       via  49aa7c46f0a8d49bc88298b1de4c963d7014211c (commit)
       via  0deec6d94965e5bf833007401075820db0703ae7 (commit)
       via  8d50f63e748364f048dc634aeea415b2a3b71f9b (commit)
       via  8e339dd2138e0b39c7a00087cf90e9acdca13ecd (commit)
       via  4815b97e7aa28169b48a95be848713233255b1bb (commit)
       via  eec43963c5b5acaf80c9b7a8310d4cbe6ca03a1e (commit)
       via  ee8c0d93456ee0087f7f41816f24944f7cdc4aaf (commit)
      from  c05bd1e52e7a56ae2233b5e2dbfe001994cb28da (commit)

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


- Log -----------------------------------------------------------------
commit 49aa7c46f0a8d49bc88298b1de4c963d7014211c
Author: Günther Deschner <gd at samba.org>
Date:   Sat Jan 24 02:10:47 2009 +0100

    s3-eventlog: fix various invalid memcpy in read_package_entry().
    
    Guenther
    (cherry picked from commit 75fff603625e0259f187e0fa47efd85887092fae)

commit 0deec6d94965e5bf833007401075820db0703ae7
Author: Günther Deschner <gd at samba.org>
Date:   Sat Jan 24 02:07:40 2009 +0100

    s3-eventlog: fix buffer allocation in eventlog read call.
    
    This broke with f6fa3080fee1b20df9f1968500840a88cf0ee592 back in April 2007...
    
    Guenther
    (cherry picked from commit 547c70e896b6890dd5f7b911e4e0ca107c8a3fa3)

commit 8d50f63e748364f048dc634aeea415b2a3b71f9b
Author: Karolin Seeger <kseeger at samba.org>
Date:   Fri Jan 23 13:02:46 2009 +0100

    docs: Fix formatting issue in man libsmbclient.
    
    Karolin
    (cherry picked from commit aa2fb0efb7ce2bc732569b4baf20c57375fdce59)
    (cherry picked from commit e1e3a0554fcaabacc5bec51c213622271a83ad04)

commit 8e339dd2138e0b39c7a00087cf90e9acdca13ecd
Author: Karolin Seeger <kseeger at samba.org>
Date:   Fri Jan 23 11:51:56 2009 +0100

    WHATSNEW: Add note about libsmbclient changes.
    
    Karolin
    (cherry picked from commit 3a4e410e7802073e159b6e4dfdfb3319053503f9)

commit 4815b97e7aa28169b48a95be848713233255b1bb
Author: Stefan Metzmacher <metze at samba.org>
Date:   Thu Jan 22 11:52:54 2009 +0100

    lib/replace: add defines to let the callers find out if pwrite and pread are thread/fork safe
    
    metze
    (cherry picked from commit 7fc7ee9331d0539359ad88c527f59d5fdf212209)
    (cherry picked from commit d74b63091781e442e42b1fa7881e903a0bcc928c)

commit eec43963c5b5acaf80c9b7a8310d4cbe6ca03a1e
Author: Karolin Seeger <kseeger at samba.org>
Date:   Fri Jan 23 11:09:07 2009 +0100

    WHATSNEW: Add  "Changes since" sections of pre releases and RCs.
    
    Karolin
    (cherry picked from commit 646468f1a504a1ab00b27f9e61d56acbc42ffda9)

commit ee8c0d93456ee0087f7f41816f24944f7cdc4aaf
Author: Karolin Seeger <kseeger at samba.org>
Date:   Fri Jan 23 10:36:25 2009 +0100

    WHATSNEW: Update changes since 3.3.0rc2.
    
    Karolin
    (cherry picked from commit 50b8d5a1625d22512cf32b0bcd2f068e364a7403)

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

Summary of changes:
 WHATSNEW.txt                           |  457 ++++++++++++++++++++++++++++++++
 docs-xml/manpages-3/libsmbclient.7.xml |    7 +-
 source/lib/replace/replace.h           |    6 +
 source/rpc_parse/parse_eventlog.c      |    4 +-
 source/rpc_server/srv_eventlog_nt.c    |   10 +-
 5 files changed, 473 insertions(+), 11 deletions(-)


Changeset truncated at 500 lines:

diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 49d28cc..dc2de98 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -37,6 +37,8 @@ Major enhancements in Samba 3.3.0 include:
  Libraries:
  o NetApi library implements various new calls for User- and Group
    Account Management.
+ o libsmbclient does now determine case sensitivity based on file system
+   attributes.
 
 
 General changes
@@ -184,6 +186,19 @@ A basic config using the current trunk code would look like:
 Please refer to the idmap_adex(8) man page for more details.
 
 
+Libraries
+=========
+
+libsmbclient will now treat file names case-sensitive by default if the filesystem
+we are connecting to supports case sensitivity. This change of behavior is
+considered a bug fix, as it was previously possible to accidentally overwrite a
+file that had the same case-insensitive name but a different case-sensitive name
+as a previously-existing file, while creating a new file.
+
+If it is not possible to detect if the filesystem supports case sensitivity,
+the user-specified option value will be used.
+
+
 ######################################################################
 Changes
 #######
@@ -199,6 +214,7 @@ smb.conf changes
     init logon delayed hosts		New		""
     init logon delay			New		100
     ldap ssl				Changed Default	start tls
+    share modes				Deprecated
     winbind reconnect delay		New		30
 
 
@@ -207,20 +223,39 @@ Changes since 3.3.0rc2:
 
 
 o   Jeremy Allison <jra at samba.org>
+    * BUG 4308: Fix corrupting of file ACLs during Excel save operations.
     * BUG 5979: Fix level 2 oplocks being granted improperly.
     * BUG 5980: Race condition when granting level2 oplocks can cause break
       notify to be missed.
     * BUG 5986: Editing a stream is broken (rename problems).
     * BUG 5990: Strict allocate should be checked before ftruncate.
     * BUG 6009: Setting "min receivefile size = 1" breaks writes.
+    * BUG 6016: Alternate Data Streams / Extended Attributes seem to conflict.
+    * BUG 6017: Fix magic scripts.
+    * BUG 6019: Fix file corruption in Clustered SMB/NFS environment managed via
+      CTDB.
+    * BUG 6021: smbclient du command does not recuse properly.
+    * BUG 6024: Deprecate the "share modes" parameter.
+    * BUG 6030: Add missing <th> header in Status page.
+    * BUG 6035: Fix possible race between fcntl F_SETLKW and alarm delivery.
+    * BUG 6040: Calling Samba print server with an aliased DNS-name fails.
     * Fix gcc 4.3.2 warnings.
     * Fix more asprintf errors and error code paths.
+    * Attempt to fix crash seen with new CUPS async printcap loading code.
+    * Add winbindd_reinit_after_fork(), cleaning out all possible events
+      in a forked child.
+    * Make winbindd_cm.c use winbindd_reinit_after_fork().
+    * Fix race condition in alarm lock processing.
+    * Fixes crash bug in SWAT.
 
 
 o   Michael Adam <obnox at samba.org>
     * Fix build of pam_winbind.so on older Linux systems.
     * Packaging RHEL-CTDB: Fix build of [u]mount.cifs.
     * Prevent access to root filesystem when connecting with empty service name.
+    * Fix distclean target and add realdistclean target in the docs build.
+    * Add manpage for idmap_tdb2.
+    * Clarify idmap manpages.
 
 
 o   Kai Blin <kai at samba.org>
@@ -229,6 +264,7 @@ o   Kai Blin <kai at samba.org>
 
 o   Gerald (Jerry) Carter <jerry at samba.org>
     * Fix "allow trusted domain" so it disables trusted domains.
+    * Return immediately on a failed GC connection in ads_connect.
 
 
 o   SATOH Fumiyasu <fumiyas at osstech.jp>
@@ -249,6 +285,7 @@ o   Volker Lendecke <vl at samba.org>
     * BUG 5913: Fix build error with at least GCC 4.2.2.
     * BUG 5933: Fix incrementing/decrementing of num_validated_vuids.
     * BUG 5953: Make cli_send_smb_direct_writeX use writev.
+    * BUG 5965: Fix creation of the first share using SWAT.
     * BUG 5969: Optimize smbclient put command.
     * BUG 6012: Add "get_real_filename" to full_audit.
     * BUG 6014: Fix segfault when calling mget without arguments.
@@ -261,6 +298,11 @@ o   Volker Lendecke <vl at samba.org>
     * Fix a bad memleak in vfs_full_audit.
 
 
+o   Derrell Lipman <derrell.lipman at unwireduniverse.com>
+    * BUG 6022: Make smbc_urlencode and smbc_urldecode in libsmbclient.
+    * Determine case sensitivity based on file system attributes.
+
+
 o   Stefan Metzmacher <metze at samba.org>
     * net_status: Use dbwrap to open sessionid.tdb.
     * Fix dbwrap_store_uint32() to match dbwrap_store_int32().
@@ -269,6 +311,16 @@ o   Stefan Metzmacher <metze at samba.org>
     * Register the client connection via CTDB_CONTROL_TCP_ADD.
     * Don't need to call messaging_reinit() twice.
     * Raise TDBSAM_VERSION.
+    * Add manpage for vfs_fileid.
+    * Rename 'fd_event' to 'winbindd_fd_event' to avoid confusion.
+    * Recreate the per domain check_online_event without relying on global
+      state.
+    * Handle the smb signing states the same in the krb5 and ntlmssp cases.
+    * Re-add 'fileid:algorithm' option to vfs_fileid.
+    * Fix CTDB IPv6 support in cluster setups.
+    * Reinit_after_fork() should reinit the event context before the
+      messaging context.
+    * Fix PCAP support in socket_wrapper.
 
 
 o   Lars Müller <lars at samba.org>
@@ -277,12 +329,417 @@ o   Lars Müller <lars at samba.org>
 
 o   Tim Prouty <tprouty at samba.org>
     * Fix stream marshalling to return the correct streaminfo status.
+    * Allow renames of streams via NTRENAME and fix stream error codes on
+      rename.
+    * Remove a few unnecessary checks from the streams xattr module.
+    * Remove a few unnecessary checks from the streams depot module and fix to
+      work with NTRENAME.
+
+
+o   Andreas Schneider <anschneider at suse.de>
+    * Fix a segfault if ? is there but the options are NULL.
+    * Avoid flooding of syslog with failing pam_putenv messages.
 
 
 o   Karolin Seeger <kseeger at samba.org>
+    * BUG 6000: Avoid bashism in perfcount.init.
     * Change default value of "ldap ssl" to "start tls".
     * Update version number in the manpages.
     * Fix several small issues and typos in the manpages.
+    * Check if Unix account exists before asking for the password in smbpasswd.
+
+
+o   Todd Stecher <todd.stecher at gmail.com>
+    * Fix memory leaks and other fixes found by Coverity.
+
+
+o   Bo Yang <boyang at novell.com>
+    * Clean event context after child is forked.
+    * Fix broken krb5 refresh chain.
+    * Set entry->refresh_time to make ccache_regain_all_now() work correctly.
+    * Refresh sequence number as soon as possible.
+    * Don't set child->requests to NULL in parent after fork.
+    * Don't send message to any other child in child process.
+    * Fix bug in get_dc_name_via_netlogon(), null pointer reference.
+
+
+
+"Changes since" sections of 3.3 previews and release candidates follow:
+=======================================================================
+
+Changes since 3.3.0rc1:
+------------------------
+
+o   Jeremy Allison <jra at samba.org>
+    * BUG 1254: Fix "write list" in setups using "security = share".
+    * BUG 5937: Fix filenames with "*" char hiding other files.
+    * BUG 5953: Fix segfaults in smbclient.
+    * Fix usrmgr opening a user object as non-root.
+
+
+o   Michael Adam <obnox at samba.org>
+    * BUG 3661: Add support for trusted domains to idmap_ad.
+    * Fix default backend handling for ad backends.
+    * Fix potential segfault in vfs_tsmsm.
+    * Fix several RHEL CTDB packaging issues.
+
+
+o   Guenther Deschner <gd at samba.org>
+    * BUG 5957: Do not abort rename process on valid rename script.
+    * Fix various potential memleaks in samr_SetUserInfo.
+    * Fix access bits in netapi.
+
+
+o   Steve French <stevef at smf-t60p.smfdom>
+    * BUG 5934: Use USER environment in mount.cifs when no user is specified.
+    * variable
+
+
+o   SATOH Fumiyasu <fumiyas at osstech.co.jp>
+    * BUG 5688: LPQ process is orphaned if socket address parameter is invalid.
+    * Vars for signals must be volatile sig_atomic_t.
+
+
+o   Henning Henkel <henning.henkel at fh-furtwangen.de>
+    * BUG 5929: Fix build of vfs_prealloc with option --with-cluster-support and
+      GPFS.
+
+
+o   Tomasz Krasuski <kr0tki at poczta.onet.pl>
+    * BUG 5928: Fix 'testparm --version'.
+
+
+o   Jeff Layton <jlayton at redhat.com>
+    * Allow mounts to ipv6 capable servers in mount.cifs.
+
+
+o   Volker Lendecke <vl at samba.org>
+    * Fix crash bug when freeing a non-malloc'ed buffer if the client sends a
+      non-encrypted packet with the crypto state set.
+    * Fix error code when smbclient puts a file over an existing directory.
+    * Pass the get_real_filename operation through the VFS.
+
+
+o   Stefan Metzmacher <metze at samba.org>
+    * BUG 5749: Re-set acctflags while joining.
+    * Fix several issues concerning Alternate Data Streams.
+    * Fix valgrind bug lp_parm_const_string().
+    * Fix setting of trust passwords using 'net rpc trustdom add'.
+    * Correctly detect if the current dc is the closest one.
+
+
+o   Tim Prouty <tprouty at samba.org>
+    * Fix a delete on close divergence from windows.
+
+
+o   Dan Sledz <dsledz at isilon.com>
+    * Fix logging to syslog.
+
+
+o   Yasuma Takeda <yasuma at osstech.co.jp>
+    * BUG 5944: Fix starting of nmbd with "socket address" set to "".
+
+
+o   Bo Yang <boyang at novell.com>
+    * Fix script installmo.sh when no .po file exists.
+
+
+----------------------------------------------------
+
+Changes since 3.3.0pre2:
+------------------------
+
+o   Michael Adam <obnox at samba.org>
+    * Fix eventlog crash.
+    * Make keytab filename argument mandatory to "net rpc vampire keytab".
+    * Add domain prefix to username in lookup_groupmem().
+    * Honour "winbind use default domain" in lookup_groupmem().
+    * Sanely handle NULL domain in add_member().
+    * Don't list the domain twice when expanding internal aliases.
+    * Prevent negative GM/ cache entries due to broken connections.
+    * Use the reconnect methods instead of the rpc methods directly.
+
+
+o   Jeremy Allison <jra at samba.org>
+    * BUG 5080: Fix access to cups-printers with cups 1.3.4.
+    * BUG 5814: Fix Winbind crash bug while doing "rescan_trusted_domain".
+    * BUG 5818: Sort ACEs in smbcacl output properly and honor inheritance.
+    * BUG 5825: Fix account locking with an LDAP backend.
+    * BUG 5826: Fix truncated filenames when accessing old servers.
+    * BUG 5873: Fix ACL inheritance.
+    * BUG 5889: Fix "delete veto files = no".
+    * BUG 5891: Fix smbd crash when viewing the eventlog exported by "eventlog
+      list".
+    * BUG 5900: Fix vfs_readonly.
+    * BUG 5903: Fix breaking of file contents in vfs_streams_xattr.
+    * BUG 5904: Fix SIGABRT while servicing getaddrinfo() request caused by
+      libnss_wins.
+    * BUG 5914: Fix redefinition of struct name_list.
+    * Correctly fix smbclient to terminate on eof from server.
+    * Fix client timeout when searching for a large number of cups printers.
+    * Unify access checks for lsa server functions.
+    * Remove the requirement for ldap call made as root.
+    * Cope with MAXIMUM_ALLOWED_ACCESS requests when opening handles.
+    * Fix net rpc vampire, based on an *amazing* piece of debugging work by
+      "Cooper S. Blake" <the_analogkid at yahoo.com>.
+    * Fix memory leak in error path, spotted by Martin Zielinski <mz at seh.de>.
+    * Add vfs_acl_tdb.c module to do ACLs completely in userspace.
+    * Use fxattr calls whenever possible (trying to work around the strange
+      Linux kernel oplock bug).
+
+
+o   Kai Blin <kai at samba.org>
+    * BUG 5892: Fix net rap printq info documentation.
+    * Add placeholder functions to libwbclient.
+
+
+o   Gerald (Jerry) Carter <jerry at samba.org>
+    * Use the same prerequisite for DDNS update as Windows XP.
+    * Make "lwinet ads dns register" honor the "interfaces" parameter.
+
+
+o   Steven Danneman <steven.danneman at isilon.com>
+    * Add options to manage identity mapping entries to wbinfo and Winbind.
+    * Fix to allow setting of NULL DACL/SACL.
+
+
+o   Guenther Deschner <gd at samba.org>
+    * BUG 5888: Fix remote rpc service management.
+    * Ensure consistency when reporting password complexity.
+    * Fix _lsa_GetUserName.
+    * Fix access check in _samr_QuerySecurity().
+    * _samr_DeleteUser needs to wipe out the user_handle on success.
+    * NetGroupEnum_r needs to handle servers with no groups.
+    * Fix numerous netapi issues.
+    * Add support for partial and delta netlogon replication in
+      "net rpc vampire".
+    * Add automatic machine password update in Winbind for member servers.
+    * Add German internalization for pam_winbind.
+    * Add Winbind krb5 locator plugin manpage.
+    * Add new wbclient wbcLookupDomainControllerEx call.
+    * Use autogenerated DCE/RPC routines for one more call on SVCCTL
+      named pipe.
+    * Use autogenerated NBT routines from Samba4 for Mailslot/CLDAP
+      parsing.
+    * Fix Winbind password change code for Windows 2000 DCs.
+    * Fix PNP_HwProfInfo NDR parsing.
+    * Add wbclient wbcLogonUser and wbcLogoffUserEx functions.
+    * Add automatic home directory creation for pam_winbind.
+
+
+o   Mathias Dietz <MDIETZ at de.ibm.com>
+    * Search for gpfs functions in both libgpfs_gpl.so an libgpfs.so.
+
+
+o   Dina Fine <dina at exanet.com>
+    * BUG 5908: Fix internal change notify on share directories.
+
+
+o   Nils Goroll <nils.goroll at hamburg.de>
+    * BUG 5135: Prevent calling POSIX ACL vfs methods on zfs share.
+    * BUG 5446: Prevent calling POSIX ACL vfs methods on zfs share.
+
+
+o   Jeff Layton <jlayton at redhat.com>
+    * Have uppercase_string return success on NULL pointer in mount.cifs.
+    * Make mount.cifs return codes match the return codes for /bin/mount.
+
+
+o   Volker Lendecke <vl at samba.org>
+    * BUG 5691: Fig smbd panic on Solaris.
+    * BUG 5840: Fix segfault in "rpcclient lsaaddacctrights".
+    * BUG 5860: safe_strcpy gives a nasty error message for overlong strings.
+    * Fix the offset checks in the trans routines (CVE-2008-4314).
+    * Fix a potential NULL deref in found by the IBM Checker.
+    * Fix an uninitialized variable found by the IBM Checker.
+    * Fix an unlikely memleak found by the IBM Checker.
+    * Fix some missing error handlings.
+    * Add workaround for domain joins using a netbios name which is different
+      from the hostname.
+    * Fix a valgrind error in idmap_ad_sids_to_unixids().
+    * Make memcache_add_talloc NULL out the source pointer.
+    * Fix memleak in memcache_add_talloc found by Martin Zielinski <mz at seh.de>.
+    * Fix memleak in calculate_next_machine_pwd_change.
+
+
+o   Jeff Layton <jlayton at redhat.com>
+    * mount.cifs: use lock/unlock_mtab scheme from util-linux-ng mount prog.
+
+
+o   Derrell Lipman <derrell.lipman at unwireduniverse.com>
+    * BUG 5805: Don't close stdout when calling setup_logging multiple times.
+
+
+o   Stefan Metzmacher <metze at samba.org>
+    * Return an error instead of crashing when no realm is given.
+
+
+o   TAKAHASHI Motonobu <monyo at samba.gr.jp>
+    * 5901: Fix default value for streams_depot location.
+
+
+o   Tim Prouty <tim.prouty at isilon.com>
+    * Fix several build warnings.
+
+
+o   Andreas Schneider <mail at cynapses.org>
+    * Delete the krb5 ccname variable from the PAM environment if set.
+    * Add a function out of pam_sm_close_session to delete the credentials.
+    * Fix circular dependency error with autoconf 2.6.3.
+
+
+o   Davide Sfriso <sfriso at virgilio.it>
+    * BUG 5906: Fix Winbind crash bug during 'getent group' on PDC.
+
+
+o   Dan Sledz <dsledz at isilon.com>
+    * Add FreeBSD configure check for backtrace_symbols.
+    * Allow SYSLOG_FACILITY to be modified with a new configure option called
+      --with-syslog-facility.
+
+
+o   Joe Smith <yasumoto7 at gmail.com>
+    * Fix typo in source/utils/net_rap.c.
+
+
+o   Martin Schwenke <martin at meltin.net>
+    * Prevent make errors for picky makes when $(EXTRA_ALL_TARGETS) is empty.
+    * Add @CIFSUPCALL_PROGS@ to "all" target so cifs.upcall gets built at
+      compile time rather than install time.
+
+
+o   Yasuma Takeda <yasuma at osstech.co.jp>
+    * BUG 5909: Fix MS-DFS links containing multibyte characters on Vista.
+
+
+o   Bo Yang <boyang at novell.com>
+    * Fix broken msgids in ntstatus_errors.
+    * i18n/l10n pam_winbind
+
+
+----------------------------------------------------
+
+Changes since 3.3.0pre1:
+------------------------
+
+o   Michael Adam <obnox at samba.org>
+
+    * BUG 5492: Fix RHEL SPEC file by removing libmsrpc stuff.
+    * BUG 5507: Fix several issues in the RHEL SPEC file.
+
+
+o   Jeremy Allison <jra at samba.org>
+    * BUG 5729: Explicitly allow "-valid".
+    * BUG 5737: Fix winbindd crash in an unusual failure mode.
+    * BUG 5751: Fix showing of ACLs on DFS in (lib)smbclient.
+    * BUG 5762: Fix opening of mangled directory name (resulted
+      'is a stream name').
+    * BUG 5783: Fix FindFirst where search pattern == mangled filename.
+    * BUG 5790: Fix returning of STATUS_OBJECT_NAME_NOT_FOUND on set file
+      disposition.
+    * BUG 5797: Fix moving of readonly files.
+    * Fix crashes when looking up a non-existant uid.
+    * Fix getting/setting of NT ACLs on a file.
+    * Add st_birthtime and friends for accurate create times on *BSD
+      and MacOSX).
+    * Fix the wcache_invalidate_samlogon calls.
+    * Clarify usage of "force create mode".
+    * Get smbd to look (read-only) into the winbindd cache for uid/gid <--> sid
+      mappings.
+    * Write times code update.
+    * Add experimental version of VFS module acl_xattr.
+    * Fix rename_open_files.
+    * Make SMB traffic analyzer VFS module more efficient.
+
+
+o   Gerald W. Carter <jerry at samba.org>
+    * Fix segfault when calling nss_get_info() with a NULL ads structure.
+    * Add support for name aliasing in Winbind.
+    * Add the idmap/nss-info provider from Likewise Open.
+    * Allow an admin to define the "uid" attribute for a RFC2307
+      user object in AD to be the username alias.
+    * Add new idmap backend "adex" to support RFC2307 enabled AD forests.
+    * Add new idmap backend "hash".
+
+
+o   Steven Danneman <steven.danneman at isilon.com>
+    * Fix build warnings.
+    * Cleanup of DC enumeration in get_dcs().
+
+
+o   Guenther Deschner <gd at samba.org>
+    * BUG 5710: Fix changing of machine account passwords.
+    * BUG 5784: Fix pam_winbind build issue on Solaris.
+    * Fix invalid sid copy (hit when enumerating sibling domains) in Winbind.
+    * Fix double installation of cifs.upcall.
+    * Add change-user-password command to wbinfo.
+    * Fix segfault in _srvsvc_NetShareAdd.
+
+
+o   James Ding <ding_cc at hotmail.com>
+    * BUG 5736: Fix Winbind crash bug with trusted domains.
+
+
+o   Ephi Dror <Ephi.Dror at datadomain.com>
+    * Correct the netsamlogon_clear_cached_user function.
+
+
+o   Holger Hetterich <hhetter at novell.com>
+    * Add new VFS module to analyze SMB traffic to record write and read
+      operations on the Samba server.
+
+
+o   Jeff Layton <jlayton at redhat.com>
+    * Fix build warnings in cifs.upcall.
+
+
+o   Volker Lendecke <vl at sernet.de>
+    * BUG 5707: Do proper error handling if the socket is closed.
+    * BUG 5778: Don't define 'strlcat' and 'strlcpy' if it's already defined.
+    * Fix Coverity IDs 587 and 589.
+    * Increase the default positive idmap cache time to a week.
+    * Fix calculation of useable_space for trans2 and nttrans replies.


-- 
Samba Shared Repository


More information about the samba-cvs mailing list