aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/tnc_pdp
Commit message (Collapse)AuthorAgeFilesLines
* Use standard unsigned integer typesAndreas Steffen2016-03-241-8/+8
|
* libhydra: Remove empty unused libraryTobias Brunner2016-03-031-1/+0
|
* Make access requestor IP address available to TNC serverAndreas Steffen2015-03-081-10/+15
|
* plugins: Don't link with -rdynamic on WindowsMartin Willi2014-06-041-1/+1
|
* Detect RADIUS packet retransmissionsAndreas Steffen2014-05-311-2/+89
|
* tnc-pdp: Fix monolithic buildTobias Brunner2014-03-201-1/+2
|
* libcharon: Use lib->ns instead of charon->nameTobias Brunner2014-02-122-8/+8
|
* 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-152-52/+249
|
* Add PT-TLS interface to strongSwan PDPAndreas Steffen2013-08-154-39/+68
|
* 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
|
* tnc-pdp: Fix reading port setting from strongswan.confTobias Brunner2013-07-221-1/+1
|
* automake: replace INCLUDES by AM_CPPFLAGSMartin Willi2013-07-181-4/+4
| | | | | | INCLUDES are now deprecated and throw warnings when using automake 1.13. We now also differentiate AM_CPPFLAGS and AM_CFLAGS, where includes and defines are passed to AM_CPPFLAGS only.
* tnc-pdp: Initialize TNC-PDP in plugin callback with proper dependenciesTobias Brunner2013-06-271-6/+25
|
* 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
|