summaryrefslogtreecommitdiffstats
path: root/x-files/gp_rpc.x
diff options
context:
space:
mode:
Diffstat (limited to 'x-files/gp_rpc.x')
-rw-r--r--x-files/gp_rpc.x11
1 files changed, 11 insertions, 0 deletions
diff --git a/x-files/gp_rpc.x b/x-files/gp_rpc.x
index bed5cfe..ec95f5a 100644
--- a/x-files/gp_rpc.x
+++ b/x-files/gp_rpc.x
@@ -1,3 +1,14 @@
+/*
+ * ONC RPC request/reply header XDR.
+ *
+ * Note that this XDR is extracted from RFC1831 and massaged so that
+ * rpcgen(1) accepts it, but it is intended to be wire-compatible with
+ * RFC1831.
+ *
+ * Also, in order to avoid symbol naming conflicts, we prefix "gp_" and
+ * "GP_" to all symbols from RFC1831. "GP" stands for "GSS proxy".
+ */
+
enum gp_rpc_auth_flavor {
GP_RPC_AUTH_NONE = 0,
GP_RPC_AUTH_SYS = 1,