summaryrefslogtreecommitdiff
path: root/librpc
diff options
context:
space:
mode:
authorMatthieu Patou <mat@matws.net>2011-08-01 13:53:32 +0400
committerMatthieu Patou <mat@samba.org>2014-10-02 12:02:01 +0200
commit15ab764f91f22c8c08c630af110d78d578bb3429 (patch)
tree8eb26901d716bd962a97eea59b06fd1e9cf936dc /librpc
parent072bf227a76ff0683aa4a32255ce89db2107829e (diff)
downloadsamba-15ab764f91f22c8c08c630af110d78d578bb3429.tar.gz
idl: frsrpc cleaning, opnum 4->10 didn't exists
Change-Id: I6b45ffdead170e9f83deb8d16082cc9bb0366d47 Reviewed-by: Stefan Metzmacher <metze@samba.org> Signed-off-by: Matthieu Patou <mat@matws.net>
Diffstat (limited to 'librpc')
-rw-r--r--librpc/idl/frsrpc.idl22
1 files changed, 15 insertions, 7 deletions
diff --git a/librpc/idl/frsrpc.idl b/librpc/idl/frsrpc.idl
index a2357025639..e3c5f5c70f7 100644
--- a/librpc/idl/frsrpc.idl
+++ b/librpc/idl/frsrpc.idl
@@ -392,31 +392,39 @@ interface frsrpc
/* Function 0x03 */
WERROR frsrpc_FrsNOP();
+ /*
+ *For Op from 4 to 10 Microsoft use
+ *the notation OpnumxxNotUsedOnWire
+ *where xx is the number of the OP.
+ *They are only declared in the IDL of MS-FRS1.pdf.
+ *Not in the core of the document.
+ */
+
/*****************/
/* Function 0x04 */
- [todo] void FRSRPC_BACKUP_COMPLETE();
+ /*[todo] void FRSRPC_BACKUP_COMPLETE();*/
/*****************/
/* Function 0x05 */
- [todo] void FRSRPC_BACKUP_COMPLETE_5();
+ /*[todo] void FRSRPC_BACKUP_COMPLETE_5();*/
/*****************/
/* Function 0x06 */
- [todo] void FRSRPC_BACKUP_COMPLETE_6();
+ /*[todo] void FRSRPC_BACKUP_COMPLETE_6();*/
/*****************/
/* Function 0x07 */
- [todo] void FRSRPC_BACKUP_COMPLETE_7();
+ /*[todo] void FRSRPC_BACKUP_COMPLETE_7();*/
/*****************/
/* Function 0x08 */
- [todo] void FRSRPC_BACKUP_COMPLETE_8();
+ /*[todo] void FRSRPC_BACKUP_COMPLETE_8();*/
/*****************/
/* Function 0x09 */
- [todo] void FRSRPC_BACKUP_COMPLETE_9();
+ /*[todo] void FRSRPC_BACKUP_COMPLETE_9();*/
/*****************/
/* Function 0x0a */
- [todo] void FRSRPC_VERIFY_PROMOTION_PARENT_EX();
+ /*[todo] void FRSRPC_VERIFY_PROMOTION_PARENT_EX();*/
}