summaryrefslogtreecommitdiff
path: root/accel-pppd/ctrl
AgeCommit message (Expand)Author
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
2026-05-23pppoe/disc: fix init_net allocation sizekhedor
2026-05-21strip: Fix invalid parsingDenys Fedoryshchenko
2026-05-04session: encapsulate statistics countersDenys Fedoryshchenko
2026-05-04sstp: encapsulate statistics countersDenys Fedoryshchenko
2026-05-04ipoe: encapsulate statistics countersDenys Fedoryshchenko
2026-05-04pptp: encapsulate statistics countersDenys Fedoryshchenko
2026-05-04l2tp: encapsulate statistics countersDenys Fedoryshchenko
2026-05-04pppoe: encapsulate statistics countersDenys 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-22Remove unused printf.h includemarekm72
2026-01-30netlink: Added VRF supportAndrii Melnychenko
2025-12-13Merge pull request #277 from nuclearcat/minor-rfc2516-complianceDenys Fedoryshchenko
2025-12-11pppoe: Fix RFC2516 non-compilance in PADI tags parsingDenys Fedoryshchenko
2025-12-10Minor compile fix, we have only OpenSSL version nowDenys Fedoryshchenko
2025-12-10crypto: Removed CRYPTO_OPENSSL definition.Andrii Melnychenko
2025-12-10crypto: Removed internal tomcat crypto.Andrii Melnychenko
2025-12-01sstp: Add config option enum for better code readabilityDenys Fedoryshchenko
2025-11-30Merge pull request #269 from nuclearcat/fix-buffer-overflowDenys Fedoryshchenko
2025-11-26l2tp: fix buffer overflow and type errors in Calling/Called Number handlingDenys Fedoryshchenko
2025-11-26Suppress OpenSSL 3.0 deprecation warnings for legacy crypto APIsDenys Fedoryshchenko
2025-11-23Merge pull request #238 from socketpair/chainDenys Fedoryshchenko
2025-11-23pppoe: add missing break, ignore vendor-specific tags when parsing PADRDenys Fedoryshchenko
2025-08-19ci: add tests execution with asan and ubsanSergey V. Lobanov
2025-08-08Merge pull request #252 from nuclearcat/fix-musl-linkingDenys Fedoryshchenko
2025-08-07feat(build): Add MUSL detection and conditional linkingDenys Fedoryshchenko
2025-08-07ipoe: dhcp: Fix username for noauth sessionDmitriy Eshenko
2025-05-02SSTP: load certificate chain instead of single oneКоренберг ☢️ Марк
2025-01-22ipoe: fixed DHCP option 42 (ntp servers)aapostoliuk
2024-12-05L2TP include calling number to calling station ID RAYaroslav Kholod
2024-11-15Fix post_msg implementation buggrandnew
2024-10-26Merge pull request #185 from svlobanov/pcre2-1Denys Fedoryshchenko
2024-10-04Merge pull request #183 from svlobanov/gcc14-compile-errorsDenys Fedoryshchenko
2024-09-11Merge pull request #195 from nuclearcat/fix-typo-freeDenys Fedoryshchenko
2024-09-11fix(musl/l2tp_session_free): Fix, likely typoDenys Fedoryshchenko
2024-09-05Revert "Fix #189: Make module pppoe work without module radius"Sergey V. Lobanov
2024-09-04Fix #189: Make module pppoe work without module radiusNazar Androshchuk
2024-09-02migrate from pcre to pcre2Sergey V. Lobanov