aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/tnc_pdp/tnc_pdp.c
Commit message (Expand)AuthorAgeFilesLines
* Keep the PDP connections lock while accessing its objectsMartin Willi2013-02-141-5/+7
* Moved debug.[ch] to utils folderTobias Brunner2012-10-241-1/+1
* The eap argument of send_response is never NULLTobias Brunner2012-09-281-13/+11
* handled return values in tnc-pdpAndreas Steffen2012-07-161-8/+17
* Add a return value to hasher_t.get_hash()Martin Willi2012-07-161-2/+6
* Add a return value to radius_message_t.sign()Martin Willi2012-07-161-6/+7
* Centralized thread cancellation in processor_tTobias Brunner2012-06-251-12/+3
* Use name from initialization to access settings in libcharon.Tobias Brunner2012-05-031-7/+7
* updated tnc-pdp plugin for 5.0.0Andreas Steffen2012-05-021-1/+1
* eliminate unneeded private variableAndreas Steffen2012-03-141-3/+3
* make the mppe salt uniqueAndreas Steffen2012-03-141-8/+18
* implemented MS_MPPE encryptionAndreas Steffen2012-03-131-14/+93
* implemented RADIUS Filter-ID attributeAndreas Steffen2012-03-131-16/+58
* keep a list of RADIUS connections with EAP method statesAndreas Steffen2012-03-131-11/+42
* 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 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-131-1/+1
* 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-131-1/+14
* created tnc-pdp policy decision point pluginAndreas Steffen2012-03-131-0/+257