aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins
Commit message (Collapse)AuthorAgeFilesLines
...
* | added EAP_SUCCESS/FAILURE message to RADIUS Accept/RejectAndreas Steffen2012-03-131-2/+7
| |
* | added msg_auth flag in radius_message_t sign() methodAndreas Steffen2012-03-132-2/+2
| |
* | simple RADIUS server example worksAndreas Steffen2012-03-131-14/+187
| |
* | first use of libradiusAndreas Steffen2012-03-131-2/+2
| |
* | created libradius shared by eap-radius and tnc-pdp pluginsAndreas Steffen2012-03-133-2/+19
| |
* | created tnc-pdp policy decision point pluginAndreas Steffen2012-03-135-0/+457
| |
* | Fixed crash and locking issues while unrouting connections via strokeMartin Willi2012-03-131-7/+8
| |
* | Clear peer addresses during HA update.Tobias Brunner2012-03-091-1/+6
| |
* | Renamed list of additional peer addresses as it now stores all known addresses.Tobias Brunner2012-03-094-9/+8
| |
* | Include radattr RADIUS attribute only if an EAP payload is presentMartin Willi2012-03-061-1/+2
| |
* | By default include radattr RADIUS attribute in any IKE_AUTH exchangeMartin Willi2012-03-061-2/+3
| |
* | farp plugin sends ARP responses for any tunneled address, not only virtual IPsMartin Willi2012-03-063-81/+91
| |
* | Renamed radius_server to radius_config, as some real RADIUS server ↵Martin Willi2012-03-051-29/+29
| | | | | | | | functionality is coming
* | Prefer EAP-Identity to read radattr RADIUS attribute fileMartin Willi2012-03-051-2/+11
| |
* | Inject RADIUS attribute in radattr plugin read from an identity specific fileMartin Willi2012-03-051-0/+92
| |
* | Added a radattr plugin that prints any received RADIUS notify to consoleMartin Willi2012-03-055-0/+301
| |
* | Moved generic RADIUS protocol support to a dedicated libradiusMartin Willi2012-03-0515-1839/+55
| |
* | Removed libcharon dependencies from generic RADIUS protocol supportMartin Willi2012-03-054-3/+10
| |
* | Forward specifcied RADIUS attributes between AAA backend and clientMartin Willi2012-03-055-0/+545
| |
* | Implemented RADIUS DAE response retransmissionMartin Willi2012-03-051-21/+126
| |
* | Process RADIUS DAE CoA updates, updating lifetimesMartin Willi2012-03-051-2/+91
| |
* | Use faster ike_sa_id and a delete job to handle RADIUS DAE Delete-RequestMartin Willi2012-03-051-6/+8
| |
* | Refactored RADIUS DAE IKE_SA lookupMartin Willi2012-03-051-17/+41
| |
* | Pass RADIUS DAE client address a host_t instead of sockaddr structMartin Willi2012-03-051-22/+25
| |
* | Send RADIUS DAE Disconnect-ACK/NAK on Disconnect-RequestMartin Willi2012-03-051-5/+45
| |
* | Support signing of RADIUS response messagesMartin Willi2012-03-053-15/+26
| |
* | Act on RADIUS DAE Disconnect requestsMartin Willi2012-03-051-1/+56
| |
* | Verify received RADIUS DAE requestsMartin Willi2012-03-051-9/+51
| |
* | Support verification of RADIUS request messagesMartin Willi2012-03-052-3/+10
| |
* | Rename RADIUS message constructors to handle both, requests and responsesMartin Willi2012-03-056-15/+15
| |
* | Enable RADIUS DAE listening if configuredMartin Willi2012-03-051-0/+13
| |
* | Added infrastructure to listen to RADIUS Dynamic Authorization Extension ↵Martin Willi2012-03-053-0/+228
| | | | | | | | requests
* | Added Dynamic Authorization Extension RADIUS message codesMartin Willi2012-03-052-1/+14
| |
* | Set IKE_SA lifetime based on RADIUS Session-Timeout attributeMartin Willi2012-03-051-0/+26
| |
* | Encode IPv6 virtual IPs in a Framed-IPv6-Prefix attributeMartin Willi2012-02-241-1/+9
| |
* | Refactored construction of RADIUS accounting messagesMartin Willi2012-02-241-23/+21
| |
* | Include port numbers in Calling-Station-Id, tooMartin Willi2012-02-241-2/+2
| |
* | Use large enough buffers for IPv6 addresses in Calling-Station-IdMartin Willi2012-02-241-2/+2
| |
* | Send client external address as Calling-Station-Id in RADIUS accountingMartin Willi2012-02-241-6/+11
| |
* | Some Doxygen fixes.Tobias Brunner2012-02-072-2/+2
| |
* | Update usage for all children in RADIUS accounting just before sending StopMartin Willi2012-02-061-1/+12
| |
* | Check if ClusterIP directory could be opened before enumerating itMartin Willi2012-02-061-17/+26
| |
* | Added an option to load CA certificates without CA basic constraint.Tobias Brunner2012-02-011-4/+34
| | | | | | | | | | | | Enabling this option treats all certificates in ipsec.d/cacerts and ipsec.conf ca sections as CA certificates even if they do not contain a CA basic constraint.
* | Support RADIUS accounting messages containing Framed-IP and ↵Martin Willi2012-01-304-0/+376
| | | | | | | | Inbound/Outbound-Octets
* | Open RADIUS accounting sockets to exchange accounting messagesMartin Willi2012-01-305-46/+91
| |
* | Support signing of RADIUS accounting messagesMartin Willi2012-01-303-10/+26
| |
* | RADIUS message constructor accepts a message code parameterMartin Willi2012-01-303-7/+8
| |
* | Cache list of plugin names to further simplify its usage.Tobias Brunner2012-01-191-5/+3
| | | | | | | | Also helpful for ipsec statusall to avoid having to enumerate plugins.
* | Simplified logging of list of loaded plugins.Tobias Brunner2012-01-191-9/+4
| |
* | Fixed additional typos in comments and log messages.Tobias Brunner2012-01-121-2/+2
| |