summaryrefslogtreecommitdiff
path: root/accel-pptpd/triton
AgeCommit message (Collapse)Author
2011-01-05rename accel-pptp to accel-pppDmitry Kozlov
2011-01-05shaper_tbf: implemented time rangesDmitry Kozlov
2011-01-03core: fix thread start/terminate synchronizationDmitry Kozlov
2011-01-03core: update statistics calculationsDmitry Kozlov
2011-01-03core: rewrited to don't use getcontext/swapcontext due to *context functions ↵Dmitry Kozlov
works buggy on some combinations of kernel/gcc/glibc
2010-12-29fix statistics calculationKozlov Dmitry
2010-12-29radius: changed apiKozlov Dmitry
2010-12-27cli: changed terminate syntaxKozlov Dmitry
cli: fixed cpu/mem utilization statistics
2010-12-27implemented partial config reload via SIGUSR1 signal or cliKozlov Dmitry
2010-12-25mempool: allocate memory for mmaped pools in page boundaryDmitry Kozlov
mempool: don't clean mmaped pools
2010-12-24cli: show cpu and memory utilization in statisticsDmitry Kozlov
2010-12-24changed install paths to proper onesDmitry Kozlov
2010-12-23minor changesDmitry Kozlov
2010-12-23move timestamp initialization to proper placeDmitry Kozlov
2010-12-23minor changesDmitry Kozlov
2010-12-23pptp: zero sockaddr structures before using (make valgrind happy)Dmitry Kozlov
2010-12-22minor changesDmitry Kozlov
2010-12-19cli: shutdown cancel commandDmitry Kozlov
2010-12-17cli: show uptime in statisticsDmitry Kozlov
2010-12-09ppp: fixed session hangup if lcp phase was not performedKozlov Dmitry
2010-11-29use atomic operation on statistics update operationsKozlov Dmitry
2010-11-26cli: show sessions: implemented sorting by username and regexp matching usernameKozlov Dmitry
2010-11-26include additional header for MAP_32BIT definitionDmitry Kozlov
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-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-16log-tcp: fixed incorrect queue overflow handlingKozlov Dmitry
ppp: fixed memory leak when ipcp raises error at ConfReq
2010-11-13cli: implemented tcp frontend to send batch commandsKozlov Dmitry
2010-10-18radius: fixed incorrect memore free when dictionary load failedKozlov Dmitry
log: flush output immediatly on emergency logs
2010-10-15implemented timerfd for glibc-2.7 or earlier (debian lenny is now welcome)Kozlov Dmitry
2010-10-14radius: send Framed-IP-Address in Accounting-RequestKozlov Dmitry
2010-10-14various bug fixed and improvementsKozlov Dmitry
2010-10-08contrib: updated gentoo ebuildsKozlov Dmitry
2010-10-08contrib: updated gentoo ebuildsKozlov Dmitry
2010-10-06project cleanup and prepare to releaseKozlov Dmitry
2010-10-05tidied logsKozlov Dmitry
2010-09-27radius: implemented Session-Timeout attributeDmitry Kozlov
2010-09-27triton: loader: trying various paths to find moduleDmitry Kozlov
2010-09-27bug fixesKozlov Dmitry
2010-09-26various bug fixed and improvementsDmitry Kozlov
2010-09-23various bug fixesKozlov Dmitry
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-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-09radius: implemented DM/CoA extensionsKozlov 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