<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dhcpcd.git, branch dhcpcd-7.2.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-7.2.5</title>
<updated>2019-12-20T22:10:34+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2019-12-20T22:09:20+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=5922beee4756a85ee87aeb9279b6c42abe17db33'/>
<id>5922beee4756a85ee87aeb9279b6c42abe17db33</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:08:41+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=ccbd6e8d7b562004d34d05c84c560a2383d2f9da'/>
<id>ccbd6e8d7b562004d34d05c84c560a2383d2f9da</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-7.2.4</title>
<updated>2019-12-20T11:30:35+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2019-12-20T11:30:35+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=0cb0f52019974b3bba81fadcbb49173e67975d58'/>
<id>0cb0f52019974b3bba81fadcbb49173e67975d58</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DHCP: Ensure we have a lease to extract options from.</title>
<updated>2019-12-19T15:36:31+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2019-12-19T15:36:31+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=7a2fb4153c500ae5e198447622ca57fa5bc238b2'/>
<id>7a2fb4153c500ae5e198447622ca57fa5bc238b2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DHCP6: Remove now unused vars</title>
<updated>2019-12-17T22:32:21+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2019-12-17T22:32:21+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=dc7c73bc40431f86213ba106285a6c9a9aa165c0'/>
<id>dc7c73bc40431f86213ba106285a6c9a9aa165c0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DHCP6: Add disabled code to allow packet replay</title>
<updated>2019-12-17T22:23:56+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2019-12-17T22:23:56+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=ad9b095053e66fc12284a42a3a643ef145192875'/>
<id>ad9b095053e66fc12284a42a3a643ef145192875</id>
<content type='text'>
I get bored of adding similar code from time to time just to
aid debugging, so let's just add it in.

Someone else might find it useful too.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I get bored of adding similar code from time to time just to
aid debugging, so let's just add it in.

Someone else might find it useful too.
</pre>
</div>
</content>
</entry>
<entry>
<title>DHCP6: Rework delegation deprecation</title>
<updated>2019-12-17T22:16:26+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2019-12-17T22:16:26+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=9b8fa49e98cf94e268131e5119a59b406fc34108'/>
<id>9b8fa49e98cf94e268131e5119a59b406fc34108</id>
<content type='text'>
Split ipv6_addaddrs out so ipv6_doaddr can operate on a single address.
Call this when deprecating delegated addresses to avoid calling
ipv6_addaddrs.

This allows a more simple ipv6_addaddrs that doesn't need to test
which address collection we are deleting from and removes DHCPv6
specific code from the generic IPv6 module.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Split ipv6_addaddrs out so ipv6_doaddr can operate on a single address.
Call this when deprecating delegated addresses to avoid calling
ipv6_addaddrs.

This allows a more simple ipv6_addaddrs that doesn't need to test
which address collection we are deleting from and removes DHCPv6
specific code from the generic IPv6 module.
</pre>
</div>
</content>
</entry>
<entry>
<title>DHCP6: Fix deprecating a delegated prefix</title>
<updated>2019-12-16T16:56:17+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2019-12-16T16:56:17+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=c3cc4caf362f7b4d00a0795ce492888528085656'/>
<id>c3cc4caf362f7b4d00a0795ce492888528085656</id>
<content type='text'>
Be sure to remove the address using the right TAILQ member.
While here, simplify the initialisation of pd_pfxs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Be sure to remove the address using the right TAILQ member.
While here, simplify the initialisation of pd_pfxs.
</pre>
</div>
</content>
</entry>
<entry>
<title>options: Suboption 3 of NTP Server is a FQDN</title>
<updated>2019-12-16T12:32:43+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2019-12-16T12:32:43+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=bd92b3cfca4d9035d3c8d8e7fa17224ec4fb31ce'/>
<id>bd92b3cfca4d9035d3c8d8e7fa17224ec4fb31ce</id>
<content type='text'>
As such it should be domain and not ip6address.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As such it should be domain and not ip6address.
</pre>
</div>
</content>
</entry>
<entry>
<title>DHCP6: Work better with infinite addresses</title>
<updated>2019-12-12T13:59:48+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2019-12-12T13:59:48+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=6edad03dc748771dc8f64e43d7b1df50bc1f7c1b'/>
<id>6edad03dc748771dc8f64e43d7b1df50bc1f7c1b</id>
<content type='text'>
And as such just log infinite lease rather than an arbitary
number.

Backported from d7e68001.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
And as such just log infinite lease rather than an arbitary
number.

Backported from d7e68001.
</pre>
</div>
</content>
</entry>
</feed>
