Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-26 | [Fix] - Increment Accounting-Request id for Acct-Status-Type Stop | root | |
2019-08-25 | shaper: adding default rate-limit | DmitriyEshenko | |
2019-08-20 | Prepared check-ip and for ipoe, migrate to [common]check-ip | DmitriyEshenko | |
2019-08-15 | Make gcc8 happy | DmitriyEshenko | |
2019-07-26 | Merge pull request #89 from themiron/dp-route-fix | xebd | |
dhcpv6: fix delegated prefix routes | |||
2019-07-12 | dhcpv6: fix delegated prefix routes | Vladislav Grishenko | |
older api causes "none" rtm type | |||
2019-07-09 | fix warnings with openssl 1.1.0+ | Vladislav Grishenko | |
openssl's thread locking/calbacks is noop since 1.1.0, internal locking is used automagically. | |||
2019-06-28 | Merge pull request #84 from DmitriyEshenko/patch-6 | xebd | |
Change variable name sid_in_auth radius.c | |||
2019-06-27 | Update accel-ppp.conf.5 | Eshenko Dmitriy | |
2019-06-27 | Update radius.c | Eshenko Dmitriy | |
2019-06-20 | Merge pull request #81 from DmitriyEshenko/patch-5 | xebd | |
Add info [ipoe]session-timeout and [ipoe]idle-timeout to accel-ppp.conf.5 | |||
2019-06-20 | Merge pull request #80 from DmitriyEshenko/patch-4 | xebd | |
Add info [modules]connlimit to accel-ppp.conf.5 | |||
2019-06-20 | Merge pull request #79 from DmitriyEshenko/patch-3 | xebd | |
Fix: ipv6-dns accel-ppp.conf.5 | |||
2019-06-20 | Merge pull request #78 from DmitriyEshenko/patch-2 | xebd | |
Fix typos accel-ppp.conf.5 | |||
2019-06-20 | Merge pull request #77 from DmitriyEshenko/patch-1 | xebd | |
shaper: fix fq_codel | |||
2019-06-18 | Update accel-ppp.conf.5 | Eshenko Dmitriy | |
2019-06-18 | Update accel-ppp.conf.5 | Eshenko Dmitriy | |
2019-06-14 | Update accel-ppp.conf.5 | Eshenko Dmitriy | |
2019-06-14 | Update accel-ppp.conf.5 | Eshenko Dmitriy | |
2019-06-13 | Update leaf_qdisc.c | Eshenko Dmitriy | |
2019-05-29 | Added extra AVP to SCCCN as known to allow MPD5 tunnels | Pedro don't want to be here | |
original commit author is @dyangol | |||
2019-05-15 | ippool: exclude gw-ip-address from address pool | Dmitry Kozlov | |
2019-05-15 | pppd_compat: write human readable values of IPv6 address to radattr file | Dmitry Kozlov | |
2019-05-13 | ipoe: restored max-lease-time functionality | Dmitry Kozlov | |
2019-05-13 | Revert "ipoe: restored max-lease-time functionality" | Dmitry Kozlov | |
This reverts commit 6f433706a152ea987899fd830ff399e257b0f2a6. | |||
2019-05-13 | Merge branch 'master' of github.com:xebd/accel-ppp | Dmitry Kozlov | |
2019-05-13 | ipoe: restored max-lease-time functionality | Dmitry Kozlov | |
2019-05-10 | Fix bug after radius server recovery | root | |
2019-05-09 | ipoe: Fix send NAK for REQUEST with 3 same XID for not existing sessions | DmitriyEshenko | |
2019-05-09 | Add information about [common] section | DmitriyEshenko | |
2019-05-09 | Add information [modules]log_syslog and [ipoe]offer-timeout | DmitriyEshenko | |
2019-03-08 | initialize ssl_halen = ETH_ALEN in sockaddr_ll structures | Dmitry Kozlov | |
2019-03-08 | ippool: always initialize mask = 0 | Dmitry Kozlov | |
2019-03-08 | radius: fixed bug (inserting empty Class) | Dmitry Kozlov | |
2019-02-12 | ipoe: always ignore Gratoitous ARP | Dmitry Kozlov | |
2019-02-02 | ipoe: dhcpv4: add wins1/wins2 config options support | Vladislav Grishenko | |
2019-02-02 | ipoe: dhcpv4: fix dhcp reply with dns1 unset, dns2 set | Vladislav Grishenko | |
2019-02-02 | ipoe: dhcpv4: group radius array attrs into one dhcp option | Vladislav Grishenko | |
2019-01-27 | ipoe: fix start=up not work if set not per-interface | DmitriyEshenko | |
2019-01-23 | ipoe: log invalid start values and fix dist config | Vladislav Grishenko | |
2019-01-22 | shaper: small fix for previous commit | Dmitry Kozlov | |
2019-01-21 | shaper: ignore radius CoA request if shaper attributes are absent | Dmitry Kozlov | |
2019-01-21 | Merge pull request #65 from themiron/sstp | xebd | |
sstp: fix proxy-protocol-v2 sanity checks | |||
2019-01-19 | sstp: fix proxy-protocol-v2 sanity checks | Vladislav Grishenko | |
2019-01-19 | ipoe/vlan_mon: add check for already loaded module | Vladislav Grishenko | |
2019-01-19 | ipoe/cli: fix build warnings | Vladislav Grishenko | |
2018-12-20 | ipoe: stricter route deletion | Guillaume Nault | |
Rework the conditionals to make __ipoe_session_activate() and ipoe_session_finished() follow the same logic: * Drop the second '!serv->opt_ifcfg' test in __ipoe_session_activate(), which is is already checked by the parent conditional. * Invert the order of the tests in ipoe_session_finished(), so that it uses the same conditions as __ipoe_session_activate(). Finally, set the 'src' parameter in iproute_del(), so that we can be sure that the deleted route matches the one added by __ipoe_session_activate(). Signed-off-by: Guillaume Nault <g.nault@alphalink.fr> | |||
2018-12-20 | iputils: remove unnecessary NLM_F_ACK | Guillaume Nault | |
Using NLM_F_ACK in these functions is confusing because they don't parse any netlink response. In fact, NLM_F_ACK is only required internally by rtnl_talk(), which already adds it when its 'answer' parameter is NULL. Therefore it's useless to manually set it in functions that don't set 'answer'. Signed-off-by: Guillaume Nault <g.nault@alphalink.fr> | |||
2018-12-20 | iputils: remove NLM_F_CREATE flag from ip6{route,addr}_del() | Guillaume Nault | |
These are deletion requests. NLM_F_CREATE is confusing for readers and ignored by kernel. Signed-off-by: Guillaume Nault <g.nault@alphalink.fr> | |||
2018-12-20 | iputils: always set scope to RT_SCOPE_UNIVERSE in ip6route_{add,del}() | Guillaume Nault | |
No need to be clever here. All IPv6 routes have global scope (kernel ignores rtm_scope for IPv6 and always reports RT_SCOPE_UNIVERSE when dumping such routes). Signed-off-by: Guillaume Nault <g.nault@alphalink.fr> |