<feed xmlns='http://www.w3.org/2005/Atom'>
<title>accel-ppp.git/accel-pppd, branch 1.11</title>
<subtitle>High performance PPTP/L2TP/SSTP/PPPoE/IPoE server for Linux (mirror of https://github.com/marekm72/accel-ppp.git)
</subtitle>
<id>https://git.amelek.net/marekm72/accel-ppp.git/atom?h=1.11</id>
<link rel='self' href='https://git.amelek.net/marekm72/accel-ppp.git/atom?h=1.11'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/accel-ppp.git/'/>
<updated>2018-05-31T13:43:14+00:00</updated>
<entry>
<title>ipoe: use lua function to generate username for UP sessions too</title>
<updated>2018-05-31T13:43:14+00:00</updated>
<author>
<name>Dmitry Kozlov</name>
<email>xeb@mail.ru</email>
</author>
<published>2018-05-31T13:42:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/accel-ppp.git/commit/?id=d853f52f2ac8987ddc909f3908904d74a54988a2'/>
<id>urn:sha1:d853f52f2ac8987ddc909f3908904d74a54988a2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ipoe: lua: introduced hwaddr field to session object</title>
<updated>2018-05-31T13:05:53+00:00</updated>
<author>
<name>Dmitry Kozlov</name>
<email>xeb@mail.ru</email>
</author>
<published>2018-05-31T13:03:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/accel-ppp.git/commit/?id=d569e0099a97dfbfd1a6157e11bc3089992c4695'/>
<id>urn:sha1:d569e0099a97dfbfd1a6157e11bc3089992c4695</id>
<content type='text'>
example function to use mac address as username:
function username(ses)
    return ses:hwaddr()
end
</content>
</entry>
<entry>
<title>triton: fixed improper locking</title>
<updated>2018-05-29T14:26:32+00:00</updated>
<author>
<name>Dmitry Kozlov</name>
<email>xeb@mail.ru</email>
</author>
<published>2018-05-28T14:18:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/accel-ppp.git/commit/?id=cead7e72688f475c9bd2f8c7b9d650d07b300056'/>
<id>urn:sha1:cead7e72688f475c9bd2f8c7b9d650d07b300056</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch '1.11' of https://github.com/xebd/accel-ppp into 1.11</title>
<updated>2018-03-03T09:13:58+00:00</updated>
<author>
<name>Dmitry Kozlov</name>
<email>xeb@mail.ru</email>
</author>
<published>2018-03-03T09:13:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/accel-ppp.git/commit/?id=f5313ce5dc5192f4539eceacd621bfe193a0eb97'/>
<id>urn:sha1:f5313ce5dc5192f4539eceacd621bfe193a0eb97</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ppp: fix use-after-free in ppp_auth_failed()</title>
<updated>2018-03-03T09:13:17+00:00</updated>
<author>
<name>Guillaume Nault</name>
<email>g.nault@alphalink.fr</email>
</author>
<published>2018-02-21T16:55:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/accel-ppp.git/commit/?id=8028b5739030e2c905d9c86ff797bcb488ae6b06'/>
<id>urn:sha1:8028b5739030e2c905d9c86ff797bcb488ae6b06</id>
<content type='text'>
The 'username' variable can be freed at the beginning of the function.
We have to use ppp-&gt;ses.username instead.

Signed-off-by: Guillaume Nault &lt;g.nault@alphalink.fr&gt;
</content>
</entry>
<entry>
<title>pppoe: fixed PADO delaying function</title>
<updated>2018-03-03T09:13:10+00:00</updated>
<author>
<name>Dmitry Kozlov</name>
<email>xeb@mail.ru</email>
</author>
<published>2018-03-03T09:06:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/accel-ppp.git/commit/?id=d0fdab57a368be5983b9db53061c4e55b25d8ae3'/>
<id>urn:sha1:d0fdab57a368be5983b9db53061c4e55b25d8ae3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>radius: fixed invalid behaviour when route to radius server is not existing</title>
<updated>2018-02-19T09:06:16+00:00</updated>
<author>
<name>Dmitry Kozlov</name>
<email>xeb@mail.ru</email>
</author>
<published>2018-02-19T09:03:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/accel-ppp.git/commit/?id=120d9cb4b14fb524d71924db96cca0d91a5ca281'/>
<id>urn:sha1:120d9cb4b14fb524d71924db96cca0d91a5ca281</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ppp: fixed bug in ppp_terminate</title>
<updated>2018-01-24T07:26:50+00:00</updated>
<author>
<name>Dmitry Kozlov</name>
<email>xeb@mail.ru</email>
</author>
<published>2018-01-24T07:25:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/accel-ppp.git/commit/?id=435c18ba35f9515727e63b4de92912d7567b5534'/>
<id>urn:sha1:435c18ba35f9515727e63b4de92912d7567b5534</id>
<content type='text'>
</content>
</entry>
<entry>
<title>shaper: define UINT16_MAX if not set</title>
<updated>2017-12-20T10:14:46+00:00</updated>
<author>
<name>Dmitry Kozlov</name>
<email>xeb@mail.ru</email>
</author>
<published>2017-12-20T10:11:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/accel-ppp.git/commit/?id=cb9cf0a9c1e88e5fea156b5048be439d9763dc70'/>
<id>urn:sha1:cb9cf0a9c1e88e5fea156b5048be439d9763dc70</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fixed compilation error with -DRADIUS=FALSE</title>
<updated>2017-12-05T14:54:03+00:00</updated>
<author>
<name>Dmitry Kozlov</name>
<email>xeb@mail.ru</email>
</author>
<published>2017-12-05T14:14:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/accel-ppp.git/commit/?id=5b00fe06f4bff8181293eb7cf341960928270100'/>
<id>urn:sha1:5b00fe06f4bff8181293eb7cf341960928270100</id>
<content type='text'>
</content>
</entry>
</feed>
