Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-05-17 | Merge pull request #1 from accel-ppp/T7461-add-reusable-actionsHEADcurrent | Yuriy Andamasov | |
T7461: add reusable actions | |||
2025-05-17 | T7461: added actions for pr checks | kumvijaya | |
2025-05-17 | T7461: added actions for pr checks | kumvijaya | |
2025-05-17 | T7461: added actions for pr checks | kumvijaya | |
2025-05-17 | T7461: added actions for pr checks | kumvijaya | |
2025-05-17 | T7461: added actions for pr checks | kumvijaya | |
2025-05-07 | Merge pull request #239 from nuclearcat/fix-tests | Sergey V. Lobanov | |
(workflows): Ubuntu 20.04 is deprecated, removing it | |||
2025-05-04 | Merge pull request #234 from aapostoliuk/T7047 | Sergey V. Lobanov | |
ipoe: fixed DHCP option 42 (ntp servers) | |||
2025-05-02 | (workflows): Ubuntu 20.04 is deprecated, removing it | Denys Fedoryshchenko | |
This tests failing now with following message: ``` This is a scheduled Ubuntu 20.04 retirement. Ubuntu 20.04 LTS runner will be removed on 2025-04-15. For more details, see https://github.com/actions/runner-images/issues/11101 ``` Signed-off-by: Denys Fedoryshchenko <denys.f@collabora.com> | |||
2025-01-22 | ipoe: fixed DHCP option 42 (ntp servers) | aapostoliuk | |
Allowed using multiple NTP servers in DHCP option 42 | |||
2025-01-09 | Merge pull request #225 from ykholod/l2tp-include-calling-number | Sergey V. Lobanov | |
L2TP include calling number to calling station ID RA | |||
2025-01-03 | Merge pull request #230 from DmitriyEshenko/ipv6_confirm | Denys Fedoryshchenko | |
ipv6: Add DHCPv6 Confirm processing | |||
2024-12-12 | ipv6: Add DHCPv6 Confirm processing | Dmitriy Eshenko | |
2024-12-11 | Merge pull request #228 from svlobanov/ci-alpine-links | Sergey V. Lobanov | |
ci: update alpine links | |||
2024-12-11 | ci: update alpine links | Sergey V. Lobanov | |
2024-12-05 | L2TP include calling number to calling station ID RA | Yaroslav Kholod | |
2024-12-01 | Merge pull request #221 from svlobanov/x86-32-ci3 | Dmitriy Eshenko | |
ci: run tests on x86_32 platform (alpine vm) | |||
2024-12-01 | Merge pull request #222 from svlobanov/ipoe-6.12 | Dmitriy Eshenko | |
ipoe: fix driver for kernel 6.12 (NETIF_F_NETNS_LOCAL) | |||
2024-12-01 | ipoe: fix driver for kernel 6.12 (NETIF_F_NETNS_LOCAL) | Sergey V. Lobanov | |
Closes: https://github.com/accel-ppp/accel-ppp/issues/217 Ref: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=05c1280a2bcfca187fe7fa90bb240602cf54af0a Ref: https://github.com/torvalds/linux/commit/05c1280a2bcfca187fe7fa90bb240602cf54af0a Reported-By: https://github.com/axe-kenig | |||
2024-12-01 | ci: run tests on x86_32 platform (alpine vm) | Sergey V. Lobanov | |
2024-11-29 | Merge pull request #218 from svlobanov/be-ci-fix-libpcre | Dmitriy Eshenko | |
ci: fix build on alpine be (s390x) | |||
2024-11-28 | Merge pull request #220 from svlobanov/ci-ubuntu-devel | Sergey V. Lobanov | |
ci: add build in ubuntu:devel container | |||
2024-11-28 | ci: fix build on alpine BE (s390x) | Sergey V. Lobanov | |
bump libpcre, disable chap_secrets in tests | |||
2024-11-28 | ci: add build in ubuntu:devel container | Sergey V. Lobanov | |
Building in ubuntu:devel container might help to find the issues related to newest kernels and other software updates | |||
2024-11-29 | Merge pull request #219 from svlobanov/alpine-ci-disable-chap-secrets | Dmitriy Eshenko | |
tests,ci: disable chap-secrets related tests on alpine | |||
2024-11-28 | tests,ci: disable chap-secrets related tests on alpine | Sergey V. Lobanov | |
radius and chap-secrets can't work together due to musl library limiations This patch disables chap-secrets related tests on alpine ref: https://github.com/accel-ppp/accel-ppp/pull/190#issuecomment-2331036461 | |||
2024-11-28 | Merge pull request #194 from svlobanov/tests_ipoe_chap_secrets_lua | Sergey V. Lobanov | |
tests: add ipoe shared + chap-secrets auth, add ipoe+chap-secrets + lua | |||
2024-11-28 | tests: add ipoe shared + chap-secrets auth, add ipoe+chap-secrets + lua | Sergey V. Lobanov | |
2024-11-28 | Merge pull request #216 from grandnew/master | Denys Fedoryshchenko | |
Fix post_msg implementation bug | |||
2024-11-20 | Merge pull request #182 from svlobanov/be-ci2 | Denys Fedoryshchenko | |
ci: run tests on alpine s390x (big-endian) | |||
2024-11-15 | Fix post_msg implementation bug | grandnew | |
I think the error handling code of `post_msg` is wrongly implemented due to coding typo. The `EPIPE` should be also considered and then return -1, just like `PPTP_write`: https://github.com/xebd/accel-ppp/blob/1b8711cf75a7c278d99840112bc7a396398e0205/accel-pppd/ctrl/pptp/pptp.c#L539-L570 | |||
2024-11-11 | Merge pull request #208 from svlobanov/ci-deb13 | Sergey V. Lobanov | |
ci: fix testing on debian13 (pytest install issues) | |||
2024-10-27 | ci: fix testing on debian13 (pytest install issues) | Sergey V. Lobanov | |
2024-10-26 | Merge pull request #185 from svlobanov/pcre2-1 | Denys Fedoryshchenko | |
migrate from pcre to pcre2 | |||
2024-10-23 | Merge pull request #188 from svlobanov/entware | Denys Fedoryshchenko | |
build: fix build for entware (HAVE_GOOD_IFARP detection issue) | |||
2024-10-04 | Merge pull request #171 from ZBoris7/master | Dmitriy Eshenko | |
pppd_compat: add Framed-Interface-Id attribute support in radattr | |||
2024-10-04 | Merge pull request #183 from svlobanov/gcc14-compile-errors | Denys Fedoryshchenko | |
build: fix compile errors on GCC 14 | |||
2024-10-04 | Merge pull request #205 from ↵ | Denys Fedoryshchenko | |
achillelamb/fix-ppp-lcp-echo-reply-greater-than-client-mru fix(ppp_lcp): truncate echo reply if size > client MRU | |||
2024-10-04 | fix(ppp_lcp): truncate echo reply if size > client MRU | achillelamb | |
Fix issue #204 Proposed by https://github.com/achillelamb | |||
2024-09-11 | Merge pull request #195 from nuclearcat/fix-typo-free | Denys Fedoryshchenko | |
fix(musl/l2tp_session_free): Fix, likely typo | |||
2024-09-11 | fix(musl/l2tp_session_free): Fix, likely typo | Denys Fedoryshchenko | |
It is logical, that function should remain same, not changed to free. Signed-off-by: Denys Fedoryshchenko <denys.f@collabora.com> | |||
2024-09-05 | Merge pull request #193 from svlobanov/revert-pr-190 | Sergey V. Lobanov | |
Revert "Fix #189: Make module pppoe work without module radius" | |||
2024-09-05 | Revert "Fix #189: Make module pppoe work without module radius" | Sergey V. Lobanov | |
This reverts commit 543700aed1ac045f12dfafd898bbbbae955fee31. | |||
2024-09-05 | Merge pull request #191 from svlobanov/test-pppoe-chap-secrets | Denys Fedoryshchenko | |
tests: add test pppoe session using chap-secrets auth | |||
2024-09-05 | Merge pull request #190 from Tokarak/pr-fix-188 | Denys Fedoryshchenko | |
pppoe: fix #189 | |||
2024-09-04 | tests: add test pppoe session using chap-secrets auth | Sergey V. Lobanov | |
2024-09-04 | Fix #189: Make module pppoe work without module radius | Nazar Androshchuk | |
The radius library is now linked in pppoe if `-DRADIUS` is true; it wasn't any issue when `-DRADIUS=FALSE`. This patch can't be worked around if the user wants to use pppoe with chap-secrets, because radius conflicts with chap-secrets. | |||
2024-09-02 | build: fix build for entware (HAVE_GOOD_IFARP detection issue) | Sergey V. Lobanov | |
Linux kernel before 4.11 has the issue decribed in the commit: https://github.com/torvalds/linux/commit/2618be7dccf8739b89e1906b64bd8d551af351e6 It fails accel-ppp build on entware. Let's include sys/socket.h to avoid this issue. All files that use linux/if_arp.h includes sys/socket.h before | |||
2024-09-02 | ci: change libpcre to libpcre2 | Sergey V. Lobanov | |
2024-09-02 | migrate from pcre to pcre2 | Sergey V. Lobanov | |
PCRE is not supported anymore and removed from several distros |