[SCM] Samba Shared Repository - branch master updated

Jeremy Allison jra at samba.org
Mon Jul 14 13:55:04 MDT 2014


The branch, master has been updated
       via  ca1e4af As David Woodhouse points out, this breaks backwards compatibility.
      from  208b2d8 ctdb-ltdb: Use tdb_null instead of zeroing TDB_DATA variable

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


- Log -----------------------------------------------------------------
commit ca1e4af466af83c0f28804813dc19a77c340f981
Author: Jeremy Allison <jra at samba.org>
Date:   Mon Jul 14 10:22:52 2014 -0700

    As David Woodhouse points out, this breaks backwards compatibility.
    
    https://bugzilla.samba.org/show_bug.cgi?id=10692
    
    Revert "libwbclient: reject unknown named blobs in wbcCredentialCache()"
    
    This reverts commit 740d12d1e77d356ff22c3725dce8d5019c86a7a5.
    
    Autobuild-User(master): Jeremy Allison <jra at samba.org>
    Autobuild-Date(master): Mon Jul 14 21:54:08 CEST 2014 on sn-devel-104

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

Summary of changes:
 nsswitch/libwbclient/wbc_pam.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/nsswitch/libwbclient/wbc_pam.c b/nsswitch/libwbclient/wbc_pam.c
index a16de97..11b59f6 100644
--- a/nsswitch/libwbclient/wbc_pam.c
+++ b/nsswitch/libwbclient/wbc_pam.c
@@ -1224,8 +1224,6 @@ wbcErr wbcCredentialCache(struct wbcCredentialCacheParams *params,
 			challenge_blob = &params->blobs[i];
 			continue;
 		}
-		status = WBC_ERR_INVALID_PARAM;
-		goto fail;
 	}
 
 	if (params->domain_name != NULL) {


-- 
Samba Shared Repository


More information about the samba-cvs mailing list