Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | eap-radius: Add ability to configure RADIUS retransmission behavior | Thom Troy | 2015-11-17 | 1 | -1/+12 |
| | | | | Closes strongswan/strongswan#19. | ||||
* | conf: Clarify resolution for two time settings | Tobias Brunner | 2015-08-10 | 1 | -2/+2 |
| | | | | Fixes #1061. | ||||
* | eap-radius: Change trigger for Accounting Start messages for IKEv1 | Tobias Brunner | 2015-08-06 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | Some clients won't do Mode Config or XAuth during reauthentication. Because Start messages previously were triggered by TRANSACTION exchanges none were sent for new SAs of such clients, while Stop messages were still sent for the old SAs when they were destroyed. This resulted in an incorrect state on the RADIUS server. Since 31be582399 the assign_vips() event is also triggered during reauthentication if the client does not do a Mode Config exchange. So instead of waiting for a TRANSACTION exchange we trigger the Start message when a virtual IP is assigned to a client. With this the charon.plugins.eap-radius.accounting_requires_vip option would not have any effect for IKEv1 anymore. However, it previously also only worked if the client did an XAuth exchange, which is probably rarely used without virtual IPs, so this might not be much of a regression. Fixes #937. | ||||
* | eap-radius: Add option to set interval for interim accounting updates | Tobias Brunner | 2014-10-10 | 1 | -1/+5 |
| | | | | | | Any interval returned by the RADIUS server in the Access-Accept message overrides the configured interval. But it might be useful if RADIUS is only used for accounting. | ||||
* | eap-radius: Add option to not close IKE_SAs on timeouts during interim ↵ | Tobias Brunner | 2014-03-31 | 1 | -0/+4 |
| | | | | | | accouting updates Fixes #528. | ||||
* | conf: Install config files world-readable but warn about permissions for ↵ | Tobias Brunner | 2014-02-12 | 1 | -2/+4 |
| | | | | certain options | ||||
* | conf: Options of all plugins documented | Tobias Brunner | 2014-02-12 | 1 | -0/+103 |
Some options are still missing descriptions though. |