diff options
Diffstat (limited to 'lib/libc/rpc/rpc_soc.3')
-rw-r--r-- | lib/libc/rpc/rpc_soc.3 | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/lib/libc/rpc/rpc_soc.3 b/lib/libc/rpc/rpc_soc.3 index e6fd8a0da6e4..4abd4b14c475 100644 --- a/lib/libc/rpc/rpc_soc.3 +++ b/lib/libc/rpc/rpc_soc.3 @@ -1,6 +1,6 @@ .\" $NetBSD: rpc_soc.3,v 1.2 2000/06/07 13:39:43 simonb Exp $ .\" -.Dd August 10, 2025 +.Dd February 16, 1988 .Dt RPC_SOC 3 .Os .Sh NAME @@ -100,6 +100,16 @@ to perform the requested service, and then sends back a reply. Finally, the procedure call returns to the client. .Pp +Routines that are used for Secure +.Tn RPC ( DES +authentication) are described in +.Xr rpc_secure 3 . +Secure +.Tn RPC +can be used only if +.Tn DES +encryption is available. +.Pp .Bl -tag -width indent -compact .It Xo .Ft void @@ -1691,6 +1701,7 @@ This routine modifies the global variable Service implementors usually do not need this routine. .El .Sh SEE ALSO +.Xr rpc_secure 3 , .Xr xdr 3 .Rs .%T "Remote Procedure Calls: Protocol Specification" |