aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| |
| * Migrated kernel_pfkey_plugin_t to INIT/METHOD macrosAndreas Steffen2010-11-251-8/+11
| |
| * Migrated kernel_netlink_plugin_t to INIT/METHOD macrosAndreas Steffen2010-11-251-7/+10
| |
| * INIT allocates memoryAndreas Steffen2010-11-251-1/+1
| |
| * INIT allocates memoryAndreas Steffen2010-11-251-1/+1
| |
| * Migrated kernel_klips_plugin_t to INIT/METHOD macrosAndreas Steffen2010-11-251-6/+9
| |
| * Migrated attr_plugin_t to INIT/METHOD macrosAndreas Steffen2010-11-251-7/+10
| |
| * Migrated attr_sql_plugin_t to INIT/METHOD macrosAndreas Steffen2010-11-251-10/+13
| |
| * Migrated backend_manager_t to INIT/METHOD macrosAndreas Steffen2010-11-251-37/+27
| |
* | support PEM-encoded certificates stored in SQL databasesAndreas Steffen2010-11-261-2/+2
|/
* fixed a couple of bugs in the prototypeAndreas Steffen2010-11-231-2/+4
|
* set PB_MSG_PA message typeAndreas Steffen2010-11-231-0/+4
|
* prototype implementation using the pb_tnc_message_t classAndreas Steffen2010-11-231-15/+219
|
* defined a pb_tnc_message_t interfaceAndreas Steffen2010-11-236-4/+506
|
* implemented create_reason_enumerator() functionAndreas Steffen2010-11-192-1/+35
|
* implemented request_handshake_retry() functionAndreas Steffen2010-11-194-27/+84
|
* Do not query for CKA_ALWAYS_AUTHENTICATE if PKCS#11 Cryptoki version < 2.20Martin Willi2010-11-183-3/+12
|
* Use static args for C_Initialize(), OpenSC does not get a copy of the pointersMartin Willi2010-11-181-5/+7
|
* added ITA and strongSwan OIDsAndreas Steffen2010-11-171-0/+3
|
* corrected TCGID OIDAndreas Steffen2010-11-171-1/+1
|
* Added getter for arbitrary environment variablesMartin Willi2010-11-172-0/+17
|
* added IMC and IMV IDs as arguments to send_message()Andreas Steffen2010-11-176-25/+39
|
* get_attribute() and set_attribute() are not allowed to use TNC_CONNECTIONID_ANYAndreas Steffen2010-11-161-3/+5
|
* initialize chunks and add debug outputAndreas Steffen2010-11-161-1/+9
|
* load IMCs and IMVs with RTLD_LAZYAndreas Steffen2010-11-162-2/+2
|