aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/daemon.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Added a get_name() function to plugin_t, create_plugin_enumerator enumerates ↵Martin Willi2011-04-151-2/+4
| | | | over plugin_t
* Fall back to _LINUX_CAPABILITY_VERSION if no explicit version is defined.Tobias Brunner2011-03-221-1/+3
| | | | This is the case on Android.
* replaced ipsec up %startall command by start_action jobAndreas Steffen2011-02-091-0/+4
|
* Use newer Linux capability native API, if availableMartin Willi2011-01-171-9/+24
|
* Moved generic infrastructure initialization to libcharon_init(), allows us ↵Martin Willi2011-01-051-11/+9
| | | | to preload plugins
* Moved logger initialization from libcharon to charonMartin Willi2011-01-051-154/+9
|
* implement IMC and IMV manager classesAndreas Steffen2010-11-091-6/+0
|
* implemented IMC/IMV handlerAndreas Steffen2010-11-091-0/+6
|
* moved TNCCS layer out of eap_tnc pluginAndreas Steffen2010-09-281-0/+2
|
* Refer to scheduler and processor via lib and not hydra.Tobias Brunner2010-09-021-3/+2
|
* Moved kernel interface to libhydra.Tobias Brunner2010-09-021-4/+2
|
* Moved scheduler_t to libhydra.Tobias Brunner2010-09-021-2/+0
|
* Added kernel event handler stub.Tobias Brunner2010-09-021-0/+8
|
* Refer to processor via hydra and not charon.Tobias Brunner2010-09-021-0/+1
|
* Move processor_t (thread-pool) to libhydra.Tobias Brunner2010-09-021-8/+3
|
* Added a ike_name logger option to prefix the IKE_SA name on each lineMartin Willi2010-08-251-7/+12
|
* Moved credential manager to libstrongswanMartin Willi2010-07-131-2/+0
|
* The file logger supports a time prefix using a strftime() format specifierMartin Willi2010-07-081-2/+4
|
* Flush and destroy the send queue before unloading the socket plugins.Tobias Brunner2010-06-241-1/+1
|
* Adding support for the native Linux capabilities interface.Tobias Brunner2010-06-151-8/+31
| | | | | Note that this interface is deprecated and mainly added to support Android. Use libcap, if possible.
* traffic_selector_t is gone into libstrongswan, migrate printf hook ↵Martin Willi2010-06-071-5/+0
| | | | registration, too.
* Moved syslog.h include.Tobias Brunner2010-05-041-0/+1
|
* Add 'flush_line' option to filelog section.Adrian-Ken Rueegsegger2010-05-041-0/+5
| | | | | | The new boolean 'flush_line' option in the filelog section of strongswan.conf specifies if log messages should be flushed to the given file for each new line.
* Adding support for debug groups in libstrongswan's logger.Tobias Brunner2010-04-061-5/+5
|
* Init/deinit libhydra in charon and pluto.Tobias Brunner2010-03-241-0/+1
|
* Convert charon into libcharon.Tobias Brunner2010-03-191-402/+55
|
* Moving charon to libcharon.Tobias Brunner2010-03-191-0/+789