summaryrefslogtreecommitdiff
path: root/accel-pptpd/extra
AgeCommit message (Collapse)Author
2010-11-29log: introduced additional log level (3) which shows only minimum of ↵Kozlov Dmitry
information messages
2010-11-13shaper: implemented cliKozlov Dmitry
2010-11-11implemented option to disable iprange moduleKozlov Dmitry
2010-11-07shaper: separated burst factor configuration (down-burst-factor, ↵Kozlov Dmitry
up-burst-factor)
2010-11-07chap-secrets: support the rate limit of session (in kilobits) at fifth columnDmitry Kozlov
2010-10-29shaper: support for cisco avpairKozlov Dmitry
2010-10-29shaper: parse values like down/up, down\up, down:upKozlov Dmitry
2010-10-25implemented chap-secrets module which reads username,password and ip address ↵Dmitry Kozlov
from pppd compatible chap-secrets file
2010-10-25pppd_compat: fixed incorrect array size for environment variablesKozlov Dmitry
2010-10-23pppd_compat: ip-pre-up call moved to proper placeKozlov Dmitry
ppp: don't negotiate mru after ConfNak received
2010-10-23pppd_compat: implemented ip-pre-upKozlov Dmitry
implemented PEERNAME, CONNECT_TIME, BYTES_RCVD, BYTES_SENT environment variables
2010-10-17added cpack interface to generate deb packagesDmitry Kozlov
2010-10-15implemented timerfd for glibc-2.7 or earlier (debian lenny is now welcome)Kozlov Dmitry
2010-10-14updated gentoo ebuidsDmitry Kozlov
fixed compilation warnings
2010-10-14due to libnl-1 is not thread safe, l2tp and shaper updated to use libnl-2Kozlov Dmitry
2010-10-14various bug fixed and improvementsKozlov Dmitry
2010-10-14extra: implemented builtin tbf shaper (using libnl-1.1)Dmitry Kozlov
2010-10-08fixed some incorrect loggingDmitry Kozlov
2010-10-06project cleanup and prepare to releaseKozlov Dmitry
2010-09-26various bug fixed and improvementsDmitry Kozlov
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