aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/maemo
Commit message (Expand)AuthorAgeFilesLines
* Added an option that allows to force IKEv1 fragmentationTobias Brunner2013-01-121-1/+1
* Use a connection specific option to en-/disable IKEv1 fragmentationTobias Brunner2012-12-241-1/+1
* Remove version argument on peer_cfg constructor, use ike_cfg version insteadMartin Willi2012-10-241-1/+1
* Add IKE version information to ike_cfg_tMartin Willi2012-10-241-1/+1
* Support multiple address pools configured on a peer_cfgMartin Willi2012-08-301-1/+1
* Support multiple virtual IPs on peer_cfg and ike_sa classesMartin Willi2012-08-301-1/+1
* Replaced usages of CHARON_*_PORT with calls to get_port().Tobias Brunner2012-08-081-1/+2
* Make the UDP ports charon listens for packets on (and uses as source ports) c...Tobias Brunner2012-08-081-1/+1
* Centralized thread cancellation in processor_tTobias Brunner2012-06-251-4/+12
* 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
* 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
* Added a (not yet implemented) plugin_t method to reload plugin configurationMartin Willi2011-04-151-0/+1
* Added a get_name() function to plugin_t, create_plugin_enumerator enumerates ...Martin Willi2011-04-151-2/+8
* maemo: Create DBUS service file with correct path to charon.Tobias Brunner2011-02-083-5/+9
* maemo: Listen for IKE_SA state changes insted of CHILD_SA state changes.Tobias Brunner2011-02-041-7/+6
* 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 field...Andreas Steffen2010-11-281-1/+1
* 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-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-141-0/+16
* Maemo: Clear the credentials before each connection attempt.Tobias Brunner2010-10-141-0/+2
* 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
* 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
* Stub plugin for Maemo specific extensions added.Tobias Brunner2010-10-143-0/+114