aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/control/controller.c
Commit message (Collapse)AuthorAgeFilesLines
* Moving charon to libcharon.Tobias Brunner2010-03-191-455/+0
|
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-23/+23
|
* Fixed some typos; whitespace cleanup.Tobias Brunner2009-09-021-8/+8
|
* include TSi/TSr of triggering packet in acquireMartin Willi2009-05-201-1/+1
|
* initiate trapped CHILD_SAs with same reqidMartin Willi2009-05-081-1/+1
|
* removed obsolete route/unroute code from ike_sa/controllerMartin Willi2009-05-081-125/+0
|
* set IKE_SA on bus to catch unroute event properlyMartin Willi2009-05-051-0/+1
|
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-301-2/+0
|
* checkin of non-existing IKE_SAsMartin Willi2008-11-261-20/+27
| | | | removed unneeded checkin() return values
* reintegrated bus-refactoring branchMartin Willi2008-10-141-250/+253
|
* introduced an additional bus->signal parameter for signal specific dataMartin Willi2008-07-181-27/+32
| | | | added SIG_IKE/SIG_CHD macros for signal emitting
* reverted [4125],[4166], reimplemented the proper wayMartin Willi2008-07-111-42/+8
|
* added strongswan.conf option charon.reuse_iksa=no to create each CHILD_SA in ↵Martin Willi2008-06-301-8/+42
| | | | a new IKE_SA
* extended credential_set_t interface by a cache_cert() methodMartin Willi2008-04-171-8/+0
| | | | allows persistent or in-memory caching of fetched certificates
* ike_sa_manager enumerable, not iterableMartin Willi2008-04-141-3/+3
|
* merged the modularization branch (credentials) back to trunkMartin Willi2008-03-131-0/+574
|
* restructuring of configuration backendsMartin Willi2007-04-271-134/+0
| | | | | | | | | added propotypes of new control interfaces (xml & dbus) introduced loadable: configuration backends control interfaces using pluggable modules as in EAP
* moved initiate() code to the generic controller_t classMartin Willi2007-04-161-0/+134
|
* restructured file layoutMartin Willi2007-04-101-0/+0
new configuration structure: peer_cfg: configuration related to a peer (authenitcation, ...= ike_cfg: config to use for IKE setup (proposals) child_Cfg: config for CHILD_SA (proposals, traffic selectors) a peer_cfg has one ike_cfg and multiple child_cfg's stroke now uses fixed count of threads