summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-01-23load necessary kernel modules at startupKozlov Dmitry
2012-01-23shaper: add missing install rulesKozlov Dmitry
2012-01-22implemented advanced shaperKozlov Dmitry
2012-01-20cli: fix 'show sessions match'Kozlov Dmitry
2012-01-20ppp: move [lcp] echo-interval/echo-failure to [ppp] ↵Kozlov Dmitry
lcp-echo-interval/lcp-echo-failure
2012-01-20fix syntaxis errorKozlov Dmitry
2012-01-19connlimit: if burst timeout was detected don't increase burst counterKozlov Dmitry
2012-01-19connlimit: check for burst timeout before check burst counterKozlov Dmitry
2012-01-19add missing accel-pppd/include/connlimit.hKozlov Dmitry
2012-01-18implemented connlimit module which can be used to reduce system overload due ↵Kozlov Dmitry
to flood of connections
2012-01-18add missing install rule for logwtmpKozlov Dmitry
2012-01-18implemented logwtmpKozlov Dmitry
2012-01-18l2tp: add Host-Name attribute to SCCRP necessarilyKozlov Dmitry
l2tp: add Vendor-Name attribute to SCCRP
2012-01-171.5.0 releaseKozlov Dmitry
* implemented named IP pools (radius Framed-Pool attribute) * implemented logging to system logger (log_syslog) * implemented ability to send cli commands via snmp * implemented PADI limiting (pppoe) * implemented simultaneous radius requests limiting * various bug fixes and improvements
2012-01-16core: fix context unregister bugKozlov Dmitry
2012-01-13set FD_CLOEXEC on opened file descriptorsKozlov Dmitry
2011-12-29add missing accel-pppd/include/cli_p.hKozlov Dmitry
2011-12-29pppoe: set default padi_limit to 0Kozlov Dmitry
2011-12-29pppoe: implemented PADI limitingKozlov Dmitry
2011-12-27snmp: implemneted new node (ACCEL-PPP-MIB::cli.0) which can be used to send ↵Kozlov Dmitry
cli commands
2011-12-27core: queue zero-priority context if number of threads is reached maximumKozlov Dmitry
2011-12-27radius: implemented simultaneous requests limitingKozlov Dmitry
2011-12-27implemented logging to system loggerKozlov Dmitry
2011-12-27Revert "implemented logging to system logger"Kozlov Dmitry
This reverts commit ee41cba691ab9f6461f4933461cf82be161333de.
2011-12-27radius, ippool: implemented Framed-Pool attributeKozlov Dmitry
2011-12-27implemented logging to system loggerKozlov Dmitry
2011-12-09core: increase worker thread stack sizeKozlov Dmitry
2011-12-09pppd_compat: fix potential race conditionKozlov Dmitry
2011-12-09ppp: don't accept lcp ConfReq and similar packets after lcp was startedKozlov Dmitry
2011-10-10ppp: options header sanity checkKozlov Dmitry
2011-10-10Revert "ppp: options header sanity check"Kozlov Dmitry
This reverts commit 2405fd6ba52618f07c0fa11d85c0f039653678bc.
2011-10-06ppp: options header sanity checkKozlov Dmitry
2011-09-201.4.0 releaseKozlov Dmitry
* implemented SNMP support (using net-snmp AgentX) * implemented multiple radius servers support * implemented IPv6: - PPP IPV6CP protocol - Neighbor Discovery protocol in part of Router Advertisement - DHCPv6 server including Prefix Delegation extension - ipv6-pool module - Radius Framed-Interface-Id, Framed-IPv6-Prefix, Delegated-IPv6-Prefix attributes * fixed MPPE handling * implemented noauth mode (login without authentication) * improved CCP/IPCP handling * included builtin crypto library (optional) * improved l2tp handling * fixed builtin shaper temporary rate change functionality * various bug fixes and improvements
2011-09-20auth: config reloadKozlov Dmitry
2011-09-20auth: implemented noauth optionKozlov Dmitry
2011-09-20radius: restore timeout timer value on each Interim-UpdateKozlov Dmitry
2011-09-20shaper_tbf: install temporary shaper in pre-up phaseKozlov Dmitry
2011-09-19shaper_tbf: fix temporary rate change functionalityKozlov Dmitry
2011-09-15l2tp: don't send OCRQKozlov Dmitry
2011-09-10ppp: don't start ccp after ipcp was startedKozlov Dmitry
2011-09-08ppp: check if session is in terminating phase before marking auth layer startedKozlov Dmitry
2011-09-05radius: use clock_gettime(CLOCK_MONOTONIC) instead of gettimeofdayKozlov Dmitry
2011-09-05radius: per-server statisticsKozlov Dmitry
2011-09-03implemented crypto library selection: -DCRYPTO=OPENSSL|TOMCRYPT|INTERNAL ↵Kozlov Dmitry
(default OPENSSL)
2011-09-03radius: servers reloadKozlov Dmitry
2011-09-03ppp: ipcp: fixed bugKozlov Dmitry
2011-09-02Merge branch 'master' of ↵Kozlov Dmitry
ssh://accel-ppp.git.sourceforge.net/gitroot/accel-ppp/accel-ppp
2011-09-02ppp: drop route of previous session before bringing up new if ↵Kozlov Dmitry
single-session=replace (make ospf happy)
2011-09-01dhcpv6: inplemented reply to rebindKozlov Dmitry
2011-08-30ipv6-nd: read additional parameters from configKozlov Dmitry