aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/tnc_pdp/tnc_pdp.c
Commit message (Collapse)AuthorAgeFilesLines
* Use standard unsigned integer typesAndreas Steffen2016-03-241-8/+8
|
* Make access requestor IP address available to TNC serverAndreas Steffen2015-03-081-10/+15
|
* Detect RADIUS packet retransmissionsAndreas Steffen2014-05-311-2/+89
|
* libcharon: Use lib->ns instead of charon->nameTobias Brunner2014-02-121-7/+7
|
* Implemented TCG/PB-PDP_Referral messageAndreas Steffen2013-09-171-0/+12
|
* Selectively enable PT-TLS and/or RADIUS sockets in tnc-pdp pluginAndreas Steffen2013-08-261-76/+95
|
* Process PB-TNC batches received via PT-TLS asynchronouslyAndreas Steffen2013-08-191-4/+1
|
* Show host address of peer connecting to PT-TLS socketAndreas Steffen2013-08-151-1/+7
|
* enabled SASL PLAIN authenticationAndreas Steffen2013-08-151-2/+2
|
* PT-TLS connection is properly terminatedAndreas Steffen2013-08-151-3/+2
|
* moved tnc_imv plugin to libtnccs thanks to recommendation callback functionAndreas Steffen2013-08-151-1/+18
|
* rapid PT-TLS AR/PDP prototypeAndreas Steffen2013-08-151-52/+245
|
* Add PT-TLS interface to strongSwan PDPAndreas Steffen2013-08-151-25/+60
|
* tnc-pdp: Initialize struct msghdr properly when reading RADIUS messages5.1.0Tobias Brunner2013-07-311-10/+10
| | | | | Before this e.g. msg_controllen was not initialized properly which could cause invalid reads.
* Callback job is not needed any moreAndreas Steffen2013-07-311-4/+0
|
* tnc-pdp now uses watcher_tAndreas Steffen2013-07-291-92/+63
|
* Keep the PDP connections lock while accessing its objectsMartin Willi2013-02-141-5/+7
| | | | | | 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.
* 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
| | | | | | | | | | 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.
* Use name from initialization to access settings in libcharon.Tobias Brunner2012-05-031-7/+7
| | | | Also fixes several whitespace errors.
* 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