[SCM] Samba Shared Repository - branch master updated

Günther Deschner gd at samba.org
Thu Oct 8 02:41:26 MDT 2009


The branch, master has been updated
       via  efaa98e... s3-winbindd: NDR_WBINT_CHECKMACHINEACCOUNT should not be cacheable.
      from  607ceff... s3/s4 - Adapt the IDL changes on various locations

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


- Log -----------------------------------------------------------------
commit efaa98e82438688ca178dc7d0622965933abc95c
Author: Günther Deschner <gd at samba.org>
Date:   Thu Oct 8 10:35:02 2009 +0200

    s3-winbindd: NDR_WBINT_CHECKMACHINEACCOUNT should not be cacheable.
    
    Guenther

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

Summary of changes:
 source3/winbindd/winbindd_cache.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/winbindd/winbindd_cache.c b/source3/winbindd/winbindd_cache.c
index 6d48fe5..543b8b1 100644
--- a/source3/winbindd/winbindd_cache.c
+++ b/source3/winbindd/winbindd_cache.c
@@ -4359,6 +4359,7 @@ static bool wcache_opnum_cacheable(uint32_t opnum)
 	case NDR_WBINT_QUERYSEQUENCENUMBER:
 	case NDR_WBINT_ALLOCATEUID:
 	case NDR_WBINT_ALLOCATEGID:
+	case NDR_WBINT_CHECKMACHINEACCOUNT:
 		return false;
 	}
 	return true;


-- 
Samba Shared Repository


More information about the samba-cvs mailing list