The branch, master has been updated
       via  0825a52 Revert "s3-messaging: IDMAP_ messages belongs to the 
Winbind range"
      from  0db0e93 s3-passdb pdb_samba4 handles PDB_PWHISTORY already

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


- Log -----------------------------------------------------------------
commit 0825a52a369883ec422efbebfce5eaac78bf94a5
Author: Simo Sorce <[email protected]>
Date:   Fri Aug 19 08:07:30 2011 -0400

    Revert "s3-messaging: IDMAP_ messages belongs to the Winbind range"
    
    This reverts commit 102f39ae3e7df26faf81595c8e0120b2e2a45bbd.
    
    These messages are handled by smbd not winbind, and could potentially be of
    general interest.
    
    Autobuild-User: Simo Sorce <[email protected]>
    Autobuild-Date: Fri Aug 19 16:16:05 CEST 2011 on sn-devel-104

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

Summary of changes:
 source3/librpc/idl/messaging.idl |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/librpc/idl/messaging.idl b/source3/librpc/idl/messaging.idl
index 41df791..aca90c4 100644
--- a/source3/librpc/idl/messaging.idl
+++ b/source3/librpc/idl/messaging.idl
@@ -35,6 +35,10 @@ interface messaging
                MSG_REQ_DMALLOC_LOG_CHANGED     = 0x000C,
                MSG_SHUTDOWN                    = 0x000D,
 
+               MSG_IDMAP_FLUSH                 = 0x000E,
+               MSG_IDMAP_DELETE                = 0x000F,
+               MSG_IDMAP_KILL                  = 0x0010,
+
                /* Changes to smb.conf are really of general interest */
                MSG_SMB_CONF_UPDATED            = 0x0021,
 
@@ -90,10 +94,6 @@ interface messaging
                MSG_WINBIND_DUMP_DOMAIN_LIST    = 0x0409,
                MSG_WINBIND_IP_DROPPED          = 0x040A,
 
-               MSG_IDMAP_FLUSH                 = 0x040E,
-               MSG_IDMAP_DELETE                = 0x040F,
-               MSG_IDMAP_KILL                  = 0x0410,
-
                /* event messages */
                MSG_DUMP_EVENT_LIST             = 0x0500,
 


-- 
Samba Shared Repository

Reply via email to