aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Maemo: Basic functionality added to notify the applet about status updates.Tobias Brunner2010-10-142-0/+54
|
* Maemo: Clear the credentials before each connection attempt.Tobias Brunner2010-10-141-0/+2
|
* Added function to clear all credentials from mem_cred_t.Tobias Brunner2010-10-142-3/+25
|
* Maemo: Do not store the password in the config file, ask the user for it on ↵Tobias Brunner2010-10-143-49/+66
| | | | demand.
* Maemo: Debianized the status applet.Tobias Brunner2010-10-147-1/+220
|
* Maemo: Added basic connect/disconnect functionality to frontend.Tobias Brunner2010-10-141-50/+273
|
* Maemo: Listen for a special "Start" D-BUS call.Tobias Brunner2010-10-141-1/+5
| | | | This call is made on the system D-BUS so that charon is started as root.
* Maemo: Added support for connection initiation and shutdown.Tobias Brunner2010-10-141-0/+181
|
* Fixed possible segmentation fault.Tobias Brunner2010-10-141-1/+1
|
* Maemo: Do not unref the dialog.Tobias Brunner2010-10-141-5/+1
|
* Maemo: Improved icon loading in status applet.Tobias Brunner2010-10-141-12/+26
|
* Maemo: Register the status applet with libosso.Tobias Brunner2010-10-141-0/+14
|
* Maemo: Register with libosso and init Glib main loop.Tobias Brunner2010-10-143-0/+86
|
* Maemo: Register charon as D-BUS system service.Tobias Brunner2010-10-143-0/+13
| | | | | | In order to be able to access this service via libosso, charon is started with the run-standalone.sh script, which sets up the required environment.
* Maemo: Changed the input mode of several text boxes.Tobias Brunner2010-10-141-0/+5
|
* Maemo: Ensure that the settings directory exists.Tobias Brunner2010-10-141-0/+4
|
* Fixed a subtle SIGSEGV.Tobias Brunner2010-10-141-1/+0
|
* 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
|