#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
#include <errno.h>
#include <stdarg.h>
#include <gssapi.h>
#include <grp.h>
#include "lcmaps_defines.h"
#include "lcmaps_types.h"
#include "lcmaps_log.h"
Include dependency graph for lcmaps_utils.c:
Go to the source code of this file.
Functions | |
char* | cred_to_dn (gss_cred_id_t) |
Get the globus DN from GLOBUS credential (gssapi). More... | |
int | fexist (char *) |
check the existence of file corresponding to <path>. More... |
Definition in file lcmaps_utils.c.
|
Get the globus DN from GLOBUS credential (gssapi).
(copied and modified from GLOBUS gatekeeper.c)
Definition at line 176 of file lcmaps_utils.c. Referenced by lcmaps_fill_cred().
|
|
check the existence of file corresponding to <path>.
Definition at line 304 of file lcmaps_utils.c. Referenced by lcmaps_getfexist().
|