summaryrefslogtreecommitdiff
path: root/librpc/idl/dcerpc.idl
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2014-01-03 15:06:23 +0100
committerStefan Metzmacher <metze@samba.org>2014-01-07 00:27:12 +0100
commit66c39420e29e7c257d9cdc5d04c061472bbefd19 (patch)
tree58319e6dbc2d2e46805348283e1cfa141e245bc5 /librpc/idl/dcerpc.idl
parentb62308ed994e9734dfd934d230531010d9e7cefa (diff)
downloadsamba-66c39420e29e7c257d9cdc5d04c061472bbefd19.tar.gz
dcerpc.idl: add documentation references
To [C706 - DCE 1.1: Remote Procedure Call] and [MS-RPCE]. Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'librpc/idl/dcerpc.idl')
-rw-r--r--librpc/idl/dcerpc.idl13
1 files changed, 11 insertions, 2 deletions
diff --git a/librpc/idl/dcerpc.idl b/librpc/idl/dcerpc.idl
index 86f22a4b8c8..23cac89464c 100644
--- a/librpc/idl/dcerpc.idl
+++ b/librpc/idl/dcerpc.idl
@@ -5,8 +5,17 @@
but given that pidl can handle it nicely it simplifies things a lot
to do it this way
- see http://www.opengroup.org/onlinepubs/9629399/chap12.htm for packet
- layouts
+ See [C706 - DCE 1.1: Remote Procedure Call] for the OpenGroup
+ DCERPC specification:
+ http://pubs.opengroup.org/onlinepubs/9629399/toc.htm
+
+ See C706 - Chapter 12: RPC PDU Encodings for packet layouts:
+ http://www.opengroup.org/onlinepubs/9629399/chap12.htm
+
+ See also [MS-RPCE] for the Microsoft
+ "Remote Procedure Call Protocol Extensions".
+ http://msdn.microsoft.com/en-us/library/cc243560.aspx
+
*/
import "misc.idl";