#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <unistd.h>
#include <pwd.h>
#include <fcntl.h>
#include <sys/stat.h>
#include <errno.h>
#include "rpdp.h"
Go to the source code of this file.
Namespaces | |
namespace | ROOT |
Functions | |
void | ROOT::GlbsToolError (char *msg, int maj, int min, int tok) |
int | ROOT::GlbsToolCheckCert (char **subjname) |
int | ROOT::GlbsToolCheckContext (int shmId) |
int | ROOT::GlbsToolStoreContext (gss_ctx_id_t context_handle, char *user) |
int | ROOT::GlbsToolStoreToShm (gss_buffer_t buffer, int *shmId) |
char * | ROOT::GlbsToolExpand (char *file) |
int | ROOT::GlbsToolCheckProxy (char **subjname) |
Variables | |
int | gDebug |