summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-01-26dynamicaly check if radius module loaded (so not more require to rebuild ↵Dmitry Kozlov
project without RADIUS to switch to chap-secrets)
2011-01-26pppd_compat: unblock signals before executing scripts (fixes scripts hangs)Dmitry Kozlov
2011-01-26ppp, radius: Acct-Terminate-Cause=Lost-Carrier when ppp terminates by lcp ↵Dmitry Kozlov
reply absence
2011-01-26futher memory usage optimizationDmitry Kozlov
2011-01-18updated build systemDmitry Kozlov
2011-01-18ippool: fixed parserDmitry Kozlov
2011-01-18radius: don't free receive buffer immediatlyDmitry Kozlov
2011-01-17memory usage optimizationDmitry Kozlov
2011-01-15tbf: fixed incorrect burst value of policerDmitry Kozlov
2011-01-151.3.4 releaseDmitry Kozlov
2011-01-14ppp: reload dnsDmitry Kozlov
2011-01-13cli: show sessions: initialize buffer to zero if username is still emptyDmitry Kozlov
2011-01-13auth: bugs fixesDmitry Kozlov
2011-01-12fxed memory leakDmitry Kozlov
2011-01-10radius: don't send interim-update if time to session timeout is less than 10 s.Dmitry Kozlov
2011-01-081.3.3 releaseDmitry Kozlov
2011-01-08updated contrib filesDmitry Kozlov
2011-01-08updated contrib filesDmitry Kozlov
2011-01-08shaper_tbf: fix undefined symbol: clear_tr_pd when build without radiusDmitry Kozlov
2011-01-08updated contrib filesDmitry Kozlov
2011-01-05fix CMakeLists.txtDmitry Kozlov
2011-01-05pppoe: tr101 fixesDmitry Kozlov
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