<feed xmlns='http://www.w3.org/2005/Atom'>
<title>accel-ppp.git/accel-pppd/cli, branch 1.7</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=1.7</id>
<link rel='self' href='https://git.amelek.net/accel-ppp/accel-ppp.git/atom?h=1.7'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/accel-ppp/accel-ppp.git/'/>
<updated>2012-12-14T16:50:01+00:00</updated>
<entry>
<title>cli, tcp: Fix non-NULL terminated string reception</title>
<updated>2012-12-14T16:50:01+00:00</updated>
<author>
<name>Guillaume Nault</name>
<email>g.nault@alphalink.fr</email>
</author>
<published>2012-12-10T12:29:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/accel-ppp/accel-ppp.git/commit/?id=9e07dd71679b93852528efb41ac51ec2423f394b'/>
<id>urn:sha1:9e07dd71679b93852528efb41ac51ec2423f394b</id>
<content type='text'>
NULL terminate commands received in cln_read(). This ensures that the
processing loop can safely call strchr(), or any other string handling
functions.

Signed-off-by: Guillaume Nault &lt;g.nault@alphalink.fr&gt;
</content>
</entry>
<entry>
<title>Fix va_end() missing calls</title>
<updated>2012-12-14T16:48:35+00:00</updated>
<author>
<name>Guillaume Nault</name>
<email>g.nault@alphalink.fr</email>
</author>
<published>2012-12-10T12:29:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/accel-ppp/accel-ppp.git/commit/?id=5195e2c34c33cc81fb4ca1995decf1b7dc863aab'/>
<id>urn:sha1:5195e2c34c33cc81fb4ca1995decf1b7dc863aab</id>
<content type='text'>
A few va_start() calls aren't followed by their corresponding va_end().
This patch adds the missing va_end() calls.

Signed-off-by: Guillaume Nault &lt;g.nault@alphalink.fr&gt;
</content>
</entry>
<entry>
<title>cli: check xmit_buf is not null at enter to write function</title>
<updated>2012-11-27T07:27:47+00:00</updated>
<author>
<name>Kozlov Dmitry</name>
<email>xeb@mail.ru</email>
</author>
<published>2012-11-27T07:27:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/accel-ppp/accel-ppp.git/commit/?id=1289fd4fca1b6900295da524d078a594869d84e6'/>
<id>urn:sha1:1289fd4fca1b6900295da524d078a594869d84e6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cli: fix 'show sessions match' without enough arguments</title>
<updated>2012-11-02T22:11:07+00:00</updated>
<author>
<name>Kozlov Dmitry</name>
<email>xeb@mail.ru</email>
</author>
<published>2012-11-02T22:11:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/accel-ppp/accel-ppp.git/commit/?id=5fd5776d2175e92179461fd69f897146c151c765'/>
<id>urn:sha1:5fd5776d2175e92179461fd69f897146c151c765</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cli: fix double buffer free</title>
<updated>2012-11-02T12:46:52+00:00</updated>
<author>
<name>Kozlov Dmitry</name>
<email>xeb@mail.ru</email>
</author>
<published>2012-11-02T12:46:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/accel-ppp/accel-ppp.git/commit/?id=f9d7a5755e9df40409864667811a4497bbd75b63'/>
<id>urn:sha1:f9d7a5755e9df40409864667811a4497bbd75b63</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cli: terminate username: check for username is not NULL</title>
<updated>2012-11-01T14:06:28+00:00</updated>
<author>
<name>Kozlov Dmitry</name>
<email>xeb@mail.ru</email>
</author>
<published>2012-11-01T14:06:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/accel-ppp/accel-ppp.git/commit/?id=4cbea24a9e2a71f6586a107c1e5ad4f2dc85b871'/>
<id>urn:sha1:4cbea24a9e2a71f6586a107c1e5ad4f2dc85b871</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add missing netlink library</title>
<updated>2012-09-05T18:16:35+00:00</updated>
<author>
<name>Kozlov Dmitry</name>
<email>xeb@mail.ru</email>
</author>
<published>2012-09-05T18:16:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/accel-ppp/accel-ppp.git/commit/?id=fab542ddd4f87947cee43966013da29685d10c6a'/>
<id>urn:sha1:fab542ddd4f87947cee43966013da29685d10c6a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add compilation checks for printf-style format strings</title>
<updated>2012-09-05T18:00:11+00:00</updated>
<author>
<name>Guillaume Nault</name>
<email>g.nault@alphalink.fr</email>
</author>
<published>2012-09-04T18:29:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/accel-ppp/accel-ppp.git/commit/?id=07ead7eed242981335aadd34aa3d7b3e7da33b81'/>
<id>urn:sha1:07ead7eed242981335aadd34aa3d7b3e7da33b81</id>
<content type='text'>
Append the format() __attribute__ to function prototypes which
use a format string. This allows GCC to check for consistency
between the format string and its arguments when these
functions are called.

Signed-off-by: Guillaume Nault &lt;g.nault@alphalink.fr&gt;
</content>
</entry>
<entry>
<title>cli: telnet: check for disconnect condition while processing input chars</title>
<updated>2012-07-19T10:07:38+00:00</updated>
<author>
<name>Kozlov Dmitry</name>
<email>xeb@mail.ru</email>
</author>
<published>2012-07-19T10:07:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/accel-ppp/accel-ppp.git/commit/?id=918036a3c42cb6dd5b796c52b6aaf278c466c928'/>
<id>urn:sha1:918036a3c42cb6dd5b796c52b6aaf278c466c928</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cli: add 'comp' field to 'show sessions' to indicate compression/encryption method</title>
<updated>2012-05-14T19:06:11+00:00</updated>
<author>
<name>Kozlov Dmitry</name>
<email>xeb@mail.ru</email>
</author>
<published>2012-05-14T19:06:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/accel-ppp/accel-ppp.git/commit/?id=6efad618371915bf0b402f26117a02ad53aaeb20'/>
<id>urn:sha1:6efad618371915bf0b402f26117a02ad53aaeb20</id>
<content type='text'>
</content>
</entry>
</feed>
