[SCM] Samba Shared Repository - branch master updated

Günther Deschner gd at samba.org
Fri Oct 16 08:09:29 MDT 2009


The branch, master has been updated
       via  20c0767... nsswitch: increase libwbclient version after adding wbcChangeTrustCredentials().
      from  79c2c61... s3:packaging: Fix building RHEL packages.

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 20c07674f6c0b9423c13b9876dbe4d12f86e0d72
Author: Günther Deschner <gd at samba.org>
Date:   Fri Oct 16 16:07:31 2009 +0200

    nsswitch: increase libwbclient version after adding wbcChangeTrustCredentials().
    
    Guenther

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

Summary of changes:
 nsswitch/libwbclient/wbclient.h |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/nsswitch/libwbclient/wbclient.h b/nsswitch/libwbclient/wbclient.h
index 0c0c494..eea71ab 100644
--- a/nsswitch/libwbclient/wbclient.h
+++ b/nsswitch/libwbclient/wbclient.h
@@ -63,9 +63,10 @@ const char *wbcErrorString(wbcErr error);
  *  0.3: Added wbcGetpwsid()
  *	 Added wbcGetSidAliases()
  *  0.4: Added wbcSidTypeString()
+ *  0.5: Added wbcChangeTrustCredentials()
  **/
 #define WBCLIENT_MAJOR_VERSION 0
-#define WBCLIENT_MINOR_VERSION 4
+#define WBCLIENT_MINOR_VERSION 5
 #define WBCLIENT_VENDOR_VERSION "Samba libwbclient"
 struct wbcLibraryDetails {
 	uint16_t major_version;


-- 
Samba Shared Repository


More information about the samba-cvs mailing list