Documentation

Generated on Thu Aug 31 00:02:32 2006

 

Configuration.h File Reference

#include "generic.h"
#include "StringTokenizer.h"
#include "Utilities.h"
#include "Log.h"

Include dependency graph for Configuration.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.


Classes

struct  log_stru
struct  users_stru
struct  general_stru
class  Configuration
struct  config_entry

Typedefs

typedef config_entry config_entry

Enumerations

enum  sect { USER, LOG, GENERAL }
enum  conf {
  CONF_INT, CONF_BOOL, CONF_STRING, CONF_LOGF,
  CONF_ENC, CONF_USER, CONF_TIMEF, CONF_TIME,
  CONF_ANON
}
enum  anon { A_DISABLE, A_ENABLE, A_ONLY }
enum  encr { ALLOW, FORCE, DENY, FORCE_CERT }

Variables

Configurationconfig

Typedef Documentation

typedef struct config_entry config_entry

Definition at line 120 of file Configuration.h.


Enumeration Type Documentation

enum anon

Enumerator:
A_DISABLE 
A_ENABLE 
A_ONLY 

Definition at line 123 of file Configuration.h.

00123 { A_DISABLE, A_ENABLE, A_ONLY };

enum conf

Enumerator:
CONF_INT 
CONF_BOOL 
CONF_STRING 
CONF_LOGF 
CONF_ENC 
CONF_USER 
CONF_TIMEF 
CONF_TIME 
CONF_ANON 

Definition at line 101 of file Configuration.h.

enum encr

Enumerator:
ALLOW 
FORCE 
DENY 
FORCE_CERT 

Definition at line 126 of file Configuration.h.

00126 { ALLOW, FORCE, DENY, FORCE_CERT };

enum sect

Enumerator:
USER 
LOG 
GENERAL 

Definition at line 75 of file Configuration.h.

00075 { USER, LOG, GENERAL };


Variable Documentation