<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monitoring-plugins, branch v2.1.1</title>
<subtitle>Monitoring Plugins
</subtitle>
<id>https://www.monitoring-plugins.org/repositories/monitoring-plugins/atom?h=v2.1.1</id>
<link rel='self' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/atom?h=v2.1.1'/>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/'/>
<updated>2014-12-01T23:42:28Z</updated>
<entry>
<title>NEWS: Modify list of changes for 2.1.1 release</title>
<updated>2014-12-01T23:42:28Z</updated>
<author>
<name>Holger Weiss</name>
<email>holger@zedat.fu-berlin.de</email>
</author>
<published>2014-12-01T23:42:28Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=063bc4e71d168e59437068fc386c9c3e9e25f4c6'/>
<id>urn:sha1:063bc4e71d168e59437068fc386c9c3e9e25f4c6</id>
<content type='text'>
Make the list of changes slightly more descriptive.
</content>
</entry>
<entry>
<title>Prepare release</title>
<updated>2014-12-01T10:08:01Z</updated>
<author>
<name>Jan Wagner</name>
<email>waja@cyconet.org</email>
</author>
<published>2014-12-01T09:11:03Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=f2fe51604ee47b70c3b4510fc9408c1cc77407b0'/>
<id>urn:sha1:f2fe51604ee47b70c3b4510fc9408c1cc77407b0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>THANKS.in: Add new authors</title>
<updated>2014-12-01T10:08:01Z</updated>
<author>
<name>Jan Wagner</name>
<email>waja@cyconet.org</email>
</author>
<published>2014-12-01T09:05:21Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=dea9bc113e6042b6a2f2f36fb67a0e55bcbec13a'/>
<id>urn:sha1:dea9bc113e6042b6a2f2f36fb67a0e55bcbec13a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>NEWS: Updating all the fixes</title>
<updated>2014-12-01T10:07:54Z</updated>
<author>
<name>Jan Wagner</name>
<email>waja@cyconet.org</email>
</author>
<published>2014-12-01T09:01:35Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=4182119245d05673c2df0b6c10bf6858d1a69ad6'/>
<id>urn:sha1:4182119245d05673c2df0b6c10bf6858d1a69ad6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>check_tcp: fix help description regarding escape option</title>
<updated>2014-12-01T00:08:58Z</updated>
<author>
<name>Sebastian Herbszt</name>
<email>herbszt@gmx.de</email>
</author>
<published>2014-11-30T22:57:47Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=22dfca20fd83da319ec23160e0092a602b6c1eea'/>
<id>urn:sha1:22dfca20fd83da319ec23160e0092a602b6c1eea</id>
<content type='text'>
The help description should print '\\' for backslash not just '\'.

Signed-off-by: Sebastian Herbszt &lt;herbszt@gmx.de&gt;
</content>
</entry>
<entry>
<title>check_ntp: Nul-terminate jitter data</title>
<updated>2014-12-01T00:07:53Z</updated>
<author>
<name>Holger Weiss</name>
<email>holger@zedat.fu-berlin.de</email>
</author>
<published>2014-12-01T00:07:53Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=99b3bfe488a856df059e933c796590eea0baae8d'/>
<id>urn:sha1:99b3bfe488a856df059e933c796590eea0baae8d</id>
<content type='text'>
Make sure the jitter response is nul-terminated before parsing the data
using string functions.
</content>
</entry>
<entry>
<title>Revert "plugins/check_ntp.c - Verify struct from response"</title>
<updated>2014-11-30T22:39:59Z</updated>
<author>
<name>Holger Weiss</name>
<email>holger@zedat.fu-berlin.de</email>
</author>
<published>2014-11-30T22:39:59Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=5871123e0a5f520f810b2cfe03cef16c4c5a1aee'/>
<id>urn:sha1:5871123e0a5f520f810b2cfe03cef16c4c5a1aee</id>
<content type='text'>
This reverts commit a04df3e1b67dc5eab3adc202cc89901f801cdeaa.  The "fix"
was bogus in many ways and broke jitter checking.

Conflicts:
	plugins/check_ntp.c
</content>
</entry>
<entry>
<title>check_real: fix null termination</title>
<updated>2014-11-26T23:51:46Z</updated>
<author>
<name>Sebastian Herbszt</name>
<email>herbszt@gmx.de</email>
</author>
<published>2014-11-26T23:03:23Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=30f0eeed578a1606eb53e135c1c5417d61d56295'/>
<id>urn:sha1:30f0eeed578a1606eb53e135c1c5417d61d56295</id>
<content type='text'>
Fix null termination introduced by commit b61f51a ("plugins/check_real.c - recv string null terminate").

Signed-off-by: Sebastian Herbszt &lt;herbszt@gmx.de&gt;
</content>
</entry>
<entry>
<title>check_ntp: fix null termination</title>
<updated>2014-11-26T23:03:32Z</updated>
<author>
<name>Sebastian Herbszt</name>
<email>herbszt@gmx.de</email>
</author>
<published>2014-11-26T22:54:49Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=a4a1b37be0ff96492d13e87ce59c82482d961f56'/>
<id>urn:sha1:a4a1b37be0ff96492d13e87ce59c82482d961f56</id>
<content type='text'>
Fix null termination introduced by commit a04df3e ("plugins/check_ntp.c - Verify struct from response").

Signed-off-by: Sebastian Herbszt &lt;herbszt@gmx.de&gt;
</content>
</entry>
<entry>
<title>check_apt: fix memset</title>
<updated>2014-11-26T22:57:25Z</updated>
<author>
<name>Sebastian Herbszt</name>
<email>herbszt@gmx.de</email>
</author>
<published>2014-11-26T22:51:00Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=b7fc2eb15aa02da234e9fd2f4ab021bfff6c00c2'/>
<id>urn:sha1:b7fc2eb15aa02da234e9fd2f4ab021bfff6c00c2</id>
<content type='text'>
Fix memset introduced by commit 9ce7369 ("plugins/check_apt.c - Print uninitialized ereg").

Signed-off-by: Sebastian Herbszt &lt;herbszt@gmx.de&gt;
</content>
</entry>
</feed>
