aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/plugins
Commit message (Expand)AuthorAgeFilesLines
...
* load tester got a "shutdown_when_complete" option, allows performance test us...Martin Willi2008-12-123-15/+51
* 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
* 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 inst...Tobias Brunner2008-12-041-41/+54
* 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 Open...Tobias Brunner2008-12-031-7/+83
* 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 load-...Martin Willi2008-11-224-1/+127
* fixing Makefile of the nm plugin (avoids including a .svn directory in the di...Tobias Brunner2008-11-201-1/+1
* consider interfaces we do not monitor as up (e.g. lo)Martin Willi2008-11-181-1/+2
* separated updown listener to its own class4.2.9Martin Willi2008-11-174-201/+380
* 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
* 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
* fixed compiler warnings issued by:Martin Willi2008-11-112-4/+18
* #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
* 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