aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/eap_radius/eap_radius_dae.c
Commit message (Collapse)AuthorAgeFilesLines
* Use standard unsigned integer typesAndreas Steffen2016-03-241-2/+2
|
* libcharon: Use lib->ns instead of charon->nameTobias Brunner2014-02-121-5/+5
|
* eap-radius: use watcher instead of receiver thread on DAE socketMartin Willi2013-07-181-11/+7
|
* Add a return value to signer_t.set_key()Martin Willi2012-07-161-3/+2
|
* Add a return value to radius_message_t.sign()Martin Willi2012-07-161-5/+10
|
* 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-3/+6
| | | | Also fixes several whitespace errors.
* Typo fixed.Tobias Brunner2012-04-301-1/+1
|
* added msg_auth flag in radius_message_t sign() methodAndreas Steffen2012-03-131-1/+1
|
* Moved generic RADIUS protocol support to a dedicated libradiusMartin Willi2012-03-051-1/+1
|
* Implemented RADIUS DAE response retransmissionMartin Willi2012-03-051-21/+126
|
* Process RADIUS DAE CoA updates, updating lifetimesMartin Willi2012-03-051-2/+91
|
* Use faster ike_sa_id and a delete job to handle RADIUS DAE Delete-RequestMartin Willi2012-03-051-6/+8
|
* Refactored RADIUS DAE IKE_SA lookupMartin Willi2012-03-051-17/+41
|
* Pass RADIUS DAE client address a host_t instead of sockaddr structMartin Willi2012-03-051-22/+25
|
* Send RADIUS DAE Disconnect-ACK/NAK on Disconnect-RequestMartin Willi2012-03-051-5/+45
|
* Act on RADIUS DAE Disconnect requestsMartin Willi2012-03-051-1/+56
|
* Verify received RADIUS DAE requestsMartin Willi2012-03-051-9/+51
|
* Rename RADIUS message constructors to handle both, requests and responsesMartin Willi2012-03-051-1/+1
|
* Added infrastructure to listen to RADIUS Dynamic Authorization Extension ↵Martin Willi2012-03-051-0/+183
requests