summaryrefslogtreecommitdiff
path: root/accel-pptpd
AgeCommit message (Collapse)Author
2011-01-05rename accel-pptp to accel-pppDmitry Kozlov
2011-01-05shaper_tbf: fix end-of-day overlapping rangesDmitry Kozlov
2011-01-05shaper_tbf: implemented time rangesDmitry Kozlov
2011-01-04pppoe: additional statisticsDmitry Kozlov
radius: additional statistics
2011-01-03core: fix thread start/terminate synchronizationDmitry Kozlov
2011-01-03core: update statistics calculationsDmitry Kozlov
2011-01-03cli: show sessions: show rate-limit by dfaultDmitry 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-30cli: removed old "show sessions" codeKozlov Dmitry
shaper_tbf: add column "rate-limit" for "show sessions"
2010-12-30Merge branch 'show_sessions'Kozlov Dmitry
2010-12-30cli: improved 'show sessions' commandKozlov Dmitry
2010-12-30cli: fixed crash if password is specifiedKozlov Dmitry
cli: fixed exit command
2010-12-30pppd_compat: fixed bugKozlov Dmitry
2010-12-29fix statistics calculationKozlov Dmitry
2010-12-29chap-secrets: support for comments and quotingKozlov Dmitry
2010-12-29cli: fixed incorrect "exit" handlingKozlov Dmitry
2010-12-29pppoe: TR-101 support (untested)Kozlov Dmitry
2010-12-29radius: changed apiKozlov Dmitry
2010-12-29ppp: check if requested IP is already assigned if check-ip option is specifiedKozlov Dmitry
2010-12-29:Revert "ppp: check if requested IP is already assigned if check-ip option ↵Kozlov Dmitry
is specified" This reverts commit f3d14bf97387aa2a528a2d70defa44c1a118ffaf.
2010-12-28updated build systemKozlov Dmitry
2010-12-28ppp: check if requested IP is already assigned if check-ip option is specifiedKozlov 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-28updated build systemKozlov Dmitry
2010-12-28cli: inform that daemon is in shutdown modeKozlov Dmitry
2010-12-28radius: implemented unsigned integer attribute typeKozlov Dmitry
2010-12-27fix compilation warningsKozlov Dmitry
2010-12-27updated build systemKozlov 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-251.3.2 releaseDmitry Kozlov
2010-12-25fix complilation issueDmitry Kozlov
2010-12-25cli: implemented persist historyDmitry Kozlov
2010-12-25cli: implemented terminate ifname|ip|csid|sid|allDmitry Kozlov
2010-12-25mempool: allocate memory for mmaped pools in page boundaryDmitry Kozlov
mempool: don't clean mmaped pools
2010-12-24cli: use snprintf to prevent potential buffer overflowDmitry Kozlov
2010-12-24ppp: fix session hangupDmitry Kozlov
2010-12-24cli: show cpu and memory utilization in statisticsDmitry Kozlov
2010-12-24changed install paths to proper onesDmitry Kozlov
2010-12-24mschap_v2: fixed incorrect array sizeDmitry Kozlov
2010-12-23ppp,radius,cli: send Acct-Terminate-Cause=NAS-Reboot when daemon shutdown ↵Dmitry Kozlov
from cli
2010-12-23ppp: if ipcp not started terminate session softlyDmitry Kozlov
2010-12-23ppp: don't increment id on retransmitDmitry Kozlov
2010-12-23ppp: cancel delayed procedure call on lcp layer freeDmitry Kozlov
2010-12-23minor changesDmitry Kozlov
2010-12-23move timestamp initialization to proper placeDmitry Kozlov
2010-12-23ppp: if no lcp response terminate session hardDmitry Kozlov
2010-12-23ppp,radius,cli: set Acct-Terminate-Cause=NAS-Request for sessions terminated ↵Dmitry Kozlov
by cli
2010-12-23minor changesDmitry Kozlov