added a basic dcerpc endpoint mapper to Samba4. Currently only
[abartlet/samba.git/.git] / source4 / librpc / idl / dcerpc.idl
index e6b59c2e2dab9e139bb02f7b1d0a38a5a55117e6..afe4b3003f9b25c720968bca13f7f0acf0a7b410 100644 (file)
@@ -82,9 +82,10 @@ interface dcerpc
        } dcerpc_response;
 
 
-       const int DCERPC_FAULT_OP_RNG_ERROR = 0x1c010002;
-       const int DCERPC_FAULT_NDR          = 0x000006f7;
-       const int DCERPC_FAULT_OTHER        = 0x00000001;
+       const int DCERPC_FAULT_OP_RNG_ERROR       = 0x1c010002;
+       const int DCERPC_FAULT_NDR                = 0x000006f7;
+       const int DCERPC_FAULT_CONTEXT_MISMATCH   = 0x1c00001a;
+       const int DCERPC_FAULT_OTHER              = 0x00000001;
 
        /* we return this fault when we haven't yet run the test
           to see what fault w2k3 returns in this case */