aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins
Commit message (Expand)AuthorAgeFilesLines
...
* vici: Support ruby gem out-of-tree buildsMartin Willi2015-02-271-1/+3
* ha: Always install the CHILD_SAs with the inbound flag set to FALSEMartin Willi2015-02-271-2/+2
* forecast: Explicitly cast sockaddr to fix compiler warningTobias Brunner2015-02-231-1/+1
* configure: Use pkg-config to detect libiptc used by connmark/forecastTobias Brunner2015-02-232-4/+4
* forecast: Add the broadcast/multicast forwarding plugin called forecastMartin Willi2015-02-207-0/+1472
* connmark: Add CONNMARK rules to select correct output SA based on conntrackMartin Willi2015-02-204-0/+611
* connmark: Add a plugin stubMartin Willi2015-02-203-0/+143
* load-tester: Support initiating XAuth authenticationMartin Willi2015-02-201-0/+22
* mem-pool: Pass the remote IKE address, to re-acquire() an address during reauthMartin Willi2015-02-203-13/+17
* attribute-handler: Pass full IKE_SA to handler backendsMartin Willi2015-02-206-50/+40
* attribute-provider: Pass full IKE_SA to provider backendsMartin Willi2015-02-208-46/+45
* unit-tester: Drop the old unit-tester libcharon pluginMartin Willi2015-02-2012-946/+0
* attributes: Move the configuration attributes framework to libcharonMartin Willi2015-02-2014-72/+66
* attr-sql: Move plugin to libcharonMartin Willi2015-02-205-0/+715
* attr: Move plugin to libcharonMartin Willi2015-02-205-0/+553
* resolve: Move plugin back to libcharonMartin Willi2015-02-205-0/+588
* ike: Consistently log CHILD_SAs with their unique_id instead of their reqidMartin Willi2015-02-202-2/+2
* unity: Reference IKE_SAs by the IKEv1 COOKIEs, improving lookup performanceMartin Willi2015-02-203-14/+17
* ike-sa-manager: Remove IKE_SA checkout by CHILD_SA reqidMartin Willi2015-02-201-1/+1
* kernel-interface: Raise expires with a proto/SPI/dst tuple instead of reqidMartin Willi2015-02-203-13/+10
* controller: Use the CHILD_SA unique_id to terminate CHILD_SAsMartin Willi2015-02-203-13/+13
* stroke: List CHILD_SA unique ID as the primary identifier, but print reqid, tooMartin Willi2015-02-201-5/+6
* vici: Include the CHILD_SA unique ID in list-sa eventMartin Willi2015-02-202-0/+2
* child-sa: Replace reqid based marks by "unique" marksMartin Willi2015-02-201-1/+2
* kernel-interface: Pass full list of traffic selectors to add_sa()Martin Willi2015-02-203-3/+3
* libipsec: Remove unused src/dst_ts parameters from ipsec_sa_mgr_t.add_sa()Martin Willi2015-02-201-2/+1
* kernel-interface: Remove reqid parameter from get_spi/get_cpi() methodsMartin Willi2015-02-203-6/+6
* libipsec: Remove unused reqid parameter from ipsec_sa_mgr_t.get_spi()Martin Willi2015-02-191-1/+1
* ha: Perform child rekeying outside of CHILD_SA enumeratorThomas Egerer2015-02-191-7/+22
* vici: Fix ruby gem author emailMartin Willi2015-01-221-1/+1
* vici: Fix README example encoding element type values, off by oneMartin Willi2015-01-211-10/+10
* Fixed some typos, courtesy of codespellTobias Brunner2014-12-151-1/+1
* vici: Use silent builder destroy function in vici_free_req()Martin Willi2014-12-121-7/+1
* vici: Add a destroy method to builder, allowing cancellation without errorMartin Willi2014-12-122-4/+18
* eap-radius: Use the single-server legacy server options as fallbackMartin Willi2014-12-121-3/+10
* unity: Only do narrowing of responder's TS if we received 0.0.0.0/0Tobias Brunner2014-12-051-2/+84
* kernel-wfp: Install outbound ALE connect rules for IPsecMartin Willi2014-12-041-16/+43
* kernel-wfp: Install inbound ALE IP-in-IP filtersMartin Willi2014-12-041-41/+159
* kernel-wfp: Add missing IPsec sublayer GUIDsMartin Willi2014-12-041-0/+6
* kernel-wfp: Define IPsec related ALE layers and callout GUIDsMartin Willi2014-12-042-0/+40
* kernel-wfp: Fix logging of MM/QM/EM NetEvent failuresMartin Willi2014-12-041-0/+12
* vici: Make sure to send/recv all requested bytes over socketMartin Willi2014-12-041-3/+22
* Implemented full BLISS support for IKEv2 public key authentication and the pk...Andreas Steffen2014-11-292-5/+19
* kernel-libipsec: Use poll(2) instead of selectMartin Willi2014-11-211-54/+56
* socket-default: Use round-robin selection of sockets to read fromMartin Willi2014-11-211-5/+13
* socket-default: Use poll(2) instead of selectMartin Willi2014-11-211-46/+20
* vici: Add support for address range definitions of poolsTobias Brunner2014-10-301-5/+35
* stroke: Add support for address range definitions of in-memory poolsTobias Brunner2014-10-301-7/+33
* updown: Explicitly pass caller PATH to updown scriptMartin Willi2014-10-221-0/+1
* vici: Return default value for get_int() if message value is empty stringMartin Willi2014-10-142-1/+5