aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | corrected descriptionAndreas Steffen2012-03-171-1/+1
* | added ikev2/esp-alg-sha1-160 scenarioAndreas Steffen2012-03-179-0/+103
* | added ikev2/esp-alg-md5-128 scenarioAndreas Steffen2012-03-179-0/+103
* | version bump to 4.6.3dr2Andreas Steffen2012-03-161-1/+1
* | added the strongswan.conf options of the tnc-pdp pluginAndreas Steffen2012-03-162-1/+13
* | keep a copy of refreshed carolCert-ocsp.pemAndreas Steffen2012-03-151-0/+95
* | refreshed carolCert-ocsp.pemAndreas Steffen2012-03-158-88/+228
* | eliminate unneeded private variableAndreas Steffen2012-03-141-3/+3
* | added tnc/tnccs-20-pdp scenarioAndreas Steffen2012-03-1423-0/+417
* | edited description of tnc/tnccs-11-radius scenarioAndreas Steffen2012-03-141-1/+1
* | use MAX_RADIUS_ATTRIBUTE_SIZE constant from radius_message header fileAndreas Steffen2012-03-142-4/+3
* | version bump to 4.6.3dr1Andreas Steffen2012-03-142-1/+14
* | make the mppe salt uniqueAndreas Steffen2012-03-141-8/+18
* | straightene radius_mppe header fileAndreas Steffen2012-03-141-9/+4
* | implemented MS_MPPE encryptionAndreas Steffen2012-03-134-35/+148
* | use predefined Microsoft PENAndreas Steffen2012-03-131-6/+2
* | use MAX_RADIUS_ATTRIBUTE_SIZE constantAndreas Steffen2012-03-131-1/+1
* | use RADIUS_TUNNEL_TYPE_ESP defined in header fileAndreas Steffen2012-03-131-3/+1
* | implemented RADIUS Filter-ID attributeAndreas Steffen2012-03-134-24/+89
* | removed double library entryAndreas Steffen2012-03-131-2/+0
* | adapted debug outputAndreas Steffen2012-03-131-1/+1
* | keep a list of RADIUS connections with EAP method statesAndreas Steffen2012-03-134-12/+320
* | apply maximum RADIUS attribute size to outbound EAP messagesAndreas Steffen2012-03-131-0/+9
* | read PDP server name from strongswan.confAndreas Steffen2012-03-131-7/+29
* | define MAX_RADIUS_ATTRIBUTE_SIZEAndreas Steffen2012-03-132-4/+7
* | define peer and server identitiesAndreas Steffen2012-03-131-2/+9
* | 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-135-10/+11
* | allow debug of raw RADIUS dataAndreas Steffen2012-03-132-0/+7
* | simple RADIUS server example worksAndreas Steffen2012-03-132-42/+233
* | first use of libradiusAndreas Steffen2012-03-131-2/+2
* | created libradius shared by eap-radius and tnc-pdp pluginsAndreas Steffen2012-03-135-3/+21
* | created tnc-pdp policy decision point pluginAndreas Steffen2012-03-139-0/+474
* | 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
* | Simplified some route lookups now that we store all peer addresses in a list.Tobias Brunner2012-03-092-25/+9
* | Renamed list of additional peer addresses as it now stores all known addresses.Tobias Brunner2012-03-097-43/+42
* | Store the peer's current address as additional known address on the IKE_SA.Tobias Brunner2012-03-091-0/+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
* | Be less verbose if we don't have a local address for a tunnelMartin Willi2012-03-061-1/+1
* | Re-resolve hosts on additional keyingtriesMartin Willi2012-03-061-0/+1
* | Renamed radius_server to radius_config, as some real RADIUS server functional...Martin Willi2012-03-056-85/+85
* | Prefer EAP-Identity to read radattr RADIUS attribute fileMartin Willi2012-03-051-2/+11
* | Invoke ike_updown hook on authentication failure not before response sentMartin Willi2012-03-051-3/+2
* | Build libradius if radattr plugin is enabledMartin Willi2012-03-051-1/+1
* | 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-057-0/+312
* | Moved generic RADIUS protocol support to a dedicated libradiusMartin Willi2012-03-0521-67/+101