aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/plugins
Commit message (Collapse)AuthorAgeFilesLines
* fixed two bugs introduced by the stroke ip pool refactoring4.2.10Andreas Steffen2009-01-081-2/+9
|
* RNG tests based on FIPS 140-1Martin Willi2008-12-183-2/+225
|
* load tester got a "shutdown_when_complete" option, allows performance test ↵Martin Willi2008-12-123-15/+51
| | | | using "time"
* address extensions refactoredTobias Brunner2008-12-112-85/+52
|
* initial size of 1 is nonsenseTobias Brunner2008-12-101-1/+1
|
* list assigned leases using "ipsec leases"Martin Willi2008-12-105-4/+197
|
* added IKE_SA established timer to "ipsec statusall"Martin Willi2008-12-101-5/+17
|
* fixed load-tester shared key lookupMartin Willi2008-12-091-2/+2
|
* list pools and usage in ipsec statusallMartin Willi2008-12-093-5/+29
|
* extended stroke in-memory pool to use hash-tablesMartin Willi2008-12-092-58/+172
| | | | | supports online/offline leases properly reassign addresses to identities
* require explicit enabling of load-testing pluginMartin Willi2008-12-091-1/+9
|
* generating different initiator identities, configs and certificates on the flyMartin Willi2008-12-083-101/+213
|
* basic x509 certificate generationMartin Willi2008-12-083-1/+111
|
* hashtable enumerator enumerates over both, key and valuesMartin Willi2008-12-051-1/+1
|
* pass identity to release_address(), allows providers to do a lookup by idMartin Willi2008-12-053-5/+5
|
* implemented the policy cache in kernel_netlink_ipsec_t with a hash table ↵Tobias Brunner2008-12-041-41/+54
| | | | instead of a linked list.
* fixed copy-paste bug (double-free)Martin Willi2008-12-041-1/+0
|
* fixed double free of host in sadb_address2tsAndreas Steffen2008-12-041-1/+0
|
* add support for smartcards in charon by using the ENGINE API provided by ↵Tobias Brunner2008-12-031-7/+83
| | | | OpenSSL, based on patches by Michael Roßberg.
* enable quoted tokens in the token enumeratorTobias Brunner2008-12-031-0/+2
|
* fixed double free of host in selector2tsMartin Willi2008-12-031-27/+24
|
* remove attribute provider in SQL plugin destructionMartin Willi2008-11-271-0/+1
|
* token enumerator missed the last token if it contains only a single charMartin Willi2008-11-271-5/+45
|
* moved the IPV6_IPSEC_POLICY definition to the ipsec plugins, fixes uClibc buildMartin Willi2008-11-242-0/+10
|
* added a "load_tester.auth" option: "pubkey" (default) or "psk"Martin Willi2008-11-232-4/+57
|
* proper cancellation of load-testing initiatorsMartin Willi2008-11-231-1/+39
|
* added a MODP_NULL Diffie Hellman group to avoid calculation overhead in ↵Martin Willi2008-11-224-1/+127
| | | | load-testing
* fixing Makefile of the nm plugin (avoids including a .svn directory in the ↵Tobias Brunner2008-11-201-1/+1
| | | | distribution)
* consider interfaces we do not monitor as up (e.g. lo)Martin Willi2008-11-181-1/+2
| | | | fixes load-testing against 127.0.0.1
* 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
|