summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
5 daysMerge pull request #364 from nuclearcat/tests/veth-fixed-macDenys Fedoryshchenko
7 daysMerge pull request #357 from nuclearcat/fix-centralize-maxDenys Fedoryshchenko
7 daysutils: centralize max macroDenys Fedoryshchenko
7 daystests: give the veth pair fixed MAC addressesDenys Fedoryshchenko
9 daysMerge pull request #359 from nuclearcat/ipcp-ccp-delay-ackDenys Fedoryshchenko
9 daysMerge pull request #361 from nuclearcat/fix-protocol-buffer-accessDenys Fedoryshchenko
2026-09-01ppp: say why a malformed ConfReq drops the sessionDenys Fedoryshchenko
2026-09-01ppp: bound IPCP and IPV6CP packets by the received sizeDenys Fedoryshchenko
2026-09-01utils: centralize unaligned integer accessorsDenys Fedoryshchenko
2026-09-01memdebug: access tail canaries alignment-safelyDenys Fedoryshchenko
2026-09-01ipv6: avoid integer access through address bytesDenys Fedoryshchenko
2026-09-01backup: restore scalar fields alignment-safelyDenys Fedoryshchenko
2026-09-01radius: harden packet integer decodingDenys Fedoryshchenko
2026-09-01pppoe: decode tag integers alignment-safelyDenys Fedoryshchenko
2026-09-01ipoe: harden DHCPv4 option decodingDenys Fedoryshchenko
2026-09-01dhcpv6: validate option and relay boundariesDenys Fedoryshchenko
2026-09-01ppp: cover alignment-safe MPPE prefer setupDenys Fedoryshchenko
2026-09-01ppp: harden control packet decodingDenys Fedoryshchenko
2026-09-01Merge pull request #351 from nuclearcat/various-fixes-on-compiler-warningsDenys Fedoryshchenko
2026-09-01tests: check that IPCP ConfReq is not answered with TermAck during CCPDenys Fedoryshchenko
2026-09-01ppp: do not answer IPCP/IPV6CP ConfReq with TermAck while CCP negotiatesDenys 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 #347 from nuclearcat/fixup-challenge-nameDenys Fedoryshchenko
2026-08-14Merge pull request #352 from nuclearcat/stability-fixesDenys Fedoryshchenko
2026-08-12Merge pull request #344 from nuclearcat/accel-ng-portedDenys Fedoryshchenko
2026-08-12ipv6: assign DNS servers per session from RADIUSDenys 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-12Merge pull request #342 from nuclearcat/feature/metrics-json-sessionsDenys Fedoryshchenko
2026-08-12log_pgsql: deprecate the module and rename its build flagDenys 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-11log_pgsql: bound username and sessionid in log headerDenys Fedoryshchenko
2026-08-10triton: use offsetof() in list_entry()Denys Fedoryshchenko
2026-08-10dhcpv6: read the elapsed time and preference options at their real widthDenys Fedoryshchenko
2026-08-10dhcpv6: fix end pointer of an encapsulated relay messageDenys Fedoryshchenko
2026-08-10dhcpv6: bail out of the relay loop when it makes no progressDenys 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-10dhcpv6: check option length before reading the status codeDenys Fedoryshchenko
2026-08-10dhcpv6: fix status code name table and its bounds checkDenys Fedoryshchenko
2026-08-10pptp: use the kernel PPPoX UAPI headerDenys Fedoryshchenko
2026-08-10sstp: reject packets shorter than headerDenys Fedoryshchenko
2026-08-09pptp: drop the out-of-tree kernel driverDenys Fedoryshchenko
2026-08-09pptp: reject a malformed bind addressDenys Fedoryshchenko