aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins
Commit message (Expand)AuthorAgeFilesLines
...
* eap-radius: Fix creation of host_t objects based on Framed-IPv6-Address attri...Tobias Brunner2015-08-281-1/+1
* eap-ttls: Limit maximum length of tunneled EAP packet to EAP-TTLS packetTobias Brunner2015-08-271-1/+8
* ha: Close control FIFO if it is not validTobias Brunner2015-08-271-0/+4
* Fix some Doxygen issuesTobias Brunner2015-08-272-2/+2
* ike: Only consider number of half-open SAs as responder when deciding whether...Tobias Brunner2015-08-272-2/+2
* vici: Handle closed sockets in the Ruby gemEvan Broder2015-08-241-1/+5
* vici: Optionally check limits when initiating connectionsTobias Brunner2015-08-212-1/+7
* vici: Add get_bool() convenience getter for VICI messagesTobias Brunner2015-08-213-0/+94
* controller: Optionally adhere to init limits also when initiating IKE_SAsTobias Brunner2015-08-218-10/+10
* stroke: Allow %any as local addressTobias Brunner2015-08-211-3/+7
* stroke: Add an option to disable side-swapping of configuration optionsTobias Brunner2015-08-211-33/+46
* stroke: Change how CA certificates are storedTobias Brunner2015-08-205-58/+285
* stroke: Combine CA certificate load methodsTobias Brunner2015-08-201-82/+74
* stroke: Atomically replace CA and AA certificates when reloading themTobias Brunner2015-08-201-34/+45
* sql: Also do a reversed ID matchTobias Brunner2015-08-171-2/+9
* ha: Recreate the control FIFO if the file exists but is not a FIFOTobias Brunner2015-08-171-13/+68
* vici: Add option to disable policy installation for CHILD_SAsTobias Brunner2015-08-171-1/+6
* eap-radius: Use Framed-IPv6-Address attributes to send IPv6 VIPs in accountin...Tobias Brunner2015-08-171-4/+2
* eap-radius: Add support for some basic IPv6-specific RADIUS attributesTobias Brunner2015-08-171-1/+10
* vici: Add listen methods to receive arbitrary events in Python libraryTobias Brunner2015-08-171-0/+34
* vici: Move event (un-)registration to a helper method in Python libraryTobias Brunner2015-08-173-49/+60
* vici: Add ike/child-rekey eventsTobias Brunner2015-08-172-0/+108
* vici: Document the ike/child-updown eventsTobias Brunner2015-08-171-0/+23
* vici: Don't include a child-sas section in ike-updown eventTobias Brunner2015-08-171-2/+0
* vici: Explicitly notify listeners of the type of ike/child-updown eventTobias Brunner2015-08-171-0/+11
* Fixed AR identities in mutual TNC measurements caseAndreas Steffen2015-08-151-0/+4
* load-tester: Include string.h for strcmp() on some platformsTobias Brunner2015-08-131-0/+1
* Initialize variables that some compilers seem to warn aboutTobias Brunner2015-08-131-1/+1
* Fixed some typosTobias Brunner2015-08-131-4/+4
* whitelist: Use hash() method so DNs with different string types matchTobias Brunner2015-08-061-1/+1
* updown: Pass virtual IPs assigned to a peer to the updown scriptTobias Brunner2015-08-061-7/+11
* eap-radius: Don't send RADIUS Accounting Start messages twiceTobias Brunner2015-08-061-0/+5
* eap-radius: Change trigger for Accounting Start messages for IKEv1Tobias Brunner2015-08-061-5/+12
* ha: Properly initialize algo variables when installing CHILD_SAsTobias Brunner2015-08-041-1/+1
* ha: Sync remote address in HA_IKE_ADD, tooThomas Egerer2015-08-042-0/+11
* ha: Use the same init values for jhash() as Linux 4.1Tobias Brunner2015-07-311-2/+19
* sql: Fix memory leak in SQL loggerTobias Brunner2015-07-281-0/+1
* vici: Certification Authority support added.Andreas Steffen2015-07-219-11/+937
* vici: Compute rekey_bytes and rekey_packets if life_bytes and life_packets ar...Andreas Steffen2015-07-201-6/+20
* vici: Asynchronize debug loggingMartin Willi2015-07-121-1/+47
* osx-attr: Optionally replace existing DNS server instead of appending themMartin Willi2015-06-181-3/+27
* ha: Document tunnel parameterTobias Brunner2015-05-271-0/+1
* ha: Skip SA for sync messages when resyncing HA segmentsTobias Brunner2015-05-263-3/+14
* ha: Move plugin initialization from constructor to plugin callbackTobias Brunner2015-05-261-58/+69
* vici: Explicitly disable --user-install when installing Ruby GemTobias Brunner2015-05-211-1/+1
* vici: Make installation of Ruby Gem and Python Egg optionalTobias Brunner2015-05-212-0/+4
* vici: Support out-of-tree build of Python EggTobias Brunner2015-05-211-5/+5
* eap-radius: Keep track of stats for SAs migrated during IKEv1 reauthenticationTobias Brunner2015-05-211-88/+229
* eap-radius: Remove cache entries for expired SAs during ike/child_rekeyTobias Brunner2015-05-211-0/+53
* eap-radius: Add cache for usage stats of expired/rekeyed SAsTobias Brunner2015-05-211-6/+102