Age | Commit message (Expand) | Author |
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 |
2018-06-01 | sstp: fix proxy proto v1 over ipv6 | Vladislav Grishenko |
2018-06-01 | ipoe: lua: introduced ipaddr field to session object | Dmitry Kozlov |
2018-06-01 | sstp: implement configurable http error response incl. redirect | Vladislav Grishenko |
2018-06-01 | sstp: http: add verbose response logging | Vladislav Grishenko |
2018-05-31 | ipoe: use lua function to generate username for UP sessions too | Dmitry Kozlov |
2018-05-31 | ipoe: lua: introduced hwaddr field to session object | Dmitry Kozlov |
2018-05-28 | triton: fixed improper locking | Dmitry Kozlov |
2018-05-28 | ipoe: do not bring interface down on session termination in shared=0 mode | Dmitry Kozlov |
2018-05-25 | man: fixed typo | Dmitry Kozlov |
2018-05-25 | ipoe: introduced ip-unnumbered per-interface option | Dmitry Kozlov |
2018-05-25 | ipoe: do not remove address on session finish if ifcfg=1 | Dmitry Kozlov |
2018-05-25 | ifcfg: assign p-t-p address if mask=32 and regular address in other cases | Dmitry Kozlov |
2018-05-25 | ipoe: small fix for previous commit | Dmitry Kozlov |
2018-05-25 | ipoe: improved mac change detection | Dmitry Kozlov |
2018-05-25 | ipoe: do not wait packet from ipoe kernel module in "shared=0,start=up" mode | Dmitry Kozlov |
2018-05-25 | ifcfg: assign address using ipaddr_add_peer instead SIOCSIFADDR/SIOCSIFDSTADDR | Dmitry Kozlov |
2018-04-28 | move contrib/centos/centos.cmake -> cmake/centos/centos.cmake | Dmitry Kozlov |
2018-04-21 | shaper: "change" command: consider value to be in simple format | Dmitry Kozlov |
2018-04-20 | Merge pull request #48 from themiron/sstp | xebd |
2018-04-19 | sstp: fix connection drop with global mppe=required option | Vladislav Grishenko |
2018-04-19 | sstp: fix coexistance of host-name= & port= options | Vladislav Grishenko |
2018-04-12 | radius: initialize rad_attr_t::raw field on newly inserted attributes | Dmitry Kozlov |
2018-04-06 | radius: allow CoA/DM by single username attribute | Dmitry Kozlov |
2018-04-03 | ipoe: assign default values to verbose and unit-cache if not specified on con... | Dmitry Kozlov |
2018-04-03 | ppp: move call connect_ppp_channel to appropriate place (when noauth=1) | Dmitry Kozlov |
2018-03-24 | auth: fix re-authentication of peer in all chap modules | Guillaume Nault |
2018-03-24 | auth: avoid sending duplicate CHAP Failure messages in mschap-v1 and mschap-v2 | Guillaume Nault |
2018-03-24 | auth: fix missing CHAP Success message in chap-md5 | Guillaume Nault |
2018-03-20 | ipoe_mod: fixed ipv6 from non-shared mode (v2) | Dmitry Kozlov |
2018-03-20 | Merge branch 'master' of https://github.com/xebd/accel-ppp | Dmitry Kozlov |
2018-03-20 | Merge pull request #46 from nuclearcat/master | xebd |
2018-03-20 | Compiling fix for 4.15+ kernels | Denys Fedoryshchenko |
2018-03-19 | ipoe_mod: fixed ipv6 from non-shared mode | Dmitry Kozlov |
2018-03-14 | ipoe_mod: accept ipv6 packets from link-local address if session does not exists | Dmitry Kozlov |
2018-03-06 | terminate program gracefully by SIGINT | Dmitry Kozlov |
2018-03-06 | Merge pull request #43 from themiron/sstp | xebd |
2018-03-06 | triton: prevent alloc_context function to be inlined (fixes improper stack si... | Dmitry Kozlov |
2018-03-06 | pppoe: fixed invalid behaviour after changing pado-delay | Dmitry Kozlov |
2018-03-06 | Merge branch 'master' of github.com:xebd/accel-ppp | Dmitry Kozlov |
2018-03-04 | Merge pull request #45 from themiron/cppcheck-fixes | xebd |
2018-03-04 | fix build error with VALGRIND defined | Vladislav Grishenko |
2018-03-04 | fix possible null pointer dereferences | Vladislav Grishenko |
2018-03-03 | removed accel-dp mentioning from config file | Dmitry Kozlov |
2018-03-03 | Merge pull request #44 from themiron/alloca-crash | xebd |