#include <linux/err.h>
#include <linux/module.h>
#include <linux/init.h>
#include <linux/types.h>
#include <linux/slab.h>
#include <linux/sunrpc/auth.h>
#include <linux/sunrpc/gss_krb5.h>
#include <linux/sunrpc/xdr.h>
#include <linux/crypto.h>
#include <linux/sunrpc/gss_krb5_enctypes.h>
Go to the source code of this file.
MODULE_ALIAS |
( |
"rpc-auth-gss-krb5" |
| ) |
|
MODULE_ALIAS |
( |
"rpc-auth-gss-krb5i" |
| ) |
|
MODULE_ALIAS |
( |
"rpc-auth-gss-krb5p" |
| ) |
|
MODULE_ALIAS |
( |
"rpc-auth-gss-390003" |
| ) |
|
MODULE_ALIAS |
( |
"rpc-auth-gss-390004" |
| ) |
|
MODULE_ALIAS |
( |
"rpc-auth-gss-390005" |
| ) |
|
module_exit |
( |
cleanup_kerberos_module |
| ) |
|
module_init |
( |
init_kerberos_module |
| ) |
|