aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Stub plugin for Maemo specific extensions added.Tobias Brunner2010-10-145-0/+125
|
* Dialog to initiate or terminate connections added.Tobias Brunner2010-10-142-2/+108
|
* Enable dynamic registration of StrongswanConnection(s) type.Tobias Brunner2010-10-144-0/+38
| | | | | Because status menu plugins get loaded and unloaded dynamically by the Hildon Desktop, we have to register our Types dynamically.
* Initial version of the Hildon Desktop status menu plugin.Tobias Brunner2010-10-145-1/+218
|
* Adding, editing and deleting connections is now possible in the settings plugin.Tobias Brunner2010-10-141-0/+199
|
* Adding a dialog to the settings plugin that lists all connections.Tobias Brunner2010-10-141-0/+95
|
* Helper methods added to StrongSwanConnections to easily show connections in ↵Tobias Brunner2010-10-142-0/+51
| | | | a list widget.
* Management class for connection settings added, connections are stored in a ↵Tobias Brunner2010-10-145-12/+389
| | | | simple GKeyFile.
* Simple GObject based class for connection settings added.Tobias Brunner2010-10-143-1/+253
|
* Adding a stub plugin for the Hildon control panel.Tobias Brunner2010-10-148-0/+68
|
* Adding autotools framework for the maemo frontend.Tobias Brunner2010-10-146-0/+70
|
* Define explicit IKEv1 keyexchange mode VAndreas Steffen2010-10-142-1/+1
|
* increase eap-tls max_message_count in fragments scenarioAndreas Steffen2010-10-142-0/+12
|
* Added ssh_config to distribution.Tobias Brunner2010-10-141-1/+1
|
* version bump to 4.5.0rc1Andreas Steffen2010-10-141-1/+1
|
* testing: Reduce testing runtime by reusing SSH sessions.Tobias Brunner2010-10-145-28/+61
| | | | | | | By using the ControlMaster and ControlPath options, existing SSH sessions are reused (a session to each host is opened at the beginning of a test run). Also, RC4 is used as encryption algorithm to further improve the performance. These changes reduce the runtime by over 20%.
* Define explicit IKEv1 keyexchange mode IV.Tobias Brunner2010-10-142-0/+2
|
* pluto: Install inbound policies together with outbound policies.Tobias Brunner2010-10-142-28/+7
| | | | | This avoids an error message when uninstalling the policies and charon did it already like this.
* define explicit IKEv1 keyexchange mode IIIAndreas Steffen2010-10-1410-0/+10
|
* fixed ikev2/rw-eap-ttls-radius scenarioAndreas Steffen2010-10-141-0/+1
|
* fixed ikev2/rw-eap-tnc-radius-block scenarioAndreas Steffen2010-10-141-0/+1
|
* fixed ikev2/rw-eap-tnc scenarioAndreas Steffen2010-10-141-1/+1
|
* fixed ikev2/rw-eap-sim-radius scenarioAndreas Steffen2010-10-141-1/+1
|
* fixed ikev2/rw-eap-sim-only-radius scenarioAndreas Steffen2010-10-141-1/+1
|
* fixed ikev2/mult-auth-rsa-eap-sim-idAndreas Steffen2010-10-141-1/+1
|
* ignore : separator characters in chunk_from_hex()Andreas Steffen2010-10-121-3/+25
|
* Store the exit code of executed commands in Dumm::Guest.execstatus.Tobias Brunner2010-10-122-17/+13
| | | | Also, no exception is risen for failed exec calls, anymore.
* Map the guests to a ruby hash to avoid creating new ruby objects on each ↵Tobias Brunner2010-10-121-40/+34
| | | | call of Guest.each or Guest[].
* Exposed the mutli-overlay functionality in the ruby bindings.Tobias Brunner2010-10-123-8/+71
| | | | | | | | Overlays can be added to individual guests (which overlays exactly the supplied directory) or to all guests (which overlays a subdirectory with the guest's name to each guest). The template functionality is provided as before.
* Added support for multiple overlays to the main library.Tobias Brunner2010-10-122-37/+161
| | | | Also implemented the template functionality using the new overlay functions.
* Added support for multiple overlays to guests (replaces the template ↵Tobias Brunner2010-10-122-25/+47
| | | | | | | functionality). Compared to a template an overlay is an arbitrary directory, not the parent directory of a directory with the guest's name.
* Added support for multiple overlays to the copy-on-write filesystem.Tobias Brunner2010-10-122-80/+200
|
* Do not add additional addresses to MOBIKE path probing messages.Tobias Brunner2010-10-121-10/+12
|
* Change behavior of responder during roaming.Tobias Brunner2010-10-121-16/+17
| | | | | | If the current source address is not available anymore, the responder uses ike_mobike_t.roam, thus, uses multiple address combinations when trying to notify the initiator.
* Allow responder to use ike_mobike_t.roam.Tobias Brunner2010-10-121-1/+7
| | | | After getting a response the responder updates the IPsec SAs.
* Send list of additional addresses even if current path is still valid.Tobias Brunner2010-10-121-0/+11
|
* Extracted path checking in ike_sa_t.roam into separate functions.Tobias Brunner2010-10-121-46/+68
|
* Added support for responders to change their address via MOBIKE.Tobias Brunner2010-10-121-0/+20
| | | | | | | If the original responder updates its list of additional addresses we check if the remote endpoint changed and update the IPsec SAs if it did, as we assume the original address became unavailable and the responder already updated the SAs on its side.
* Explicitly configure MOBIKE tasks to update the list of additional addresses.Tobias Brunner2010-10-123-2/+15
|
* Improved check for first IKE_AUTH message in ike_mobike task.Tobias Brunner2010-10-121-3/+6
| | | | | If the original responder initiated a MOBIKE exchange, the previous check was not always correct.
* Migrated ike_mobike task to INIT/METHOD macros.Tobias Brunner2010-10-121-67/+46
|
* Simplified apply_port function in mobike task.Tobias Brunner2010-10-121-16/+9
|
* Do not fire roam events based on local route changes.Tobias Brunner2010-10-121-2/+3
| | | | | These kernel events are triggered on address changes, which is problematic when deleting virtual IP addresses.
* If a changed route has no src, try to find it via interface.Tobias Brunner2010-10-121-37/+48
|
* Get source address from interface if the route does not provide one.Tobias Brunner2010-10-121-2/+49
|
* Do not update hosts based on retransmitted messages.Tobias Brunner2010-10-122-15/+23
|
* Do not update remote host if we are behind a NAT.Tobias Brunner2010-10-121-4/+2
|
* scenarios without RADIUS server can use default iptables scriptAndreas Steffen2010-10-112-168/+0
|
* fixed some evaltest.dat filesAndreas Steffen2010-10-113-5/+5
|
* added ikev2/rw-eap-tnc-block scenarioAndreas Steffen2010-10-1120-0/+269
|