aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/maemo/maemo_service.c
Commit message (Collapse)AuthorAgeFilesLines
* implemented the right|leftallowany featureAndreas Steffen2012-06-081-2/+2
|
* make IKEv1 DPD timeout configurable in charonAndreas Steffen2012-05-171-1/+2
|
* Added an aggressive mode peer_cfg optionMartin Willi2012-03-201-1/+1
|
* Handle initiation of not supported IKE versions properlyMartin Willi2012-03-201-2/+8
|
* Use enum to define IKE version on peer_cfg_t.Tobias Brunner2012-03-201-1/+2
| | | | Replaced all those magic numbers.
* bus->listen() and the controller wrappers accept a timeout to wait for callbacksMartin Willi2011-08-261-1/+1
|
* Use CRITICAL job priority class for long running dispatcher jobsMartin Willi2011-05-161-1/+2
|
* maemo: Listen for IKE_SA state changes insted of CHILD_SA state changes.Tobias Brunner2011-02-041-7/+6
| | | | | If the IKE_SA_INIT request fails, there is not yet a CHILD_SA that could trigger state changes.
* Added a TFC padding option to child_cfgMartin Willi2010-12-201-1/+1
|
* start and route connections defined in an SQL database via start_action ↵Andreas Steffen2010-11-281-1/+1
| | | | field and ipsec up %startall command
* Maemo: Load CA certificates from system directories.Tobias Brunner2010-10-141-6/+58
|
* 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-141-0/+6
|
* Maemo: Plugin implements the listener_t interface.Tobias Brunner2010-10-141-0/+44
|
* Maemo: Extracted most plugin code to a separate class, so we can use that as ↵Tobias Brunner2010-10-141-0/+342
listener.