svn commit: samba r19218 - in branches/SAMBA_3_0/source/include: .

vlendec at samba.org vlendec at samba.org
Tue Oct 10 07:37:03 GMT 2006


Author: vlendec
Date: 2006-10-10 07:37:03 +0000 (Tue, 10 Oct 2006)
New Revision: 19218

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=19218

Log:
With the new RPC server infrastructure all backend functions are filled, at
least with dummy routines. We need a way to indicate that we do not support a
call, so that srv_pipe_hnd.c can return the DCE level RNG_ERROR.

This flag can be set in the backend routines for this one. I'll change pidl to
generate code to "return False" in srv_lsa.c if this flag is set.

Volker
Modified:
   branches/SAMBA_3_0/source/include/ntdomain.h


Changeset:
Modified: branches/SAMBA_3_0/source/include/ntdomain.h
===================================================================
--- branches/SAMBA_3_0/source/include/ntdomain.h	2006-10-10 04:22:00 UTC (rev 19217)
+++ branches/SAMBA_3_0/source/include/ntdomain.h	2006-10-10 07:37:03 UTC (rev 19218)
@@ -257,6 +257,12 @@
 	 */
 
 	BOOL bad_handle_fault_state;
+
+	/*
+	 * Set to true when the backend does not support a call.
+	 */
+
+	BOOL rng_fault_state;
 	
 	/*
 	 * Set to RPC_BIG_ENDIAN when dealing with big-endian PDU's



More information about the samba-cvs mailing list