<feed xmlns='http://www.w3.org/2005/Atom'>
<title>accel-ppp-xebd.git, branch patch-1</title>
<subtitle>High performance PPTP/L2TP/PPPoE/IPoE server for Linux (mirror of https://github.com/marekm72/accel-ppp-xebd.git)
</subtitle>
<id>https://git.amelek.net/marekm72/accel-ppp-xebd.git/atom?h=patch-1</id>
<link rel='self' href='https://git.amelek.net/marekm72/accel-ppp-xebd.git/atom?h=patch-1'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/accel-ppp-xebd.git/'/>
<updated>2024-07-28T16:27:18+00:00</updated>
<entry>
<title>Likewise for IPv4</title>
<updated>2024-07-28T16:27:18+00:00</updated>
<author>
<name>marekm72</name>
<email>35698605+marekm72@users.noreply.github.com</email>
</author>
<published>2024-07-28T16:27:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/accel-ppp-xebd.git/commit/?id=550bca26e3a390ec5b878f7b6cb3f09448c775ae'/>
<id>urn:sha1:550bca26e3a390ec5b878f7b6cb3f09448c775ae</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't terminate whole PPPoE session in response to client IPV6CP TermReq if IPv6 not required</title>
<updated>2024-07-28T16:22:09+00:00</updated>
<author>
<name>marekm72</name>
<email>35698605+marekm72@users.noreply.github.com</email>
</author>
<published>2024-07-28T16:22:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/accel-ppp-xebd.git/commit/?id=501c7230a278b62cb161acef8a8b29f8ab647fda'/>
<id>urn:sha1:501c7230a278b62cb161acef8a8b29f8ab647fda</id>
<content type='text'>
See https://github.com/accel-ppp/accel-ppp/issues/57 for the bug report, please review.</content>
</entry>
<entry>
<title>Merge pull request #128 from nuclearcat/cmake-fixes</title>
<updated>2024-03-30T17:58:28+00:00</updated>
<author>
<name>Denys Fedoryshchenko</name>
<email>denys.f@collabora.com</email>
</author>
<published>2024-03-30T17:58:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/accel-ppp-xebd.git/commit/?id=6afbc5075a3cf88a47f01c9051dd0a7fdcb06299'/>
<id>urn:sha1:6afbc5075a3cf88a47f01c9051dd0a7fdcb06299</id>
<content type='text'>
cmake: Fix release version</content>
</entry>
<entry>
<title>cmake: Fix release version for 1.13.0</title>
<updated>2024-03-30T17:29:46+00:00</updated>
<author>
<name>Denys Fedoryshchenko</name>
<email>denys.f@collabora.com</email>
</author>
<published>2024-03-30T17:24:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/accel-ppp-xebd.git/commit/?id=dbffa39b4304f1be5e099f056a9e5001c3100393'/>
<id>urn:sha1:dbffa39b4304f1be5e099f056a9e5001c3100393</id>
<content type='text'>
We need to set certain fields before release.

Signed-off-by: Denys Fedoryshchenko &lt;denys.f@collabora.com&gt;
</content>
</entry>
<entry>
<title>Merge pull request #126 from svlobanov/deb10-ci-python-fix</title>
<updated>2024-03-21T04:46:54+00:00</updated>
<author>
<name>Dmitriy Eshenko</name>
<email>dmitriy.eshenko@accel-ppp.org</email>
</author>
<published>2024-03-21T04:46:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/accel-ppp-xebd.git/commit/?id=fd46f0d4703b8cf91254459a99a87f3e78e0be58'/>
<id>urn:sha1:fd46f0d4703b8cf91254459a99a87f3e78e0be58</id>
<content type='text'>
ci: fix pytest issue on Debian 10</content>
</entry>
<entry>
<title>Merge pull request #123 from nuclearcat/safeguards-gw-helpers</title>
<updated>2024-03-21T04:46:15+00:00</updated>
<author>
<name>Dmitriy Eshenko</name>
<email>dmitriy.eshenko@accel-ppp.org</email>
</author>
<published>2024-03-21T04:46:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/accel-ppp-xebd.git/commit/?id=e897625e1794f16e4c64319e4c39bbafb0f81d16'/>
<id>urn:sha1:e897625e1794f16e4c64319e4c39bbafb0f81d16</id>
<content type='text'>
Add safeguards to parse_gw_ip_address helper functions</content>
</entry>
<entry>
<title>ci: fix pytest issue on Debian 10</title>
<updated>2024-03-20T20:58:35+00:00</updated>
<author>
<name>Sergey V. Lobanov</name>
<email>sergey@lobanov.in</email>
</author>
<published>2024-03-20T20:34:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/accel-ppp-xebd.git/commit/?id=4b04b0b98d2308d5863bd3f6dab295dd8cd85f52'/>
<id>urn:sha1:4b04b0b98d2308d5863bd3f6dab295dd8cd85f52</id>
<content type='text'>
Signed-off-by: Sergey V. Lobanov &lt;sergey@lobanov.in&gt;
</content>
</entry>
<entry>
<title>Add safeguards to parse_gw_ip_address helper functions</title>
<updated>2024-03-10T15:35:33+00:00</updated>
<author>
<name>Denys Fedoryshchenko</name>
<email>denys.f@collabora.com</email>
</author>
<published>2024-03-10T15:34:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/accel-ppp-xebd.git/commit/?id=78db7640db0e2afa8403d721fd241ae901ba0bde'/>
<id>urn:sha1:78db7640db0e2afa8403d721fd241ae901ba0bde</id>
<content type='text'>
In case of invalid configuration we might get stack overflow
with unexpected consequences.

Signed-off-by: Denys Fedoryshchenko &lt;denys.f@collabora.com&gt;
</content>
</entry>
<entry>
<title>Merge pull request #121 from DmitriyEshenko/ippool-gw-fix</title>
<updated>2024-03-10T14:21:36+00:00</updated>
<author>
<name>Denys Fedoryshchenko</name>
<email>denys.f@collabora.com</email>
</author>
<published>2024-03-10T14:21:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/accel-ppp-xebd.git/commit/?id=827431d1b60bbd0ce140394e888b73d05f095ff1'/>
<id>urn:sha1:827431d1b60bbd0ce140394e888b73d05f095ff1</id>
<content type='text'>
ippool: use gw-ip-address for ppp even if mask setted</content>
</entry>
<entry>
<title>ippool: use gw-ip-address for ppp even if mask setted</title>
<updated>2024-03-09T15:16:43+00:00</updated>
<author>
<name>Dmitriy Eshenko</name>
<email>dmitriy.eshenko@accel-ppp.org</email>
</author>
<published>2024-03-09T15:16:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/accel-ppp-xebd.git/commit/?id=57973b32094406f3bbdae0721d2d38b937914d4d'/>
<id>urn:sha1:57973b32094406f3bbdae0721d2d38b937914d4d</id>
<content type='text'>
</content>
</entry>
</feed>
