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 |
Configuration * | config |
Typedef Documentation
Enumeration Type Documentation
- 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.
Variable Documentation
Definition at line 15 of file Configuration.cpp.
Referenced by Commands::auth(), Log::authlog(), User::data_vec_full(), data_wrapper(), Log::debuglog(), exit_baby(), Handler::Handler(), Commands::help(), Log::infolog(), Handler::initializer(), lifebeat(), listener(), Log::log_main(), Log::log_this(), User::login(), main(), Data::open_active(), User::operator>>(), Configuration::parse_command_line(), Commands::pass(), Commands::port(), sig_handler(), Commands::sim1(), Commands::user(), User::User(), Connection::verify_cert(), and Log::xferlog().
|
|