#include "../include/config.h"
#include "../include/common.h"
#include "../include/objects.h"
#include "../include/cgiutils.h"
#include "../include/cgiauth.h"
int get_authentication_information | ( | authdata * | authinfo | ) |
int is_authorized_for_all_hosts | ( | authdata * | authinfo | ) |
int is_authorized_for_all_services | ( | authdata * | authinfo | ) |
int is_authorized_for_configuration_information | ( | authdata * | authinfo | ) |
int is_authorized_for_read_only | ( | authdata * | authinfo | ) |
int is_authorized_for_servicegroup | ( | servicegroup * | sg, | |
authdata * | authinfo | |||
) |
int is_authorized_for_system_commands | ( | authdata * | authinfo | ) |
int is_authorized_for_system_information | ( | authdata * | authinfo | ) |
int parse_authorization_config_file | ( | char * | filename, | |
authdata * | authinfo | |||
) |
int set_authz_permissions | ( | char * | permission, | |
authdata * | authinfo | |||
) |
char main_config_file[MAX_FILENAME_LENGTH] |