<feed xmlns='http://www.w3.org/2005/Atom'>
<title>hbbp/Makefile, branch master</title>
<subtitle>Home-Brew Broadcast Protocol: tiny udp multicast client/server</subtitle>
<link rel='alternate' type='text/html' href='http://code.sotun.de/git/hbbp/'/>
<entry>
<title>Makefile: override (append) external variables</title>
<updated>2012-05-21T11:03:58Z</updated>
<author>
<name>Jan Huwald</name>
<email>jh@sotun.de</email>
</author>
<published>2012-05-21T11:03:58Z</published>
<link rel='alternate' type='text/html' href='http://code.sotun.de/git/hbbp/commit/?id=94ff4ad0f6b71c662f48c88308046f267dd74907'/>
<id>94ff4ad0f6b71c662f48c88308046f267dd74907</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Makefile: add distclean</title>
<updated>2012-05-21T11:02:07Z</updated>
<author>
<name>Jan Huwald</name>
<email>jh@sotun.de</email>
</author>
<published>2012-05-21T11:02:07Z</published>
<link rel='alternate' type='text/html' href='http://code.sotun.de/git/hbbp/commit/?id=dced4d5f6767d8b2ae039a9fbe710a2bac16bdb0'/>
<id>dced4d5f6767d8b2ae039a9fbe710a2bac16bdb0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add key generator</title>
<updated>2012-05-21T07:35:14Z</updated>
<author>
<name>Jan Huwald</name>
<email>jh@sotun.de</email>
</author>
<published>2012-05-21T07:35:14Z</published>
<link rel='alternate' type='text/html' href='http://code.sotun.de/git/hbbp/commit/?id=6bd0f2e9a131c6db2cdf7d1480162f087468e23c'/>
<id>6bd0f2e9a131c6db2cdf7d1480162f087468e23c</id>
<content type='text'>
hbbp_keygen generates all four keys private, public for sender and
receiver with the file names used in hbbp[cd] in the current working
directory.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
hbbp_keygen generates all four keys private, public for sender and
receiver with the file names used in hbbp[cd] in the current working
directory.
</pre>
</div>
</content>
</entry>
<entry>
<title>add optional assymetric payload encryption</title>
<updated>2012-05-21T07:11:41Z</updated>
<author>
<name>Jan Huwald</name>
<email>jh@sotun.de</email>
</author>
<published>2012-05-21T07:11:41Z</published>
<link rel='alternate' type='text/html' href='http://code.sotun.de/git/hbbp/commit/?id=22670f19bd1f015bf3a0588f7d4d56b3a6415d3e'/>
<id>22670f19bd1f015bf3a0588f7d4d56b3a6415d3e</id>
<content type='text'>
This patch uses the NaCL library to en-/decrypt and authenticate the
payload suitable private and public keys are found. It
- adds crypto.h, containing all crypto logic (including the detection
  if the packet is to be en-/decrypted)
- adds nacl dependency to Makefile (including a switch between
  internal and external nacl)

It also
- changes Makefile to build with -Werror -Wextra
- builds warning-free
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch uses the NaCL library to en-/decrypt and authenticate the
payload suitable private and public keys are found. It
- adds crypto.h, containing all crypto logic (including the detection
  if the packet is to be en-/decrypted)
- adds nacl dependency to Makefile (including a switch between
  internal and external nacl)

It also
- changes Makefile to build with -Werror -Wextra
- builds warning-free
</pre>
</div>
</content>
</entry>
<entry>
<title>Makefile: add locally built NaCL library</title>
<updated>2012-05-20T15:14:22Z</updated>
<author>
<name>Jan Huwald</name>
<email>jh@sotun.de</email>
</author>
<published>2012-05-20T15:14:22Z</published>
<link rel='alternate' type='text/html' href='http://code.sotun.de/git/hbbp/commit/?id=608a3598f6eb5be4cb2305a4eb0b1b721d0617a6'/>
<id>608a3598f6eb5be4cb2305a4eb0b1b721d0617a6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>rename executables to hbbp[cd]</title>
<updated>2012-05-16T10:45:00Z</updated>
<author>
<name>Jan Huwald</name>
<email>jh@sotun.de</email>
</author>
<published>2012-05-16T10:45:00Z</published>
<link rel='alternate' type='text/html' href='http://code.sotun.de/git/hbbp/commit/?id=69e30efee31d53ad19093c86b4acf46844ac6ce3'/>
<id>69e30efee31d53ad19093c86b4acf46844ac6ce3</id>
<content type='text'>
referring to the implemented home brew broadcast protocol
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
referring to the implemented home brew broadcast protocol
</pre>
</div>
</content>
</entry>
<entry>
<title>remove OpenWRT-specific Makefile; move src/ to /</title>
<updated>2011-12-05T20:46:56Z</updated>
<author>
<name>miau</name>
<email>miaukatzemiau@priveasy.de</email>
</author>
<published>2011-12-05T20:46:56Z</published>
<link rel='alternate' type='text/html' href='http://code.sotun.de/git/hbbp/commit/?id=dcce1a8d1335e89dcf9d64bb2202e34d8f58f3cd'/>
<id>dcce1a8d1335e89dcf9d64bb2202e34d8f58f3cd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>corrected OpenWRT makefile</title>
<updated>2011-07-11T11:24:52Z</updated>
<author>
<name>miau</name>
<email>miaukatzemiau@priveasy.de</email>
</author>
<published>2011-07-11T11:24:52Z</published>
<link rel='alternate' type='text/html' href='http://code.sotun.de/git/hbbp/commit/?id=635965049bfd8172adae73557c17cd19f6ea5964'/>
<id>635965049bfd8172adae73557c17cd19f6ea5964</id>
<content type='text'>
builds now when placed in backfire/package
untested if used with feeds
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
builds now when placed in backfire/package
untested if used with feeds
</pre>
</div>
</content>
</entry>
<entry>
<title> * made the package not seleced by default</title>
<updated>2011-06-16T09:30:33Z</updated>
<author>
<name>egon0</name>
<email>ms@resonar.de</email>
</author>
<published>2011-06-16T09:30:33Z</published>
<link rel='alternate' type='text/html' href='http://code.sotun.de/git/hbbp/commit/?id=1e3d92f051657242aab115977cf386db5614a159'/>
<id>1e3d92f051657242aab115977cf386db5614a159</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title> * fixed some typos</title>
<updated>2011-06-16T09:30:14Z</updated>
<author>
<name>egon0</name>
<email>ms@resonar.de</email>
</author>
<published>2011-06-16T09:30:14Z</published>
<link rel='alternate' type='text/html' href='http://code.sotun.de/git/hbbp/commit/?id=998c86bbcdb2345171f8ee492995d2912d0895ca'/>
<id>998c86bbcdb2345171f8ee492995d2912d0895ca</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
