Coda Distributed File System
|
#include <sys/param.h>
#include <stdio.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/ioctl.h>
#include <time.h>
#include <coda.h>
#include <pioctl.h>
#include <sys/file.h>
#include <errno.h>
#include "coda_string.h"
#include <unistd.h>
#include <stdlib.h>
#include <fcntl.h>
#include <netdb.h>
#include <util.h>
#include <codaconf.h>
#include "auth2.h"
Classes | |
struct | venusbuff |
Macros | |
#define | VIRTUE 1 |
#define | VICE 1 |
#define | O_BINARY 0 |
Functions | |
int | U_SetLocalTokens (IN int setPag, IN ClearToken *cToken, IN EncryptedSecretToken sToken, IN const char *realm) |
int | U_GetLocalTokens (OUT ClearToken *cToken, OUT EncryptedSecretToken sToken, IN const char *realm) |
int | U_DeleteLocalTokens (const char *realm) |
#define O_BINARY 0 |
#define VICE 1 |
#define VIRTUE 1 |
int U_DeleteLocalTokens | ( | const char * | realm | ) |
int U_GetLocalTokens | ( | OUT ClearToken * | cToken, |
OUT EncryptedSecretToken | sToken, | ||
IN const char * | realm | ||
) |