Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-11-22 | remove trailing whitespaces | Dmitry Kozlov | |
2014-11-11 | radius: add missing log_switch | Dmitry Kozlov | |
2014-11-10 | radius: disable read handler when put req into wait queue (fixes race ↵ | Dmitry Kozlov | |
conditions) | |||
2014-10-23 | radius: introduced max-fail option | Dmitry Kozlov | |
Before this patch any single fail (no responce for max_try requests) caused radius server to enter "fail" state, which may be unwanted behaviour, because radius may not respond for interim Accounting-Request by some reasons. This patch introduces "max-fail" option which specifies number of unreplied requests in a row after which server enters into "fail" state. (Actual only for multi-server configurations) | |||
2014-10-23 | radius: fixed backup radius selection | Dmitry Kozlov | |
2014-10-23 | radius: fixed server reallocation for queued requests if current server does ↵ | Dmitry Kozlov | |
not respond | |||
2014-10-22 | radius: check for previous request was finished in interim update timer | Dmitry Kozlov | |
2014-10-06 | radius: fixed Accounting-On/Accounting-Off functionality | Dmitry Kozlov | |
2014-10-04 | radius: various bug fixes | Dmitry Kozlov | |
2014-09-30 | radius: fixed handling deferred requests | Dmitry Kozlov | |
2014-09-23 | radius: fixed counting of active requests | Dmitry Kozlov | |
2014-09-22 | fixed compilation warnings | Dmitry Kozlov | |
2014-09-20 | rewrite of authentication/accounting procedures | Dmitry Kozlov | |
This patch gets rid of synchronuos style of authentication/accounting. Synchronous style of authentication/accounting produced sleeping threads which becomes a problem when lots of sessions started/stopped and all they want authorization/accounting. | |||
2014-07-24 | radius: exit from active interim request when termination event occures | Dmitry Kozlov | |
2014-07-11 | radius: fixed handling socket errors during interim updates | Dmitry Kozlov | |
2014-05-13 | radius: introduced weight and backup per-server options | Dmitry Kozlov | |
New options are applied to server option as server=...[,weight=x][,backup] Weight is used for multi-server configurations (larger weight takes more users). Backup is used to mark backup server f.e. server which will be used only if all other servers are failed. | |||
2014-05-12 | triton: improved epoll events handling | Dmitry Kozlov | |
2013-08-15 | radius: implemented sending Account-Request with ↵ | Dmitry Kozlov | |
Acct-Status-Type=Accounting-On on startup and Acct-Status-Type=Accounting-Off on shutdown | |||
2012-09-05 | Fix format string errors | Guillaume Nault | |
Fix several errors and compiler warnings in format string arguments. Signed-off-by: Guillaume Nault <g.nault@alphalink.fr> | |||
2012-08-03 | fixed complilation for 3.4 kernel | Kozlov Dmitry | |
2012-07-10 | initial session backup implementation | Kozlov Dmitry | |
2012-06-19 | general preparation for IPoE integration | Kozlov Dmitry | |
2011-12-27 | radius: implemented simultaneous requests limiting | Kozlov Dmitry | |
2011-09-05 | radius: per-server statistics | Kozlov Dmitry | |
2011-09-03 | radius: servers reload | Kozlov Dmitry | |
2011-08-24 | radius: load balancing improvement | Kozlov Dmitry | |
2011-08-24 | radius: better radius server fails handling | Kozlov Dmitry | |
2011-08-19 | snmp support | Kozlov Dmitry | |
2011-08-16 | multi-radius support | Kozlov Dmitry | |