<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dhcpcd.git, branch dhcpcd-5.5.5</title>
<subtitle>DHCP / IPv4LL / IPv6RA / DHCPv6 client
</subtitle>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/'/>
<entry>
<title>Release dhcpcd-5.5.5</title>
<updated>2012-03-23T09:07:59+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2012-03-23T09:07:59+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=63159d3ba667923da9edc2d6ee7b511f5225fd3b'/>
<id>63159d3ba667923da9edc2d6ee7b511f5225fd3b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove buffer overrun that leads to a segfault on ipv6 network.</title>
<updated>2012-03-23T07:38:39+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2012-03-23T07:38:39+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=65436fea3da4d3b8ad765b01495cdbb54d7cc456'/>
<id>65436fea3da4d3b8ad765b01495cdbb54d7cc456</id>
<content type='text'>
strcpy copies the \0 of its src argument, therefore the following line
is unneeded. Ironically, it can lead to a nasty segfault on a network
that supports ipv6. In fact, it prevented me from access such a
network using DHCP.

Signed-off-by: Sidney Amani &lt;seed95@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
strcpy copies the \0 of its src argument, therefore the following line
is unneeded. Ironically, it can lead to a nasty segfault on a network
that supports ipv6. In fact, it prevented me from access such a
network using DHCP.

Signed-off-by: Sidney Amani &lt;seed95@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>FreeBSD 7 does not support IFT_INFINIBAND</title>
<updated>2012-03-21T19:11:07+00:00</updated>
<author>
<name>roy@uberlaptop.marples.name</name>
<email>roy@uberlaptop.marples.name</email>
</author>
<published>2012-03-21T19:11:07+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=ba0bc18bcbaaa4de645143fd8e809a07dda34306'/>
<id>ba0bc18bcbaaa4de645143fd8e809a07dda34306</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>If the CSR decode fails to return any routes, then use the older DHCP</title>
<updated>2012-03-20T14:11:41+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2012-03-20T14:11:41+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=c1412cc52a26fc893752c73b3ca27351bab49a63'/>
<id>c1412cc52a26fc893752c73b3ca27351bab49a63</id>
<content type='text'>
routing options if available.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
routing options if available.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix an issue where we would only use a CSR if we had not warned about using it.</title>
<updated>2012-03-20T13:59:41+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2012-03-20T13:59:41+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=cbcc6643e118ec51abf869852ecd0393e72ba4bc'/>
<id>cbcc6643e118ec51abf869852ecd0393e72ba4bc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use correct event loop timeout deletion to stop occasional segfaults.</title>
<updated>2012-03-20T13:46:35+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2012-03-20T13:46:35+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=02f1a2afaca4292813a83293aecc27ccd9bbe453'/>
<id>02f1a2afaca4292813a83293aecc27ccd9bbe453</id>
<content type='text'>
Fix a memory leak and free our global buffers if debugging memory.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix a memory leak and free our global buffers if debugging memory.
</pre>
</div>
</content>
</entry>
<entry>
<title>Support bridge and VLAN interfaces on BSD.</title>
<updated>2012-03-20T09:19:01+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2012-03-20T09:19:01+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=8cf1f9a8ca06c73a8192cadbe740ef7e26a9448e'/>
<id>8cf1f9a8ca06c73a8192cadbe740ef7e26a9448e</id>
<content type='text'>
Fall back to ethernet if unknown and specified.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fall back to ethernet if unknown and specified.
</pre>
</div>
</content>
</entry>
<entry>
<title>If no ClientID or hardware address, don't report a blank hardware address.</title>
<updated>2012-03-20T09:18:20+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2012-03-20T09:18:20+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=5e084fac909d60e7b965d0d5c23aa26cee305232'/>
<id>5e084fac909d60e7b965d0d5c23aa26cee305232</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add .Lk macro to URLs</title>
<updated>2012-03-19T11:07:56+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2012-03-19T11:07:56+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=fd73ceb145b4d0ec80a88cd470c52145e3eb2b55'/>
<id>fd73ceb145b4d0ec80a88cd470c52145e3eb2b55</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add an option to control dhcpcd forking or not if the RA does not contain</title>
<updated>2012-03-07T10:06:45+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2012-03-07T10:06:45+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=61dd6cf9ab7dfbdf6dac4e4517517448c02003b2'/>
<id>61dd6cf9ab7dfbdf6dac4e4517517448c02003b2</id>
<content type='text'>
a RDNSS option.
This involves changing our options to an unsigned long long so we can use
more than 32 bits.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
a RDNSS option.
This involves changing our options to an unsigned long long so we can use
more than 32 bits.
</pre>
</div>
</content>
</entry>
</feed>
