<feed xmlns='http://www.w3.org/2005/Atom'>
<title>parpd.git, branch parpd-1.7</title>
<subtitle>Proxy ARP Daemon, complies with RFC 1027.
</subtitle>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/parpd.git/'/>
<entry>
<title>Prepare for 1.7</title>
<updated>2017-03-24T16:39:20+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2017-03-24T16:39:20+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/parpd.git/commit/?id=e71c3a01d464c97fd543314487f009d894d76422'/>
<id>e71c3a01d464c97fd543314487f009d894d76422</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Another tweak.</title>
<updated>2017-03-24T16:19:27+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2017-03-24T16:19:27+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/parpd.git/commit/?id=5948adb9829085ad1f74bff4345bbab069bceeb6'/>
<id>5948adb9829085ad1f74bff4345bbab069bceeb6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert</title>
<updated>2017-03-24T15:38:15+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2017-03-24T15:38:15+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/parpd.git/commit/?id=7ca8cec13a3ebab0c1e1f168f4589a8860c19e9c'/>
<id>7ca8cec13a3ebab0c1e1f168f4589a8860c19e9c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Tweak</title>
<updated>2017-03-24T15:19:47+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2017-03-24T15:19:47+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/parpd.git/commit/?id=26f9f6f14cf6dfa50a37f49849b4d03a1cac12bf'/>
<id>26f9f6f14cf6dfa50a37f49849b4d03a1cac12bf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add LICENSE file.</title>
<updated>2017-03-24T15:04:14+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2017-03-24T15:04:14+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/parpd.git/commit/?id=843de590f708951e26912f522e6107c1303f71ba'/>
<id>843de590f708951e26912f522e6107c1303f71ba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix inverted check for ARP packet type</title>
<updated>2017-03-24T12:26:59+00:00</updated>
<author>
<name>Mantas Mikulnas</name>
<email>grawity@gmail.com</email>
</author>
<published>2017-03-24T12:23:39+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/parpd.git/commit/?id=8f2d1fafd1a28025b2558fc42ad03768b489facd'/>
<id>8f2d1fafd1a28025b2558fc42ad03768b489facd</id>
<content type='text'>
Summary:
Currently the BPF filter accepts all ARP packets that _aren't_ requests.

Fixes T110.

Reviewers: roy

Reviewed By: roy

Tags: #parpd

Maniphest Tasks: T110

Differential Revision: https://dev.marples.name/D102
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Summary:
Currently the BPF filter accepts all ARP packets that _aren't_ requests.

Fixes T110.

Reviewers: roy

Reviewed By: roy

Tags: #parpd

Maniphest Tasks: T110

Differential Revision: https://dev.marples.name/D102
</pre>
</div>
</content>
</entry>
<entry>
<title>Do not crash when ifa_addr is null</title>
<updated>2017-03-24T12:21:17+00:00</updated>
<author>
<name>Mantas Mikulėnas</name>
<email>grawity@gmail.com</email>
</author>
<published>2017-03-24T12:01:45+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/parpd.git/commit/?id=b76edfe80bc2435fbe3ff973f3b28d77b83eb114'/>
<id>b76edfe80bc2435fbe3ff973f3b28d77b83eb114</id>
<content type='text'>
Summary:
This happens with tun interfaces, which are layer 3 only.

Fixes T109.

Reviewers: roy

Reviewed By: roy

Maniphest Tasks: T109

Differential Revision: https://dev.marples.name/D103
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Summary:
This happens with tun interfaces, which are layer 3 only.

Fixes T109.

Reviewers: roy

Reviewed By: roy

Maniphest Tasks: T109

Differential Revision: https://dev.marples.name/D103
</pre>
</div>
</content>
</entry>
<entry>
<title>Add an .arcconfig file for arcanist to talk to phabricator.</title>
<updated>2017-03-24T09:50:52+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2017-03-24T09:50:52+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/parpd.git/commit/?id=f2ad8bea1043ac20369d1e0d48c4351710def26f'/>
<id>f2ad8bea1043ac20369d1e0d48c4351710def26f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Prepare for 1.6</title>
<updated>2017-03-14T21:36:02+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2017-03-14T21:36:02+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/parpd.git/commit/?id=73d455d4860562aae440abf6347a7edc88f01990'/>
<id>73d455d4860562aae440abf6347a7edc88f01990</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Whitespace and copyright</title>
<updated>2017-03-14T21:29:55+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2017-03-14T21:29:55+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/parpd.git/commit/?id=4028413fd99118377a6c99322b7fc138412b8c5f'/>
<id>4028413fd99118377a6c99322b7fc138412b8c5f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
