<feed xmlns='http://www.w3.org/2005/Atom'>
<title>accel-ppp.git, branch revert-190-pr-fix-188</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=revert-190-pr-fix-188</id>
<link rel='self' href='https://git.amelek.net/accel-ppp/accel-ppp.git/atom?h=revert-190-pr-fix-188'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/accel-ppp/accel-ppp.git/'/>
<updated>2024-09-05T08:25:43+00:00</updated>
<entry>
<title>Revert "pppoe: fix #189"</title>
<updated>2024-09-05T08:25:43+00:00</updated>
<author>
<name>Sergey V. Lobanov</name>
<email>svlobanov@users.noreply.github.com</email>
</author>
<published>2024-09-05T08:25:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/accel-ppp/accel-ppp.git/commit/?id=0069da8c9282a07a534f57447e3ada38b302b6bb'/>
<id>urn:sha1:0069da8c9282a07a534f57447e3ada38b302b6bb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #191 from svlobanov/test-pppoe-chap-secrets</title>
<updated>2024-09-05T07:43:15+00:00</updated>
<author>
<name>Denys Fedoryshchenko</name>
<email>denys.f@collabora.com</email>
</author>
<published>2024-09-05T07:43:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/accel-ppp/accel-ppp.git/commit/?id=3a6ee62003bd840ec86be4638d9e84d1cc1aa12b'/>
<id>urn:sha1:3a6ee62003bd840ec86be4638d9e84d1cc1aa12b</id>
<content type='text'>
tests: add test pppoe session using chap-secrets auth</content>
</entry>
<entry>
<title>Merge pull request #190 from Tokarak/pr-fix-188</title>
<updated>2024-09-05T07:43:07+00:00</updated>
<author>
<name>Denys Fedoryshchenko</name>
<email>denys.f@collabora.com</email>
</author>
<published>2024-09-05T07:43:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/accel-ppp/accel-ppp.git/commit/?id=9b1ea1cc887d3e90cb9cbf7eb9e7f3eba073e46f'/>
<id>urn:sha1:9b1ea1cc887d3e90cb9cbf7eb9e7f3eba073e46f</id>
<content type='text'>
pppoe: fix #189</content>
</entry>
<entry>
<title>tests: add test pppoe session using chap-secrets auth</title>
<updated>2024-09-04T21:15:34+00:00</updated>
<author>
<name>Sergey V. Lobanov</name>
<email>sergey@lobanov.in</email>
</author>
<published>2024-09-04T21:15:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/accel-ppp/accel-ppp.git/commit/?id=634d67196c30c69230b4382463aab414f0e9a279'/>
<id>urn:sha1:634d67196c30c69230b4382463aab414f0e9a279</id>
<content type='text'>
</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>Merge pull request #181 from svlobanov/iputils-be-vlan-add-fix</title>
<updated>2024-09-02T07:33:44+00:00</updated>
<author>
<name>Denys Fedoryshchenko</name>
<email>denys.f@collabora.com</email>
</author>
<published>2024-09-02T07:33:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/accel-ppp/accel-ppp.git/commit/?id=0c021f60244a7fd992916a882fb4ed7277f5cba8'/>
<id>urn:sha1:0c021f60244a7fd992916a882fb4ed7277f5cba8</id>
<content type='text'>
iputils: fix vlan creation on big-endian platforms</content>
</entry>
<entry>
<title>Merge pull request #180 from svlobanov/owrt2</title>
<updated>2024-09-02T07:25:56+00:00</updated>
<author>
<name>Denys Fedoryshchenko</name>
<email>denys.f@collabora.com</email>
</author>
<published>2024-09-02T07:25:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/accel-ppp/accel-ppp.git/commit/?id=187aff3eb45e84b4c5b6a84dfad06e73a45a821f'/>
<id>urn:sha1:187aff3eb45e84b4c5b6a84dfad06e73a45a821f</id>
<content type='text'>
fix __WORDSIZE macro on musl 32 bit platforms</content>
</entry>
<entry>
<title>Merge pull request #179 from svlobanov/test-in-alpine2</title>
<updated>2024-09-02T07:25:45+00:00</updated>
<author>
<name>Denys Fedoryshchenko</name>
<email>denys.f@collabora.com</email>
</author>
<published>2024-09-02T07:25:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/accel-ppp/accel-ppp.git/commit/?id=d43bb1044b78517150e4f3a2ddf496486979e7de'/>
<id>urn:sha1:d43bb1044b78517150e4f3a2ddf496486979e7de</id>
<content type='text'>
ci: run tests in alpine vm</content>
</entry>
<entry>
<title>iputils: fix vlan creation on big-endian platforms</title>
<updated>2024-08-26T20:58:31+00:00</updated>
<author>
<name>Sergey V. Lobanov</name>
<email>sergey@lobanov.in</email>
</author>
<published>2024-08-26T20:52:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/accel-ppp/accel-ppp.git/commit/?id=2bea84120264ac1b787a7f9fbe970d8ff4d7c028'/>
<id>urn:sha1:2bea84120264ac1b787a7f9fbe970d8ff4d7c028</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix __WORDSIZE macro on musl 32 bit platforms</title>
<updated>2024-08-25T16:24:29+00:00</updated>
<author>
<name>Sergey V. Lobanov</name>
<email>sergey@lobanov.in</email>
</author>
<published>2024-08-25T15:45:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/accel-ppp/accel-ppp.git/commit/?id=7c0d979be49eefef3a53a4639bc9a9e2ceb3b287'/>
<id>urn:sha1:7c0d979be49eefef3a53a4639bc9a9e2ceb3b287</id>
<content type='text'>
This patch allows to build accel-ppp on mips32/ppc32 openwrt (musl)
</content>
</entry>
</feed>
