summaryrefslogtreecommitdiff
path: root/accel-pppd
AgeCommit message (Expand)Author
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
2018-10-26vlan_mon: make vlan_mon.h self-containedGuillaume Nault
2018-10-26triton: make mempool.h self-contained even when MEMDEBUG is definedGuillaume Nault
2018-10-26radius: make radius.h self-containedGuillaume Nault
2018-10-26ppp: make ppp_fsm.h self-containedGuillaume Nault
2018-10-26ppp: make ppp_auth.h self-containedGuillaume Nault
2018-10-26ppp: make ppp_lcp.h self-containedGuillaume Nault
2018-10-26memdebug: make memdebug.h self-contained even when MEMDEBUG isn't definedGuillaume Nault
2018-10-26lua: make luasupp.h self-containedGuillaume Nault
2018-10-26libnetlink: make libnetlink.h self-containedGuillaume Nault
2018-10-26libnetlink: make ipset.h self-containedGuillaume Nault
2018-10-26iputils: make iputils.h self-containedGuillaume Nault
2018-10-26core: make ap_net.h self-containedGuillaume Nault
2018-10-26connlimit: make connlimit.h self-containedGuillaume Nault
2018-10-26backup: make backup.h self-containedGuillaume Nault
2018-10-26backup: make ap_session_backup.h self-containedGuillaume Nault
2018-10-26Merge pull request #56 from themiron/addr-setup-fixxebd
2018-10-25fix gateway address setup fail due memory corruptionVladislav Grishenko
2018-10-25sstp: disable ciphers renegotiation (CVE-2009-3555)Vladislav Grishenko
2018-10-25sstp: improve openssl 1.1.x compatibilityVladislav Grishenko
2018-10-23cli: add network namespace column in "show sessions"Guillaume Nault
2018-10-23ipv6: fix IPv6 processing of sessions that only have only a link-local addressGuillaume Nault
2018-08-24load ipoe and vlan_mon module on startDmitry Kozlov
2018-07-31Merge branch 'master' of ssh://git.code.sf.net/p/accel-ppp/codeDmitry Kozlov
2018-07-31Merge branch 'master' of github.com:xebd/accel-pppDmitry Kozlov
2018-06-24pppd_compat: fix indentation in ev_radius_coa()Guillaume Nault
2018-06-24pppd_compat: run scripts in the PPP device netnsGuillaume Nault