<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dhcpcd.git, branch dhcpcd-7.0.0-rc4</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-7.0.0-rc4</title>
<updated>2017-12-06T09:44:26+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2017-12-06T09:44:26+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=b3fc2323eadcaa11d6c08cbaf705e25ee920b8c6'/>
<id>b3fc2323eadcaa11d6c08cbaf705e25ee920b8c6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>eloop: set _eloop in signal setup rather than start</title>
<updated>2017-11-15T15:14:24+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2017-11-15T15:14:24+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=0df464f2a2a9d451e58a31c4243a5bb68b740e44'/>
<id>0df464f2a2a9d451e58a31c4243a5bb68b740e44</id>
<content type='text'>
This fixes a potential issue where a signal could be received
before eloop_start is called.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes a potential issue where a signal could be received
before eloop_start is called.
</pre>
</div>
</content>
</entry>
<entry>
<title>Init the signal handler ASAP so random stuff can be cleaned up.</title>
<updated>2017-11-15T14:51:48+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2017-11-15T14:51:48+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=53b368f46ba857634b0d71a6e18f4ee9b6c98eca'/>
<id>53b368f46ba857634b0d71a6e18f4ee9b6c98eca</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DHCPv6: confirm lease on carrier up</title>
<updated>2017-11-14T16:41:59+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2017-11-14T16:41:59+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=385479d24ef0db44351d13e65d766709284b07c1'/>
<id>385479d24ef0db44351d13e65d766709284b07c1</id>
<content type='text'>
On some platforms which preserve state when carrier goes down,
such as NetBSD-8, the state does not enter the CONFIRM state.
Add more logic to dhcp6_start so that we can better control this
from the various call points.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
On some platforms which preserve state when carrier goes down,
such as NetBSD-8, the state does not enter the CONFIRM state.
Add more logic to dhcp6_start so that we can better control this
from the various call points.
</pre>
</div>
</content>
</entry>
<entry>
<title>IPv6ND: Fix lifetime overflow on carrier up</title>
<updated>2017-11-14T15:37:23+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2017-11-14T15:37:23+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=8d10ed4e3abe18d3757309a257f6035f4fc04038'/>
<id>8d10ed4e3abe18d3757309a257f6035f4fc04038</id>
<content type='text'>
Set the acquired time of the address to now as we're forcing short
vltime and pltime.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Set the acquired time of the address to now as we're forcing short
vltime and pltime.
</pre>
</div>
</content>
</entry>
<entry>
<title>BSD: Strip scope from link-local addresses for KAME stacks</title>
<updated>2017-11-14T12:16:26+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2017-11-14T12:16:26+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=25245493b9dae458d5ada26bfb43d7df9d49dd38'/>
<id>25245493b9dae458d5ada26bfb43d7df9d49dd38</id>
<content type='text'>
This fixes DHCPv6 and IPv6ND trying to send messages from
DETACHED or TENTATIVE addresses when carrier comes back.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes DHCPv6 and IPv6ND trying to send messages from
DETACHED or TENTATIVE addresses when carrier comes back.
</pre>
</div>
</content>
</entry>
<entry>
<title>if-linux: fix a potential NULL de-reference</title>
<updated>2017-11-06T21:51:34+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2017-11-06T21:51:34+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=ea2f85108760c02afbf68c2e63b3d8339614f976'/>
<id>ea2f85108760c02afbf68c2e63b3d8339614f976</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>dhcp6: don't make delegated addresses stale</title>
<updated>2017-11-06T12:37:02+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2017-11-06T12:37:02+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=a35f4d375f23a2fd5b4c53f168cb9ca32a5c30a9'/>
<id>a35f4d375f23a2fd5b4c53f168cb9ca32a5c30a9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>dhcp6: redirect message to interface with matching xid</title>
<updated>2017-11-06T12:15:53+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2017-11-06T12:15:53+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=5da1de7e7c4326c96694db0794884e8897a35b4e'/>
<id>5da1de7e7c4326c96694db0794884e8897a35b4e</id>
<content type='text'>
When unicasting and receiving unicasted messages, it's possible
that the outgoing and incoming interfaces don't match where the
address and/or prefix are.
To solve this, don't dictate the outgoing interface when unicasting
and match the incoming xid to one we have sent on another interface.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When unicasting and receiving unicasted messages, it's possible
that the outgoing and incoming interfaces don't match where the
address and/or prefix are.
To solve this, don't dictate the outgoing interface when unicasting
and match the incoming xid to one we have sent on another interface.
</pre>
</div>
</content>
</entry>
<entry>
<title>Ensure that xid is unique across all interfaces.</title>
<updated>2017-11-06T12:10:02+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2017-11-06T12:10:02+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=03d56964fe00eabed95289f1897a5a0ae54fbf38'/>
<id>03d56964fe00eabed95289f1897a5a0ae54fbf38</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
