Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-07 | shaper: add mtu option | Dmitry Kozlov | |
Signed-off-by: Dmitry Kozlov <xeb@mail.ru> | |||
2013-10-29 | ipoe: introduce 'vlan-name' option. | Dmitry Kozlov | |
This new option is pattern for naming newly created vlans. Pattern may contain following macros: %I - name of parent interface %N - number of vlan By default vlan-name=%I.%N Signed-off-by: Dmitry Kozlov <xeb@mail.ru> | |||
2013-10-03 | Introduce per-ctrl 'ip-pool' option to be used as default IP pool name which ↵ | Dmitry Kozlov | |
may be overrided by radius Signed-off-by: Dmitry Kozlov <xeb@mail.ru> | |||
2013-10-02 | l2tp: introduce data packet sequencing and reorder timeout support | Vladislav Grishenko | |
Signed-off-by: Vladislav Grishenko <themiron@mail.ru> | |||
2013-10-02 | ipoe: intoduced 'password' option to control password generation | Dmitry Kozlov | |
2013-09-05 | ipoe: delay vlan removing | Dmitry Kozlov | |
2013-09-01 | ipoe: implemented vlan monitor | Dmitry Kozlov | |
2013-08-28 | ipoe: add ipset support for l4 redirect | Kozlov Dmitry | |
2013-08-22 | ipoe: implemented offer delaying | Dmitry Kozlov | |
2013-08-15 | shaper: implemented 'rate-multiplier' option to bring values to kilobits if ↵ | Dmitry Kozlov | |
radius sends in different basis | |||
2013-08-15 | radius: implemented sending Account-Request with ↵ | Dmitry Kozlov | |
Acct-Status-Type=Accounting-On on startup and Acct-Status-Type=Accounting-Off on shutdown | |||
2013-06-22 | ipoe: introduced proxy-arp option | Dmitry Kozlov | |
2013-01-24 | backport 1.7 | Kozlov Dmitry | |
* l2tp: Fix allocation checking when adding octets AVP * cli, tcp: Fix non-NULL terminated string reception * Fix va_end() missing calls * chap-secrets: implemented encryption * auth_pap: make messages like other auth modules * cli: check xmit_buf is not null at enter to write function * pppoe: implemented regular expression support * chap-secrets: implemented encryption * ippool: fixed initialization order * optional shaper compiling * ppp: dns/wins code cleanup | |||
2013-01-24 | merge upstream | Kozlov Dmitry | |
2012-08-13 | ipoe: implements l4-redirect-on-rejects | Kozlov Dmitry | |
2012-08-03 | ipoe: implemented dhcp relay | Kozlov Dmitry | |
2012-07-20 | ipoe: update config file and man file | Kozlov Dmitry | |
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-05-16 | l2tp: implemented Challenge attribute handling (shared secret) | Kozlov Dmitry | |
2012-05-15 | shaper: implemented leaf qdisc attachment | Kozlov Dmitry | |
2012-04-30 | ippool: implemented vendor/attr options to specify which radius attribute ↵ | Kozlov Dmitry | |
containes pool name | |||
2012-02-28 | shaper: add cburst configuration option | Kozlov Dmitry | |
2012-01-22 | implemented advanced shaper | Kozlov Dmitry | |
2012-01-20 | ppp: move [lcp] echo-interval/echo-failure to [ppp] ↵ | Kozlov Dmitry | |
lcp-echo-interval/lcp-echo-failure | |||
2012-01-18 | implemented connlimit module which can be used to reduce system overload due ↵ | Kozlov Dmitry | |
to flood of connections | |||
2012-01-18 | implemented logwtmp | Kozlov Dmitry | |
2011-12-29 | pppoe: implemented PADI limiting | 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-09-20 | auth: config reload | Kozlov Dmitry | |
2011-08-30 | accel-ppp.conf.dist update | Kozlov Dmitry | |
2011-08-30 | accel-ppp.conf update | Kozlov Dmitry | |
2011-08-29 | update accel-ppp.conf.dist and man page | Kozlov Dmitry | |
2011-08-28 | ipv6: initial dhcpv6 support | Kozlov Dmitry | |
2011-08-25 | ppp: ipv6_nd: implement DNSSL option (rfc6106) | Kozlov Dmitry | |
2011-08-24 | update configuration file | Kozlov Dmitry | |
update man page | |||
2011-08-19 | snmp support | Kozlov Dmitry | |
2011-08-16 | multiple radius support (testing) | Kozlov Dmitry | |
2011-06-23 | pppoe: reworked config read | Kozlov Dmitry | |
pppoe: tr101 option to enable/disable tr101 handling | |||
2011-06-02 | ppp: terminate CCP if negotiation is not completed in max-failure tries | Kozlov Dmitry | |
2011-05-31 | radius: Acct-Delay-Time attribute becomes optional and disabled by default | Kozlov Dmitry | |
2011-05-30 | updated man and example config file for chap-secrets documentation | Kozlov Dmitry | |
2011-05-17 | log_file: don't create per-user log file if session was not successfuly ↵ | Dmitry Kozlov | |
authorized log_file: write authentication failed session logs to different file (optional) | |||
2011-04-29 | ppp,log_file: create per-user log file even if client was not successfuly ↵ | Kozlov Dmitry | |
authorized | |||
2011-04-22 | ppp: introduced 'mppe' option | Kozlov Dmitry | |
2011-04-20 | ppp: introduced new option 'single-session' to control single session per user | Kozlov Dmitry | |
2011-01-18 | ippool: fixed parser | Dmitry Kozlov | |