aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins
Commit message (Expand)AuthorAgeFilesLines
* Fixed some typos, courtesy of codespellTobias Brunner2017-08-072-2/+2
* kernel-netlink: Wipe buffer used to read Netlink messagesTobias Brunner2017-08-071-2/+12
* kernel-netlink: Set SPI on outbound policyTobias Brunner2017-08-071-4/+10
* error-notify: Don't stop sending notifies after removing a disconnected listenerTobias Brunner2017-07-271-2/+1
* farp: Only remove one tracked entryTobias Brunner2017-07-271-0/+1
* kernel-pfroute: Make sure there is a netmask when enumerating subnetsTobias Brunner2017-07-051-2/+2
* sql: Use qualified names in SQL query statementsTobias Brunner2017-07-052-49/+54
* stroke: Don't load configs with invalid proposalsTobias Brunner2017-07-051-7/+20
* eap-aka-3gpp: Add plugin that implements 3GPP MILENAGE algorithm in softwareTobias Brunner2017-07-059-0/+1373
* eap-sim-file: Remove redundant enumerator allocationTobias Brunner2017-05-261-1/+1
* sql: Remove redundant enumerator allocationTobias Brunner2017-05-261-1/+1
* Fixed some typos, courtesy of codespellTobias Brunner2017-05-264-5/+5
* linked-list: Change return value of find_first() and signature of its callbackTobias Brunner2017-05-2610-96/+91
* linked-list: Change interface of callback for invoke_function()Tobias Brunner2017-05-263-18/+48
* Change interface for enumerator_create_filter() callbackTobias Brunner2017-05-2614-257/+343
* Migrate all enumerators to venumerate() interface changeTobias Brunner2017-05-2625-132/+256
* vici: Make 96-bit truncation for SHA-256 configurableTobias Brunner2017-05-261-0/+11
* stroke: Make 96-bit truncation for SHA-256 configurableTobias Brunner2017-05-262-1/+3
* android-log: Link against liblogTobias Brunner2017-05-261-0/+1
* child-sa: Change API used to set/install policiesTobias Brunner2017-05-231-9/+7
* tnc-ifmap: Null-terminate buffer to make sscanf()-calls safeTobias Brunner2017-05-231-4/+5
* kernel-netlink: Use total retransmit timeout as acquire timeoutTobias Brunner2017-05-232-13/+23
* kernel-netlink: Try to add new inbound SA if update failsThomas Egerer2017-05-231-3/+12
* kernel-pfkey: Update SA addresses if supported by the kernelTobias Brunner2017-05-231-21/+16
* kernel-pfkey: Use new encap flag on Mac OS X when updating SAsTobias Brunner2017-05-231-1/+1
* kernel-netlink: Update hardware offload attribute when SAs are updatedTobias Brunner2017-05-231-11/+37
* kernel-netlink: Base SA update on correct message in multi-message responseTobias Brunner2017-05-231-7/+7
* vici: Make hardware offload configurableTobias Brunner2017-05-231-0/+11
* child-cfg: Use flags for boolean optionsTobias Brunner2017-05-236-20/+67
* kernel-netlink: Enable hardware offloading if configured for an SATobias Brunner2017-05-231-0/+25
* kernel-netlink: Directly handle Netlink messages if thread pool is emptyTobias Brunner2017-05-231-1/+2
* socket-default: Add an option to force the sending interface via IP_PKTINFOMartin Willi2017-05-231-7/+48
* Add an option to announce support for IKE fragmentation but not sending fragm...Tobias Brunner2017-05-231-0/+1
* vici: Return key ID from load-key commandTobias Brunner2017-05-232-4/+13
* attr-sql: Make release of online leases during startup optionalTobias Brunner2017-05-191-8/+12
* eap-simaka-sql: Fixed database column from use to usedAndreas Steffen2017-04-261-4/+7
* vici: Fix type error exception in Python bindingsodi792017-04-191-1/+1
* kernel-netlink: Avoid O(n^2) copy operations when concatenating Netlink respo...Jiri Horky2017-03-271-7/+13
* addrblock: Narrow selectors when rekeying a CHILD_SA as original responderMartin Willi2017-03-241-0/+1
* kernel-wfp: Don't redefine IPPROTO_IP* if already definedTobias Brunner2017-03-231-0/+4
* vici: Don't fall back to uninstalling traps if a matching shunt was foundTobias Brunner2017-03-231-3/+7
* Fixed some typos, courtesy of codespellTobias Brunner2017-03-232-2/+2
* vici: Document how we pronounce the vici protocol and pluginMartin Willi2017-03-201-3/+3
* kernel: Make range of SPIs for IPsec SAs configurableTobias Brunner2017-03-022-6/+20
* addrblock: Use dynamic TS narrowing instead of rejecting the whole CHILD_SAMartin Willi2017-03-021-43/+28
* addrblock: Support an optional non-strict mode accepting certs without addrblockMartin Willi2017-03-021-3/+11
* vici: Only log messages if there actually is a listenerTobias Brunner2017-02-161-0/+7
* vici: Let has_event_listeners() actually check if clients are registeredTobias Brunner2017-02-161-2/+4
* vici: Add support for mediation extensionTobias Brunner2017-02-161-1/+85
* peer-cfg: Store mediated_by as name and not peer-cfg referenceTobias Brunner2017-02-163-52/+62