Deleted Added
full compact
rpc_clnt_auth.3 (74518) rpc_clnt_auth.3 (79754)
1.\" @(#)rpc_clnt_auth.3n 1.21 93/05/07 SMI; from SVr4
2.\" Copyright 1989 AT&T
3.\" @(#)rpc_clnt_auth 1.4 89/07/20 SMI;
4.\" Copyright (c) 1988 Sun Microsystems, Inc. - All Rights Reserved.
5.\" $NetBSD: rpc_clnt_auth.3,v 1.1 2000/06/03 09:29:50 fvdl Exp $
1.\" @(#)rpc_clnt_auth.3n 1.21 93/05/07 SMI; from SVr4
2.\" Copyright 1989 AT&T
3.\" @(#)rpc_clnt_auth 1.4 89/07/20 SMI;
4.\" Copyright (c) 1988 Sun Microsystems, Inc. - All Rights Reserved.
5.\" $NetBSD: rpc_clnt_auth.3,v 1.1 2000/06/03 09:29:50 fvdl Exp $
6.\" $FreeBSD: head/lib/libc/rpc/rpc_clnt_auth.3 74518 2001-03-20 10:47:21Z ru $
6.\" $FreeBSD: head/lib/libc/rpc/rpc_clnt_auth.3 79754 2001-07-15 07:53:42Z dd $
7.Dd May 7, 1993
8.Dt RPC_CLNT_AUTH 3
9.Os
10.Sh NAME
11.Nm auth_destroy ,
12.Nm authnone_create ,
13.Nm authsys_create ,
14.Nm authsys_create_default

--- 35 unchanged lines hidden (view full) ---

50.Dv NULL
51and the
52.Dv SYS
53style of authentication is discussed here.
54.Sh Routines
55.Bl -tag -width authsys_create_default()
56.It Fn auth_destroy
57A function macro that destroys the authentication
7.Dd May 7, 1993
8.Dt RPC_CLNT_AUTH 3
9.Os
10.Sh NAME
11.Nm auth_destroy ,
12.Nm authnone_create ,
13.Nm authsys_create ,
14.Nm authsys_create_default

--- 35 unchanged lines hidden (view full) ---

50.Dv NULL
51and the
52.Dv SYS
53style of authentication is discussed here.
54.Sh Routines
55.Bl -tag -width authsys_create_default()
56.It Fn auth_destroy
57A function macro that destroys the authentication
58information associated with
58information associated with
59.Fa auth .
60Destruction usually involves deallocation
61of private data structures.
62The use of
63.Fa auth
64is undefined after calling
65.Fn auth_destroy .
66.It Fn authnone_create

--- 29 unchanged lines hidden ---
59.Fa auth .
60Destruction usually involves deallocation
61of private data structures.
62The use of
63.Fa auth
64is undefined after calling
65.Fn auth_destroy .
66.It Fn authnone_create

--- 29 unchanged lines hidden ---