xref: /csrg-svn/lib/librpc/rpc/svc_auth.h (revision 45070)
1*45070Smckusick /* @(#)svc_auth.h	2.1 88/07/29 4.0 RPCSRC */
2*45070Smckusick /*
3*45070Smckusick  * Sun RPC is a product of Sun Microsystems, Inc. and is provided for
4*45070Smckusick  * unrestricted use provided that this legend is included on all tape
5*45070Smckusick  * media and as a part of the software program in whole or part.  Users
6*45070Smckusick  * may copy or modify Sun RPC without charge, but are not authorized
7*45070Smckusick  * to license or distribute it to anyone else except as part of a product or
8*45070Smckusick  * program developed by the user.
9*45070Smckusick  *
10*45070Smckusick  * SUN RPC IS PROVIDED AS IS WITH NO WARRANTIES OF ANY KIND INCLUDING THE
11*45070Smckusick  * WARRANTIES OF DESIGN, MERCHANTIBILITY AND FITNESS FOR A PARTICULAR
12*45070Smckusick  * PURPOSE, OR ARISING FROM A COURSE OF DEALING, USAGE OR TRADE PRACTICE.
13*45070Smckusick  *
14*45070Smckusick  * Sun RPC is provided with no support and without any obligation on the
15*45070Smckusick  * part of Sun Microsystems, Inc. to assist in its use, correction,
16*45070Smckusick  * modification or enhancement.
17*45070Smckusick  *
18*45070Smckusick  * SUN MICROSYSTEMS, INC. SHALL HAVE NO LIABILITY WITH RESPECT TO THE
19*45070Smckusick  * INFRINGEMENT OF COPYRIGHTS, TRADE SECRETS OR ANY PATENTS BY SUN RPC
20*45070Smckusick  * OR ANY PART THEREOF.
21*45070Smckusick  *
22*45070Smckusick  * In no event will Sun Microsystems, Inc. be liable for any lost revenue
23*45070Smckusick  * or profits or other special, indirect and consequential damages, even if
24*45070Smckusick  * Sun has been advised of the possibility of such damages.
25*45070Smckusick  *
26*45070Smckusick  * Sun Microsystems, Inc.
27*45070Smckusick  * 2550 Garcia Avenue
28*45070Smckusick  * Mountain View, California  94043
29*45070Smckusick  */
30*45070Smckusick /*      @(#)svc_auth.h 1.6 86/07/16 SMI      */
31*45070Smckusick 
32*45070Smckusick /*
33*45070Smckusick  * svc_auth.h, Service side of rpc authentication.
34*45070Smckusick  *
35*45070Smckusick  * Copyright (C) 1984, Sun Microsystems, Inc.
36*45070Smckusick  */
37*45070Smckusick 
38*45070Smckusick 
39*45070Smckusick /*
40*45070Smckusick  * Server side authenticator
41*45070Smckusick  */
42*45070Smckusick extern enum auth_stat _authenticate();
43