aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins
Commit message (Expand)AuthorAgeFilesLines
...
* Check if subset calculation actually yields a TS in Unity narrowingMartin Willi2012-09-181-1/+5
* Request Unity configuration attributes for IKEv1 onlyMartin Willi2012-09-181-0/+6
* Add Cisco Unity client support for Split-Include and Local-LANMartin Willi2012-09-187-0/+774
* Make stroke user-creds work with XAuth configsTobias Brunner2012-09-181-9/+18
* Set AUTH_RULE_IDENTITY_LOOSE for rightid=%<identity>Tobias Brunner2012-09-181-0/+10
* Removed the unneeded socket-raw pluginTobias Brunner2012-09-145-876/+0
* Option added to enforce a configured destination address for DHCP packetsTobias Brunner2012-09-131-1/+9
* Check for an existing lease in all stroke pools before creating a new oneMartin Willi2012-09-111-7/+31
* Pass full pool list to release_addressMartin Willi2012-09-114-16/+56
* Pass the full list of pools to acquire_address, enumerate in providersMartin Willi2012-09-114-18/+57
* Support RADIUS accounting when using IKEv1 with xauth-eap and eap-radiusMartin Willi2012-09-111-2/+10
* Fix leak while enumerating RADIUS Framed-IPs from IKE_SAMartin Willi2012-09-111-0/+1
* Add uniqueids=never to ignore INITIAL_CONTACT notifiesTobias Brunner2012-09-101-0/+3
* Print the name of mem pools instead of the confusing <base>/<size>Tobias Brunner2012-09-101-2/+4
* introduced sending of standard IETF Assessment Result PA-TNC attribute by IMVsAndreas Steffen2012-09-093-21/+29
* Clear virtual IPs before storing assigned ones on the IKE_SATobias Brunner2012-09-051-1/+10
* Merge branch 'multi-vip'Martin Willi2012-08-3129-198/+1200
|\
| * 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
| * Pass all configured pool names to attribute provider enumeratorMartin Willi2012-08-302-3/+3
| * Pass a list instead of a single virtual IP to attribute enumeratorsMartin Willi2012-08-304-10/+18
| * Support multiple addresses/pools in left/rightsourceipMartin Willi2012-08-305-100/+189
| * Support multiple address pools configured on a peer_cfgMartin Willi2012-08-3010-18/+28
| * Support multiple virtual IPs on peer_cfg and ike_sa classesMartin Willi2012-08-3014-85/+151
| * 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-318-42/+579
|\ \
| * | 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-315-0/+319
| * | Use eap_vendor_type_from_string() in strokeTobias Brunner2012-08-311-38/+7
| * | Encode EAP-Naks in expanded format if we got an expanded type requestTobias Brunner2012-08-312-2/+2
| * | Allow clients to request a configured EAP method via EAP-NakTobias Brunner2012-08-312-2/+2
| * | Send EAP-Nak with supported types if requested type is unsupportedTobias Brunner2012-08-312-4/+6
| |/
* / use pen_type_t for PA Message SubtypeAndreas Steffen2012-08-233-32/+29
|/
* 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 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-ndk'Tobias Brunner2012-08-1320-254/+325
|\
| * Added option to prevent socket-default from setting the source address on out...Tobias Brunner2012-08-081-1/+9
| * socket-default plugin allocates random ports if configured to 0.Tobias Brunner2012-08-081-36/+84
| * Replaced usages of CHARON_*_PORT with calls to get_port().Tobias Brunner2012-08-089-11/+15
| * Added get_port() method to socket_t to learn the listening port.Tobias Brunner2012-08-083-2/+26
| * Improved how NAT-T keepalives are handled in sockets/receiver.Tobias Brunner2012-08-083-21/+2