<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dhcpcd.git, branch dhcpcd-7</title>
<subtitle>DHCP / IPv4LL / IPv6RA / DHCPv6 client
</subtitle>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/'/>
<entry>
<title>Remove duplicated header.</title>
<updated>2020-02-10T21:23:20+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2020-02-10T21:23:20+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=6a1903d497e7b17f07454a990ba0489faf931813'/>
<id>6a1903d497e7b17f07454a990ba0489faf931813</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>compat: Fix a typo in pidfile when O_CLOEXEC is not defined</title>
<updated>2020-02-10T21:22:36+00:00</updated>
<author>
<name>Petr Gotthard</name>
<email>petr.gotthard@advantech-bb.cz</email>
</author>
<published>2020-02-05T15:35:44+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=9c1091218d1acb6c38b5e012f03ec1ecac682e36'/>
<id>9c1091218d1acb6c38b5e012f03ec1ecac682e36</id>
<content type='text'>
While here, include fcntl.h in if.c for older environments.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
While here, include fcntl.h in if.c for older environments.
</pre>
</div>
</content>
</entry>
<entry>
<title>inet: Allow forcing a host route from an interface without a lease</title>
<updated>2019-12-31T14:06:40+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2019-12-31T14:06:40+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=ead07a8079eb4863111d1ce8ace76bf0fa53016e'/>
<id>ead07a8079eb4863111d1ce8ace76bf0fa53016e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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>
</feed>
