<feed xmlns='http://www.w3.org/2005/Atom'>
<title>accel-ppp.git/accel-pppd/ctrl, branch master</title>
<subtitle>High performance PPTP/L2TP/SSTP/PPPoE/IPoE server for Linux (mirror of https://github.com/accel-ppp/accel-ppp.git)
</subtitle>
<id>https://git.amelek.net/accel-ppp/accel-ppp.git/atom?h=master</id>
<link rel='self' href='https://git.amelek.net/accel-ppp/accel-ppp.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/accel-ppp/accel-ppp.git/'/>
<updated>2025-01-22T13:52:30+00:00</updated>
<entry>
<title>ipoe: fixed DHCP option 42 (ntp servers)</title>
<updated>2025-01-22T13:52:30+00:00</updated>
<author>
<name>aapostoliuk</name>
<email>a.apostoliuk@vyos.io</email>
</author>
<published>2025-01-21T17:47:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/accel-ppp/accel-ppp.git/commit/?id=df1d09799a10885c23ad0760b3d1b6ac96cd10d7'/>
<id>urn:sha1:df1d09799a10885c23ad0760b3d1b6ac96cd10d7</id>
<content type='text'>
Allowed using multiple NTP servers in DHCP option 42
</content>
</entry>
<entry>
<title>L2TP include calling number to calling station ID RA</title>
<updated>2024-12-05T15:00:12+00:00</updated>
<author>
<name>Yaroslav Kholod</name>
<email>y.kholod@vyos.io</email>
</author>
<published>2024-12-05T11:10:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/accel-ppp/accel-ppp.git/commit/?id=88a2ebdb1dbab4029f41966f39e163b45701227d'/>
<id>urn:sha1:88a2ebdb1dbab4029f41966f39e163b45701227d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix post_msg implementation bug</title>
<updated>2024-11-15T02:28:35+00:00</updated>
<author>
<name>grandnew</name>
<email>40992447+grandnew@users.noreply.github.com</email>
</author>
<published>2024-11-15T02:28:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/accel-ppp/accel-ppp.git/commit/?id=b6500a8df22c94fcf8d5dc583d85be6ddc5d51ec'/>
<id>urn:sha1:b6500a8df22c94fcf8d5dc583d85be6ddc5d51ec</id>
<content type='text'>
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</content>
</entry>
<entry>
<title>Merge pull request #185 from svlobanov/pcre2-1</title>
<updated>2024-10-26T18:15:19+00:00</updated>
<author>
<name>Denys Fedoryshchenko</name>
<email>denys.f@collabora.com</email>
</author>
<published>2024-10-26T18:15:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/accel-ppp/accel-ppp.git/commit/?id=2f4b324907ec44cc92c39830af6b23d623b904cb'/>
<id>urn:sha1:2f4b324907ec44cc92c39830af6b23d623b904cb</id>
<content type='text'>
migrate from pcre to pcre2</content>
</entry>
<entry>
<title>Merge pull request #183 from svlobanov/gcc14-compile-errors</title>
<updated>2024-10-04T19:30:35+00:00</updated>
<author>
<name>Denys Fedoryshchenko</name>
<email>denys.f@collabora.com</email>
</author>
<published>2024-10-04T19:30:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/accel-ppp/accel-ppp.git/commit/?id=00b8dee7c3635e2a85968b2dae0a6712b20a34bc'/>
<id>urn:sha1:00b8dee7c3635e2a85968b2dae0a6712b20a34bc</id>
<content type='text'>
build: fix compile errors on GCC 14</content>
</entry>
<entry>
<title>Merge pull request #195 from nuclearcat/fix-typo-free</title>
<updated>2024-09-11T09:15:34+00:00</updated>
<author>
<name>Denys Fedoryshchenko</name>
<email>denys.f@collabora.com</email>
</author>
<published>2024-09-11T09:15:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/accel-ppp/accel-ppp.git/commit/?id=ba4a8e9b79b7c5189f40d808bb5882affdf83653'/>
<id>urn:sha1:ba4a8e9b79b7c5189f40d808bb5882affdf83653</id>
<content type='text'>
fix(musl/l2tp_session_free): Fix, likely typo</content>
</entry>
<entry>
<title>fix(musl/l2tp_session_free): Fix, likely typo</title>
<updated>2024-09-10T22:53:47+00:00</updated>
<author>
<name>Denys Fedoryshchenko</name>
<email>denys.f@collabora.com</email>
</author>
<published>2024-09-10T22:39:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/accel-ppp/accel-ppp.git/commit/?id=fbef13f23e43216da7ece9c090153ff80adf7525'/>
<id>urn:sha1:fbef13f23e43216da7ece9c090153ff80adf7525</id>
<content type='text'>
It is logical, that function should remain same,
not changed to free.

Signed-off-by: Denys Fedoryshchenko &lt;denys.f@collabora.com&gt;
</content>
</entry>
<entry>
<title>Revert "Fix #189: Make module pppoe work without module radius"</title>
<updated>2024-09-05T08:33:33+00:00</updated>
<author>
<name>Sergey V. Lobanov</name>
<email>sergey@lobanov.in</email>
</author>
<published>2024-09-05T08:33:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/accel-ppp/accel-ppp.git/commit/?id=2ffca70167cdd82a7309a2092fecce9a062dd4dc'/>
<id>urn:sha1:2ffca70167cdd82a7309a2092fecce9a062dd4dc</id>
<content type='text'>
This reverts commit 543700aed1ac045f12dfafd898bbbbae955fee31.
</content>
</entry>
<entry>
<title>Fix #189: Make module pppoe work without module radius</title>
<updated>2024-09-04T20:21:27+00:00</updated>
<author>
<name>Nazar Androshchuk</name>
<email>tok@tokbb.opossum-mora.ts.net</email>
</author>
<published>2024-09-04T20:21:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/accel-ppp/accel-ppp.git/commit/?id=543700aed1ac045f12dfafd898bbbbae955fee31'/>
<id>urn:sha1:543700aed1ac045f12dfafd898bbbbae955fee31</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>migrate from pcre to pcre2</title>
<updated>2024-09-02T12:42:58+00:00</updated>
<author>
<name>Sergey V. Lobanov</name>
<email>sergey@lobanov.in</email>
</author>
<published>2024-09-01T08:59:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/accel-ppp/accel-ppp.git/commit/?id=cbfa3efe7ae135b4ae8890485701677f56087f50'/>
<id>urn:sha1:cbfa3efe7ae135b4ae8890485701677f56087f50</id>
<content type='text'>
PCRE is not supported anymore and removed from several distros
</content>
</entry>
</feed>
