[SCM] Samba Shared Repository - branch master updated

Andreas Schneider asn at samba.org
Thu Jan 16 12:18:03 MST 2014


The branch, master has been updated
       via  1a43778 s3-winbind: Improve performance of wb_fill_pwent_sid2uid_done().
       via  7d339df Add missing include dirs to .clang_complete.
      from  dc561b7 dcerpc.idl: make use of union dcerpc_bind_ack_reason and fix all callers.

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


- Log -----------------------------------------------------------------
commit 1a43778433934530d77791edd1af538de8b1d8a3
Author: Volker Lendecke <vl at samba.org>
Date:   Thu Jan 16 16:10:25 2014 +0100

    s3-winbind: Improve performance of wb_fill_pwent_sid2uid_done().
    
    BUG: https://bugzilla.samba.org/show_bug.cgi?id=2191
    
    Signed-off-by: Volker Lendecke <vl at samba.org>
    Reviewed-by: Andreas Schneider <asn at samba.org>
    
    Autobuild-User(master): Andreas Schneider <asn at cryptomilk.org>
    Autobuild-Date(master): Thu Jan 16 20:17:24 CET 2014 on sn-devel-104

commit 7d339dfe70217a23c2d935667084e496a5ea04f1
Author: Andreas Schneider <asn at samba.org>
Date:   Fri Dec 13 18:50:27 2013 +0100

    Add missing include dirs to .clang_complete.
    
    Signed-off-by: Andreas Schneider <asn at samba.org>

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

Summary of changes:
 .clang_complete                  |    5 +++++
 source3/winbindd/wb_fill_pwent.c |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/.clang_complete b/.clang_complete
index cd3a44b..b4e397d 100644
--- a/.clang_complete
+++ b/.clang_complete
@@ -11,6 +11,11 @@
 -Ibin/default/dynconfig -Idynconfig
 -Ibin/default/include -Iinclude
 -Ibin/default/include/public
+-Ibin/default/include/public/core
+-Ibin/default/include/public/gen_ndr
+-Ibin/default/include/public/ndr
+-Ibin/default/include/public/samba
+-Ibin/default/include/public/util
 -Ibin/default/lib
 -Ibin/default/lib/addns -Ilib/addns
 -Ibin/default/lib/async_req -Ilib/async_req
diff --git a/source3/winbindd/wb_fill_pwent.c b/source3/winbindd/wb_fill_pwent.c
index 9d0abbd..cd0ca50 100644
--- a/source3/winbindd/wb_fill_pwent.c
+++ b/source3/winbindd/wb_fill_pwent.c
@@ -91,7 +91,7 @@ static void wb_fill_pwent_sid2uid_done(struct tevent_req *subreq)
 
 	state->pw->pw_uid = (uid_t)xid.id;
 
-	subreq = wb_getgrsid_send(state, state->ev, &state->info->group_sid, 1);
+	subreq = wb_getgrsid_send(state, state->ev, &state->info->group_sid, 0);
 	if (tevent_req_nomem(subreq, req)) {
 		return;
 	}


-- 
Samba Shared Repository


More information about the samba-cvs mailing list