summaryrefslogtreecommitdiff
path: root/accel-pppd/ctrl
AgeCommit message (Expand)Author
8 daysutils: centralize max macroDenys Fedoryshchenko
2026-09-01utils: centralize unaligned integer accessorsDenys Fedoryshchenko
2026-09-01pppoe: decode tag integers alignment-safelyDenys Fedoryshchenko
2026-09-01ipoe: harden DHCPv4 option decodingDenys Fedoryshchenko
2026-09-01Merge pull request #351 from nuclearcat/various-fixes-on-compiler-warningsDenys Fedoryshchenko
2026-08-31Merge pull request #346 from nuclearcat/ipoe-stale-session-flushDenys Fedoryshchenko
2026-08-16Merge pull request #350 from nuclearcat/pptp-fixesDenys Fedoryshchenko
2026-08-16Merge pull request #349 from nuclearcat/pptp-drop-out-of-tree-driverDenys Fedoryshchenko
2026-08-14Merge pull request #352 from nuclearcat/stability-fixesDenys Fedoryshchenko
2026-08-12crypto: drop the dangling crypto.h symlink and its last referencesDenys Fedoryshchenko
2026-08-12l2tp: validate the deciphered length of hidden AVPsDenys Fedoryshchenko
2026-08-12l2tp: read and write AVP values through unaligned-safe accessorsDenys Fedoryshchenko
2026-08-11utils: centralize min macroDenys Fedoryshchenko
2026-08-11pppoe: check for a truncated tag header in PADIDenys Fedoryshchenko
2026-08-11pppoe: account for the tag header in the add_tag2 boundDenys Fedoryshchenko
2026-08-10ipoe: harden local-net prefix length parsingDenys Fedoryshchenko
2026-08-10ipoe: bounds check classless routes and avoid unaligned readsDenys Fedoryshchenko
2026-08-10ipoe: fix netmask computation for classless routesDenys Fedoryshchenko
2026-08-10pptp: use the kernel PPPoX UAPI headerDenys Fedoryshchenko
2026-08-10sstp: reject packets shorter than 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-08-09fixup! ipoe: flush sessions left by a previous instance with a single commandDenys Fedoryshchenko
2026-08-08fixup! ipoe: flush sessions left by a previous instance with a single commandDenys Fedoryshchenko
2026-08-08fixup! ipoe: flush sessions left by a previous instance with a single commandDenys Fedoryshchenko
2026-08-08ipoe: flush sessions left by a previous instance with a single commandDenys Fedoryshchenko
2026-08-08ipoe: zero generic netlink requests before filling them inDenys Fedoryshchenko
2026-08-05sstp: add ppposeq transport to avoid userspace HDLC framingsstp-ppposeqVladislav Grishenko
2026-08-02sstp: enforce standard http replies w/o bodysstp-flush-on-disconnectVladislav Grishenko
2026-08-02sstp: flush queued output on disconnectVladislav Grishenko
2026-08-02Revert "Fixes the issue #124 HTTP replay for non SSTP query"Vladislav Grishenko
2026-07-26sstp: express escape buffer bound as one invariantsstp-alloc-invariantVladislav Grishenko
2026-07-07ipoe: fix username string leak on early session teardownDenys Fedoryshchenko
2026-07-07ipoe: fix dhcpv4 relay reply packet leakDenys Fedoryshchenko
2026-07-06pppoe: fix use-after-free in mac_filter_load()Denys Fedoryshchenko
2026-06-23Merge pull request #323 from nuclearcat/stability-fixesDenys Fedoryshchenko
2026-06-23Merge pull request #315 from nuclearcat/khedor-fixesDenys Fedoryshchenko
2026-06-23sstp: drain PPP write queue before deferringDenys Fedoryshchenko
2026-06-23pppoe: handle missing service-name tagDenys Fedoryshchenko
2026-06-23sstp: reserve escaped async PPP FCS spaceDenys Fedoryshchenko
2026-06-10openssl: suppress deprecated API warningsDenys Fedoryshchenko
2026-05-29Rejecting any PADR lacking a Service-Name tag (RFC 2516 compliance)Denys Fedoryshchenko
2026-05-23pppoe/disc: drop packets with unsupported PPPoE typekhedor
2026-05-23pppoe/disc: fix free_net memmove count and overlap handlingkhedor