<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dhcpcd.git, branch dhcpcd-8.1.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-8.1.5</title>
<updated>2020-01-03T09:48:44+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2020-01-03T09:48:44+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=2902c75611efd862befae9a1d688161049972d75'/>
<id>2902c75611efd862befae9a1d688161049972d75</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move some option finialisation so it's available globally.</title>
<updated>2020-01-02T12:07:53+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2019-11-28T12:09:50+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=c94d4e0f62b30a52d3e6f19b7c844a9b8e417c94'/>
<id>c94d4e0f62b30a52d3e6f19b7c844a9b8e417c94</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>inet: Allow forcing a host route from an interface without a lease</title>
<updated>2020-01-02T11:14:13+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2020-01-02T11:14:13+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=c95266be7384a6e87aa9c95332e695f0b8eca50f'/>
<id>c95266be7384a6e87aa9c95332e695f0b8eca50f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Linux: fix RA time unit confusion</title>
<updated>2020-01-01T22:49:29+00:00</updated>
<author>
<name>Anders Kaseorg</name>
<email>andersk@mit.edu</email>
</author>
<published>2020-01-01T19:42:47+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=51880d726a2b15039f0b4f8a052c9b3254eb0691'/>
<id>51880d726a2b15039f0b4f8a052c9b3254eb0691</id>
<content type='text'>
The RA times are provided in milliseconds, but commit
569051c8aa8fc297eb8edb7bd228e0fd353d30c1 (dhcpcd-8.1.3~18) “Linux:
prefer ms RA times” incorrectly scaled them by an extra factor of 1000
before writing them to retrans_time_ms and base_reachable_time_ms.
Instead, write the values in milliseconds directly to the *_ms files.

Signed-off-by: Anders Kaseorg &lt;andersk@mit.edu&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The RA times are provided in milliseconds, but commit
569051c8aa8fc297eb8edb7bd228e0fd353d30c1 (dhcpcd-8.1.3~18) “Linux:
prefer ms RA times” incorrectly scaled them by an extra factor of 1000
before writing them to retrans_time_ms and base_reachable_time_ms.
Instead, write the values in milliseconds directly to the *_ms files.

Signed-off-by: Anders Kaseorg &lt;andersk@mit.edu&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Release dhcpcd-8.1.4</title>
<updated>2019-12-20T22:12:04+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2019-12-20T22:12:04+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=12d80730ccf95f4273306f650c1e99cb9f4095be'/>
<id>12d80730ccf95f4273306f650c1e99cb9f4095be</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>options: Fix allocating the script option</title>
<updated>2019-12-20T22:05:59+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2019-12-20T22:05:59+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=f4793642b461282c49ecf9ad8311f79bc9b4f70c'/>
<id>f4793642b461282c49ecf9ad8311f79bc9b4f70c</id>
<content type='text'>
When passing PARSE_STRING_NULL we expect to store the string
NULL terminated. As such, allocate space for it an ensure we have
space for it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When passing PARSE_STRING_NULL we expect to store the string
NULL terminated. As such, allocate space for it an ensure we have
space for it.
</pre>
</div>
</content>
</entry>
<entry>
<title>Release dhcpcd-8.1.3</title>
<updated>2019-12-20T11:38:14+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2019-12-20T11:38:14+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=8a24073ed0fac6adaea0837aef428fd35a175c43'/>
<id>8a24073ed0fac6adaea0837aef428fd35a175c43</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DHCP: dl is always &gt;0 at this point, so remove check.</title>
<updated>2019-12-20T11:28:58+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2019-12-07T17:06:18+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=cf285d0d2124abbdf16cbd26add32b43be909491'/>
<id>cf285d0d2124abbdf16cbd26add32b43be909491</id>
<content type='text'>
Found by the LGTM bot.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Found by the LGTM bot.
</pre>
</div>
</content>
</entry>
<entry>
<title>compat: Add a guard to _strtoi.h</title>
<updated>2019-12-20T11:27:29+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2019-12-11T16:09:18+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=3e874c2898d572281a208610d966cbf48fdbc737'/>
<id>3e874c2898d572281a208610d966cbf48fdbc737</id>
<content type='text'>
Not really needed but LGTM wants it which blows.
Should really take this upstream.....
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Not really needed but LGTM wants it which blows.
Should really take this upstream.....
</pre>
</div>
</content>
</entry>
<entry>
<title>Linux: Move RTA_OK and RTA_NEXT from a while to a for loop.</title>
<updated>2019-12-20T11:26:59+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2019-12-18T14:16:18+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=4cd80417c88ae4d578403a682b4a5001fb5f2f55'/>
<id>4cd80417c88ae4d578403a682b4a5001fb5f2f55</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
