Age | Commit message (Expand) | Author |
2018-12-20 | iputils: remove NLM_F_CREATE flag from ip6{route,addr}_del() | Guillaume Nault |
2018-12-20 | iputils: always set scope to RT_SCOPE_UNIVERSE in ip6route_{add,del}() | Guillaume Nault |
2018-12-20 | iputils: set scope depending on gateway in iproute_{add,del}() | Guillaume Nault |
2018-12-20 | radius: specify gateway in iproute_del() | Guillaume Nault |
2018-12-20 | iputils: add 'src' and 'gw' parameters to iproute_del() | Guillaume Nault |
2018-12-08 | iprange: rework range parsing using u_parse_*() functions | Guillaume Nault |
2018-12-08 | utils: add IPv4 string parsing helpers | Guillaume Nault |
2018-12-08 | utils: rework u_parse_ip4addr() | Guillaume Nault |
2018-12-08 | utils: fix typo in description of u_parse_endstr() | Guillaume Nault |
2018-12-06 | Add accel-ppp.service so systemd can work | konqueror1 |
2018-12-04 | radius: implement Framed-IPv6-Route attribute | Guillaume Nault |
2018-12-04 | utils: add string parsing helpers | Guillaume Nault |
2018-12-04 | libnetlink: add gateway and priority parameters to ip6route_*() | Guillaume Nault |
2018-12-03 | Merge pull request #60 from DmitriyEshenko/master | xebd |
2018-12-03 | Add support cpack for Ubuntu18 | DmitriyEshenko |
2018-12-02 | Merge pull request #59 from DmitriyEshenko/master | xebd |
2018-11-30 | Add support cpack for Ubuntu16 | root |
2018-11-27 | ppp: use random LCP (and NCP) identifiers | Guillaume Nault |
2018-11-27 | auth: remove .recv_conf_req from struct ppp_auth_handler_t | Guillaume Nault |
2018-11-27 | lcp: reject Authentication-Protocol option in Configure-Request packets | Guillaume Nault |
2018-11-16 | Remove redundant openssl include | Guillaume Nault |
2018-11-16 | Add --no-sigsegv option to accel-pppd | Guillaume Nault |
2018-11-16 | Don't wait for non-blocked signals | Guillaume Nault |
2018-11-12 | ipcp: reject *-NBNS-Address if we have no value to propose | Guillaume Nault |
2018-11-12 | ipcp: fix uninitialised memory access when negociating *-NBNS-Address | Guillaume Nault |
2018-11-12 | ipcp: reject *-DNS-Address if we have no value to propose | Guillaume Nault |
2018-11-12 | ipcp: fix uninitialised memory access when negociating *-DNS-Address | Guillaume Nault |
2018-11-03 | pppd_compat: fix handling of fork() failures | Guillaume Nault |
2018-11-03 | triton: fix context schedule/wakeup race | Guillaume Nault |
2018-10-29 | Merge pull request #57 from themiron/sstp | xebd |
2018-10-26 | sstp: fix build w/o openssl | Vladislav Grishenko |
2018-10-26 | sstp: fix build with openssl 1.1.0-1.1.0g | Vladislav Grishenko |
2018-10-26 | Merge branch 'master' of https://github.com/xebd/accel-ppp | Dmitry Kozlov |
2018-10-26 | cli: fix include directive for list.h | Guillaume Nault |
2018-10-26 | vlan_mon: make vlan_mon.h self-contained | Guillaume Nault |
2018-10-26 | triton: make mempool.h self-contained even when MEMDEBUG is defined | Guillaume Nault |
2018-10-26 | radius: make radius.h self-contained | Guillaume Nault |
2018-10-26 | ppp: make ppp_fsm.h self-contained | Guillaume Nault |
2018-10-26 | ppp: make ppp_auth.h self-contained | Guillaume Nault |
2018-10-26 | ppp: make ppp_lcp.h self-contained | Guillaume Nault |
2018-10-26 | memdebug: make memdebug.h self-contained even when MEMDEBUG isn't defined | Guillaume Nault |
2018-10-26 | lua: make luasupp.h self-contained | Guillaume Nault |
2018-10-26 | libnetlink: make libnetlink.h self-contained | Guillaume Nault |
2018-10-26 | libnetlink: make ipset.h self-contained | Guillaume Nault |
2018-10-26 | iputils: make iputils.h self-contained | Guillaume Nault |
2018-10-26 | core: make ap_net.h self-contained | Guillaume Nault |
2018-10-26 | connlimit: make connlimit.h self-contained | Guillaume Nault |
2018-10-26 | backup: make backup.h self-contained | Guillaume Nault |
2018-10-26 | backup: make ap_session_backup.h self-contained | Guillaume Nault |
2018-10-26 | Merge pull request #56 from themiron/addr-setup-fix | xebd |