Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a timeout to clean up PDP RADIUS connections | Martin Willi | 2013-02-14 | 1 | -0/+51 |
| | |||||
* | Keep the PDP connections lock while accessing its objects | Martin Willi | 2013-02-14 | 3 | -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 connections | Martin Willi | 2013-02-14 | 1 | -7/+23 |
| | |||||
* | Moved debug.[ch] to utils folder | Tobias Brunner | 2012-10-24 | 2 | -2/+2 |
| | |||||
* | Moved data structures to new collections subfolder | Tobias Brunner | 2012-10-24 | 1 | -1/+1 |
| | |||||
* | Make sure first argument is an int when using %.*s to print e.g. chunks | Tobias Brunner | 2012-09-28 | 1 | -6/+7 |
| | |||||
* | 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. | ||||
* | missing references to daemon.h | Andreas Steffen | 2012-05-05 | 1 | -0/+2 |
| | |||||
* | Use name from initialization to access settings in libcharon. | Tobias Brunner | 2012-05-03 | 2 | -8/+8 |
| | | | | Also fixes several whitespace errors. | ||||
* | updated tnc-pdp plugin for 5.0.0 | Andreas Steffen | 2012-05-02 | 3 | -4/+4 |
| | |||||
* | Doxygen fixes. | Tobias Brunner | 2012-04-03 | 1 | -1/+1 |
| | |||||
* | added the strongswan.conf options of the tnc-pdp plugin | Andreas Steffen | 2012-03-16 | 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 | 3 | -24/+87 |
| | |||||
* | adapted debug output | Andreas Steffen | 2012-03-13 | 1 | -1/+1 |
| | |||||
* | keep a list of RADIUS connections with EAP method states | Andreas Steffen | 2012-03-13 | 4 | -12/+320 |
| | |||||
* | 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 | 2 | -2/+17 |
| | |||||
* | created tnc-pdp policy decision point plugin | Andreas Steffen | 2012-03-13 | 5 | -0/+457 |