nfs-ganesha 1.4
|
#include <sys/param.h>
#include <sys/socket.h>
#include <rpc/rpc.h>
#include <unistd.h>
#include <err.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <signal.h>
#include "gssd.h"
#include "err_util.h"
#include "gss_util.h"
#include "krb5_util.h"
Go to the source code of this file.
Functions | |
void | sig_die (int signal) |
void | sig_hup (int signal) |
int | main (int argc, char *argv[]) |
Variables | |
char | pipefs_dir [PATH_MAX] = GSSD_PIPEFS_DIR |
char | keytabfile [PATH_MAX] = GSSD_DEFAULT_KEYTAB_FILE |
char | ccachedir [PATH_MAX] = GSSD_DEFAULT_CRED_DIR |
char * | ccachesearch [GSSD_MAX_CCACHE_SEARCH+1] |
int | use_memcache = 0 |
int | root_uses_machine_creds = 1 |
unsigned int | context_timeout = 0 |
char * | preferred_realm = NULL |
int | num_krb5_enctypes = 0 |
krb5_enctype * | krb5_enctypes = NULL |
char* ccachesearch[GSSD_MAX_CCACHE_SEARCH+1] |
unsigned int context_timeout = 0 |
char keytabfile[PATH_MAX] = GSSD_DEFAULT_KEYTAB_FILE |
krb5_enctype* krb5_enctypes = NULL |
int num_krb5_enctypes = 0 |
char pipefs_dir[PATH_MAX] = GSSD_PIPEFS_DIR |
char* preferred_realm = NULL |
int root_uses_machine_creds = 1 |
int use_memcache = 0 |