Age | Commit message (Expand) | Author |
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 |
2018-10-26 | Merge pull request #55 from themiron/sstp | xebd |
2018-10-25 | fix gateway address setup fail due memory corruption | Vladislav Grishenko |
2018-10-25 | sstp: disable ciphers renegotiation (CVE-2009-3555) | Vladislav Grishenko |
2018-10-25 | sstp: improve openssl 1.1.x compatibility | Vladislav Grishenko |
2018-10-23 | cli: add network namespace column in "show sessions" | Guillaume Nault |
2018-10-23 | ipv6: fix IPv6 processing of sessions that only have only a link-local address | Guillaume Nault |
2018-08-24 | load ipoe and vlan_mon module on start | Dmitry Kozlov |
2018-07-31 | Merge branch 'master' of ssh://git.code.sf.net/p/accel-ppp/code | Dmitry Kozlov |
2018-07-31 | Merge branch 'master' of github.com:xebd/accel-ppp | Dmitry Kozlov |
2018-06-24 | pppd_compat: fix indentation in ev_radius_coa() | Guillaume Nault |
2018-06-24 | pppd_compat: run scripts in the PPP device netns | Guillaume Nault |
2018-06-24 | pppd_compat: fix argv[0] when calling ip-pre-up | Guillaume Nault |
2018-06-08 | Merge branch 'master' of ssh://git.code.sf.net/p/accel-ppp/code | Dmitry Kozlov |
2018-06-08 | ipoe: use vendor option for attr_dhcp_opt82_xxx too | Dmitry Kozlov |
2018-06-06 | Merge pull request #52 from themiron/sstp | xebd |
2018-06-05 | sstp: add ECDSA certs support and ssl-ecdh-curve option for ECDHE ciphers | Vladislav Grishenko |
2018-06-05 | sstp: add ssl-dhparam option for DHE ciphers | Vladislav Grishenko |
2018-06-05 | Merge pull request #51 from themiron/sstp | xebd |
2018-06-04 | Merge branch 'master' of https://github.com/xebd/accel-ppp | Dmitry Kozlov |
2018-06-04 | sstp: snmp: add missed files, fix 0d454ad7102506ecd12a36239f6604f7e4b57aae | Vladislav Grishenko |
2018-06-03 | sstp: use generic HTTP/1.0 error codes for better compatibility | Vladislav Grishenko |
2018-06-03 | sstp: add disconnection reason logging | Vladislav Grishenko |
2018-06-03 | sstp: implement Compound MAC validation | Vladislav Grishenko |
2018-06-03 | sstp: add snmp support | Vladislav Grishenko |
2018-06-03 | sstp: add session events & stat support | Vladislav Grishenko |
2018-06-02 | sstp: drop port from calling_station_id/called_station_id | Vladislav Grishenko |
2018-06-01 | Merge pull request #50 from themiron/sstp | xebd |