[SCM] Samba Shared Repository - branch master updated

Matthias Dieter Wallnöfer mdw at samba.org
Tue Dec 21 03:18:01 MST 2010


The branch, master has been updated
       via  71d0fd8 s4:auth/session.h - use a forward declaration for type "struct ldb_context"
      from  446f8a1 s4-auth Ensure that we always copy across domain groups

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


- Log -----------------------------------------------------------------
commit 71d0fd88d2d39bd2ad0040630c17bdbbf7ab39b8
Author: Matthias Dieter Wallnöfer <mdw at samba.org>
Date:   Tue Dec 21 10:13:41 2010 +0100

    s4:auth/session.h - use a forward declaration for type "struct ldb_context"
    
    And remove the now obsolete one for "struct tevent_context"
    
    Autobuild-User: Matthias Dieter Wallnöfer <mdw at samba.org>
    Autobuild-Date: Tue Dec 21 11:17:34 CET 2010 on sn-devel-104

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

Summary of changes:
 source4/auth/session.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/auth/session.h b/source4/auth/session.h
index bdcfe7a..39c818f 100644
--- a/source4/auth/session.h
+++ b/source4/auth/session.h
@@ -30,7 +30,7 @@ struct auth_session_info {
 
 #include "librpc/gen_ndr/netlogon.h"
 
-struct tevent_context;
+struct ldb_context;
 /* Create a security token for a session SYSTEM (the most
  * trusted/prvilaged account), including the local machine account as
  * the off-host credentials */


-- 
Samba Shared Repository


More information about the samba-cvs mailing list