aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/plugins
Commit message (Collapse)AuthorAgeFilesLines
* separated updown listener to its own class4.2.9Martin Willi2008-11-174-201/+380
| | | | caching interface names to properly remove rules if interface has changed
* completed migration of MIPv6 connectionsAndreas Steffen2008-11-162-5/+4
|
* show TRANSPORT_PROXY mode in ipsec statusAndreas Steffen2008-11-161-3/+5
|
* using aligned buffers for netlinkMartin Willi2008-11-143-14/+23
|
* also use correct encap parameter in PF_KEYMartin Willi2008-11-141-1/+1
|
* fixed encap enabling in xfrm (using new encap state, not the old one)Martin Willi2008-11-141-3/+3
|
* do not use a route if outgoing interface is downMartin Willi2008-11-141-54/+81
| | | | other cleanups
* rta->rta_len is NOT the payload data length, use RTA_PAYLOAD(rta) instead!Martin Willi2008-11-141-2/+3
|
* do not use public interface for functions which are local anywayMartin Willi2008-11-141-57/+54
|
* ported some hard-to-merge cherries back to trunk :-/Martin Willi2008-11-122-29/+5
| | | | | shame, svn, shame: this was ways to complicated we should consider a switch to git...
* fixed compiler warnings issued by:Martin Willi2008-11-112-4/+18
| | | | | | gcc 4.3 curl.h gcc type-checking glibc with enabled FORTIFY_SOURCE checking
* #defing out compress algs to avoid compiler warningMartin Willi2008-11-112-2/+6
|
* updated method signature of add_policyMartin Willi2008-11-111-5/+6
|
* fixed compilation of medcli pluginMartin Willi2008-11-112-28/+50
|
* added missing include for ULONG_MAXMartin Willi2008-11-111-0/+1
|
* dynamic logging configuration through strongswan.confMartin Willi2008-11-111-3/+16
| | | | fallback to existing ipsec.conf/stroke loglevel configuration
* fixed compiler warningMartin Willi2008-11-111-2/+2
|
* fixing a memory leakTobias Brunner2008-11-112-6/+14
|
* merging kernel_klips plugin back into trunkTobias Brunner2008-11-1110-69/+3376
|
* renamed proxy to proxy_mode in stroke_msg.hAndreas Steffen2008-11-111-1/+1
|
* preliminary support of Mobile IPv6Andreas Steffen2008-11-111-1/+2
|
* make load_tester more strict to use it along strokeMartin Willi2008-11-102-4/+17
|
* iterations = 0 for infinite iterationsMartin Willi2008-11-101-3/+3
|
* added PEM version of keys Martin Willi2008-11-101-1/+28
|
* fixed copy/paste errorMartin Willi2008-11-071-1/+0
|
* SADB_X_EXT_KMADDRESS is not present in old kernelsAndreas Steffen2008-11-071-10/+17
|
* added retrieval of remote kmaddress via PF_KEYAndreas Steffen2008-11-072-6/+13
|
* added delete_after_established optionMartin Willi2008-11-064-1/+140
|
* wrapped all pthread_rwlock_t in profilable rwlock_tMartin Willi2008-11-053-55/+51
|
* added missing includesMartin Willi2008-11-051-0/+1
|
* replaced most pthread_mutex/cond_t by wrapped mutex/condvar_t variantMartin Willi2008-11-054-76/+85
|
* got rid of deprecated create_iterator_locked()Martin Willi2008-11-056-51/+77
|
* do not install route if interface lookup failedMartin Willi2008-11-051-16/+23
|
* two new load_testing options:Martin Willi2008-11-041-3/+11
| | | | | request_virtual_ip: request a INTERNAL_IPV4_ADDR as client pool: provide addresses from a named virtual IP pool
* added a delay option to delay initiationsMartin Willi2008-11-041-9/+41
|
* corrected a copy-and-paste errorAndreas Steffen2008-11-031-1/+1
|
* updated copyright of kernel interface codeAndreas Steffen2008-11-032-0/+2
|
* added support for xfrm remote kmaddressAndreas Steffen2008-11-032-7/+8
|
* added fake_kernel option to make dummy kernel implementation optionalMartin Willi2008-11-032-3/+7
|
* load testing between different hostsMartin Willi2008-11-031-3/+6
|
* removed unused variablesAndreas Steffen2008-11-031-5/+0
|
* migrate_job() finds a matching child_cfgAndreas Steffen2008-11-032-23/+53
|
* fully implemented the parsing of XFRM and PF_KEY MIGRATE messagesAndreas Steffen2008-11-022-36/+94
|
* identify attributes of XFRM ACQUIRE and MIGRATE messagesAndreas Steffen2008-10-311-14/+58
|
* subscribing XFRM socket for MIGRATE messagesAndreas Steffen2008-10-311-2/+3
|
* parse xfrm and pf_key acquire messages and subscribe to migrate messagesAndreas Steffen2008-10-312-31/+186
|
* added hooks for IKE and CHILD keymatMartin Willi2008-10-301-3/+1
|
* moved CHILD_SA key derivation to keymat_tMartin Willi2008-10-291-37/+27
| | | | passing key chunks to CHILD_SA, not the PRF
* moved key derivation and management into keymat objectMartin Willi2008-10-281-6/+10
| | | | | | allows secured implementation of key management (e.g. in kernel or HW) only IKE keys for now
* store IKE proposal implicitly during derive_keysMartin Willi2008-10-281-2/+5
|