Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-19 | ippool: add support for old style pool name declaration | 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-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-07-24 | l2tp: Add the ppp-max-mtu option | Guillaume Nault | |
As the maximum acceptable MTU for an L2TP link may vary depending on IP and L2TP packet headers options, it is better to make it configurable so that an administrator can adapt it to its network constraints. Use the original value (1420) as default. Signed-off-by: Guillaume Nault <g.nault@alphalink.fr> | |||
2013-06-29 | l2tp: Unset ephemeral ports by default | Guillaume Nault | |
Disable use of ephemeral ports by default since it poses problems with NAT and wasn't used in earlier versions of accel-ppp. Signed-off-by: Guillaume Nault <g.nault@alphalink.fr> | |||
2013-06-22 | ipoe: introduced proxy-arp option | Dmitry Kozlov | |
2013-06-13 | ipoe: introduced 'proto' option that will be used for inserted routes | Dmitry Kozlov | |
2013-06-11 | Merge branch 'master' of ssh://git.code.sf.net/p/accel-ppp/code | Kozlov Dmitry | |
2013-06-11 | ipoe: introduced 'gw-ip-address=x.x.x.x/mask' option to use it as server ↵ | Kozlov Dmitry | |
address and mask if radius can assign only client address | |||
2013-06-11 | ipoe: add per-interface 'src' option (use it as source in route) | Dmitry Kozlov | |
2013-06-06 | doc: Fix a few rendering issues in manpage | Guillaume Nault | |
Fix indentation of sections 'log' and 'ip-pool'. Remove space before comma in section 'chap-secret/username-hash'. Signed-off-by: Guillaume Nault <g.nault@alphalink.fr> | |||
2013-06-06 | l2tp: Optionally deactivate ephemeral ports | Guillaume Nault | |
Define option 'use-ephemeral-ports' for accel-ppp.conf. When set to 0, this option deactivates the use of ephemeral ports. That is, accel-ppp won't choose an arbitrary source port when replying to a tunnel establishment request, but will use the SCCRQ's destination port instead. Signed-off-by: Guillaume Nault <g.nault@alphalink.fr> | |||
2013-06-04 | use /var/lib/accel-ppp instead /var/run/accel-ppp | Kozlov Dmitry | |
2013-06-04 | Merge branch 'master' of ssh://git.code.sf.net/p/accel-ppp/code | Kozlov Dmitry | |
2013-05-31 | pptp,l2tp: bind to port options | Kozlov Dmitry | |
2013-05-23 | shaper: fixed 'shaper restore' command | Dmitry Kozlov | |
2013-04-22 | doc: Fix typo in accel-ppp.conf(5) (default-realm) | Guillaume Nault | |
Signed-off-by: Guillaume Nault <g.nault@alphalink.fr> | |||
2013-04-17 | l2tp: Full hidden AVPs support | Guillaume Nault | |
Add option "hide-avps" in the "l2tp" section for hiding attributes sent to peer. This same option is also made available on accel-ppp's command line interface: accel-ppp# tunnel create tunnel peer-addr 192.0.2.1 hide-avps 1 Attribute hiding is performed upon attribute creation (in the l2tp_packet_add_*() functions family) rather than upon packet sending. This avoid running the cipher for every retransmission; the counterpart is that l2tp_packet_print() can't dump original attributes of hidden AVPs. Currently, only one random vector is used for all hidden AVPs in a packet. This is easily extensible though, as the 'last_RV' field in struct l2tp_packet_t may be overridden to use new vectors for next AVPs. Signed-off-by: Guillaume Nault <g.nault@alphalink.fr> | |||
2013-04-11 | radius: implemented default-realm option | Kozlov Dmitry | |
2013-02-17 | doc: Document the [cli] section of config file | Guillaume Nault | |
Add entries in accel-ppp.conf.5 for configuration options defined by the CLI module. Signed-off-by: Guillaume Nault <g.nault@alphalink.fr> | |||
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-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-21 | implemented per CTRL mppe config | 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-20 | fix syntaxis error | Kozlov Dmitry | |
2012-01-18 | implemented connlimit module which can be used to reduce system overload due ↵ | Kozlov Dmitry | |
to flood of connections | |||
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-08-29 | update accel-ppp.conf.dist and man page | Kozlov Dmitry | |
2011-08-25 | ppp: ipv6_nd: implement DNSSL option (rfc6106) | Kozlov Dmitry | |