2 * Copyright (C) 2006-2010 Tobias Brunner
3 * Copyright (C) 2005-2009 Martin Willi
4 * Copyright (C) 2006 Daniel Roethlisberger
5 * Copyright (C) 2005 Jan Hutter
6 * Hochschule fuer Technik Rapperswil
8 * This program is free software; you can redistribute it and/or modify it
9 * under the terms of the GNU General Public License as published by the
10 * Free Software Foundation; either version 2 of the License, or (at your
11 * option) any later version. See <http://www.fsf.org/copyleft/gpl.txt>.
13 * This program is distributed in the hope that it will be useful, but
14 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
15 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
20 * @defgroup libcharon libcharon
25 * @defgroup listeners listeners
28 * @defgroup config config
31 * @defgroup control control
34 * @defgroup encoding encoding
37 * @defgroup payloads payloads
40 * @defgroup ckernel kernel
43 * @defgroup network network
46 * @defgroup cplugins plugins
49 * @defgroup cprocessing processing
52 * @defgroup cjobs jobs
53 * @ingroup cprocessing
58 * @defgroup authenticators authenticators
62 * @ingroup authenticators
64 * @defgroup tasks tasks
67 * @addtogroup libcharon
70 * IKEv2 keying daemon.
72 * All IKEv2 stuff is handled in charon. It uses a newer and more flexible
73 * architecture than pluto. Charon uses a thread-pool (called processor),
74 * which allows parallel execution SA-management. All threads originate
75 * from the processor. Work is delegated to the processor by queueing jobs
79 +---------------------------------+ +----------------------------+
80 | controller | | config |
81 +---------------------------------+ +----------------------------+
85 +----------+ +-----------+ +------+ +----------+ +----+
86 | receiver | | | | | +------+ | CHILD_SA | | K |
87 +---+------+ | Scheduler | | IKE- | | IKE- |--+----------+ | e |
88 | | | | SA |--| SA | | CHILD_SA | | r |
89 +------+---+ +-----------+ | | +------+ +----------+ | n |
90 <->| socket | | | Man- | | e |
91 +------+---+ +-----------+ | ager | +------+ +----------+ | l |
92 | | | | | | IKE- |--| CHILD_SA | | - |
93 +---+------+ | Processor |---| |--| SA | +----------+ | I |
94 | sender | | | | | +------+ | f |
95 +----------+ +-----------+ +------+ +----+
99 +---------------------------------+ +----------------------------+
100 | Bus | | credentials |
101 +---------------------------------+ +----------------------------+
104 * The scheduler is responsible to execute timed events. Jobs may be queued to
105 * the scheduler to get executed at a defined time (e.g. rekeying). The
106 * scheduler does not execute the jobs itself, it queues them to the processor.
108 * The IKE_SA manager managers all IKE_SA. It further handles the
110 * Each IKE_SA must be checked out strictly and checked in again after use. The
111 * manager guarantees that only one thread may check out a single IKE_SA. This
112 * allows us to write the (complex) IKE_SAs routines non-threadsave.
113 * The IKE_SA contain the state and the logic of each IKE_SA and handle the
116 * The CHILD_SA contains state about a IPsec security association and manages
117 * them. An IKE_SA may have multiple CHILD_SAs. Communication to the kernel
118 * takes place here through the kernel interface.
120 * The kernel interface installs IPsec security associations, policies, routes
121 * and virtual addresses. It further provides methods to enumerate interfaces
122 * and may notify the daemon about state changes at lower layers.
124 * The bus receives signals from the different threads and relays them to
125 * interested listeners. Debugging signals, but also important state changes or
126 * error messages are sent over the bus.
127 * Its listeners are not only for logging, but also to track the state of an
130 * The controller, credential_manager, bus and backend_manager (config) are
131 * places where a plugin ca register itself to privide information or observe
132 * and control the daemon.
138 typedef struct daemon_t daemon_t
;
140 #include <network/sender.h>
141 #include <network/receiver.h>
142 #include <network/socket_manager.h>
143 #include <control/controller.h>
145 #include <bus/listeners/file_logger.h>
146 #include <bus/listeners/sys_logger.h>
147 #include <sa/ike_sa_manager.h>
148 #include <sa/trap_manager.h>
149 #include <config/backend_manager.h>
150 #include <sa/authenticators/eap/eap_manager.h>
151 #include <sa/authenticators/eap/sim_manager.h>
152 #include <tnc/imc/imc_manager.h>
153 #include <tnc/imv/imv_manager.h>
154 #include <tnc/tnccs/tnccs_manager.h>
157 #include <sa/connect_manager.h>
158 #include <sa/mediation_manager.h>
162 * Number of threads in the thread pool, if not specified in config.
164 #define DEFAULT_THREADS 16
167 * UDP Port on which the daemon will listen for incoming traffic.
169 #define IKEV2_UDP_PORT 500
172 * UDP Port to which the daemon will float to if NAT is detected.
174 #define IKEV2_NATT_PORT 4500
177 * Main class of daemon, contains some globals.
182 * Socket manager instance
184 socket_manager_t
*socket
;
187 * A ike_sa_manager_t instance.
189 ike_sa_manager_t
*ike_sa_manager
;
192 * Manager for triggering policies, called traps
194 trap_manager_t
*traps
;
197 * Manager for the different configuration backends.
199 backend_manager_t
*backends
;
207 * The Receiver-Thread.
209 receiver_t
*receiver
;
217 * A list of installed file_logger_t's
219 linked_list_t
*file_loggers
;
222 * A list of installed sys_logger_t's
224 linked_list_t
*sys_loggers
;
227 * Controller to control the daemon
229 controller_t
*controller
;
232 * EAP manager to maintain registered EAP methods
237 * SIM manager to maintain (U)SIM cards/providers
242 * TNC IMC manager controlling Integrity Measurement Collectors
247 * TNC IMV manager controlling Integrity Measurement Verifiers
252 * TNCCS manager to maintain registered TNCCS protocols
254 tnccs_manager_t
*tnccs
;
260 connect_manager_t
*connect_manager
;
265 mediation_manager_t
*mediation_manager
;
269 * User ID the daemon will user after initialization
274 * Group ID the daemon will use after initialization
279 * Do not drop a given capability after initialization.
281 * Some plugins might need additional capabilites. They tell the daemon
282 * during plugin initialization which one they need, the daemon won't
285 void (*keep_cap
)(daemon_t
*this, u_int cap
);
288 * Drop all capabilities of the current process.
290 * Drops all capabalities, excect those exlcuded using keep_cap().
291 * This should be called after the initialization of the daemon because
292 * some plugins require the process to keep additional capabilities.
294 * @return TRUE if successful, FALSE otherwise
296 bool (*drop_capabilities
)(daemon_t
*this);
299 * Initialize the daemon.
301 bool (*initialize
)(daemon_t
*this, bool syslog
, level_t levels
[]);
304 * Starts the daemon, i.e. spawns the threads of the thread pool.
306 void (*start
)(daemon_t
*this);
311 * The one and only instance of the daemon.
313 * Set between libcharon_init() and libcharon_deinit() calls.
315 extern daemon_t
*charon
;
318 * Initialize libcharon and create the "charon" instance of daemon_t.
320 * @return FALSE if integrity check failed
322 bool libcharon_init();
325 * Deinitialize libcharon and destroy the "charon" instance of daemon_t.
327 void libcharon_deinit();
329 #endif /** DAEMON_H_ @}*/