summaryrefslogtreecommitdiff
path: root/accel-pptpd/radius
AgeCommit message (Collapse)Author
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
2010-10-04bug fixesKozlov Dmitry
2010-10-04ppp: implemented mppeKozlov Dmitry
radius: implemented mppe support various improvements and bug fixes
2010-09-28bug fixDmitry Kozlov
2010-09-27radius: implemented Session-Timeout attributeDmitry Kozlov
2010-09-27bug fixesKozlov Dmitry
2010-09-27bug fixesKozlov Dmitry
2010-09-26various bug fixed and improvementsDmitry Kozlov
2010-09-23radius: fixed incorrect vendor attributes receivingDmitry Kozlov
2010-09-23various bug fixesKozlov Dmitry
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-22log: log_file rewrited to use aioDmitry Kozlov
log: simplified engine various bug fixes
2010-09-20fixed many bugs and memory leaksDmitry Kozlov
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
2010-09-13radius: implemnted mschap-v2 authorizationKozlov Dmitry
2010-09-13radius: implemented mschap-v1 authorizationKozlov Dmitry
2010-09-13radius: extened dictionaryDmitry Kozlov
2010-09-13log_pgsql: fixed bug - msg->tpd is uninitialized when general_log is calledDmitry Kozlov
radius: upgraded dictionary to support vendor-specific
2010-09-11log: implemented extensible loggin engine with per-session logging supportKozlov Dmitry
log: implemented log_file logging target with per-user/per-session support
2010-09-10switching to use triton events instead of ppp_notifyKozlov Dmitry
2010-09-10ippool: implemented module ippool which gives IP address from configurable ↵Kozlov Dmitry
ranges
2010-09-09iprange: implemneted modules iprange to validate ip addresses of controlling ↵Kozlov Dmitry
connection and tunnel It will check that ip address of tunnel is not in range of clients ip addresses. This will avoid kernel softlockups due to loopback occured.
2010-09-09radius: implemented DM/CoA extensionsKozlov Dmitry
2010-09-09radius: implemented accounting (start/stop/interim-update)Kozlov Dmitry
2010-09-08radius: implemented CHAP (md5) authorizationKozlov Dmitry
2010-09-08radius: implemented packet exchangeKozlov Dmitry
radius: implemented PAP authorization radius: implemented IP assigning triton: implemented userspace context switching and other stuff
2010-09-06now compilesDmitry Kozlov
2010-09-06working on radius moduleKozlov Dmitry
2010-09-04started work on radius moduleKozlov Dmitry