Functions
grst_admin.h File Reference

Go to the source code of this file.

Functions

void GRSThttpError (char *)
void adminfooter (GRSThttpBody *, char *, char *, char *, char *)
int GRSTstrCmpShort (char *, char *)
char * makevfilename (char *, size_t, char *)
void show_acl (int admin, GRSTgaclUser *user, char *dn, GRSTgaclPerm perm, char *help_uri, char *dir_path, char *file, char *dir_uri, char *admin_file)
void new_entry_form (GRSTgaclUser *user, char *dn, GRSTgaclPerm perm, char *help_uri, char *dir_path, char *file, char *dir_uri, char *admin_file)
void new_entry (GRSTgaclUser *user, char *dn, GRSTgaclPerm perm, char *help_uri, char *dir_path, char *file, char *dir_uri, char *admin_file)
void del_entry (GRSTgaclUser *user, char *dn, GRSTgaclPerm perm, char *help_uri, char *dir_path, char *file, char *dir_uri, char *admin_file)
void edit_entry_form (GRSTgaclUser *user, char *dn, GRSTgaclPerm perm, char *help_uri, char *dir_path, char *file, char *dir_uri, char *admin_file)
void edit_entry (GRSTgaclUser *user, char *dn, GRSTgaclPerm perm, char *help_uri, char *dir_path, char *file, char *dir_uri, char *admin_file)
void add_cred_form (GRSTgaclUser *user, char *dn, GRSTgaclPerm perm, char *help_uri, char *dir_path, char *file, char *dir_uri, char *admin_file)
void add_cred (GRSTgaclUser *user, char *dn, GRSTgaclPerm perm, char *help_uri, char *dir_path, char *file, char *dir_uri, char *admin_file)
void del_cred (GRSTgaclUser *user, char *dn, GRSTgaclPerm perm, char *help_uri, char *dir_path, char *file, char *dir_uri, char *admin_file)
void del_entry_sure (GRSTgaclUser *user, char *dn, GRSTgaclPerm perm, char *help_uri, char *dir_path, char *file, char *dir_uri, char *admin_file)
void del_cred_sure (GRSTgaclUser *user, char *dn, GRSTgaclPerm perm, char *help_uri, char *dir_path, char *file, char *dir_uri, char *admin_file)
void admin_continue (char *dn, GRSTgaclPerm perm, char *help_uri, char *dir_path, char *file, char *dir_uri, char *admin_file, GRSThttpBody *bp)
int verifypasscode ()
void outputformactionerror (char *dn, GRSTgaclPerm perm, char *help_uri, char *dir_path, char *dir_uri, char *admin_file)

Function Documentation

void add_cred ( GRSTgaclUser user,
char *  dn,
GRSTgaclPerm  perm,
char *  help_uri,
char *  dir_path,
char *  file,
char *  dir_uri,
char *  admin_file 
)
void add_cred_form ( GRSTgaclUser user,
char *  dn,
GRSTgaclPerm  perm,
char *  help_uri,
char *  dir_path,
char *  file,
char *  dir_uri,
char *  admin_file 
)
void admin_continue ( char *  dn,
GRSTgaclPerm  perm,
char *  help_uri,
char *  dir_path,
char *  file,
char *  dir_uri,
char *  admin_file,
GRSThttpBody bp 
)
void adminfooter ( GRSThttpBody ,
char *  ,
char *  ,
char *  ,
char *   
)
void del_cred ( GRSTgaclUser user,
char *  dn,
GRSTgaclPerm  perm,
char *  help_uri,
char *  dir_path,
char *  file,
char *  dir_uri,
char *  admin_file 
)
void del_cred_sure ( GRSTgaclUser user,
char *  dn,
GRSTgaclPerm  perm,
char *  help_uri,
char *  dir_path,
char *  file,
char *  dir_uri,
char *  admin_file 
)
void del_entry ( GRSTgaclUser user,
char *  dn,
GRSTgaclPerm  perm,
char *  help_uri,
char *  dir_path,
char *  file,
char *  dir_uri,
char *  admin_file 
)
void del_entry_sure ( GRSTgaclUser user,
char *  dn,
GRSTgaclPerm  perm,
char *  help_uri,
char *  dir_path,
char *  file,
char *  dir_uri,
char *  admin_file 
)
void edit_entry ( GRSTgaclUser user,
char *  dn,
GRSTgaclPerm  perm,
char *  help_uri,
char *  dir_path,
char *  file,
char *  dir_uri,
char *  admin_file 
)
void edit_entry_form ( GRSTgaclUser user,
char *  dn,
GRSTgaclPerm  perm,
char *  help_uri,
char *  dir_path,
char *  file,
char *  dir_uri,
char *  admin_file 
)
void GRSThttpError ( char *  )
int GRSTstrCmpShort ( char *  ,
char *   
)
char* makevfilename ( char *  ,
size_t  ,
char *   
)
void new_entry ( GRSTgaclUser user,
char *  dn,
GRSTgaclPerm  perm,
char *  help_uri,
char *  dir_path,
char *  file,
char *  dir_uri,
char *  admin_file 
)
void new_entry_form ( GRSTgaclUser user,
char *  dn,
GRSTgaclPerm  perm,
char *  help_uri,
char *  dir_path,
char *  file,
char *  dir_uri,
char *  admin_file 
)
void outputformactionerror ( char *  dn,
GRSTgaclPerm  perm,
char *  help_uri,
char *  dir_path,
char *  dir_uri,
char *  admin_file 
)
void show_acl ( int  admin,
GRSTgaclUser user,
char *  dn,
GRSTgaclPerm  perm,
char *  help_uri,
char *  dir_path,
char *  file,
char *  dir_uri,
char *  admin_file 
)
int verifypasscode ( )