aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed a memory leak in the attribute segmentation codeAndreas Steffen2015-02-273-4/+4
* 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
* Updated Ubuntu 14.04 kernel versionAndreas Steffen2015-02-271-1/+1
* Fixed compiler warningsAndreas Steffen2015-02-271-2/+3
* Allow SHA256 and SHA384 data hash for BLISS signatures.Andreas Steffen2015-02-2616-42/+129
* unit-tests: Completed BLISS testsAndreas Steffen2015-02-256-16/+668
* Check for null pointer before applying memwipe()Andreas Steffen2015-02-251-4/+10
* Implemented improved BLISS-B signature algorithmAndreas Steffen2015-02-257-47/+356
* host-resolver: Do not cancel threads waiting for new queries during cleanupMartin Willi2015-02-241-6/+8
* host-resolver: Disable resolver thread cancellation by defaultMartin Willi2015-02-241-0/+3
* unit-tests: Add host_create_from_dns() test cases resolving "localhost"Martin Willi2015-02-241-0/+42
* plugin-loader: Do not unload libraries during dlclose(), if supportedMartin Willi2015-02-241-1/+9
* unit-tests: Accept numerical protocol/port numbers in traffic selector testsMartin Willi2015-02-231-11/+16
* 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
* openssl: Return the proper IV length for OpenSSL cryptersTobias Brunner2015-02-231-1/+1
* forecast: Add the broadcast/multicast forwarding plugin called forecastMartin Willi2015-02-208-0/+1479
* ipsec-types: Support the %unique mark valueMartin Willi2015-02-202-5/+15
* connmark: Add CONNMARK rules to select correct output SA based on conntrackMartin Willi2015-02-204-0/+611
* bus: Add an ike_update() hook invoked when peer endpoints changeMartin Willi2015-02-204-0/+50
* connmark: Add a plugin stubMartin Willi2015-02-204-0/+150
* 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-206-51/+87
* ikev2: Schedule a make-before-break completion task to delete old IKE_SAMartin Willi2015-02-208-1/+174
* ikev2: Allow task to skip exchange by setting undefined exchange typeMartin Willi2015-02-201-0/+5
* ikev2: Trigger make-before-break reauthentication instead of reauth taskMartin Willi2015-02-202-2/+79
* ike-sa-manager: Use IKEv1 uniqueness reauthentication detection for IKEv2, tooMartin Willi2015-02-201-12/+8
* attribute-handler: Pass full IKE_SA to handler backendsMartin Willi2015-02-2010-79/+61
* attribute-provider: Pass full IKE_SA to provider backendsMartin Willi2015-02-2010-65/+55
* attribute-manager: Pass full IKE_SA to handler methodsMartin Willi2015-02-205-23/+28
* attribute-manager: Pass the full IKE_SA to provider methodsMartin Willi2015-02-205-23/+32
* unit-tester: Drop the old unit-tester libcharon pluginMartin Willi2015-02-2013-953/+0
* attributes: Move the configuration attributes framework to libcharonMartin Willi2015-02-2040-129/+119
* libcharon: Add a test runnerMartin Willi2015-02-205-0/+96
* attr-sql: Move plugin to libcharonMartin Willi2015-02-208-10/+13
* attr: Move plugin to libcharonMartin Willi2015-02-208-12/+10
* resolve: Move plugin back to libcharonMartin Willi2015-02-207-9/+8
* charon-tkm: Use get_dst_host getter in EES callbackReto Buerki2015-02-201-4/+14
* charon-tkm: Add get_dst_host getter to SADReto Buerki2015-02-203-0/+79
* charon-tkm: Improve SAD get_esa_id log messagesReto Buerki2015-02-201-4/+4
* charon-tkm: Store reqid in SADReto Buerki2015-02-204-15/+26
* charon-tkm: Store remote SPI in SADReto Buerki2015-02-201-1/+1
* charon-tkm: Make CHILD/ESP SA database publicReto Buerki2015-02-203-22/+15
* charon-tkm: Fix logger entity name in tests.cReto Buerki2015-02-201-2/+2
* ike: Consistently log CHILD_SAs with their unique_id instead of their reqidMartin Willi2015-02-208-11/+13
* 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-205-40/+16
* migrate-job: Do CHILD_SA reqid lookup locallyMartin Willi2015-02-202-26/+21
* kernel-interface: Raise mapping event with a proto/SPI/dst tupleMartin Willi2015-02-208-41/+75