aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/sql/mysql.sql
Commit message (Collapse)AuthorAgeFilesLines
* pool: Install SQL schemas from src/poolTobias Brunner2014-02-121-281/+0
| | | | | This allows us to install the schemas if either the attr-sql or sql plugin is enabled, since both use the same schema (at least in parts).
* sql: Set default values for some fields in addresses tableTobias Brunner2014-02-121-3/+3
|
* sql: Don't use MyISAM engine and set collation/charset for all tablesTobias Brunner2013-10-111-26/+25
| | | | The MyISAM engine doesn't support transactions.
* Fixed syntax in MySQL script.Tobias Brunner2011-08-081-2/+3
|
* support of reqid field in SQL databaseAndreas Steffen2010-12-051-0/+1
|
* Tables added for CAs and CDPs.Tobias Brunner2010-12-031-0/+18
|
* renamed algorithm to proposalAndreas Steffen2010-11-301-9/+9
|
* store IKE and ESP proposals in SQL databaseAndreas Steffen2010-11-301-0/+23
|
* start and route connections defined in an SQL database via start_action ↵Andreas Steffen2010-11-281-0/+1
| | | | field and ipsec up %startall command
* updated SQL templates to support attribute pool and identity parametersAndreas Steffen2010-07-121-1/+13
|
* encoding of MODE_TUNNEL changedAndreas Steffen2010-05-151-1/+1
|
* When logging to the database, the IDs of an IKE SA are initially NULL.Tobias Brunner2010-04-121-2/+2
|
* Moving charon to libcharon.Tobias Brunner2010-03-191-0/+226