nfs-ganesha 1.4
Classes | Typedefs | Enumerations

nfs_creds.h File Reference

Prototypes for the RPC credentials used in NFS. More...

#include <pthread.h>
#include <sys/types.h>
#include <sys/param.h>
#include "ganesha_rpc.h"
#include "LRU_List.h"
#include "fsal.h"
#include "cache_inode.h"
#include "nfs23.h"
#include "nfs4.h"
#include "mount.h"
#include "err_LRU_List.h"
#include "err_HashTable.h"

Go to the source code of this file.

Classes

struct  CredUnix__
struct  CredGss__
union  CredData__
struct  RPCSEC_GSS_cred__

Typedefs

typedef enum CredType__ CredType_t
typedef struct CredUnix__ CredUnix_t
typedef struct CredGss__ CredGss_t
typedef union CredData__ CredData_t
typedef struct RPCSEC_GSS_cred__ RPCSEC_GSS_cred_t

Enumerations

enum  CredType__ { CRED_NONE = 1, CRED_UNIX = 2, CRED_GSS = 3 }

Detailed Description

Prototypes for the RPC credentials used in NFS.

Author:
Author:
deniel
Date:
Date:
2005/11/28 17:03:23
Version:
Revision:
1.4

nfs_creds.h : Prototypes for the RPC credentials used in NFS.

Definition in file nfs_creds.h.


Typedef Documentation

typedef union CredData__ CredData_t
typedef struct CredGss__ CredGss_t
typedef enum CredType__ CredType_t
typedef struct CredUnix__ CredUnix_t

Enumeration Type Documentation

enum CredType__
Enumerator:
CRED_NONE 
CRED_UNIX 
CRED_GSS 

Definition at line 57 of file nfs_creds.h.