]> git.decadent.org.uk Git - nfs-utils.git/blob - support/gssapi/mechglue.h
Merge commit 'debian/1.0.7-2'
[nfs-utils.git] / support / gssapi / mechglue.h
1 /* #ident  "@(#)mechglue.h 1.13     95/08/07 SMI" */
2
3 /*
4  * Copyright 1996 by Sun Microsystems, Inc.
5  *
6  * Permission to use, copy, modify, distribute, and sell this software
7  * and its documentation for any purpose is hereby granted without fee,
8  * provided that the above copyright notice appears in all copies and
9  * that both that copyright notice and this permission notice appear in
10  * supporting documentation, and that the name of Sun Microsystems not be used
11  * in advertising or publicity pertaining to distribution of the software
12  * without specific, written prior permission. Sun Microsystems makes no
13  * representations about the suitability of this software for any
14  * purpose.  It is provided "as is" without express or implied warranty.
15  *
16  * SUN MICROSYSTEMS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
17  * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
18  * EVENT SHALL SUN MICROSYSTEMS BE LIABLE FOR ANY SPECIAL, INDIRECT OR
19  * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
20  * USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
21  * OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
22  * PERFORMANCE OF THIS SOFTWARE.
23  */
24
25 /*
26  * This header contains the mechglue definitions.
27  */
28
29 #ifndef _GSS_MECHGLUE_H
30 #define _GSS_MECHGLUE_H
31
32 #include <gssapi/gssapi.h>
33
34 /********************************************************/
35 /* GSSAPI Extension functions -- these functions aren't */
36 /* in the GSSAPI, but they are provided in this library */
37
38 int gssd_pname_to_uid (char *, gss_OID, gss_OID, uid_t *);
39 void gss_initialize (void);
40 OM_uint32 gss_set_allowable_enctypes( OM_uint32  *,     /* minor_status */
41                                       gss_cred_id_t,    /* cred_handle */
42                                       gss_OID,          /* mech type */
43                                       OM_uint32,        /* num_ktypes */
44                                       void *            /* ktypes */);
45
46 #endif /* _GSS_MECHGLUE_H */