Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-01-20 | cli: fix 'show sessions match' | Kozlov Dmitry | |
2012-01-20 | ppp: move [lcp] echo-interval/echo-failure to [ppp] ↵ | Kozlov Dmitry | |
lcp-echo-interval/lcp-echo-failure | |||
2012-01-20 | fix syntaxis error | Kozlov Dmitry | |
2012-01-19 | connlimit: if burst timeout was detected don't increase burst counter | Kozlov Dmitry | |
2012-01-19 | connlimit: check for burst timeout before check burst counter | Kozlov Dmitry | |
2012-01-19 | add missing accel-pppd/include/connlimit.h | Kozlov Dmitry | |
2012-01-18 | implemented connlimit module which can be used to reduce system overload due ↵ | Kozlov Dmitry | |
to flood of connections | |||
2012-01-18 | add missing install rule for logwtmp | Kozlov Dmitry | |
2012-01-18 | implemented logwtmp | Kozlov Dmitry | |
2012-01-18 | l2tp: add Host-Name attribute to SCCRP necessarily | Kozlov Dmitry | |
l2tp: add Vendor-Name attribute to SCCRP | |||
2012-01-17 | 1.5.0 release | Kozlov 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-16 | core: fix context unregister bug | Kozlov Dmitry | |
2012-01-13 | set FD_CLOEXEC on opened file descriptors | Kozlov Dmitry | |
2011-12-29 | add missing accel-pppd/include/cli_p.h | Kozlov Dmitry | |
2011-12-29 | pppoe: set default padi_limit to 0 | Kozlov Dmitry | |
2011-12-29 | pppoe: implemented PADI limiting | Kozlov Dmitry | |
2011-12-27 | snmp: implemneted new node (ACCEL-PPP-MIB::cli.0) which can be used to send ↵ | Kozlov Dmitry | |
cli commands | |||
2011-12-27 | core: queue zero-priority context if number of threads is reached maximum | Kozlov Dmitry | |
2011-12-27 | radius: implemented simultaneous requests limiting | Kozlov Dmitry | |
2011-12-27 | implemented logging to system logger | Kozlov Dmitry | |
2011-12-27 | Revert "implemented logging to system logger" | Kozlov Dmitry | |
This reverts commit ee41cba691ab9f6461f4933461cf82be161333de. | |||
2011-12-27 | radius, ippool: implemented Framed-Pool attribute | Kozlov Dmitry | |
2011-12-27 | implemented logging to system logger | Kozlov Dmitry | |
2011-12-09 | core: increase worker thread stack size | Kozlov Dmitry | |
2011-12-09 | pppd_compat: fix potential race condition | Kozlov Dmitry | |
2011-12-09 | ppp: don't accept lcp ConfReq and similar packets after lcp was started | Kozlov Dmitry | |
2011-10-10 | ppp: options header sanity check | Kozlov Dmitry | |
2011-10-10 | Revert "ppp: options header sanity check" | Kozlov Dmitry | |
This reverts commit 2405fd6ba52618f07c0fa11d85c0f039653678bc. | |||
2011-10-06 | ppp: options header sanity check | Kozlov Dmitry | |
2011-09-20 | 1.4.0 release | Kozlov 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-20 | auth: config reload | Kozlov Dmitry | |
2011-09-20 | auth: implemented noauth option | Kozlov Dmitry | |
2011-09-20 | radius: restore timeout timer value on each Interim-Update | Kozlov Dmitry | |
2011-09-20 | shaper_tbf: install temporary shaper in pre-up phase | Kozlov Dmitry | |
2011-09-19 | shaper_tbf: fix temporary rate change functionality | Kozlov Dmitry | |
2011-09-15 | l2tp: don't send OCRQ | Kozlov Dmitry | |
2011-09-10 | ppp: don't start ccp after ipcp was started | Kozlov Dmitry | |
2011-09-08 | ppp: check if session is in terminating phase before marking auth layer started | Kozlov Dmitry | |
2011-09-05 | radius: use clock_gettime(CLOCK_MONOTONIC) instead of gettimeofday | Kozlov Dmitry | |
2011-09-05 | radius: per-server statistics | Kozlov Dmitry | |
2011-09-03 | implemented crypto library selection: -DCRYPTO=OPENSSL|TOMCRYPT|INTERNAL ↵ | Kozlov Dmitry | |
(default OPENSSL) | |||
2011-09-03 | radius: servers reload | Kozlov Dmitry | |
2011-09-03 | ppp: ipcp: fixed bug | Kozlov Dmitry | |
2011-09-02 | Merge branch 'master' of ↵ | Kozlov Dmitry | |
ssh://accel-ppp.git.sourceforge.net/gitroot/accel-ppp/accel-ppp | |||
2011-09-02 | ppp: drop route of previous session before bringing up new if ↵ | Kozlov Dmitry | |
single-session=replace (make ospf happy) | |||
2011-09-01 | dhcpv6: inplemented reply to rebind | Kozlov Dmitry | |
2011-08-30 | ipv6-nd: read additional parameters from config | Kozlov Dmitry | |
2011-08-30 | dhcpv6: implemented reply to Information-Request | Kozlov Dmitry | |
2011-08-30 | dhcpv6: include missing rapid commit option to reply | Kozlov Dmitry | |
2011-08-30 | dhcpv6: rapid commit support | Kozlov Dmitry | |