<feed xmlns='http://www.w3.org/2005/Atom'>
<title>init.git, branch v0.4</title>
<subtitle>Pygos init daemon</subtitle>
<id>https://git.infraroot.at/pygos/init.git/atom?h=v0.4</id>
<link rel='self' href='https://git.infraroot.at/pygos/init.git/atom?h=v0.4'/>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/pygos/init.git/'/>
<updated>2018-06-17T18:18:32+00:00</updated>
<entry>
<title>Release init-0.4</title>
<updated>2018-06-17T18:18:32+00:00</updated>
<author>
<name>David Oberhollenzer</name>
<email>david.oberhollenzer@tele2.at</email>
</author>
<published>2018-06-17T18:18:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/pygos/init.git/commit/?id=7097830f8fcb22ac7c17be6f3cfe25cda7ae810b'/>
<id>urn:sha1:7097830f8fcb22ac7c17be6f3cfe25cda7ae810b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>usyslogd: store logs in subdirectory based on service identifier</title>
<updated>2018-06-17T16:20:53+00:00</updated>
<author>
<name>David Oberhollenzer</name>
<email>david.oberhollenzer@tele2.at</email>
</author>
<published>2018-06-17T14:48:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/pygos/init.git/commit/?id=9878e69ebe5b18676f8f5e26ef57d2e47b02e44d'/>
<id>urn:sha1:9878e69ebe5b18676f8f5e26ef57d2e47b02e44d</id>
<content type='text'>
Signed-off-by: David Oberhollenzer &lt;david.oberhollenzer@tele2.at&gt;
</content>
</entry>
<entry>
<title>usyslogd: do logfile lookup by facility number</title>
<updated>2018-06-17T14:27:26+00:00</updated>
<author>
<name>David Oberhollenzer</name>
<email>david.oberhollenzer@tele2.at</email>
</author>
<published>2018-06-17T14:27:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/pygos/init.git/commit/?id=8a8f49a501fd109bcb722afff7eb2c7852a04107'/>
<id>urn:sha1:8a8f49a501fd109bcb722afff7eb2c7852a04107</id>
<content type='text'>
Signed-off-by: David Oberhollenzer &lt;david.oberhollenzer@tele2.at&gt;
</content>
</entry>
<entry>
<title>[usyslogd] split off syslog parsing</title>
<updated>2018-06-11T17:47:52+00:00</updated>
<author>
<name>David Oberhollenzer</name>
<email>david.oberhollenzer@tele2.at</email>
</author>
<published>2018-06-11T14:35:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/pygos/init.git/commit/?id=f1cc12f55ebb51209cb26e71985d35c5e6671520'/>
<id>urn:sha1:f1cc12f55ebb51209cb26e71985d35c5e6671520</id>
<content type='text'>
 - Add proto.{h,c} for parsing of syslog message
 - Also parse time stamp in addition to priority

Signed-off-by: David Oberhollenzer &lt;david.oberhollenzer@tele2.at&gt;
</content>
</entry>
<entry>
<title>Add utility for producing syslog message from the shell</title>
<updated>2018-06-11T17:45:42+00:00</updated>
<author>
<name>David Oberhollenzer</name>
<email>david.oberhollenzer@tele2.at</email>
</author>
<published>2018-06-06T12:59:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/pygos/init.git/commit/?id=d9f883f2151a026d25277d57d56aa045417dd3bb'/>
<id>urn:sha1:d9f883f2151a026d25277d57d56aa045417dd3bb</id>
<content type='text'>
This can can be used by shell scripts to produce syslog messages,
as well as aiding in debugging the usyslogd daemon.

Signed-off-by: David Oberhollenzer &lt;david.oberhollenzer@tele2.at&gt;
</content>
</entry>
<entry>
<title>Add minimalistic syslog daemon</title>
<updated>2018-06-11T17:45:42+00:00</updated>
<author>
<name>David Oberhollenzer</name>
<email>david.oberhollenzer@tele2.at</email>
</author>
<published>2018-06-02T14:20:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/pygos/init.git/commit/?id=f52c7ea9d045db3a1f313f92ef786cbb58594a50'/>
<id>urn:sha1:f52c7ea9d045db3a1f313f92ef786cbb58594a50</id>
<content type='text'>
For now this daemon simply dumps all syslog messages into seperate log
files and doesn't do much parsing. Since the messages are readable ASCII
anyway, this should not be to much of a problem and sufficient for
debugging.

Signed-off-by: David Oberhollenzer &lt;david.oberhollenzer@tele2.at&gt;
</content>
</entry>
<entry>
<title>Make mksock() more generic, move to util library</title>
<updated>2018-06-09T13:32:29+00:00</updated>
<author>
<name>David Oberhollenzer</name>
<email>david.oberhollenzer@tele2.at</email>
</author>
<published>2018-05-27T08:15:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/pygos/init.git/commit/?id=ed23d075cae1353dcbec06925b2491e09395aafe'/>
<id>urn:sha1:ed23d075cae1353dcbec06925b2491e09395aafe</id>
<content type='text'>
Signed-off-by: David Oberhollenzer &lt;david.oberhollenzer@tele2.at&gt;
</content>
</entry>
<entry>
<title>Split configuration parser and utility library</title>
<updated>2018-06-09T13:32:29+00:00</updated>
<author>
<name>David Oberhollenzer</name>
<email>david.oberhollenzer@tele2.at</email>
</author>
<published>2018-05-23T20:26:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/pygos/init.git/commit/?id=bf63f78b6698f33ed3acbd4aed8822a35688c1ba'/>
<id>urn:sha1:bf63f78b6698f33ed3acbd4aed8822a35688c1ba</id>
<content type='text'>
Signed-off-by: David Oberhollenzer &lt;david.oberhollenzer@tele2.at&gt;
</content>
</entry>
<entry>
<title>Add service file for dnsmasq</title>
<updated>2018-06-09T13:32:29+00:00</updated>
<author>
<name>David Oberhollenzer</name>
<email>david.oberhollenzer@tele2.at</email>
</author>
<published>2018-06-09T13:30:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/pygos/init.git/commit/?id=1eb8a4c792166360137cb5c83afa75eace2b4b1d'/>
<id>urn:sha1:1eb8a4c792166360137cb5c83afa75eace2b4b1d</id>
<content type='text'>
Signed-off-by: David Oberhollenzer &lt;david.oberhollenzer@tele2.at&gt;
</content>
</entry>
<entry>
<title>Add service file for unbound</title>
<updated>2018-06-06T09:13:25+00:00</updated>
<author>
<name>David Oberhollenzer</name>
<email>david.oberhollenzer@tele2.at</email>
</author>
<published>2018-06-04T19:44:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/pygos/init.git/commit/?id=d9e903ce3a6ecc74c4e0ecf8dcf099ceea9eb2fe'/>
<id>urn:sha1:d9e903ce3a6ecc74c4e0ecf8dcf099ceea9eb2fe</id>
<content type='text'>
Signed-off-by: David Oberhollenzer &lt;david.oberhollenzer@tele2.at&gt;
</content>
</entry>
</feed>
