aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * Let kernel interfaces decide how to enable UDP decapsulation of ESP packets.Tobias Brunner2012-08-084-78/+21
| * Add Non-ESP marker in sender and not individual socket plugins.Tobias Brunner2012-08-083-38/+3
| * Handle Non-ESP marker in receiver and not individual socket plugins.Tobias Brunner2012-08-083-39/+10
| * Moved Android specific logger to separate plugin.Tobias Brunner2012-08-087-32/+156
| * Make the UDP ports charon listens for packets on (and uses as source ports) c...Tobias Brunner2012-08-0811-34/+37
* | Doxygen fixTobias Brunner2012-08-111-1/+1
* | EAP-GTC can use any XAuth backend, including xauth-pamMartin Willi2012-08-102-88/+45
* | Add xauth-pam, an XAuth backend verifying credentials with PAMMartin Willi2012-08-105-0/+383
* | make max_message_size parameter consistent with similar optionsAndreas Steffen2012-08-092-2/+2
|/
* Proper fallback if capability dropping is not availableTobias Brunner2012-07-271-1/+2
* Don't add ANY identity constraint to auth config, as XAuth rounds don't use oneMartin Willi2012-07-262-3/+15
* Add an ipsec.conf leftgroups2 parameter for the second authentication roundMartin Willi2012-07-262-3/+6
* Fix EAP-MSCHAPv2 master key derivation, broken with 87dd205bMartin Willi2012-07-181-4/+12
* Use centralized hasher names in coupling pluginMartin Willi2012-07-171-20/+2
* handled return values in tnc-pdpAndreas Steffen2012-07-161-8/+17
* Handle PRF failures in eap-aka-3gpp2Martin Willi2012-07-164-57/+124
* Cleaned up memory management and return values for encryption payloadMartin Willi2012-07-161-1/+0