aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon
Commit message (Collapse)AuthorAgeFilesLines
...
* Guarantee entry->other is set when calling put_connected_peersThomas Egerer2010-12-061-1/+7
| | | | | | | | | | | Given the original intent of entry->host, the check for DoS attacks, it can happen that this value remains NULL when an entry is created. This is particularly awkward if put_connected_peers is called to check if a connection to a given peer already exists, since it takes the address family into consideration (git commit b74219d0) which is gleaned from entry->host. This patch guarantees that entry->other is a clone of host before put_connected_peers is called.
* stupid typoAndreas Steffen2010-12-051-1/+1
|
* cosmeticsAndreas Steffen2010-12-051-2/+2
|
* cosmeticsAndreas Steffen2010-12-051-3/+3
|
* added parsing checksAndreas Steffen2010-12-051-6/+10
|
* support of reqid field in SQL databaseAndreas Steffen2010-12-053-6/+9
|
* fixed pb_reason_string_message_t classAndreas Steffen2010-12-052-51/+13
|
* 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
|
* Refactored stroke_cred_t to use mem_cred_t.Tobias Brunner2010-12-035-580/+32
|
* Avoid calling globfree twice on failure.Tobias Brunner2010-12-031-1/+0
|
* removed superfluous whitespaceAndreas Steffen2010-12-038-38/+38
|
* PB-TNC messages implementedSansar Choinyambuu2010-12-0312-10/+1413
|
* 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-261-37/+27
|\
| * 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
|
* 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
|
* fixed memory leakAndreas Steffen2010-11-161-1/+1
|
* implement set_attribute() callback functionAndreas Steffen2010-11-163-3/+124
|
* implement GetAttribute() callback functionAndreas Steffen2010-11-165-25/+205
|
* reformulated recommendation policiesAndreas Steffen2010-11-161-67/+97
|
* Do not checkin a previously destroyed SAThomas Egerer2010-11-161-1/+4
|
* mutex.h is not needed any moreAndreas Steffen2010-11-161-1/+0
|
* imv_list consists of linked imv_t instancesAndreas Steffen2010-11-161-3/+4
|
* implemented have_recommendation() based on a choice of 3 policiesAndreas Steffen2010-11-156-9/+155
|
* log configured recommendation policyAndreas Steffen2010-11-141-0/+2
|
* configure recommendation policy via strongswan.confAndreas Steffen2010-11-144-1/+47
|
* re-establish null pointer if IMC/IMV manager plugin could not be installedAndreas Steffen2010-11-142-0/+2
|
* moved recommendation handling to the tnc_imv pluginAndreas Steffen2010-11-1314-152/+310
|
* Extend connected peers by peer familyThomas Egerer2010-11-121-5/+16
| | | | | This allows for simultanious IPv4 and IPv6 tunnel for same peers with matching identities.
* removed debug output in IMC bind functionsAndreas Steffen2010-11-112-6/+3
|