aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Some Doxygen fixes.Tobias Brunner2010-10-154-5/+5
* Missed one unneeded destructor.Tobias Brunner2010-10-151-4/+0
* Deferred instantiation of socket implmentations until registration.Tobias Brunner2010-10-1511-78/+104
* fix segfault when reading certificate from smartcardEgbert Koening2010-10-151-1/+2
* Added some generated files to .gitignore.Tobias Brunner2010-10-153-0/+8
* suport certificate-based client authentication with EAP-TTLSAndreas Steffen2010-10-141-40/+70
* Moved sources of the NetworkManager plugin to src/frontends.Tobias Brunner2010-10-1429-0/+0
* Avoid recursive loop if no socket implementations are loaded.Tobias Brunner2010-10-141-2/+13
* Maemo: Added a widget to "unselect" a certificate.Tobias Brunner2010-10-142-4/+38
* Avoid duplicate certificates in mem_cred_t.Tobias Brunner2010-10-141-3/+13
* Maemo: Load CA certificates from system directories.Tobias Brunner2010-10-141-6/+58
* Maemo: OK is default response in password dialog.Tobias Brunner2010-10-141-0/+1
* Maemo: Handle status changes from charon.Tobias Brunner2010-10-141-52/+83
* Maemo: Track the status of the current SA and send changes to the frontend.Tobias Brunner2010-10-141-31/+97
* Maemo: Properly unregister the RPC callbacks.Tobias Brunner2010-10-142-22/+24
* Maemo: Plugin implements the listener_t interface.Tobias Brunner2010-10-142-0/+51
* Maemo: Extracted most plugin code to a separate class, so we can use that as ...Tobias Brunner2010-10-144-283/+396
* Maemo: Initiate consumes a child_sa reference, so get an additional one.Tobias Brunner2010-10-141-0/+2
* 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 d...Tobias Brunner2010-10-143-49/+66
* 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
* 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-142-0/+83
* Maemo: Register charon as D-BUS system service.Tobias Brunner2010-10-142-0/+8
* 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-144-0/+121
* 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
* 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 a...Tobias Brunner2010-10-142-0/+51
* Management class for connection settings added, connections are stored in a s...Tobias Brunner2010-10-145-12/+389
* 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
* pluto: Install inbound policies together with outbound policies.Tobias Brunner2010-10-142-28/+7
* 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
* Map the guests to a ruby hash to avoid creating new ruby objects on each call...Tobias Brunner2010-10-121-40/+34