Main Page | Modules | Class List | Directories | File List | Class Members | File Members | Related Pages

svc_auth.h

Go to the documentation of this file.
00001 /*  $Id$ */
00002 /*      $OpenBSD: svc_auth.h,v 1.2 1997/09/21 10:46:16 niklas Exp $     */
00003 /*      $NetBSD: svc_auth.h,v 1.4 1994/10/26 00:57:07 cgd Exp $ */
00004 
00005 /*
00006  * Sun RPC is a product of Sun Microsystems, Inc. and is provided for
00007  * unrestricted use provided that this legend is included on all tape
00008  * media and as a part of the software program in whole or part.  Users
00009  * may copy or modify Sun RPC without charge, but are not authorized
00010  * to license or distribute it to anyone else except as part of a product or
00011  * program developed by the user.
00012  * 
00013  * SUN RPC IS PROVIDED AS IS WITH NO WARRANTIES OF ANY KIND INCLUDING THE
00014  * WARRANTIES OF DESIGN, MERCHANTIBILITY AND FITNESS FOR A PARTICULAR
00015  * PURPOSE, OR ARISING FROM A COURSE OF DEALING, USAGE OR TRADE PRACTICE.
00016  * 
00017  * Sun RPC is provided with no support and without any obligation on the
00018  * part of Sun Microsystems, Inc. to assist in its use, correction,
00019  * modification or enhancement.
00020  * 
00021  * SUN MICROSYSTEMS, INC. SHALL HAVE NO LIABILITY WITH RESPECT TO THE
00022  * INFRINGEMENT OF COPYRIGHTS, TRADE SECRETS OR ANY PATENTS BY SUN RPC
00023  * OR ANY PART THEREOF.
00024  * 
00025  * In no event will Sun Microsystems, Inc. be liable for any lost revenue
00026  * or profits or other special, indirect and consequential damages, even if
00027  * Sun has been advised of the possibility of such damages.
00028  * 
00029  * Sun Microsystems, Inc.
00030  * 2550 Garcia Avenue
00031  * Mountain View, California  94043
00032  *
00033  *      from: @(#)svc_auth.h 1.6 86/07/16 SMI
00034  *      @(#)svc_auth.h  2.1 88/07/29 4.0 RPCSRC
00035  */
00036 
00037 /*
00038  * svc_auth.h, Service side of rpc authentication.
00039  * 
00040  * Copyright (C) 1984, Sun Microsystems, Inc.
00041  */
00042 
00043 #ifndef _RPC_SVCAUTH_H
00044 #define _RPC_SVCAUTH_H
00045 
00046 /*
00047  * Server side authenticator
00048  */
00049 __BEGIN_DECLS
00050 extern enum auth_stat _authenticate __P((struct svc_req *, struct rpc_msg *));
00051 __END_DECLS
00052 
00053 #endif /* !_RPC_SVCAUTH_H */

Generated on Sun May 14 14:51:20 2006 by  doxygen 1.4.2