<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/NetworkManager.git/src/platform/wifi, branch th/cli-strsplit</title>
<subtitle>gitlab.freedesktop.org: NetworkManager/NetworkManager.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/'/>
<entry>
<title>core: use nm_close()</title>
<updated>2017-10-19T13:49:58+00:00</updated>
<author>
<name>Beniamino Galvani</name>
<email>bgalvani@redhat.com</email>
</author>
<published>2017-10-18T09:36:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=d29115c138dcd88172eb2668cf0a40b5bc428716'/>
<id>d29115c138dcd88172eb2668cf0a40b5bc428716</id>
<content type='text'>
Use nm_close() in the core to catch any improper use of close().
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use nm_close() in the core to catch any improper use of close().
</pre>
</div>
</content>
</entry>
<entry>
<title>platform: mark static nla_policy variables as const</title>
<updated>2017-10-09T20:05:35+00:00</updated>
<author>
<name>Thomas Haller</name>
<email>thaller@redhat.com</email>
</author>
<published>2017-10-09T10:46:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=637c6cb3339d645c3123b9d4c31a8f614202188c'/>
<id>637c6cb3339d645c3123b9d4c31a8f614202188c</id>
<content type='text'>
These static variables really never be modified.
Mark them as const, which allows the linker to mark them as
read-only.

The problem is libnl3's API, which has these parameters
not as const. Add a workaround for that. Clearly libnl3 is
not gonna modify the policy, that the API was fixed too [1]

[1] https://github.com/thom311/libnl/commit/b4802a17a7655bfeee3e9c06e649d30b96dbad3b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These static variables really never be modified.
Mark them as const, which allows the linker to mark them as
read-only.

The problem is libnl3's API, which has these parameters
not as const. Add a workaround for that. Clearly libnl3 is
not gonna modify the policy, that the API was fixed too [1]

[1] https://github.com/thom311/libnl/commit/b4802a17a7655bfeee3e9c06e649d30b96dbad3b
</pre>
</div>
</content>
</entry>
<entry>
<title>devices/arping-manager: log the device context</title>
<updated>2017-03-24T11:42:09+00:00</updated>
<author>
<name>Lubomir Rintel</name>
<email>lkundrak@v3.sk</email>
</author>
<published>2017-03-02T20:17:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=0f5cf595a029552c56aae9d703e6162ae86c0280'/>
<id>0f5cf595a029552c56aae9d703e6162ae86c0280</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>core/trivial: rename nm_utils_10pow() to nm_utils_exp10()</title>
<updated>2017-03-24T10:28:57+00:00</updated>
<author>
<name>Thomas Haller</name>
<email>thaller@redhat.com</email>
</author>
<published>2017-03-24T10:27:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=0a34ae55a23248f3a96d9a468527e9465dd148e7'/>
<id>0a34ae55a23248f3a96d9a468527e9465dd148e7</id>
<content type='text'>
nm_utils_exp10() is a better name, because it reminds of the function
exp10() from &lt;math.h&gt; which has a similar purpose (but whose argument
is double, not gint16).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
nm_utils_exp10() is a better name, because it reminds of the function
exp10() from &lt;math.h&gt; which has a similar purpose (but whose argument
is double, not gint16).
</pre>
</div>
</content>
</entry>
<entry>
<title>build: don't link against libm.so</title>
<updated>2017-03-23T18:06:02+00:00</updated>
<author>
<name>Thomas Haller</name>
<email>thaller@redhat.com</email>
</author>
<published>2017-03-23T12:35:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=0fefcbfb2d6352c2b2c02fdf767d1f63ccc79ee5'/>
<id>0fefcbfb2d6352c2b2c02fdf767d1f63ccc79ee5</id>
<content type='text'>
There are very few places where we actually use floating point
or #include &lt;math.h&gt;.

Drop that library, although we very likely still get it as indirect
dependency (e.g. on my system it is still dragged in by libsystemd.so,
libudev.so and libnl-3.so).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There are very few places where we actually use floating point
or #include &lt;math.h&gt;.

Drop that library, although we very likely still get it as indirect
dependency (e.g. on my system it is still dragged in by libsystemd.so,
libudev.so and libnl-3.so).
</pre>
</div>
</content>
</entry>
<entry>
<title>wifi-utils: nl80211: use logging macros</title>
<updated>2017-03-21T17:46:52+00:00</updated>
<author>
<name>Beniamino Galvani</name>
<email>bgalvani@redhat.com</email>
</author>
<published>2017-03-20T22:55:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=c26471e7dee5cd5f9f6576272bdf92ca22b8d44e'/>
<id>c26471e7dee5cd5f9f6576272bdf92ca22b8d44e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>wifi-utils: wext: use logging macros</title>
<updated>2017-03-21T17:46:52+00:00</updated>
<author>
<name>Beniamino Galvani</name>
<email>bgalvani@redhat.com</email>
</author>
<published>2017-03-20T22:52:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=dda2b84cccff8932eed3bcfcdc1a046342160ca8'/>
<id>dda2b84cccff8932eed3bcfcdc1a046342160ca8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>wifi-utils: fix use of errno</title>
<updated>2017-03-21T17:46:52+00:00</updated>
<author>
<name>Beniamino Galvani</name>
<email>bgalvani@redhat.com</email>
</author>
<published>2017-03-20T21:54:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=ed8da2cd25b017df55c1de39bfa41158d2c3c6ec'/>
<id>ed8da2cd25b017df55c1de39bfa41158d2c3c6ec</id>
<content type='text'>
It can be overwritten when other arguments are evaluated.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It can be overwritten when other arguments are evaluated.
</pre>
</div>
</content>
</entry>
<entry>
<title>wifi-utils: don't cache interface name</title>
<updated>2017-03-21T17:46:52+00:00</updated>
<author>
<name>Beniamino Galvani</name>
<email>bgalvani@redhat.com</email>
</author>
<published>2017-03-20T21:50:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=3860c2fbe33e6a0dede73a4436bf28febafc4a71'/>
<id>3860c2fbe33e6a0dede73a4436bf28febafc4a71</id>
<content type='text'>
For nl80211, we don't care about the interface name and only use it
when formatting error messages. For wext, an up-to-date interface name
should be obtained every time to minimize the chance of race
conditions when the interface is renamed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For nl80211, we don't care about the interface name and only use it
when formatting error messages. For wext, an up-to-date interface name
should be obtained every time to minimize the chance of race
conditions when the interface is renamed.
</pre>
</div>
</content>
</entry>
<entry>
<title>wifi: error check nla_parse_nested()</title>
<updated>2017-02-16T17:12:46+00:00</updated>
<author>
<name>Lubomir Rintel</name>
<email>lkundrak@v3.sk</email>
</author>
<published>2017-02-16T16:40:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=4752ef20d6a2a4557954225a55bba57e36f4fd8a'/>
<id>4752ef20d6a2a4557954225a55bba57e36f4fd8a</id>
<content type='text'>
Makes coverity happy.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Makes coverity happy.
</pre>
</div>
</content>
</entry>
</feed>
