[SCM] Samba Shared Repository - branch v3-3-stable updated - release-3-3-4-65-g9aedfc6

Karolin Seeger kseeger at samba.org
Mon Jun 15 12:24:48 GMT 2009


The branch, v3-3-stable has been updated
       via  9aedfc67be4827c758eb14a049369a68993802d6 (commit)
       via  ebf8ef4f2956ee04fad10551715f3dd34a74d0c3 (commit)
       via  c10ecce7cfeac474648cb9268e5afa3f7b753d38 (commit)
       via  9d2e80dcd6d56074a3aa697cea6b165c45f785dd (commit)
       via  645121caa44d270220adc9cbd1230721eb741776 (commit)
       via  1b4f37973cc7cbe0b8e5637bdb8b77b8738c06a7 (commit)
       via  7f57608cf78fbdc43404144a5679a524452715e9 (commit)
       via  3206b944145929bfeb1fe92ea1231560b78dfa3d (commit)
       via  8fdc5ec90c59f3c4df1a9d37e05e133fc51b80b3 (commit)
       via  2ec1b83f8d12a51b305f92030fea7b6ae4dc91c0 (commit)
       via  eb3eee778d2f9c96bfa8338c9131bb9ce0b47355 (commit)
      from  bb1de2107dd60001d27a783401df80952c3b8c45 (commit)

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


- Log -----------------------------------------------------------------
commit 9aedfc67be4827c758eb14a049369a68993802d6
Author: Andreas Schneider <mail at cynapses.org>
Date:   Mon Jun 15 12:22:58 2009 +0200

    Fix the section of the pam_winbind manpage.
    
    Signed-off-by: Andreas Schneider <mail at cynapses.org>
    (cherry picked from commit 2f2ef4afae99eadb2b546319aa915f6391acce40)

commit ebf8ef4f2956ee04fad10551715f3dd34a74d0c3
Author: Andreas Schneider <mail at cynapses.org>
Date:   Mon Jun 15 12:21:07 2009 +0200

    Move pam_winbind to the right manpage section (8).
    
    Signed-off-by: Andreas Schneider <mail at cynapses.org>
    (cherry picked from commit 59ab1574e41993d24733affbca07d3f7da245fc7)
    (cherry picked from commit d547aab1511c72e1cab034e2945f6ad63bda6659)
    (cherry picked from commit c9b89676983c5fd0ec12df121fc5d9e06facdd80)

commit c10ecce7cfeac474648cb9268e5afa3f7b753d38
Author: Andreas Schneider <mail at cynapses.org>
Date:   Mon Jun 15 12:16:49 2009 +0200

    Dcoument the PAM data exports in the pam_winbind manpage.
    
    Signed-off-by: Andreas Schneider <mail at cynapses.org>
    (cherry picked from commit 1809ff4b2339bd3066532abccea0944da45edf64)
    (cherry picked from commit 5d2dfba6d1699c6e417cc21233a1cc871f3c0ad1)
    (cherry picked from commit 282682c989a8008de5f8d30c48c9a740b315a230)

commit 9d2e80dcd6d56074a3aa697cea6b165c45f785dd
Author: Andreas Schneider <mail at cynapses.org>
Date:   Mon Jun 15 12:16:15 2009 +0200

    Document the try_first_pass option in the pam_winbind manpage.
    
    Signed-off-by: Andreas Schneider <mail at cynapses.org>
    (cherry picked from commit 779eea49de3f53040fe792de4b74b73a0c51ecb3)
    (cherry picked from commit 24d6f697844bc85a03c047e5470abcfdd53735a2)
    (cherry picked from commit 2ed85b0ebfc50cad847050cc6b5269c470956ea3)

commit 645121caa44d270220adc9cbd1230721eb741776
Author: Andreas Schneider <mail at cynapses.org>
Date:   Mon Jun 15 12:15:26 2009 +0200

    Add a synopsis section to the pam_winbind manpage.
    
    Signed-off-by: Andreas Schneider <mail at cynapses.org>
    (cherry picked from commit 24f9f32fedb92f881658db856db15173e57af0bd)
    (cherry picked from commit 55df96313c5b966f41b0b5c426cf6a420cafa855)
    (cherry picked from commit f738862d9f419fec27c9fb15c880a452aff333d9)

commit 1b4f37973cc7cbe0b8e5637bdb8b77b8738c06a7
Author: Jeremy Allison <jra at samba.org>
Date:   Mon Jun 15 10:43:27 2009 +0200

    Revert the extra SAMR and LSA checks.
    
    These were added between 3.2.4 and 3.2.5 that have caused users problems.
    This fixes among others bug #6089 and #6112.
    (cherry picked from commit bd2f3695c117773032e16958a0266d0d1e75defe)

commit 7f57608cf78fbdc43404144a5679a524452715e9
Author: Karolin Seeger <kseeger at samba.org>
Date:   Mon Jun 15 08:33:22 2009 +0200

    s3/libsmb: Fix debug message.
    
    This fixes bug #6472.
    
    Karolin
    
    Signed-off-by: Volker Lendecke <vl at samba.org>
    
    Was commit f92269a6 in master.
    (cherry picked from commit 7108ebb87902f3b5d2c43ba95d557278ad8e120f)

commit 3206b944145929bfeb1fe92ea1231560b78dfa3d
Author: Jeremy Allison <jra at samba.org>
Date:   Fri Jun 12 15:41:20 2009 +0200

    Fix bug #6297 - owner of sticky directory cannot delete files created by others. The reason we couldn't delete was we were erroring out early if requestor was not the owner of the file we wanted to delete, instead of checking if the requestor owned the directory as well. If either of these is true, we must go on and check the ACL. Karolin, this is a must for 3.4.0 and also 3.3.next. I'll update the bug report with patches for 3.4.0 and 3.3.next and ask vl to review. Jeremy.
    (cherry picked from commit 966a51da8998cfd15875ba047b7f765c84b914dd)

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

    WHATSNEW: Attach older 3.3 release notes.
    
    Karolin
    (cherry picked from commit adbba72c332b59f4ffe87cb25c5ec7f8d90148dc)

commit 2ec1b83f8d12a51b305f92030fea7b6ae4dc91c0
Author: Günther Deschner <gd at samba.org>
Date:   Sun Jun 7 11:23:09 2009 +0200

    s3-groupdb: fix enum_aliasmem in ldb branch.
    
    It is totally valid to have an alias with no members.
    This fixes bug #6465.
    
    Tridge, please check.
    
    Found by RPC-SAMR torture test.
    
    Guenther
    (cherry picked from commit d7b749b056a667f0b180d6d5198faca9b0a69fea)

commit eb3eee778d2f9c96bfa8338c9131bb9ce0b47355
Author: Günther Deschner <gd at samba.org>
Date:   Fri Jun 12 00:46:38 2009 +0200

    s3-docs: Fix Bug #4280. Shutdown scripts are called as root for privileged users.
    
    GUenther
    (cherry picked from commit 3938d1e5fa1996f64e92d33d6893bab620d16b23)
    (cherry picked from commit 0491f038403036814acf6eacc7bb742345bbe27b)
    (cherry picked from commit d4b57dab0beada704fcbeae86ae5b5dd257030a0)

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

Summary of changes:
 WHATSNEW.txt                                       | 1310 ++++++++++++++++++++
 docs-xml/Samba3-HOWTO/manpages.xml                 |    2 +-
 .../{pam_winbind.7.xml => pam_winbind.8.xml}       |   88 ++-
 docs-xml/smbdotconf/logon/abortshutdownscript.xml  |    2 +-
 docs-xml/smbdotconf/logon/shutdownscript.xml       |    2 +-
 source/groupdb/mapping_ldb.c                       |    2 +-
 source/libsmb/passchange.c                         |    2 +-
 source/rpc_server/srv_samr_nt.c                    |   58 -
 source/smbd/file_access.c                          |   15 +-
 9 files changed, 1408 insertions(+), 73 deletions(-)
 rename docs-xml/manpages-3/{pam_winbind.7.xml => pam_winbind.8.xml} (70%)


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