aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/tnc_pdp
Commit message (Collapse)AuthorAgeFilesLines
* Add a timeout to clean up PDP RADIUS connectionsMartin Willi2013-02-141-0/+51
|
* Keep the PDP connections lock while accessing its objectsMartin Willi2013-02-143-7/+34
| | | | | | When we introduce connection timeouts, the state may disappear at any time. This change prevents that, but is not very clear. We probably have to refactor connection handling.
* Add locking to TNC-PDP connectionsMartin Willi2013-02-141-7/+23
|
* Moved debug.[ch] to utils folderTobias Brunner2012-10-242-2/+2
|
* Moved data structures to new collections subfolderTobias Brunner2012-10-241-1/+1
|
* Make sure first argument is an int when using %.*s to print e.g. chunksTobias Brunner2012-09-281-6/+7
|
* 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
| | | | | | | | | | This ensures that no threads are active when plugins and the rest of the daemon are unloaded. callback_job_t was simplified a lot in the process as its main functionality is now contained in processor_t. The parent-child relationships were abandoned as these were only needed to simplify job cancellation.
* missing references to daemon.hAndreas Steffen2012-05-051-0/+2
|
* Use name from initialization to access settings in libcharon.Tobias Brunner2012-05-032-8/+8
| | | | Also fixes several whitespace errors.
* updated tnc-pdp plugin for 5.0.0Andreas Steffen2012-05-023-4/+4
|
* Doxygen fixes.Tobias Brunner2012-04-031-1/+1
|
* added the strongswan.conf options of the tnc-pdp pluginAndreas Steffen2012-03-161-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-133-24/+87
|
* 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 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-132-2/+17
|
* created tnc-pdp policy decision point pluginAndreas Steffen2012-03-135-0/+457