aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/plugins
Commit message (Expand)AuthorAgeFilesLines
...
* use separate distribution tarballs for NetworkManager appletMartin Willi2009-02-161-18/+0
* use a slightly adopted package versioning schemeMartin Willi2009-02-161-1/+1
* [4859] caused crash when handling the %config caseAndreas Steffen2009-02-111-8/+8
* corrected syntaxAndreas Steffen2009-02-111-1/+1
* this debug statement has only two argumentsAndreas Steffen2009-02-111-0/+4
* fixed a 64-bit issue with time_t printf hooksAndreas Steffen2009-02-111-12/+9
* changed [4856] to dynamically choose traffic selector familyMartin Willi2009-02-116-9/+6
* respect family when assigning pool addressesMartin Willi2009-02-111-1/+8
* support of dynamic/128 and %any6Andreas Steffen2009-02-056-6/+9
* disable MOBIKE in load-testerAndreas Steffen2009-02-051-1/+1
* output pool name string rather than pool pointerAndreas Steffen2009-01-281-1/+1
* fixed broken listing of connections in ipsec statusallAndreas Steffen2009-01-141-3/+3
* disable DPD and sending of cert requests in load-testerAndreas Steffen2009-01-141-2/+2
* hiding XFRM message names from netlinkAndreas Steffen2009-01-092-26/+30
* renamed chunkAndreas Steffen2009-01-091-2/+2
* refactored DBG3 output of sent XFRM messagesAndreas Steffen2009-01-092-72/+41
* DBG3 output of sent XFRM messagesAndreas Steffen2009-01-091-3/+74
* 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 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