| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-10-17 | radius: implemented lua support | Dmitry Kozlov | |
| to get radius object use session:module("radius") function radius object provides flollowing functions: radius:attrs() - returns array of attributes {"name" = NAME, "vendor" = VENDOR|nil} radius:attr(name[,vendor]) - returns value of attribute (may return multiple results) Example: function ip_up(ses) rad = ses:module("radius") attrs = rad:attrs() if attrs then print("attrs:") for _,a in pairs(attrs) do io.write("\t") if a.vendor then io.write(a.vendor..":") end io.write(a.name.."=") print(rad:attr(a.name, a.vendor)) end end end | |||
| 2016-04-30 | radius: add Delegated-IPv6-Prefix to accounting packets | Dmitry Kozlov | |
| 2013-01-25 | Revert "altered session finishing procedure" | Kozlov Dmitry | |
| This reverts commit 9f4f36169f03857b6910402028717210270a0339. | |||
| 2013-01-24 | altered session finishing procedure | Kozlov Dmitry | |
| 2013-01-24 | merge upstream | Kozlov Dmitry | |
| 2012-06-19 | general preparation for IPoE integration | Kozlov Dmitry | |
| 2012-05-14 | pppd_compat: use EV_PPP_PRE_FINISHED event to start ip-down script (fixes ↵ | Kozlov Dmitry | |
| unexpected radattr file removal) | |||
| 2012-03-11 | radius: add support for MS-Primary-DNS-Server/MS-Secondary-DNS-Server attributes | Kozlov Dmitry | |
| 2011-04-29 | ppp,log_file: create per-user log file even if client was not successfuly ↵ | Kozlov Dmitry | |
| authorized | |||
| 2011-01-05 | rename accel-pptp to accel-ppp | Dmitry Kozlov | |
