$Revision: 1.18 $
Access Control module (ac) - the header file.
Status: NOT REVUED, NOT TESTED
Design and implementation by: Marek Bukowy
Included Files
Preprocessor definitions
#define READ_ACCESS_CONTROL
#define EXTDEF extern
#define ACC_PLUS 0
#define ACC_MINUS 1
typedef struct {...} acl_st
struct |
|
{ |
|
int maxprivate; |
|
int maxpublic; |
|
short maxdenials; |
|
char deny; |
|
char trustpass; |
|
} |
|
typedef struct {...} acc_st
struct |
|
{ |
|
int connections; |
|
int addrpasses; |
|
int denials; |
|
int queries; |
|
int referrals; |
|
int public_objects; |
|
int private_objects; |
|
float public_bonus; |
|
float private_bonus; |
|
} |
|
External Variables
act_runtime
extern rx_tree_t* act_runtime
act_hour
extern rx_tree_t* act_hour
act_minute
extern rx_tree_t* act_minute
act_acl
extern rx_tree_t* act_acl