Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Guarantee entry->other is set when calling put_connected_peers | Thomas Egerer | 2010-12-06 | 1 | -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 typo | Andreas Steffen | 2010-12-05 | 1 | -1/+1 | |
| | ||||||
* | cosmetics | Andreas Steffen | 2010-12-05 | 1 | -2/+2 | |
| | ||||||
* | cosmetics | Andreas Steffen | 2010-12-05 | 1 | -3/+3 | |
| | ||||||
* | added parsing checks | Andreas Steffen | 2010-12-05 | 1 | -6/+10 | |
| | ||||||
* | support of reqid field in SQL database | Andreas Steffen | 2010-12-05 | 3 | -6/+9 | |
| | ||||||
* | fixed pb_reason_string_message_t class | Andreas Steffen | 2010-12-05 | 2 | -51/+13 | |
| | ||||||
* | CDP enumerator added to SQL plugin. | Tobias Brunner | 2010-12-03 | 1 | -1/+108 | |
| | ||||||
* | Tables added for CAs and CDPs. | Tobias Brunner | 2010-12-03 | 2 | -0/+34 | |
| | ||||||
* | Migrated sql_cred_t to INIT/METHOD macros. | Tobias Brunner | 2010-12-03 | 1 | -78/+61 | |
| | ||||||
* | Refactored stroke_cred_t to use mem_cred_t. | Tobias Brunner | 2010-12-03 | 5 | -580/+32 | |
| | ||||||
* | Avoid calling globfree twice on failure. | Tobias Brunner | 2010-12-03 | 1 | -1/+0 | |
| | ||||||
* | removed superfluous whitespace | Andreas Steffen | 2010-12-03 | 8 | -38/+38 | |
| | ||||||
* | PB-TNC messages implemented | Sansar Choinyambuu | 2010-12-03 | 12 | -10/+1413 | |
| | ||||||
* | check for malformed IKE and ESP proposals | Andreas Steffen | 2010-12-01 | 2 | -0/+11 | |
| | ||||||
* | Migrated sql_plugin_t to INIT/METHOD macros | Andreas Steffen | 2010-11-30 | 1 | -8/+10 | |
| | ||||||
* | Migrated sql_config_t to INIT/METHOD macros | Andreas Steffen | 2010-11-30 | 1 | -26/+20 | |
| | ||||||
* | renamed algorithm to proposal | Andreas Steffen | 2010-11-30 | 3 | -28/+29 | |
| | ||||||
* | store IKE and ESP proposals in SQL database | Andreas Steffen | 2010-11-30 | 3 | -16/+123 | |
| | ||||||
* | start and route connections defined in an SQL database via start_action ↵ | Andreas Steffen | 2010-11-28 | 13 | -32/+115 | |
| | | | | field and ipsec up %startall command | |||||
* | Migrated stroke_config_t to INIT/METHOD macros | Andreas Steffen | 2010-11-27 | 1 | -41/+31 | |
| | ||||||
* | Migrated stroke_cat_t to INIT/METHOD macros | Andreas Steffen | 2010-11-27 | 1 | -41/+34 | |
| | ||||||
* | Migrated child_cfg_t to INIT/METHOD macros | Andreas Steffen | 2010-11-26 | 1 | -145/+89 | |
| | ||||||
* | Merge branch 'master' of git.strongswan.org:strongswan | Andreas Steffen | 2010-11-26 | 1 | -37/+27 | |
|\ | ||||||
| * | Migrated backend_manager_t to INIT/METHOD macros | Andreas Steffen | 2010-11-25 | 1 | -37/+27 | |
| | | ||||||
* | | support PEM-encoded certificates stored in SQL databases | Andreas Steffen | 2010-11-26 | 1 | -2/+2 | |
|/ | ||||||
* | fixed a couple of bugs in the prototype | Andreas Steffen | 2010-11-23 | 1 | -2/+4 | |
| | ||||||
* | set PB_MSG_PA message type | Andreas Steffen | 2010-11-23 | 1 | -0/+4 | |
| | ||||||
* | prototype implementation using the pb_tnc_message_t class | Andreas Steffen | 2010-11-23 | 1 | -15/+219 | |
| | ||||||
* | defined a pb_tnc_message_t interface | Andreas Steffen | 2010-11-23 | 6 | -4/+506 | |
| | ||||||
* | implemented create_reason_enumerator() function | Andreas Steffen | 2010-11-19 | 2 | -1/+35 | |
| | ||||||
* | implemented request_handshake_retry() function | Andreas Steffen | 2010-11-19 | 4 | -27/+84 | |
| | ||||||
* | added IMC and IMV IDs as arguments to send_message() | Andreas Steffen | 2010-11-17 | 6 | -25/+39 | |
| | ||||||
* | get_attribute() and set_attribute() are not allowed to use TNC_CONNECTIONID_ANY | Andreas Steffen | 2010-11-16 | 1 | -3/+5 | |
| | ||||||
* | initialize chunks and add debug output | Andreas Steffen | 2010-11-16 | 1 | -1/+9 | |
| | ||||||
* | load IMCs and IMVs with RTLD_LAZY | Andreas Steffen | 2010-11-16 | 2 | -2/+2 | |
| | ||||||
* | fixed memory leak | Andreas Steffen | 2010-11-16 | 1 | -1/+1 | |
| | ||||||
* | implement set_attribute() callback function | Andreas Steffen | 2010-11-16 | 3 | -3/+124 | |
| | ||||||
* | implement GetAttribute() callback function | Andreas Steffen | 2010-11-16 | 5 | -25/+205 | |
| | ||||||
* | reformulated recommendation policies | Andreas Steffen | 2010-11-16 | 1 | -67/+97 | |
| | ||||||
* | Do not checkin a previously destroyed SA | Thomas Egerer | 2010-11-16 | 1 | -1/+4 | |
| | ||||||
* | mutex.h is not needed any more | Andreas Steffen | 2010-11-16 | 1 | -1/+0 | |
| | ||||||
* | imv_list consists of linked imv_t instances | Andreas Steffen | 2010-11-16 | 1 | -3/+4 | |
| | ||||||
* | implemented have_recommendation() based on a choice of 3 policies | Andreas Steffen | 2010-11-15 | 6 | -9/+155 | |
| | ||||||
* | log configured recommendation policy | Andreas Steffen | 2010-11-14 | 1 | -0/+2 | |
| | ||||||
* | configure recommendation policy via strongswan.conf | Andreas Steffen | 2010-11-14 | 4 | -1/+47 | |
| | ||||||
* | re-establish null pointer if IMC/IMV manager plugin could not be installed | Andreas Steffen | 2010-11-14 | 2 | -0/+2 | |
| | ||||||
* | moved recommendation handling to the tnc_imv plugin | Andreas Steffen | 2010-11-13 | 14 | -152/+310 | |
| | ||||||
* | Extend connected peers by peer family | Thomas Egerer | 2010-11-12 | 1 | -5/+16 | |
| | | | | | This allows for simultanious IPv4 and IPv6 tunnel for same peers with matching identities. | |||||
* | removed debug output in IMC bind functions | Andreas Steffen | 2010-11-11 | 2 | -6/+3 | |
| |