Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Raise a bus alert when IKE message header parsing fails | Martin Willi | 2012-10-24 | 2 | -0/+3 | |
| | ||||||
* | Raise a bus alert when a received message contains unknown SPIs | Martin Willi | 2012-10-24 | 2 | -0/+6 | |
| | ||||||
* | Define stroke counter types to implement | Martin Willi | 2012-10-24 | 2 | -0/+86 | |
| | ||||||
* | Add a stub for IKE event counters in stroke | Martin Willi | 2012-10-24 | 4 | -0/+112 | |
| | ||||||
* | Add a load-tester option to define the IKE version to use for testing | Martin Willi | 2012-10-24 | 1 | -2/+9 | |
| | ||||||
* | Remove peer_cfg IKE version matching, as it is done in ike_cfg matching | Martin Willi | 2012-10-24 | 1 | -22/+3 | |
| | ||||||
* | Respect IKE version while selecting an ike_cfg as responder | Martin Willi | 2012-10-24 | 4 | -13/+38 | |
| | ||||||
* | Remove version argument on peer_cfg constructor, use ike_cfg version instead | Martin Willi | 2012-10-24 | 14 | -26/+18 | |
| | ||||||
* | Add IKE version information to ike_cfg_t | Martin Willi | 2012-10-24 | 14 | -25/+55 | |
| | ||||||
* | Move ike_version_t definition from peer_cfg_t to ike_cfg_t | Martin Willi | 2012-10-24 | 4 | -24/+24 | |
| | ||||||
* | android: Enable ECC in the app as our custom built libcrypto supports it | Tobias Brunner | 2012-10-23 | 1 | -3/+0 | |
| | ||||||
* | version bump to 5.0.2dr2 | Andreas Steffen | 2012-10-20 | 1 | -1/+1 | |
| | ||||||
* | updated NEWS | Andreas Steffen | 2012-10-19 | 1 | -0/+7 | |
| | ||||||
* | implemented IETF Numeric Version attribute | Andreas Steffen | 2012-10-18 | 9 | -8/+436 | |
| | ||||||
* | implemented IETF Remediation Instructions attribute | Andreas Steffen | 2012-10-18 | 7 | -3/+524 | |
| | ||||||
* | Handle type of first EAP-RADIUS response more sophisticated | Tobias Brunner | 2012-10-18 | 1 | -3/+18 | |
| | ||||||
* | Starter ignores non-fatal errors when reloading config | Tobias Brunner | 2012-10-18 | 1 | -1/+1 | |
| | ||||||
* | Starter unroutes removed or changed connections before loading and routing ↵ | Tobias Brunner | 2012-10-18 | 3 | -0/+19 | |
| | | | | new ones | |||||
* | Update routed connections in trap manager | Tobias Brunner | 2012-10-18 | 1 | -37/+39 | |
| | | | | | | Before this change, modified configs that have been updated with ipsec reload, could properly be started manually, but the old config would get used if triggered via trap policies. | |||||
* | Reload logger configuration on SIGHUP | Tobias Brunner | 2012-10-18 | 6 | -208/+400 | |
| | | | | | | Besides changing the configuration this allows to easily rotate log files. Also moved logger initialization back to daemon_t. | |||||
* | Make syslog and file loggers configurable at runtime | Tobias Brunner | 2012-10-18 | 8 | -80/+185 | |
| | ||||||
* | Store loggers in conftest separately, not on charon | Tobias Brunner | 2012-10-18 | 2 | -6/+19 | |
| | ||||||
* | Added an option to reload certificates from PKCS#11 tokens on SIGHUP | Tobias Brunner | 2012-10-18 | 2 | -0/+19 | |
| | ||||||
* | Copy the name of pkcs11_library_t objects | Tobias Brunner | 2012-10-18 | 2 | -2/+3 | |
| | | | | | Strings returned by settings_t.create_section_enumerator will be freed when the config is reloaded. | |||||
* | New Android release after adding MOBIKE support | Tobias Brunner | 2012-10-18 | 1 | -2/+2 | |
| | ||||||
* | Merge branch 'android-mobility' | Tobias Brunner | 2012-10-18 | 34 | -199/+1224 | |
|\ | | | | | | | | | | | | | | | | | This brings support for MOBIKE to the Android app. The app also tries to keep the connection up as long as possible. DNS queries are now handled by a new class that uses independent threads to resolve them, this allows to cancel them e.g. if no network connectivity is available (otherwise the app would block until the DNS query returns). | |||||
| * | Use a shortcut to resolve numeric IP addresses (no need for separate threads) | Tobias Brunner | 2012-10-18 | 1 | -0/+33 | |
| | | ||||||
| * | Use native threads in host resolver so that it works even if processor has ↵ | Tobias Brunner | 2012-10-18 | 1 | -45/+77 | |
| | | | | | | | | no threads | |||||
| * | Terminate unused resolver threads after a timeout | Tobias Brunner | 2012-10-18 | 4 | -9/+41 | |
| | | ||||||
| * | Only create more threads if needed in host_resolver_t | Tobias Brunner | 2012-10-18 | 1 | -1/+9 | |
| | | ||||||
| * | Use a helper function to add milliseconds to timeval structs | Tobias Brunner | 2012-10-18 | 6 | -37/+22 | |
| | | ||||||
| * | android: Ignore if peer is unreachable when reestablishing an SA | Tobias Brunner | 2012-10-18 | 1 | -2/+7 | |
| | | ||||||
| * | android: Use a shorter timeout for retransmits | Tobias Brunner | 2012-10-18 | 1 | -1/+1 | |
| | | ||||||
| * | android: Use keyingtries=%forever and dpd|closeaction=restart | Tobias Brunner | 2012-10-18 | 2 | -12/+4 | |
| | | | | | | | | | | | | | | We also ignore the CHILD_SA_DOWN event. This should allow us to keep the connection up as long as the user does not manually disconnect. | |||||
| * | Resolve hosts by DNS name in separate threads so we can cancel them | Tobias Brunner | 2012-10-18 | 8 | -50/+373 | |
| | | | | | | | | | | | | | | | | | | | | getaddrinfo(3) may block a long time so proper termination of the daemon may block if DNS servers are not reachable. getaddrinfo(3) is an optional cancellation point in posix threads so it might still block a shutdown but at least on Android (with the signal based pthread_cancel implementation) it works, on Linux starter will kill charon anyway after a while. | |||||
| * | android: Handle unreachable peers via alert | Tobias Brunner | 2012-10-16 | 1 | -17/+5 | |
| | | ||||||
| * | Added a new alert that is raised if peer does not respond to initial IKE message | Tobias Brunner | 2012-10-16 | 2 | -0/+4 | |
| | | ||||||
| * | android: Use 0.0.0.0/0 as local traffic selector | Tobias Brunner | 2012-10-16 | 1 | -1/+2 | |
| | | | | | | | | | | This is helpful if the responder also wants to tunnel e.g. multicast packages. | |||||
| * | Log IP addresses for discarded inbound IPsec packets | Tobias Brunner | 2012-10-16 | 1 | -1/+3 | |
| | | ||||||
| * | android: Bypass/protect previously bypassed sockets if connectivity changes | Tobias Brunner | 2012-10-16 | 3 | -4/+30 | |
| | | ||||||
| * | android: Support for IPsec SA update added | Tobias Brunner | 2012-10-16 | 1 | -1/+2 | |
| | | ||||||
| * | Use pointers for lookups in IPsec SA manager | Tobias Brunner | 2012-10-16 | 1 | -16/+16 | |
| | | ||||||
| * | IPsec SA manager implements update_sa() | Tobias Brunner | 2012-10-16 | 2 | -0/+60 | |
| | | ||||||
| * | Setter for src and destination address of ipsec_sa_t added | Tobias Brunner | 2012-10-16 | 2 | -0/+30 | |
| | | ||||||
| * | android: Trigger roam events in case connectivity changes | Tobias Brunner | 2012-10-16 | 1 | -0/+63 | |
| | | ||||||
| * | android: Register NetworkManager as BroadcastReceiver and relay events via JNI | Tobias Brunner | 2012-10-16 | 5 | -8/+184 | |
| | | ||||||
| * | android: Determine source address dynamically | Tobias Brunner | 2012-10-16 | 6 | -64/+48 | |
| | | ||||||
| * | android: Added NetworkManager class which allows to retrieve a local IP address | Tobias Brunner | 2012-10-16 | 4 | -0/+274 | |
| | | ||||||
| * | android: Increase compile warnings | Tobias Brunner | 2012-10-16 | 1 | -0/+3 | |
| | | ||||||
| * | android: Fixed "Configure" button in Android VPN dialog | Tobias Brunner | 2012-10-16 | 1 | -1/+1 | |
| | |