aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon
Commit message (Expand)AuthorAgeFilesLines
...
* 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-208-72/+56
* 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-2032-97/+2031
* libcharon: Add a test runnerMartin Willi2015-02-205-0/+96
* attr-sql: Move plugin to libcharonMartin Willi2015-02-206-0/+722
* attr: Move plugin to libcharonMartin Willi2015-02-206-0/+560
* resolve: Move plugin back to libcharonMartin Willi2015-02-206-0/+595
* ike: Consistently log CHILD_SAs with their unique_id instead of their reqidMartin Willi2015-02-207-10/+12
* 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-204-38/+15
* 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-203-16/+37
* inactivity-job: Schedule job by CHILD_SA unique ID instead of reqidMartin Willi2015-02-204-23/+17
* kernel-interface: Raise expires with a proto/SPI/dst tuple instead of reqidMartin Willi2015-02-209-60/+51
* controller: Use the CHILD_SA unique_id to terminate CHILD_SAsMartin Willi2015-02-205-37/+23
* 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
* ike: Maintain per-IKE_SA CHILD_SAs in the global CHILD_SA managerMartin Willi2015-02-203-19/+92
* child-sa-manager: Add a global manager storing CHILD_SA relationsMartin Willi2015-02-206-1/+432
* child-sa: Replace reqid based marks by "unique" marksMartin Willi2015-02-2010-11/+110
* child-sa: Introduce a unique CHILD_SA identifierMartin Willi2015-02-202-0/+24
* child-sa: Delegate reqid allocation to the kernel interfaceMartin Willi2015-02-201-15/+46
* child-sa: Sort traffic selectors after adding CHILD_SA policiesMartin Willi2015-02-201-0/+3
* child-sa: Remove the obsolete update logicMartin Willi2015-02-201-6/+1
* kernel-interface: Pass full list of traffic selectors to add_sa()Martin Willi2015-02-204-11/+9
* 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-204-8/+8
* 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
* ikev2: Only touch the DH object if we have a matching proposalTobias Brunner2014-12-231-11/+17
* apple: Redefine some additional clashing Mach typesMartin Willi2014-12-161-0/+2
* Fixed some typos, courtesy of codespellTobias Brunner2014-12-151-1/+1
* ike: Allow creation of internally used payloadsTobias Brunner2014-12-121-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
* ikev1: Use same map for AH and ESP authentication algorithmsTobias Brunner2014-12-091-152/+120