|
Data Structures |
struct | data |
| User's characteristics: can be repeated. More...
|
struct | attribute |
struct | attributelist |
struct | contactdata |
struct | voms |
struct | vomsdata |
class | vomsdata::Initializer |
Enumerations |
enum | data_type { TYPE_NODATA,
TYPE_STD,
TYPE_CUSTOM
} |
| The type of data returned. More...
|
enum | recurse_type { RECURSE_CHAIN,
RECURSE_NONE,
RECURSE_DEEP
} |
enum | verify_type {
VERIFY_FULL = 0xffffffff,
VERIFY_NONE = 0x00000000,
VERIFY_DATE = 0x00000001,
VERIFY_TARGET = 0x00000002,
VERIFY_KEY = 0x00000004,
VERIFY_SIGN = 0x00000008,
VERIFY_ORDER = 0x00000010,
VERIFY_ID = 0x00000020,
VERIFY_CERTLIST = 0x00000040
} |
enum | verror_type {
VERR_NONE,
VERR_NOSOCKET,
VERR_NOIDENT,
VERR_COMM,
VERR_PARAM,
VERR_NOEXT,
VERR_NOINIT,
VERR_TIME,
VERR_IDCHECK,
VERR_EXTRAINFO,
VERR_FORMAT,
VERR_NODATA,
VERR_PARSE,
VERR_DIR,
VERR_SIGN,
VERR_SERVER,
VERR_MEM,
VERR_VERIFY,
VERR_TYPE,
VERR_ORDER,
VERR_SERVERCODE,
VERR_NOTAVAIL,
VERR_FILE
} |
| Error codes. More...
|
Functions |
int | getMajorVersionNumber (void) |
int | getMinorVersionNumber (void) |
int | getPatchVersionNumber (void) |