aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/sql
Commit message (Collapse)AuthorAgeFilesLines
* Add a DSCP configuration value to IKE configsMartin Willi2013-02-061-2/+1
|
* Added an option that allows to force IKEv1 fragmentationTobias Brunner2013-01-121-1/+2
|
* Use a connection specific option to en-/disable IKEv1 fragmentationTobias Brunner2012-12-241-1/+1
|
* 'signal' is a keyword in MySQL 5.5Tobias Brunner2012-11-071-1/+2
| | | | Fixes #251.
* Remove version argument on peer_cfg constructor, use ike_cfg version insteadMartin Willi2012-10-241-1/+1
|
* Add IKE version information to ike_cfg_tMartin Willi2012-10-241-2/+3
|
* Handle comma separated pools as multiple pool names in SQL pluginMartin Willi2012-08-301-1/+9
|
* Support multiple address pools configured on a peer_cfgMartin Willi2012-08-301-1/+5
|
* Support multiple virtual IPs on peer_cfg and ike_sa classesMartin Willi2012-08-301-1/+5
|
* Replaced usages of CHARON_*_PORT with calls to get_port().Tobias Brunner2012-08-081-1/+1
|
* Make the UDP ports charon listens for packets on (and uses as source ports) ↵Tobias Brunner2012-08-081-1/+1
| | | | configurable.
* Don't modify the message string passed to logger, as it gets reusedMartin Willi2012-07-131-1/+1
|
* implemented the right|leftallowany featureAndreas Steffen2012-06-081-1/+2
|
* make IKEv1 DPD timeout configurable in charonAndreas Steffen2012-05-171-1/+1
|
* Use name from initialization to access settings in libcharon.Tobias Brunner2012-05-032-2/+3
| | | | Also fixes several whitespace errors.
* Loggers specify what log messages they want to receive during registration.Tobias Brunner2012-05-021-6/+11
| | | | | | | This also allows us to generate the log message only once for all loggers that need it (avoids calls to custom printf specifier callbacks). To update the log levels loggers can simply be registered again.
* Use a separate interface for loggers.Tobias Brunner2012-05-023-14/+14
| | | | | | | | The new interface does not allow loggers to unregister themselves from the bus. This allows us to use a rwlock_t for them. The latter also means that loggers can now be called concurrently by multiple threads.
* Added an aggressive mode peer_cfg optionMartin Willi2012-03-201-1/+1
|
* Use enum to define IKE version on peer_cfg_t.Tobias Brunner2012-03-201-1/+1
| | | | Replaced all those magic numbers.
* Syntax error in sqlite.sql fixed.Tobias Brunner2011-11-041-1/+1
|
* Migrated sql_logger_t to INIT/METHOD macros.Tobias Brunner2011-10-041-20/+18
|
* Fixed syntax in MySQL script.Tobias Brunner2011-08-081-2/+3
|
* Added a (not yet implemented) plugin_t method to reload plugin configurationMartin Willi2011-04-151-0/+1
|
* Added a get_name() function to plugin_t, create_plugin_enumerator enumerates ↵Martin Willi2011-04-151-0/+7
| | | | over plugin_t
* Added a TFC padding option to child_cfgMartin Willi2010-12-201-1/+1
|
* stupid typoAndreas Steffen2010-12-051-1/+1
|
* support of reqid field in SQL databaseAndreas Steffen2010-12-053-6/+9
|
* CDP enumerator added to SQL plugin.Tobias Brunner2010-12-031-1/+108
|
* Tables added for CAs and CDPs.Tobias Brunner2010-12-032-0/+34
|
* Migrated sql_cred_t to INIT/METHOD macros.Tobias Brunner2010-12-031-78/+61
|
* check for malformed IKE and ESP proposalsAndreas Steffen2010-12-011-0/+10
|
* Migrated sql_plugin_t to INIT/METHOD macrosAndreas Steffen2010-11-301-8/+10
|
* Migrated sql_config_t to INIT/METHOD macrosAndreas Steffen2010-11-301-26/+20
|
* renamed algorithm to proposalAndreas Steffen2010-11-303-28/+29
|
* store IKE and ESP proposals in SQL databaseAndreas Steffen2010-11-303-16/+123
|
* start and route connections defined in an SQL database via start_action ↵Andreas Steffen2010-11-283-8/+11
| | | | field and ipsec up %startall command
* support PEM-encoded certificates stored in SQL databasesAndreas Steffen2010-11-261-2/+2
|
* Build dedicated plugin lists for each strongSwan componentMartin Willi2010-08-121-3/+0
|
* Moved credential manager to libstrongswanMartin Willi2010-07-131-2/+2
|
* updated SQL templates to support attribute pool and identity parametersAndreas Steffen2010-07-122-1/+29
|
* configuration of different marks for inbound and outbound directionAndreas Steffen2010-07-091-1/+1
|
* support of xfrm marks for IKEv2Andreas Steffen2010-07-021-1/+1
|
* encoding of MODE_TUNNEL changedAndreas Steffen2010-05-152-2/+2
|
* Add reqid field and getter function to child_cfg_t.Reto Buerki2010-05-041-1/+1
|
* When logging to the database, the IDs of an IKE SA are initially NULL.Tobias Brunner2010-04-122-4/+4
|
* Respect line with in Makefile.am's, other cosmeticsMartin Willi2010-03-251-1/+2
|
* Changed all usages of lib->attributes to hydra->attributes.Tobias Brunner2010-03-241-1/+1
|
* Convert charon into libcharon.Tobias Brunner2010-03-191-1/+1
|
* Moving charon to libcharon.Tobias Brunner2010-03-1913-0/+1973