Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-05-28 | auth_mschap_v2: remove debugging code | Kozlov Dmitry | |
2012-05-28 | auth_chap*: use previous challenge value in packet resend instead of ↵ | Kozlov Dmitry | |
generating new one | |||
2012-05-22 | Some AVP we are not handling yet, and it is better to provide option | Kozlov Dmitry | |
to ignore them, instead of refusing connection. Signed-off-by: Denys Fedoryshchenko <denys@visp.net.lb> | |||
2012-05-16 | l2tp: implemented Challenge attribute handling (shared secret) | Kozlov Dmitry | |
2012-05-16 | write message to log if unable to load necessary kernel module | Kozlov Dmitry | |
2012-05-15 | shaper: implemented leaf qdisc attachment | Kozlov Dmitry | |
2012-05-14 | cli: add 'comp' field to 'show sessions' to indicate compression/encryption ↵ | Kozlov Dmitry | |
method | |||
2012-05-14 | pppd_compat: use EV_PPP_PRE_FINISHED event to start ip-down script (fixes ↵ | Kozlov Dmitry | |
unexpected radattr file removal) | |||
2012-05-02 | ppp: implemented adaptive lcp echo functionality | Kozlov Dmitry | |
2012-04-30 | ippool: implemented vendor/attr options to specify which radius attribute ↵ | Kozlov Dmitry | |
containes pool name | |||
2012-04-29 | dhcpv6: make SO_REUSEADDR | Kozlov Dmitry | |
2012-04-29 | radius: fix reading of req-limit option | Kozlov Dmitry | |
2012-04-29 | ppp: initiat CCP if mppe=prefer | Kozlov Dmitry | |
2012-04-21 | implemented per CTRL mppe config | Kozlov Dmitry | |
2012-04-18 | Merge branch 'master' of ↵ | Kozlov Dmitry | |
ssh://accel-ppp.git.sourceforge.net/gitroot/accel-ppp/accel-ppp | |||
2012-04-18 | shaper: fix time range start detection on startup/config reload | Kozlov Dmitry | |
2012-03-22 | pppd_compat: fix ip-pre-up script result handling | Kozlov Dmitry | |
2012-03-20 | 1.6.1 release | Kozlov Dmitry | |
* fixed ip-down segfault | |||
2012-03-15 | pppd_compat: fix ip-down segfault | Kozlov Dmitry | |
2012-03-15 | Revert "ppp: move ip address release to proper place" | Kozlov Dmitry | |
This reverts commit d77729c3d6d4e646e0eb629a81faca90d61eea0c. | |||
2012-03-14 | ppp: move ip address release to proper place | Kozlov Dmitry | |
2012-03-11 | 1.6.0 release | Kozlov Dmitry | |
* implemented logwtmp module * implemented connlimit module * implemented advanced shaper * implemented MS-Primary-DNS-Server/MS-Secondary-DNS-Server attributes * fix per-interface PADI limiting (pppoe) * fix module load order * fix "show sessions match" (cli) * other bugfixes and improvements | |||
2012-03-11 | radius: add support for MS-Primary-DNS-Server/MS-Secondary-DNS-Server attributes | Kozlov Dmitry | |
2012-03-11 | radius: add Alcatel dictionary | Kozlov Dmitry | |
2012-03-07 | shaper: apply cburst value only if it not zero else set it same as burst | Kozlov Dmitry | |
2012-03-07 | pppoe: fix per-interface PADI limiting | Kozlov Dmitry | |
2012-02-28 | shaper: add cburst configuration option | Kozlov Dmitry | |
2012-02-27 | shaper: move thread local variables to stack | Kozlov Dmitry | |
2012-02-27 | core: increase stack size | Kozlov Dmitry | |
2012-02-16 | Merge branch 'master' of ↵ | Kozlov Dmitry | |
ssh://accel-ppp.git.sourceforge.net/gitroot/accel-ppp/accel-ppp | |||
2012-02-16 | shaper: fix incorrect htb rate installation | Kozlov Dmitry | |
2012-02-10 | ppp: terminate session if mppe=require and client closes CCP | Kozlov Dmitry | |
2012-02-02 | fix load module order | Kozlov Dmitry | |
2012-01-31 | changed modules load priority | Kozlov Dmitry | |
2012-01-23 | load necessary kernel modules at startup | Kozlov Dmitry | |
2012-01-23 | shaper: add missing install rules | Kozlov Dmitry | |
2012-01-22 | implemented advanced shaper | Kozlov Dmitry | |
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 | |