Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use standard unsigned integer types | Andreas Steffen | 2016-03-24 | 1 | -8/+8 |
| | |||||
* | Make access requestor IP address available to TNC server | Andreas Steffen | 2015-03-08 | 1 | -10/+15 |
| | |||||
* | Detect RADIUS packet retransmissions | Andreas Steffen | 2014-05-31 | 1 | -2/+89 |
| | |||||
* | libcharon: Use lib->ns instead of charon->name | Tobias Brunner | 2014-02-12 | 1 | -7/+7 |
| | |||||
* | Implemented TCG/PB-PDP_Referral message | Andreas Steffen | 2013-09-17 | 1 | -0/+12 |
| | |||||
* | Selectively enable PT-TLS and/or RADIUS sockets in tnc-pdp plugin | Andreas Steffen | 2013-08-26 | 1 | -76/+95 |
| | |||||
* | Process PB-TNC batches received via PT-TLS asynchronously | Andreas Steffen | 2013-08-19 | 1 | -4/+1 |
| | |||||
* | Show host address of peer connecting to PT-TLS socket | Andreas Steffen | 2013-08-15 | 1 | -1/+7 |
| | |||||
* | enabled SASL PLAIN authentication | Andreas Steffen | 2013-08-15 | 1 | -2/+2 |
| | |||||
* | PT-TLS connection is properly terminated | Andreas Steffen | 2013-08-15 | 1 | -3/+2 |
| | |||||
* | moved tnc_imv plugin to libtnccs thanks to recommendation callback function | Andreas Steffen | 2013-08-15 | 1 | -1/+18 |
| | |||||
* | rapid PT-TLS AR/PDP prototype | Andreas Steffen | 2013-08-15 | 1 | -52/+245 |
| | |||||
* | Add PT-TLS interface to strongSwan PDP | Andreas Steffen | 2013-08-15 | 1 | -25/+60 |
| | |||||
* | tnc-pdp: Initialize struct msghdr properly when reading RADIUS messages5.1.0 | Tobias Brunner | 2013-07-31 | 1 | -10/+10 |
| | | | | | Before this e.g. msg_controllen was not initialized properly which could cause invalid reads. | ||||
* | Callback job is not needed any more | Andreas Steffen | 2013-07-31 | 1 | -4/+0 |
| | |||||
* | tnc-pdp now uses watcher_t | Andreas Steffen | 2013-07-29 | 1 | -92/+63 |
| | |||||
* | Keep the PDP connections lock while accessing its objects | Martin Willi | 2013-02-14 | 1 | -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 folder | Tobias Brunner | 2012-10-24 | 1 | -1/+1 |
| | |||||
* | The eap argument of send_response is never NULL | Tobias Brunner | 2012-09-28 | 1 | -13/+11 |
| | |||||
* | handled return values in tnc-pdp | Andreas Steffen | 2012-07-16 | 1 | -8/+17 |
| | |||||
* | Add a return value to hasher_t.get_hash() | Martin Willi | 2012-07-16 | 1 | -2/+6 |
| | |||||
* | Add a return value to radius_message_t.sign() | Martin Willi | 2012-07-16 | 1 | -6/+7 |
| | |||||
* | Centralized thread cancellation in processor_t | Tobias Brunner | 2012-06-25 | 1 | -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 Brunner | 2012-05-03 | 1 | -7/+7 |
| | | | | Also fixes several whitespace errors. | ||||
* | updated tnc-pdp plugin for 5.0.0 | Andreas Steffen | 2012-05-02 | 1 | -1/+1 |
| | |||||
* | eliminate unneeded private variable | Andreas Steffen | 2012-03-14 | 1 | -3/+3 |
| | |||||
* | make the mppe salt unique | Andreas Steffen | 2012-03-14 | 1 | -8/+18 |
| | |||||
* | implemented MS_MPPE encryption | Andreas Steffen | 2012-03-13 | 1 | -14/+93 |
| | |||||
* | implemented RADIUS Filter-ID attribute | Andreas Steffen | 2012-03-13 | 1 | -16/+58 |
| | |||||
* | keep a list of RADIUS connections with EAP method states | Andreas Steffen | 2012-03-13 | 1 | -11/+42 |
| | |||||
* | apply maximum RADIUS attribute size to outbound EAP messages | Andreas Steffen | 2012-03-13 | 1 | -0/+9 |
| | |||||
* | read PDP server name from strongswan.conf | Andreas Steffen | 2012-03-13 | 1 | -7/+29 |
| | |||||
* | define peer and server identities | Andreas Steffen | 2012-03-13 | 1 | -2/+9 |
| | |||||
* | added EAP_SUCCESS/FAILURE message to RADIUS Accept/Reject | Andreas Steffen | 2012-03-13 | 1 | -2/+7 |
| | |||||
* | added msg_auth flag in radius_message_t sign() method | Andreas Steffen | 2012-03-13 | 1 | -1/+1 |
| | |||||
* | simple RADIUS server example works | Andreas Steffen | 2012-03-13 | 1 | -14/+187 |
| | |||||
* | first use of libradius | Andreas Steffen | 2012-03-13 | 1 | -2/+2 |
| | |||||
* | created libradius shared by eap-radius and tnc-pdp plugins | Andreas Steffen | 2012-03-13 | 1 | -1/+14 |
| | |||||
* | created tnc-pdp policy decision point plugin | Andreas Steffen | 2012-03-13 | 1 | -0/+257 |