#include "../include/config.h"
#include "../include/common.h"
#include "../include/objects.h"
#include "../include/cgiutils.h"
#include "../include/cgiauth.h"
Go to the source code of this file.
Function Documentation
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_host |
( |
host * |
hst, |
|
|
authdata * |
authinfo |
|
) |
| |
int is_authorized_for_host_commands |
( |
host * |
hst, |
|
|
authdata * |
authinfo |
|
) |
| |
int is_authorized_for_read_only |
( |
authdata * |
authinfo | ) |
|
int is_authorized_for_service_commands |
( |
service * |
svc, |
|
|
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 |
|
) |
| |
Variable Documentation