#include <sys/types.h>
#include <sys/queue.h>
#include <gssapi/gssapi.h>
Go to the source code of this file.
Define Documentation
| #define DNOTIFY_SIGNAL (SIGRTMIN + 3) |
| #define FD_ALLOC_BLOCK 256 |
| #define GSSD_DEFAULT_CRED_DIR "/tmp" |
| #define GSSD_DEFAULT_CRED_PREFIX "krb5cc_" |
| #define GSSD_DEFAULT_KEYTAB_FILE "/etc/krb5.keytab" |
| #define GSSD_DEFAULT_MACHINE_CRED_SUFFIX "machine" |
| #define GSSD_MAX_CCACHE_SEARCH 16 |
| #define GSSD_PIPEFS_DIR "/var/lib/nfs/rpc_pipefs" |
| #define GSSD_SERVICE_NAME "nfs" |
| #define GSSD_SERVICE_NAME_LEN 3 |
| #define MAX_FILE_NAMELEN 32 |
Enumeration Type Documentation
- Enumerator:
| AUTHTYPE_KRB5 |
|
| AUTHTYPE_SPKM3 |
|
| AUTHTYPE_LIPKEY |
|
Definition at line 58 of file gssd.h.
Function Documentation
| void handle_gssd_upcall |
( |
struct clnt_info * |
clp | ) |
|
| void handle_krb5_upcall |
( |
struct clnt_info * |
clp | ) |
|
| void handle_spkm3_upcall |
( |
struct clnt_info * |
clp | ) |
|
| void init_client_list |
( |
void |
| ) |
|
| int update_client_list |
( |
void |
| ) |
|
Variable Documentation