Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moving charon to libcharon. | Tobias Brunner | 2010-03-19 | 1 | -455/+0 |
| | |||||
* | removed trailing spaces ([[:space:]]+$) | Martin Willi | 2009-09-04 | 1 | -23/+23 |
| | |||||
* | Fixed some typos; whitespace cleanup. | Tobias Brunner | 2009-09-02 | 1 | -8/+8 |
| | |||||
* | include TSi/TSr of triggering packet in acquire | Martin Willi | 2009-05-20 | 1 | -1/+1 |
| | |||||
* | initiate trapped CHILD_SAs with same reqid | Martin Willi | 2009-05-08 | 1 | -1/+1 |
| | |||||
* | removed obsolete route/unroute code from ike_sa/controller | Martin Willi | 2009-05-08 | 1 | -125/+0 |
| | |||||
* | set IKE_SA on bus to catch unroute event properly | Martin Willi | 2009-05-05 | 1 | -0/+1 |
| | |||||
* | removing svn keyword $Id$ from all files | Tobias Brunner | 2009-04-30 | 1 | -2/+0 |
| | |||||
* | checkin of non-existing IKE_SAs | Martin Willi | 2008-11-26 | 1 | -20/+27 |
| | | | | removed unneeded checkin() return values | ||||
* | reintegrated bus-refactoring branch | Martin Willi | 2008-10-14 | 1 | -250/+253 |
| | |||||
* | introduced an additional bus->signal parameter for signal specific data | Martin Willi | 2008-07-18 | 1 | -27/+32 |
| | | | | added SIG_IKE/SIG_CHD macros for signal emitting | ||||
* | reverted [4125],[4166], reimplemented the proper way | Martin Willi | 2008-07-11 | 1 | -42/+8 |
| | |||||
* | added strongswan.conf option charon.reuse_iksa=no to create each CHILD_SA in ↵ | Martin Willi | 2008-06-30 | 1 | -8/+42 |
| | | | | a new IKE_SA | ||||
* | extended credential_set_t interface by a cache_cert() method | Martin Willi | 2008-04-17 | 1 | -8/+0 |
| | | | | allows persistent or in-memory caching of fetched certificates | ||||
* | ike_sa_manager enumerable, not iterable | Martin Willi | 2008-04-14 | 1 | -3/+3 |
| | |||||
* | merged the modularization branch (credentials) back to trunk | Martin Willi | 2008-03-13 | 1 | -0/+574 |
| | |||||
* | restructuring of configuration backends | Martin Willi | 2007-04-27 | 1 | -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 class | Martin Willi | 2007-04-16 | 1 | -0/+134 |
| | |||||
* | restructured file layout | Martin Willi | 2007-04-10 | 1 | -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 |