aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Migrated test_vectors_plugin_t to INIT/METHOD macrosAndreas Steffen2010-12-041-6/+10
|
* Migrated x509_plugin_t to INIT/METHOD macrosAndreas Steffen2010-12-041-6/+10
|
* Migrated pgp_plugin_t to INIT/METHOD macrosAndreas Steffen2010-12-041-10/+11
|
* Migrated pem_plugin_t to INIT/METHOD macrosAndreas Steffen2010-12-041-7/+11
|
* Migrated dnskey_plugin_t to INIT/METHOD macrosAndreas Steffen2010-12-041-8/+11
|
* Migrated options_t to INIT/METHOD macrosAndreas Steffen2010-12-041-18/+12
|
* 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
|
* Insert certificates and secrets at the front of the lists.Tobias Brunner2010-12-031-9/+9
| | | | | As the lookup is also from front to back, certificates added later are now found first, which is useful in case of e.g. "reread cacerts".
* Refactored stroke_cred_t to use mem_cred_t.Tobias Brunner2010-12-035-580/+32
|
* Function add_crl added to mem_cred_t.Tobias Brunner2010-12-032-0/+70
|
* Function added to clear secrets (but not certs) from mem_cred_t.Tobias Brunner2010-12-032-4/+20
|
* Alternative to mem_cred_t.add_cert added, which returns the certificate.Tobias Brunner2010-12-032-4/+40
| | | | If the certificate is already cached, the cached version is returned.
* Function added to mem_cred_t to add shared secret with a linked list of owners.Tobias Brunner2010-12-032-10/+33
|
* Added functions to modify/create settings in settings_t.Tobias Brunner2010-12-032-20/+162
|
* Added an option to create non-existing key/value pairs during search.Tobias Brunner2010-12-031-18/+55
|
* Compare shorter "boolean" values first.Tobias Brunner2010-12-031-6/+6
|
* Helper functions added to easily convert enumerated values.Tobias Brunner2010-12-032-19/+92
|
* Ensure that sections exist when using load_files_section.Tobias Brunner2010-12-032-13/+43
|
* Skip values and sections without key.Tobias Brunner2010-12-031-0/+12
|
* Some refactorings in lookup code in settings_t.Tobias Brunner2010-12-031-82/+62
|
* Added documentation about new features of settings_t.Tobias Brunner2010-12-031-2/+48
|
* Made settings_t thread-safe.Tobias Brunner2010-12-031-17/+40
|
* Added functions to settings_t to load files dynamically at runtime.Tobias Brunner2010-12-032-28/+157
|
* Allow inclusion of other files in strongswan.conf.Tobias Brunner2010-12-031-7/+144
|
* Loading of strongswan.conf refactored to a separate function.Tobias Brunner2010-12-031-28/+47
|
* Allow to replace/extend previously defined values/sections in strongswan.conf.Tobias Brunner2010-12-031-9/+50
|
* Don't create a section in parse_section.Tobias Brunner2010-12-031-15/+26
| | | | Just add subsections and values to the passed section.
* Removed unused static variable "lev".Tobias Brunner2010-12-031-3/+0
|
* Avoid calling globfree twice on failure.Tobias Brunner2010-12-031-1/+0
|
* removed superfluous whitespaceAndreas Steffen2010-12-039-39/+39
|
* PB-TNC messages implementedSansar Choinyambuu2010-12-0312-10/+1413
|
* Migrated asn1_parser_t to INIT/METHOD macrosAndreas Steffen2010-12-021-38/+28
|
* Migrated settings_t to INIT/METHOD macrosAndreas Steffen2010-12-021-46/+28
|
* Migrated printf_hook_t to INIT/METHOD macrosAndreas Steffen2010-12-021-12/+12
|
* Migrated integrity_checker_t to INIT/METHOD macrosAndreas Steffen2010-12-021-38/+24
|
* check for malformed IKE and ESP proposalsAndreas Steffen2010-12-012-0/+11
|
* 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-2813-32/+115
| | | | field and ipsec up %startall command
* Migrated stroke_config_t to INIT/METHOD macrosAndreas Steffen2010-11-271-41/+31
|
* Migrated stroke_cat_t to INIT/METHOD macrosAndreas Steffen2010-11-271-41/+34
|
* Migrated child_cfg_t to INIT/METHOD macrosAndreas Steffen2010-11-261-145/+89
|
* Merge branch 'master' of git.strongswan.org:strongswanAndreas Steffen2010-11-268-93/+105
|\
| * commas, commas, ..Andreas Steffen2010-11-254-6/+6
| |
| * Migrated resolve_plugin_t to INIT/METHOD macrosAndreas Steffen2010-11-251-7/+11
| |
| * Migrated kernel_pfroute_plugin_t to INIT/METHOD macrosAndreas Steffen2010-11-251-8/+11
| |