aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Properly copy interface name if unknown.Tobias Brunner2011-04-191-1/+1
| | | | | We use a static string if the interface name is unknown, so using memcpy with IFNAMSIZ is incorrect as that would overrun the static string.
* pluto: from_state is strictly lower than STATE_IKE_ROOF.Tobias Brunner2011-04-191-1/+1
|
* Fixed typo in unit-tester plugin.Tobias Brunner2011-04-191-1/+1
|
* support unstructuredAddress in left|rightidAndreas Steffen2011-04-182-27/+29
|
* send an empty EAP Ack client message if TLS was successful and handle it on ↵Andreas Steffen2011-04-152-33/+14
| | | | the server
* Windows 7 expects an uncompressed EAP Identity requestAndreas Steffen2011-04-151-16/+30
|
* Add plugin reloading NEWSMartin Willi2011-04-151-1/+5
|
* Set broadcast flag in DHCP requests when sending broadcastsMartin Willi2011-04-151-0/+3
|
* Add reload support to attr pluginMartin Willi2011-04-153-19/+64
|
* Migrated attr plugin to INIT/METHOD macrosMartin Willi2011-04-151-17/+16
|
* Added reload support to eap-radius pluginMartin Willi2011-04-154-39/+83
|
* Reload strongswan.conf and plugins supporting reloading on SIGHUPMartin Willi2011-04-151-1/+10
|
* Accept NULL files in load_files[_section] as we do in constructorMartin Willi2011-04-151-5/+5
|
* Added a merge option to optionally reload files instead of merging themMartin Willi2011-04-153-13/+32
|
* Added plugin_loader method to reload plugin configurationsMartin Willi2011-04-152-0/+55
|
* Added a (not yet implemented) plugin_t method to reload plugin configurationMartin Willi2011-04-1589-0/+97
|
* Added a get_name() function to plugin_t, create_plugin_enumerator enumerates ↵Martin Willi2011-04-15107-245/+828
| | | | over plugin_t
* Migrated remaining plugin_t implementations to INIT/METHOD macrosMartin Willi2011-04-1518-138/+193
|
* Migrated plugin_loader to INIT/METHOD macrosMartin Willi2011-04-151-24/+19
|
* Continue without client authentication if no matching certificate foundMartin Willi2011-04-141-19/+22
|
* Ignore TLS certificate requests as peer if peer authentication disabledMartin Willi2011-04-141-13/+14
|
* Send TLS Server Name Indication as peer if server identity is a FQDNMartin Willi2011-04-142-0/+18
|
* Fix tls_writer wrap functionsMartin Willi2011-04-141-4/+4
|
* pluto: Fixed check for NAT-T keepalives.Tobias Brunner2011-04-141-1/+1
|
* pluto: Properly initialize constants.Tobias Brunner2011-04-142-2/+7
|
* pluto: Avoid hiding outer parameter.Tobias Brunner2011-04-141-6/+6
|
* pluto: Use %zu to print values of type size_t.Tobias Brunner2011-04-141-2/+2
|
* Use %tx to print a value of type ptrdiff_t.Tobias Brunner2011-04-141-1/+1
|
* Removed superfluous parameter to printf.Tobias Brunner2011-04-141-1/+1
|
* Proper cleanup if IDs in ipsec.secrets cannot be parsed.Tobias Brunner2011-04-141-0/+2
|
* Fixed potential memory leak in host_create_any.Tobias Brunner2011-04-141-0/+1
|
* pluto: Fixed potential memory leak in atoaddr.Tobias Brunner2011-04-141-9/+15
|
* Fixed potential memory leak when processing routes from the kernel.Tobias Brunner2011-04-141-0/+1
|
* Do proper cleanup in error case in pki req.Tobias Brunner2011-04-141-1/+2
|
* Do proper cleanup in some error cases in pki signcrl.Tobias Brunner2011-04-141-2/+4
|
* pluto: Fixed potential memory leak when processing requested virtual IPs.Tobias Brunner2011-04-141-12/+13
|
* pluto: Properly free buffer in error cases in read_packet.Tobias Brunner2011-04-141-1/+4
|
* Neither rekey nor del can be NULL.Tobias Brunner2011-04-141-2/+2
|
* In scanf the maxmium length of %s does not include the null-terminator.Tobias Brunner2011-04-141-1/+1
|
* starter_conn_t.id is an unsigned long.Tobias Brunner2011-04-141-1/+1
|
* Fix compiler warnings at creation of CRL cache filenames.Tobias Brunner2011-04-142-3/+3
| | | | | | This was not really a problem because ptr is the first member of a chunk_t and it contains a null-terminated string at that point. But it's clearer this way.
* Fixed output in ietf_attributes_t.get_string.Tobias Brunner2011-04-141-2/+2
|
* Fix "set nexthop to him when instantiating rightallowyes template with ↵Tobias Brunner2011-04-141-1/+1
| | | | | | leftnexthop == right" This fixes commit 280f6b1ab2.
* added TLS renegotiation_info extensionAndreas Steffen2011-04-142-1/+7
|
* Show full blown traffic selector in log_ts hookMartin Willi2011-04-141-3/+21
|
* Fixed check for member of stroke_msg_t in pop_string.Tobias Brunner2011-04-131-1/+1
| | | | | | Because of the cast to char** the length of the message was multiplied by sizeof(char*), i.e. 4 or 8 bytes (depending on the architecture) instead of by 1 (sizeof(char)).
* pluto: Properly initialize a.continuation.Tobias Brunner2011-04-121-0/+1
|
* pluto: Properly initialize ta.encrypter.Tobias Brunner2011-04-121-1/+1
|
* pluto: Fixed off by one error when reading private keys.Tobias Brunner2011-04-121-1/+0
|
* Removed unused variables.Tobias Brunner2011-04-123-9/+5
|