<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dnbd3.git/src/shared/log.c, branch isfant</title>
<subtitle>Distributed Network Block Device 3 --rewrite for Kernel 3.x</subtitle>
<id>https://git.openslx.org/dnbd3.git/atom/src/shared/log.c?h=isfant</id>
<link rel='self' href='https://git.openslx.org/dnbd3.git/atom/src/shared/log.c?h=isfant'/>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/'/>
<updated>2021-04-16T06:20:06+00:00</updated>
<entry>
<title>[KERNEL] Removes duplicate word 'of' in license headers</title>
<updated>2021-04-16T06:20:06+00:00</updated>
<author>
<name>Manuel Bentele</name>
</author>
<published>2021-04-16T06:20:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/commit/?id=f7cca217a3696980a72564f57bad4597ddbe9df5'/>
<id>urn:sha1:f7cca217a3696980a72564f57bad4597ddbe9df5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[BUILD] add option to build the dnbd3-server with afl-fuzz support</title>
<updated>2020-10-20T13:31:52+00:00</updated>
<author>
<name>Manuel Bentele</name>
</author>
<published>2020-10-20T13:31:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/commit/?id=85c3fe47292f4e4e47a1f58f1347cb1f6d03b37e'/>
<id>urn:sha1:85c3fe47292f4e4e47a1f58f1347cb1f6d03b37e</id>
<content type='text'>
The afl-fuzz support for the dnbd3-server requires an AFL C compiler
like afl-gcc and can be enabled with the CMake option DNBD3_SERVER_AFL.
</content>
</entry>
<entry>
<title>[BUILD] rewrite CMake build system to track changes of source files</title>
<updated>2020-10-16T15:15:49+00:00</updated>
<author>
<name>Manuel Bentele</name>
</author>
<published>2020-10-16T15:15:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/commit/?id=969496f15e1e0359e26c2c6e995ad4ef82720f86'/>
<id>urn:sha1:969496f15e1e0359e26c2c6e995ad4ef82720f86</id>
<content type='text'>
This change restructures the source code directories, separates shared
form non-shared application code and adds CMake dependencies. These
dependencies allow the tracking of changes and trigger a rebuild of
those build targets where changed files are involved.

WARNING: Note that the support of the DNBD3_SERVER_AFL build option is
not supported yet. Thus, the option should be never turned on.
</content>
</entry>
<entry>
<title>[SHARED] Use atomic for logger mask</title>
<updated>2018-08-08T10:00:17+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2018-08-08T10:00:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/commit/?id=a823d7ec0ad80d9a36e343f538dbad3c39ea5a82'/>
<id>urn:sha1:a823d7ec0ad80d9a36e343f538dbad3c39ea5a82</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[SERVER] Option to disable timestamps on stdout/console (default: disabled)</title>
<updated>2018-04-11T20:31:55+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2018-04-11T20:31:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/commit/?id=a6bb8e8d31bc9ecdc01c454b36150fea84c37ca8'/>
<id>urn:sha1:a6bb8e8d31bc9ecdc01c454b36150fea84c37ca8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[SERVER] rpc: Add q=logfile, q=altservers and q=config to /query</title>
<updated>2017-11-08T15:14:32+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2017-11-08T15:14:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/commit/?id=01a2ebb9a402dc4c3f9183d457565685885f6fb9'/>
<id>urn:sha1:01a2ebb9a402dc4c3f9183d457565685885f6fb9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[SHARED] Add log_hasMask() to check if a certain loglevel is set</title>
<updated>2017-11-07T15:19:40+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2017-11-07T15:19:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/commit/?id=7185af659a7b68477400d3544e481353c11f5b82'/>
<id>urn:sha1:7185af659a7b68477400d3544e481353c11f5b82</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[SERVER] Add AFL support</title>
<updated>2017-10-30T20:39:56+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2017-10-30T20:39:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/commit/?id=46c3e0e276e62b6be76e69b68de56432692efcf3'/>
<id>urn:sha1:46c3e0e276e62b6be76e69b68de56432692efcf3</id>
<content type='text'>
AFL is an instrumenting fuzzer.
It expects to pass input to the program to be tested
via command line (file name) or via stdin. This adds
support for reading messages that normally would arrive
via network directly from stdin. In this mode, the server
is pretty useless otherwise.

http://lcamtuf.coredump.cx/afl/
</content>
</entry>
<entry>
<title>[SERVER] Rename missing occurence of ret, possibly leading to infinite loop :(</title>
<updated>2017-10-26T21:06:39+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2017-10-26T21:06:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/commit/?id=c344bb416362e7505ea67f2642a8ccc4ba822454'/>
<id>urn:sha1:c344bb416362e7505ea67f2642a8ccc4ba822454</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[SERVER] Fix types or add explicit casts everywhere we might have type conversion problems</title>
<updated>2017-10-24T09:27:44+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2017-10-24T09:27:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/commit/?id=a0fbfe1c6d6f42b4c2704c882beda1c4cafe5016'/>
<id>urn:sha1:a0fbfe1c6d6f42b4c2704c882beda1c4cafe5016</id>
<content type='text'>
</content>
</entry>
</feed>
