From 7238bcee88d0b785e36f6d221b4c54fc4d73bb4e Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Fri, 30 Mar 2012 08:15:45 -0400 Subject: Official IANA Assigned RPC Program Number --- proxy/rpcgen/gss_proxy.h | 2 +- x-files/gss_proxy.x | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/proxy/rpcgen/gss_proxy.h b/proxy/rpcgen/gss_proxy.h index 6e98510..281c225 100644 --- a/proxy/rpcgen/gss_proxy.h +++ b/proxy/rpcgen/gss_proxy.h @@ -521,7 +521,7 @@ struct gssx_res_wrap_size_limit { }; typedef struct gssx_res_wrap_size_limit gssx_res_wrap_size_limit; -#define GSSPROXY 412345 +#define GSSPROXY 400112 #define GSSPROXYVERS 1 #if defined(__STDC__) || defined(__cplusplus) diff --git a/x-files/gss_proxy.x b/x-files/gss_proxy.x index d3e5dd5..90b880a 100644 --- a/x-files/gss_proxy.x +++ b/x-files/gss_proxy.x @@ -637,4 +637,4 @@ program GSSPROXY { gssx_res_wrap_size_limit GSSX_WRAP_SIZE_LIMIT(gssx_arg_wrap_size_limit) = 15; } = 1; -} = 412345; /* XXX obtain from Oracle (Bill Baker, I think) */ +} = 400112; /* gss-proxy: http://www.iana.org/assignments/rpc-program-numbers */ -- cgit