aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon
Commit message (Expand)AuthorAgeFilesLines
...
* Only initiate an exchange from send_dpd() if a task was actually queuedTobias Brunner2012-09-071-2/+8
* Trigger ike_updown event caused by retransmits only after reestablish() has b...Tobias Brunner2012-09-063-10/+5
* Add ike_reestablish() event that is triggered when an IKE_SA is reestablishedTobias Brunner2012-09-064-0/+49
* Add a new condition to mark IKE_SAs that are currently being reauthenticatedTobias Brunner2012-09-062-9/+9
* Clear virtual IPs before storing assigned ones on the IKE_SATobias Brunner2012-09-055-1/+43
* In mode_config, destroy temporary pool list instead of the virtual IP list twiceMartin Willi2012-09-051-1/+1
* Merge branch 'multi-vip'Martin Willi2012-08-3146-450/+1735
|\
| * DHCP plugin returns virtual IPs for IPv4 requests onlyMartin Willi2012-08-301-2/+2
| * Check address family in HA virtual IP backendMartin Willi2012-08-301-0/+6
| * Handle comma separated pools as multiple pool names in SQL pluginMartin Willi2012-08-301-1/+9
| * Request and acquire multiple virtual IPs in IKEv1 Mode ConfigMartin Willi2012-08-301-47/+61
| * Request and acquire multiple virtual IPs in IKEv2 configuration payloadMartin Willi2012-08-301-49/+67
| * Pass all configured pool names to attribute provider enumeratorMartin Willi2012-08-304-7/+21
| * Pass a list instead of a single virtual IP to attribute enumeratorsMartin Willi2012-08-306-32/+89
| * Support multiple addresses/pools in left/rightsourceipMartin Willi2012-08-305-100/+189
| * Support multiple address pools configured on a peer_cfgMartin Willi2012-08-3020-46/+144
| * Support multiple virtual IPs on peer_cfg and ike_sa classesMartin Willi2012-08-3031-254/+420
| * Add a DNS attribute handler to updown, passing servers to updown scriptMartin Willi2012-08-216-4/+377
| * Add a stroke attribute_handler requesting DNS servers given with leftdnsMartin Willi2012-08-214-0/+307
| * Serve ipsec.conf rightdns servers through stroke attribute providerMartin Willi2012-08-211-10/+143
| * Add a left/rightdns keyword to configure connection specific DNS attributesMartin Willi2012-08-211-0/+2
* | Merge branch 'eap-client-select'Tobias Brunner2012-08-3114-69/+858
|\ \
| * | Log the proper type for virtual EAP methodsTobias Brunner2012-08-311-1/+5
| * | Added an option to prefer types sent by peer in eap-dynamic pluginTobias Brunner2012-08-311-14/+42
| * | eap-dynamic plugin handles EAP-Nak messages and selects a method supported by...Tobias Brunner2012-08-311-1/+72
| * | Preferred EAP methods for eap-dynamic can be configuredTobias Brunner2012-08-311-1/+59
| * | The eap-dynamic plugin uses the first supported method as defaultTobias Brunner2012-08-311-1/+91
| * | Added eap-dynamic plugin which can proxy any other EAP methodTobias Brunner2012-08-316-0/+326
| * | Use eap_vendor_type_from_string() in strokeTobias Brunner2012-08-311-38/+7
| * | Added method to enumerate EAP types contained in an EAP-NakTobias Brunner2012-08-312-11/+79
| * | Encode EAP-Naks in expanded format if we got an expanded type requestTobias Brunner2012-08-315-6/+19
| * | Allow clients to request a configured EAP method via EAP-NakTobias Brunner2012-08-315-8/+37
| * | Virtual EAP methods handle EAP-Naks themselvesTobias Brunner2012-08-311-5/+17
| * | Send EAP-Nak with supported types if requested type is unsupportedTobias Brunner2012-08-315-12/+81
| * | Filter invalid EAP authentication types when enumerating themTobias Brunner2012-08-312-1/+10
| * | Added a method to enumerate registered EAP methodsTobias Brunner2012-08-212-0/+43
| |/
* | Log configured IKE_SA proposals as initiatorTobias Brunner2012-08-241-0/+2
* | Log configured CHILD_SA proposals as initiatorTobias Brunner2012-08-241-0/+2
* | Fall back to local address as IKEv1 identity if nothing else is configuredTobias Brunner2012-08-241-2/+14
* | Apply send delay before adding non-ESP markerTobias Brunner2012-08-241-16/+16
* | use pen_type_t for PA Message SubtypeAndreas Steffen2012-08-233-32/+29
|/
* Remove unused src/dst variables in send_no_marker()Martin Willi2012-08-211-5/+0
* Remove the unused second IKE_SA entry match function argumentMartin Willi2012-08-201-4/+4
* Add keymat_t constructor registration functionAdrian-Ken Rueegsegger2012-08-202-3/+45
* CAP_AUDIT_WRITE is now required by xauth-pam not eap-gtc pluginTobias Brunner2012-08-172-7/+7
* Removed manual EAP method registration in eap-gtc pluginTobias Brunner2012-08-171-5/+0
* Enable build of eap-tls, eap-ttls and eap-peap on AndroidTobias Brunner2012-08-171-0/+20
* Enable UDP decapsulation for both address familiesTobias Brunner2012-08-162-9/+11
* Correctly transmit EAP-MSCHAPv2 user name if it contains a domain partTobias Brunner2012-08-161-11/+12
* Merge branch 'android-app'Tobias Brunner2012-08-1314-298/+43
|\