| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | /* | 
| Uwe Zeisberger | f30c226 | 2006-10-03 23:01:26 +0200 | [diff] [blame] | 2 |  * linux/include/linux/sunrpc/svcauth_gss.h | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3 |  * | 
 | 4 |  * Bruce Fields <bfields@umich.edu> | 
| Lucas De Marchi | 25985ed | 2011-03-30 22:57:33 -0300 | [diff] [blame] | 5 |  * Copyright (c) 2002 The Regents of the University of Michigan | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 6 |  */ | 
 | 7 |  | 
 | 8 | #ifndef _LINUX_SUNRPC_SVCAUTH_GSS_H | 
 | 9 | #define _LINUX_SUNRPC_SVCAUTH_GSS_H | 
 | 10 |  | 
 | 11 | #ifdef __KERNEL__ | 
 | 12 | #include <linux/sched.h> | 
 | 13 | #include <linux/sunrpc/types.h> | 
 | 14 | #include <linux/sunrpc/xdr.h> | 
 | 15 | #include <linux/sunrpc/svcauth.h> | 
 | 16 | #include <linux/sunrpc/svcsock.h> | 
 | 17 | #include <linux/sunrpc/auth_gss.h> | 
 | 18 |  | 
 | 19 | int gss_svc_init(void); | 
 | 20 | void gss_svc_shutdown(void); | 
 | 21 | int svcauth_gss_register_pseudoflavor(u32 pseudoflavor, char * name); | 
| J. Bruce Fields | 4796f45 | 2007-07-17 04:04:51 -0700 | [diff] [blame] | 22 | u32 svcauth_gss_flavor(struct auth_domain *dom); | 
| Olga Kornievskaia | 68e76ad | 2008-12-23 16:17:15 -0500 | [diff] [blame] | 23 | char *svc_gss_principal(struct svc_rqst *); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 24 |  | 
 | 25 | #endif /* __KERNEL__ */ | 
 | 26 | #endif /* _LINUX_SUNRPC_SVCAUTH_GSS_H */ |