summaryrefslogtreecommitdiff
path: root/accel-pptpd/radius
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-28radius: assume integer values are unsignedKozlov Dmitry
2010-12-28Revert "radius: implemented unsigned integer attribute type"Kozlov Dmitry
This reverts commit 7ab0dd10cbb94ea8246237246fb67d08922bd2d4.
2010-12-28radius: implemented unsigned integer attribute typeKozlov Dmitry
2010-12-27implemented partial config reload via SIGUSR1 signal or cliKozlov Dmitry
2010-12-24changed install paths to proper onesDmitry Kozlov
2010-12-23ppp,radius,cli: send Acct-Terminate-Cause=NAS-Reboot when daemon shutdown ↵Dmitry Kozlov
from cli
2010-12-23ppp,radius,cli: set Acct-Terminate-Cause=NAS-Request for sessions terminated ↵Dmitry Kozlov
by cli
2010-12-17radius: print also vendor id of unknown attribute receivedDmitry Kozlov
2010-12-02radius: don't try to resend Interim-Update packets when acct-timeout is 0Dmitry Kozlov
2010-12-01radius: fix incorrect packet identifier sizeDmitry Kozlov
2010-11-30ppp: use atomic increment as session generation procedureDmitry Kozlov
radius: DM/CoA: skip unauthorized sessions in session search procedure
2010-11-29log: introduced additional log level (3) which shows only minimum of ↵Kozlov Dmitry
information messages
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-24radius: fixed incorrect handling empty user password when pap authentication ↵Kozlov Dmitry
is used
2010-11-21bug fixesDmitry Kozlov
2010-11-15ppp: fixed incorrect session termination if authentication failedDmitry Kozlov
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-10updated build system: accel-pptp.conf will be installed as ↵Kozlov Dmitry
/etc/accel-pptp.conf.dist to prevent user config erasing
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: fixed incorrect session identification by Framed-IP-Address when ip ↵Kozlov Dmitry
assigned from internal pool
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-29radius: added dictionary.ciscoKozlov Dmitry
2010-10-29shaper: support for cisco avpairKozlov 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-27radius: fixed incorrect Acct-Session-Time in Interim-Update packetsKozlov Dmitry
2010-10-26radius: implemented Acct-Delay-Time attributeDmitry Kozlov
radius: accounting start moved to before ip up
2010-10-26radius: wait Accounting-Response on accounting startDmitry Kozlov
2010-10-26radius: disable DM/CoA functionality when no dm_coa_secret specifiedDmitry Kozlov
2010-10-23pppd_compat: implemented ip-pre-upKozlov Dmitry
implemented PEERNAME, CONNECT_TIME, BYTES_RCVD, BYTES_SENT environment variables
2010-10-19radius: implemented Acct-Terminate-Cause attributeKozlov Dmitry
2010-10-18radius: fixed incorrect memore free when dictionary load failedKozlov Dmitry
log: flush output immediatly on emergency logs
2010-10-15added linux_ppp.hKozlov Dmitry
2010-10-15radius: fixed incorrect handling when socket read failed with error other ↵Kozlov Dmitry
than EAGAIN (thanks to GlooM)
2010-10-14updated gentoo ebuidsDmitry Kozlov
fixed compilation warnings
2010-10-14radius: send Framed-IP-Address in Accounting-RequestKozlov Dmitry
2010-10-14various bug fixed and improvementsKozlov Dmitry
2010-10-12radius: accept DM/CoA request when User-Name present with one of following ↵Dmitry Kozlov
attributes: Acct-Session-Id, Framed-IP-Address, NAS-Port
2010-10-11started work on L2TPv2 serverKozlov Dmitry
2010-10-06project cleanup and prepare to releaseKozlov Dmitry
2010-10-05tidied logsKozlov Dmitry
2010-10-04bug fixesKozlov Dmitry