summaryrefslogtreecommitdiff
path: root/accel-pptpd/radius/radius_p.h
AgeCommit message (Collapse)Author
2011-01-05rename accel-pptp to accel-pppDmitry Kozlov
2011-01-04pppoe: additional statisticsDmitry Kozlov
radius: additional statistics
2010-12-29radius: changed apiKozlov Dmitry
2010-12-27implemented partial config reload via SIGUSR1 signal or cliKozlov Dmitry
2010-11-25radius: fixed bug of double packet free when second DM request received in ↵Dmitry Kozlov
time when radius sends Accounting-Request Stop
2010-11-15log: implemented log_tcp logging target which sends logs to specified ↵Dmitry Kozlov
host over tcp/ip radius: implemented accounting interim update timeout
2010-11-10radius: separated interim-verbose option to control verbosity of interim ↵Kozlov Dmitry
packets send/receive
2010-11-09radius: implemented acct-interim-interval option to specify interval to send ↵Kozlov Dmitry
accounting information if radius Acct-Interim-Interval attribute is absent in Access-Accept
2010-11-09radius: introduced dae-server option to configure Dynamic Authorization ↵Kozlov Dmitry
Extenstion (DM/CoA) instead of dm_coa_secret
2010-11-09radius: skip nas identification if no NAS-Identifier/NAS-IP-Address presentsKozlov Dmitry
2010-11-09radius: send Acct-Session-Id in Access-Request packet if sid_in_auth option ↵Kozlov Dmitry
is set (for broken billings)
2010-11-09radius: DM/CoA nas identification by NAS-Identifier or NAS-IP-Address or bothKozlov Dmitry
2010-10-29ppp: improved mppe handlingKozlov Dmitry
radius: bind parameter to bind to ip other then nas-ip-address
2010-10-28radius: rewrited Termination-Action attribute handling so it is rfc ↵Dmitry Kozlov
compliant now
2010-10-27radius: implemented Class, Termination-Action attributesDmitry Kozlov
2010-10-26radius: implemented Acct-Delay-Time attributeDmitry Kozlov
radius: accounting start moved to before ip up
2010-10-14various bug fixed and improvementsKozlov Dmitry
2010-09-27radius: implemented Session-Timeout attributeDmitry Kozlov
2010-09-23radius: implemented attributes Calling-Station-Id, Called-Station-Id, ↵Kozlov Dmitry
NAS-IP-Address radius: implemented extension Acct-Input-Gigawords, Acct-Output-Gigawords lcp: implemented maximum/minimum mtu/mru checks
2010-09-14extra: implemented module 'pppd_compat' which starts pppd compatible ↵Kozlov Dmitry
scripts ip-up, ip-down, and newly introduced - ip-change, when radius CoA request received, also this module manages pppd compatible radattr.pppX files core: implemented module 'sigchld' which handles SIGCHLD signal, waits child processes to terminate and manages pid terminate handlers