summaryrefslogtreecommitdiff
path: root/accel-pppd/ctrl/pptp
AgeCommit message (Expand)Author
2026-08-16Merge pull request #350 from nuclearcat/pptp-fixesDenys Fedoryshchenko
2026-08-10pptp: use the kernel PPPoX UAPI headerDenys Fedoryshchenko
2026-08-09pptp: reject a malformed bind addressDenys Fedoryshchenko
2026-08-09pptp: pass a proper value to SO_REUSEADDRDenys Fedoryshchenko
2026-08-09pptp: make echo-failure=0 disable the check explicitlyDenys Fedoryshchenko
2026-08-09pptp: fix byte order of peer call id in Call-Disconnect-NotifyDenys Fedoryshchenko
2026-08-09pptp: check getsockname()/getpeername() resultsDenys Fedoryshchenko
2026-08-09pptp: close call socket when Outgoing-Call-Reply cannot be sentDenys Fedoryshchenko
2026-08-09pptp: reject control messages shorter than the headerDenys Fedoryshchenko
2026-08-09pptp: fix truncated control messages on partial writeDenys Fedoryshchenko
2026-05-04session: encapsulate statistics countersDenys Fedoryshchenko
2026-05-04pptp: encapsulate statistics countersDenys Fedoryshchenko
2024-11-15Fix post_msg implementation buggrandnew
2024-08-27build: fix compile errors on GCC 14Sergey V. Lobanov
2022-05-08T60: Implement configurable session-timeout param for all connection typesDmitriyEshenko
2021-03-20Fixed some errors found by valgrind and pvs-studio (#11)[anp/hsw]
2020-04-06pptp: T6: Check timer before modifyDmitriyEshenko
2020-03-07session: add global [common]max-starting optionVladislav Grishenko
2020-03-07Revert "ipoe,pptp: introduced max-starting option (limit number of starting s...Vladislav Grishenko
2020-01-11ipv6pool: add per-proto ipv6-pool and ipv6-pool-delegate optionsVladislav Grishenko
2019-09-04ipoe,pptp: introduced max-starting option (limit number of starting sessions)Gavrilenkov A
2018-02-08pptp: add the ppp-max-mtu option to match l2tp & sstpVladislav Grishenko
2017-12-05ppp: implement per-ctrl ppp interface rename support, may be overrided by radiusVladislav Grishenko
2017-12-05pptp: implement adaptive pptp echoVladislav Grishenko
2017-12-05pptp: fix and allow to disable echo failures countingVladislav Grishenko
2017-04-18implemented session count limitingDmitry Kozlov
2017-04-18Revert "implemented session count limiting"Dmitry Kozlov
2017-04-18implemented session count limitingDmitry Kozlov
2017-04-18Revert "implemented session count limiting"Dmitry Kozlov
2017-04-18implemented session count limitingDmitry Kozlov
2016-07-11implemented support for network namespaceDmitry Kozlov
2016-05-11iprange: don't warn about empty iprange config if no modules depend on itGuillaume Nault
2016-04-05improved logging: if session's interface is empty log ctrl's interfaceDmitry Kozlov
2015-12-25pptp,ipoe: fixed recursion bugDmitry Kozlov
2015-12-04preparation for DPDK intergationDmitry Kozlov
2014-11-22remove trailing whitespacesDmitry Kozlov
2014-09-13pptp: use predefined named framing/bearer values, cosmeticsVladislav Grishenko
2014-09-13pptp: don't delay control connection msg on EINTRVladislav Grishenko
2014-09-13pppoe, pptp: fix socket type for checkingVladislav Grishenko
2014-05-12triton: improved epoll events handlingDmitry Kozlov
2013-12-24ppp: don't unconditionaly load pppoe/pptp/l2tp modules, fixes false start war...Vladislav Grishenko
2013-12-24Revert "ppp: don't unconditionaly load pppoe/pptp/l2tp modules, fixes false s...Dmitry Kozlov
2013-12-24ppp: don't unconditionaly load pppoe/pptp/l2tp modules, fixes false start war...Vladislav Grishenko
2013-10-03Introduce per-ctrl 'ip-pool' option to be used as default IP pool name which ...Dmitry Kozlov
2013-05-31pptp,l2tp: bind to port optionsKozlov Dmitry
2013-01-25cmake: use CMAKE_FIND_ROOT_PATH and LIB_SUFFIXKozlov Dmitry
2013-01-25Fix boolean options parsing in configuration fileGuillaume Nault
2012-09-05Fix format string errorsGuillaume Nault
2012-08-29add 'ppp' filed to CTRL to identify ppp sessionsKozlov Dmitry
2012-06-22initial ipoe implementationKozlov Dmitry