summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-25l2tp: using standard udp port (1701) for all sessionsKozlov Dmitry
2010-11-24l2tp: fixed connection problem on win7 (but still works only if windows ↵Dmitry Kozlov
firewall is turned off)
2010-11-24radius: fixed incorrect handling empty user password when pap authentication ↵Kozlov Dmitry
is used
2010-11-24core: allocate memory for context in first 2Gb due to bug in glibc-2.7 and ↵Dmitry Kozlov
probably other versions
2010-11-21bug fixesDmitry Kozlov
2010-11-16echo messaged moved to debug log levelKozlov Dmitry
2010-11-16log-tcp: fixed incorrect queue overflow handlingKozlov Dmitry
ppp: fixed memory leak when ipcp raises error at ConfReq
2010-11-15cli: fixed bug of incorrect config read procedureDmitry Kozlov
2010-11-15Merge branch 'master' of ↵Dmitry Kozlov
ssh://accel-pptp.git.sourceforge.net/gitroot/accel-pptp/accel-pptp
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-15log: implemented log_tcp logging target which sends logs to specified host ↵Dmitry Kozlov
over tcp/ip
2010-11-15cli: fixed incorrect read procedureDmitry Kozlov
2010-11-13cli: implemented tcp frontend to send batch commandsKozlov Dmitry
2010-11-13cli: implemented tcp frontend to send batch commandsKozlov Dmitry
2010-11-13shaper: implemented cliKozlov Dmitry
2010-11-11implemented option to disable iprange moduleKozlov Dmitry
2010-11-11pppoe: implemented additional cli commandsKozlov Dmitry
2010-11-11pppoe: implemented cli commands: interface add, interface del, interface showKozlov Dmitry
2010-11-11cli: simplified cli apiKozlov Dmitry
2010-11-11pppoe: implemented mac filterKozlov Dmitry
2010-11-11cli: implemented command historyDmitry Kozlov
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-10cli: implemented following command list: show stat, show sessions, terminate ↵Kozlov Dmitry
(sessison)
2010-11-10radius: separated interim-verbose option to control verbosity of interim ↵Kozlov Dmitry
packets send/receive
2010-11-10initial telnet cli supportKozlov Dmitry
2010-11-09ppp: reduced length of session idKozlov Dmitry
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-09auth: any login support for PAP/CHAP/MSCHAP-v1Kozlov Dmitry
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-11-07shaper: separated burst factor configuration (down-burst-factor, ↵Kozlov Dmitry
up-burst-factor)
2010-11-07pppoe: send client's Service-Name back if service-name configuarion option ↵Kozlov Dmitry
is absent implemented PADO delay
2010-11-07chap-secrets: support the rate limit of session (in kilobits) at fifth columnDmitry Kozlov
2010-11-05auth: implemented mppe key derivation from ms-chap credentialsDmitry Kozlov
2010-10-29radius: added dictionary.ciscoKozlov Dmitry
2010-10-29ppp: fixed twice ip address configurationKozlov Dmitry
2010-10-29shaper: support for cisco avpairKozlov Dmitry
2010-10-29shaper: parse values like down/up, down\up, down:upKozlov Dmitry
2010-10-29ppp: improved mppe handlingKozlov Dmitry
radius: bind parameter to bind to ip other then nas-ip-address
2010-10-29Merge branch 'master' of ↵Kozlov Dmitry
ssh://accel-pptp.git.sourceforge.net/gitroot/accel-pptp/accel-pptp
2010-10-29support for 2.6.36 kernelKozlov Dmitry
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