|
| int | GRSTgaclInit (void) |
| |
| GRSTgaclAcl * | GRSTgaclAclParse (xmlDocPtr, xmlNodePtr, GRSTgaclAcl *) |
| |
| GRSTgaclAcl * | GRSTxacmlAclParse (xmlDocPtr, xmlNodePtr, GRSTgaclAcl *) |
| |
| GRSTgaclCred * | GRSTgaclCredCreate (char *auri_prefix, char *auri_suffix) |
| |
| GRSTgaclCred * | GRSTgaclCredNew (char *type) |
| |
| int | GRSTgaclCredAddValue (GRSTgaclCred *cred, char *name, char *rawvalue) |
| |
| int | GRSTgaclCredFree (GRSTgaclCred *cred) |
| |
| int | GRSTgaclEntryAddCred (GRSTgaclEntry *entry, GRSTgaclCred *cred) |
| |
| int | GRSTgaclEntryDelCred (GRSTgaclEntry *entry, GRSTgaclCred *cred) |
| |
| int | GRSTgaclCredPrint (GRSTgaclCred *cred, FILE *fp) |
| |
| int | GRSTgaclCredCmpAuri (GRSTgaclCred *cred1, GRSTgaclCred *cred2) |
| |
| GRSTgaclEntry * | GRSTgaclEntryNew (void) |
| |
| int | GRSTgaclEntryFree (GRSTgaclEntry *entry) |
| |
| int | GRSTgaclAclAddEntry (GRSTgaclAcl *acl, GRSTgaclEntry *entry) |
| |
| int | GRSTgaclEntryPrint (GRSTgaclEntry *entry, FILE *fp) |
| |
| int | GRSTgaclPermPrint (GRSTgaclPerm perm, FILE *fp) |
| |
| int | GRSTgaclEntryAllowPerm (GRSTgaclEntry *entry, GRSTgaclPerm perm) |
| |
| int | GRSTgaclEntryUnallowPerm (GRSTgaclEntry *entry, GRSTgaclPerm perm) |
| |
| int | GRSTgaclEntryDenyPerm (GRSTgaclEntry *entry, GRSTgaclPerm perm) |
| |
| int | GRSTgaclEntryUndenyPerm (GRSTgaclEntry *entry, GRSTgaclPerm perm) |
| |
| char * | GRSTgaclPermToChar (GRSTgaclPerm perm) |
| |
| GRSTgaclPerm | GRSTgaclPermFromChar (char *s) |
| |
| GRSTgaclAcl * | GRSTgaclAclNew (void) |
| |
| int | GRSTgaclAclFree (GRSTgaclAcl *acl) |
| |
| int | GRSTgaclAclPrint (GRSTgaclAcl *acl, FILE *fp) |
| |
| int | GRSTgaclAclSave (GRSTgaclAcl *acl, char *filename) |
| |
| GRSTgaclAcl * | GRSTgaclAclLoadFile (char *filename) |
| |
| int | GRSTgaclFileIsAcl (char *pathandfile) |
| |
| char * | GRSTgaclFileFindAclname (char *pathandfile) |
| |
| GRSTgaclAcl * | GRSTgaclAclLoadforFile (char *pathandfile) |
| |
| GRSTgaclUser * | GRSTgaclUserNew (GRSTgaclCred *cred) |
| |
| int | GRSTgaclUserFree (GRSTgaclUser *user) |
| |
| int | GRSTgaclUserAddCred (GRSTgaclUser *user, GRSTgaclCred *cred) |
| |
| int | GRSTgaclUserHasCred (GRSTgaclUser *user, GRSTgaclCred *cred) |
| |
| GRSTgaclCred * | GRSTgaclUserFindCredtype (GRSTgaclUser *user, char *type) |
| |
| int | GRSTgaclUserSetDNlists (GRSTgaclUser *user, char *dnlists) |
| |
| int | GRSTgaclUserLoadDNlists (GRSTgaclUser *user, char *dnlists) |
| |
| int | GRSTgaclDNlistHasUser (char *listurl, GRSTgaclUser *user) |
| |
| int | GRSTgaclUserHasAURI (GRSTgaclUser *user, char *auri) |
| |
| GRSTgaclPerm | GRSTgaclAclTestUser (GRSTgaclAcl *acl, GRSTgaclUser *user) |
| |
| GRSTgaclPerm | GRSTgaclAclTestexclUser (GRSTgaclAcl *acl, GRSTgaclUser *user) |
| |
| GRSTgaclEntry * | GACLparseEntry (void *cur) |
| |