summaryrefslogtreecommitdiff
path: root/accel-pppd
AgeCommit message (Expand)Author
2018-03-24auth: fix missing CHAP Success message in chap-md5Guillaume Nault
2018-03-06terminate program gracefully by SIGINTDmitry Kozlov
2018-03-06Merge pull request #43 from themiron/sstpxebd
2018-03-06triton: prevent alloc_context function to be inlined (fixes improper stack si...Dmitry Kozlov
2018-03-06pppoe: fixed invalid behaviour after changing pado-delayDmitry Kozlov
2018-03-04fix build error with VALGRIND definedVladislav Grishenko
2018-03-04fix possible null pointer dereferencesVladislav Grishenko
2018-03-03removed accel-dp mentioning from config fileDmitry Kozlov
2018-03-03Merge pull request #44 from themiron/alloca-crashxebd
2018-03-03ppp: fix use-after-free in ppp_auth_failed()Guillaume Nault
2018-03-03pppoe: fixed PADO delaying functionDmitry Kozlov
2018-03-02triton: more general fix of thread wake up crashVladislav Grishenko
2018-02-28sstp: http: improve http detectionVladislav Grishenko
2018-02-28sstp: http: change method error from 501 to 405Vladislav Grishenko
2018-02-28sstp: fix proxy-protocol support in ssl modeVladislav Grishenko
2018-02-27sstp: allow access to unix socket to anyoneVladislav Grishenko
2018-02-27sstp: fix crash with no any accept option specifiedVladislav Grishenko
2018-02-27sstp: unlink stray unix socket on init/bind errorVladislav Grishenko
2018-02-27sstp: implement proxy-protocol 1 & 2 supportVladislav Grishenko
2018-02-27sstp: implement ipv6 & unix socket supportVladislav Grishenko
2018-02-27sstp: implement accept list optionVladislav Grishenko
2018-02-21radius: add support for route priority (metric) in Framed-RouteGuillaume Nault
2018-02-19radius: fixed invalid behaviour when route to radius server is not existingDmitry Kozlov
2018-02-19Merge branch 'master' of github.com:xebd/accel-pppDmitry Kozlov
2018-02-15Merge pull request #39 from themiron/pptp-max-mtuxebd
2018-02-08pptp: add the ppp-max-mtu option to match l2tp & sstpVladislav Grishenko
2018-02-08ipv6: dhcpv6: fix PD linklocal route for ipoe clientsVladislav Grishenko
2018-02-05pppd_compat: call ip-down even if ip-up is not specifiedDmitry Kozlov
2018-01-31ppp: fix mtu/mru negotiation in preallocate/unit-cache modesVladislav Grishenko
2018-01-25ipoe: use DHCP-Server-Identifier attribute as siaddr if DHCP-Server-IP-Addres...Dmitry Kozlov
2018-01-25ipoe: improved handling of DHCP Request for nonexistent sessionsDmitry Kozlov
2018-01-24ppp: fixed bug in ppp_terminateDmitry Kozlov
2018-01-22ipoe: ipv6: generate intf_id only if not set by upper layerDmitry Kozlov
2018-01-15cmake: add error messages if postgresql or snmp libraries not foundDmitry Kozlov
2018-01-13Merge branch 'master' of https://github.com/xebd/accel-pppDmitry Kozlov
2018-01-13updated default config fileDmitry Kozlov
2018-01-13cli: show sessions: added uptime-raw columnt to print uptime in secondsDmitry Kozlov
2018-01-13ipv6: dhcpv6: route all PD via one linklocal gatewayVladislav Grishenko
2018-01-13ipv6: dhcpv6: fix iaid loggingVladislav Grishenko
2018-01-13ipv6: dhcpv6: fix serverid overflow lead do dhcpv6 malfunctionVladislav Grishenko
2018-01-13ipv6: consolidate and fix interface-id address generation for non-/128Vladislav Grishenko
2018-01-13ipv6: use macro for unspecified address ckeckingVladislav Grishenko
2018-01-13ipv6: fix host scope routesVladislav Grishenko
2018-01-10Merge branch 'master' of github.com:xebd/accel-pppDmitry Kozlov
2018-01-10sstp: drop unnecessary ssl reinitializationVladislav Grishenko
2018-01-10Merge branch 'master' of ssh://git.code.sf.net/p/accel-ppp/codeDmitry Kozlov
2018-01-10Merge pull request #31 from themiron/sstpxebd
2018-01-09ipoe: do not create ipoe interface with server's ifindexDmitry Kozlov
2018-01-06sstp: reuse general logging frameworkVladislav Grishenko
2018-01-05sstp: add man & readme recordsVladislav Grishenko