Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-26 | ipoe: futher working | Kozlov Dmitry | |
2012-06-25 | working on ipoe | Kozlov Dmitry | |
2012-06-22 | initial ipoe implementation | Kozlov Dmitry | |
2012-06-19 | general preparation for IPoE integration | Kozlov Dmitry | |
2012-06-15 | 1.7.0 release | Kozlov Dmitry | |
* implemented per CTRL mppe config * implemented vendor/attr options to specify which radius attribute containes ip pool name * implemented adaptive lcp echo functionality * implemented leaf qdisc attachment (only sfq at present) * implemented Challenge attribute handling (l2tp) * implemented unit(interface) cache * fixed ip-pre-up script result handling * fixed time range start detection on startup/config reload * fixed reading of req-limit option (radius) * fixed unexpected radattr file removal | |||
2012-06-05 | ppp: implemented unit cache | Kozlov Dmitry | |
If enabled accel-pppd will not destroy interface immediately after corresponding session is terminated, instead interface will be brought down and placed to cache for later use for new sessions. It should reduce kernel interface creation/deletion rate lack and increase responsibility of daemon | |||
2012-06-05 | Merge branch 'master' of ↵ | Kozlov Dmitry | |
ssh://accel-ppp.git.sourceforge.net/gitroot/accel-ppp/accel-ppp | |||
2012-06-05 | pppoe: fix typo in config parsing | Kozlov Dmitry | |
2012-06-04 | ippool: fixed config parsing | Kozlov Dmitry | |
2012-06-04 | Revert "implemented delayed fd close (speeds up session termination process)" | Kozlov Dmitry | |
Low interface creation/deletion rate is kernel issue and should be fixed in 3.5. This reverts commit 9ae4a0151805229face3385e6c966de90c7fec29. | |||
2012-06-04 | Revert "fdtrash: don't queue descriptors after context is closed (fix ↵ | Kozlov Dmitry | |
segfault when stopping accel-pppd)" This reverts commit 2e56893233560dfc6b3ad12eb8f75f50cb4c930f. | |||
2012-06-02 | fdtrash: don't queue descriptors after context is closed (fix segfault when ↵ | Kozlov Dmitry | |
stopping accel-pppd) | |||
2012-05-31 | ppp: if signle-session=replace down first session's interface before second ↵ | Kozlov Dmitry | |
comes up (should fix unexpected ospf routes deletion) | |||
2012-05-31 | Merge branch 'master' of ↵ | Kozlov Dmitry | |
ssh://accel-ppp.git.sourceforge.net/gitroot/accel-ppp/accel-ppp | |||
2012-05-31 | pppoe: fix improper ifname-in-sid handling | Kozlov Dmitry | |
2012-05-28 | implemented delayed fd close (speeds up session termination process) | Kozlov Dmitry | |
2012-05-28 | log_syslog: check buffer overflow | Kozlov Dmitry | |
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 | |