summaryrefslogtreecommitdiff
path: root/accel-pptpd/radius/packet.c
AgeCommit message (Collapse)Author
2011-01-05rename accel-pptp to accel-pppDmitry Kozlov
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-17radius: print also vendor id of unknown attribute receivedDmitry Kozlov
2010-10-28radius: rewrited Termination-Action attribute handling so it is rfc ↵Dmitry Kozlov
compliant now
2010-10-15radius: fixed incorrect handling when socket read failed with error other ↵Kozlov Dmitry
than EAGAIN (thanks to GlooM)
2010-10-14various bug fixed and improvementsKozlov Dmitry
2010-09-26various bug fixed and improvementsDmitry Kozlov
2010-09-23radius: fixed incorrect vendor attributes receivingDmitry 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-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-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-09radius: implemented DM/CoA extensionsKozlov Dmitry
2010-09-09radius: implemented accounting (start/stop/interim-update)Kozlov 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