summaryrefslogtreecommitdiff
path: root/accel-pppd
AgeCommit message (Expand)Author
2026-05-21strip: Fix invalid parsingDenys Fedoryshchenko
2026-05-14metrics: resolve protocol stat symbols via dlsymDenys Fedoryshchenko
2026-05-14metrics: queue partial response writesDenys Fedoryshchenko
2026-05-14metrics: back off accept loop on persistent errorsDenys Fedoryshchenko
2026-05-14metrics: per-client read timeout and max-clients capDenys Fedoryshchenko
2026-05-14metrics: document module in conf, manpage, and CHANGELOGDenys Fedoryshchenko
2026-05-14metrics: render JSON when format=jsonDenys Fedoryshchenko
2026-05-14metrics: render Prometheus exposition for /metricsDenys Fedoryshchenko
2026-05-14metrics: gate listener with allowed_ips ACLDenys Fedoryshchenko
2026-05-14metrics: add HTTP listener with /metrics endpointDenys Fedoryshchenko
2026-05-13metrics: scaffold module with config parsingDenys Fedoryshchenko
2026-05-04triton: encapsulate statistics countersDenys Fedoryshchenko
2026-05-04session: encapsulate statistics countersDenys Fedoryshchenko
2026-05-04sstp: encapsulate statistics countersDenys Fedoryshchenko
2026-05-04ipoe: encapsulate statistics countersDenys Fedoryshchenko
2026-05-04net-snmp: fix ASN_INTEGER scalar value sizeDenys Fedoryshchenko
2026-05-04pptp: encapsulate statistics countersDenys Fedoryshchenko
2026-05-04l2tp: encapsulate statistics countersDenys Fedoryshchenko
2026-05-04radius: encapsulate server statistics countersDenys Fedoryshchenko
2026-05-04pppoe: encapsulate statistics countersDenys Fedoryshchenko
2026-04-30fix: typo, dont close wrong descriptorDenys Fedoryshchenko
2026-03-16Merge pull request #297 from nuclearcat/fixes-radiusDenys Fedoryshchenko
2026-02-28radius: fix stop accounting timeout flow and request cleanupDenys Fedoryshchenko
2026-02-22Replace linux/if.h with net/if.h includemarekm72
2026-02-22Replace linux/if.h with net/if.h in ipoe.hmarekm72
2026-02-22Update header includes in ipoe.cmarekm72
2026-02-22Refactor ARP header includes in arp.cmarekm72
2026-02-22Refactor session free function pointer in l2tp.cmarekm72
2026-02-22Clean up CMakeLists.txt by removing unused checksmarekm72
2026-02-22Remove printf.h check from CMakeLists.txtmarekm72
2026-02-22Remove unused printf.h includemarekm72
2026-02-18radius: Fix use after free and moreDenys Fedoryshchenko
2026-02-06radius: Invalid integer and date parsingDenys Fedoryshchenko
2026-02-06radius: Fix to same type of allocator and deallocatorDenys Fedoryshchenko
2026-02-06radius: Fix invalid check after mempool allocationDenys Fedoryshchenko
2026-02-06radius: MS-CHAP2-Success unchecked memcpy(40 bytes)Denys Fedoryshchenko
2026-02-06radius: Vendor attribute parsing over-readsDenys Fedoryshchenko
2026-02-06Merge pull request #292 from nuclearcat/minor-fixesDenys Fedoryshchenko
2026-02-06cli: clear show sessions cell buffer to avoid stale outputDenys Fedoryshchenko
2026-02-06ppp: Defend from possible ppp init failureDenys Fedoryshchenko
2026-02-06fix(ppp): Uninitialized struct fieldsDenys Fedoryshchenko
2026-02-06ppp: classic TOCTOU, as uc_size not guarded by mutexDenys Fedoryshchenko
2026-02-06ppp: guard LCP logging field readsDenys Fedoryshchenko
2026-02-02Merge pull request #294 from AndriiFullroot/VyOS_REBASE_StagesDenys Fedoryshchenko
2026-01-30netlink: Added VRF supportAndrii Melnychenko
2026-01-29Merge pull request #288 from nuclearcat/fix-framed-routeDenys Fedoryshchenko
2026-01-28cli: clear show sessions cell buffer to avoid stale outputDenys Fedoryshchenko
2026-01-27Update accel-pppd/radius/radius.cDenys Fedoryshchenko
2026-01-27Update accel-pppd/radius/radius.cDenys Fedoryshchenko
2026-01-24radius: Add optional validation of Framed-RouteDenys Fedoryshchenko