summaryrefslogtreecommitdiff
path: root/accel-pptpd/extra/pppd_compat.c
AgeCommit message (Collapse)Author
2011-01-05rename accel-pptp to accel-pppDmitry Kozlov
2010-12-30pppd_compat: fixed bugKozlov Dmitry
2010-12-27implemented partial config reload via SIGUSR1 signal or cliKozlov Dmitry
2010-12-20ppp: start echo again after lcp went downDmitry Kozlov
2010-12-02pppd_compat: fixed incorrect array sizeKozlov Dmitry
2010-11-29log: introduced additional log level (3) which shows only minimum of ↵Kozlov Dmitry
information messages
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-14updated gentoo ebuidsDmitry Kozlov
fixed compilation warnings
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