Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-12-24 | triton: small fixes | Dmitry Kozlov | |
2019-11-19 | Merge pull request #102 from svlobanov/master | xebd | |
Added single-session-ignore-case option | |||
2019-11-18 | ipv6: dhcpv6: fix pd gateway logging | Vladislav Grishenko | |
2019-11-10 | Added single-session-ignore-case option | Sergey V. Lobanov | |
If multisession behavior is managed by accel-ppp and Radius server ignores the case of the User-Name attribute, it might be required to ignore the case in accel-ppp to prevent multiple session with different letter cases. | |||
2019-09-11 | ipoe: check for ipoe_create_session_dhcpv4 returns not NULL | Dmitry Kozlov | |
2019-09-04 | ipoe,pptp: introduced max-starting option (limit number of starting sessions) | Gavrilenkov A | |
2019-09-02 | Merge pull request #99 from themiron/radius-user-name | xebd | |
radius: add support for Access-Accept username | |||
2019-08-30 | radius: dm/coa: add invalid packet logging | Vladislav Grishenko | |
2019-08-29 | radius: add support for Access-Accept username | Vladislav Grishenko | |
once radius server has returned User-Name attribute in Access-Accept packet, it'll be used for any subsequent Accounting-Request packets instead of internal username per RFC2865 5.1 other way of just replacing session username is possible, but not desired at the moment due potential issues with single-session modes in case of different ppp logins / ipoe macs and same contract number returned by radius for that accounts. | |||
2019-08-29 | ppp/ipoe: cleanup cleck-ip support | Vladislav Grishenko | |
let check-ip setting from [ppp]/[ipoe] sections has prio over [common] for compatibility with older configs. | |||
2019-08-28 | ipv6: implemented DHCPv6 relay support | Dmitry Kozlov | |
2019-08-27 | Merge pull request #92 from themiron/sstp | xebd | |
sstp: implement ssl-protocol option and add unsupported features logging | |||
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-27 | sstp: enable all client-compat opts | Vladislav Grishenko | |
2019-07-27 | sstp: tie log errors with config options | Vladislav Grishenko | |
2019-07-27 | sstp: log DH/ECDH support warnings as well | Vladislav Grishenko | |
2019-07-27 | sstp: implement ssl-protocol list option | Vladislav Grishenko | |
possible protocols are ssl2, ssl3, tls1, tls1.1, tls1.2 and tls1.3, but support does depend on openssl library. defaults are up to openssl library w/o ssl2/ssl3. | |||
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 | |