summaryrefslogtreecommitdiff
path: root/accel-pppd
AgeCommit message (Expand)Author
2019-05-10Fix bug after radius server recoveryroot
2019-05-09ipoe: Fix send NAK for REQUEST with 3 same XID for not existing sessionsDmitriyEshenko
2019-05-09Add information about [common] sectionDmitriyEshenko
2019-05-09Add information [modules]log_syslog and [ipoe]offer-timeoutDmitriyEshenko
2019-03-08initialize ssl_halen = ETH_ALEN in sockaddr_ll structuresDmitry Kozlov
2019-03-08ippool: always initialize mask = 0Dmitry Kozlov
2019-03-08radius: fixed bug (inserting empty Class)Dmitry Kozlov
2019-02-12ipoe: always ignore Gratoitous ARPDmitry Kozlov
2019-02-02ipoe: dhcpv4: add wins1/wins2 config options supportVladislav Grishenko
2019-02-02ipoe: dhcpv4: fix dhcp reply with dns1 unset, dns2 setVladislav Grishenko
2019-02-02ipoe: dhcpv4: group radius array attrs into one dhcp optionVladislav Grishenko
2019-01-27ipoe: fix start=up not work if set not per-interfaceDmitriyEshenko
2019-01-23ipoe: log invalid start values and fix dist configVladislav Grishenko
2019-01-22shaper: small fix for previous commitDmitry Kozlov
2019-01-21shaper: ignore radius CoA request if shaper attributes are absentDmitry Kozlov
2019-01-21Merge pull request #65 from themiron/sstpxebd
2019-01-19sstp: fix proxy-protocol-v2 sanity checksVladislav Grishenko
2019-01-19ipoe/vlan_mon: add check for already loaded moduleVladislav Grishenko
2019-01-19ipoe/cli: fix build warningsVladislav Grishenko
2018-12-20ipoe: stricter route deletionGuillaume Nault
2018-12-20iputils: remove unnecessary NLM_F_ACKGuillaume Nault
2018-12-20iputils: remove NLM_F_CREATE flag from ip6{route,addr}_del()Guillaume Nault
2018-12-20iputils: always set scope to RT_SCOPE_UNIVERSE in ip6route_{add,del}()Guillaume Nault
2018-12-20iputils: set scope depending on gateway in iproute_{add,del}()Guillaume Nault
2018-12-20radius: specify gateway in iproute_del()Guillaume Nault
2018-12-20iputils: add 'src' and 'gw' parameters to iproute_del()Guillaume Nault
2018-12-08iprange: rework range parsing using u_parse_*() functionsGuillaume Nault
2018-12-08utils: add IPv4 string parsing helpersGuillaume Nault
2018-12-08utils: rework u_parse_ip4addr()Guillaume Nault
2018-12-08utils: fix typo in description of u_parse_endstr()Guillaume Nault
2018-12-04radius: implement Framed-IPv6-Route attributeGuillaume Nault
2018-12-04utils: add string parsing helpersGuillaume Nault
2018-12-04libnetlink: add gateway and priority parameters to ip6route_*()Guillaume Nault
2018-11-27ppp: use random LCP (and NCP) identifiersGuillaume Nault
2018-11-27auth: remove .recv_conf_req from struct ppp_auth_handler_tGuillaume Nault
2018-11-27lcp: reject Authentication-Protocol option in Configure-Request packetsGuillaume Nault
2018-11-16Remove redundant openssl includeGuillaume Nault
2018-11-16Add --no-sigsegv option to accel-pppdGuillaume Nault
2018-11-16Don't wait for non-blocked signalsGuillaume Nault
2018-11-12ipcp: reject *-NBNS-Address if we have no value to proposeGuillaume Nault
2018-11-12ipcp: fix uninitialised memory access when negociating *-NBNS-AddressGuillaume Nault
2018-11-12ipcp: reject *-DNS-Address if we have no value to proposeGuillaume Nault
2018-11-12ipcp: fix uninitialised memory access when negociating *-DNS-AddressGuillaume Nault
2018-11-03pppd_compat: fix handling of fork() failuresGuillaume Nault
2018-11-03triton: fix context schedule/wakeup raceGuillaume Nault
2018-10-29Merge pull request #57 from themiron/sstpxebd
2018-10-26sstp: fix build w/o opensslVladislav Grishenko
2018-10-26sstp: fix build with openssl 1.1.0-1.1.0gVladislav Grishenko
2018-10-26Merge branch 'master' of https://github.com/xebd/accel-pppDmitry Kozlov
2018-10-26cli: fix include directive for list.hGuillaume Nault