<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/NetworkManager.git/cli/src/settings.c, branch th/minor-cli-changes</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: add support for EAP-PWD authentication</title>
<updated>2013-10-24T02:07:30+00:00</updated>
<author>
<name>jvoisin</name>
<email>julien.voisin@dustri.org</email>
</author>
<published>2013-09-18T18:17:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=00ffb78c8d4c63513a1c51ef61d32f0143ec78e2'/>
<id>00ffb78c8d4c63513a1c51ef61d32f0143ec78e2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typos</title>
<updated>2013-10-19T15:49:18+00:00</updated>
<author>
<name>Yuri Chornoivan</name>
<email>yurchor@ukr.net</email>
</author>
<published>2013-10-19T14:38:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=61de24ba35b452c82ec6f672f62e78feae524e7c'/>
<id>61de24ba35b452c82ec6f672f62e78feae524e7c</id>
<content type='text'>
https://bugzilla.gnome.org/show_bug.cgi?id=710505
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://bugzilla.gnome.org/show_bug.cgi?id=710505
</pre>
</div>
</content>
</entry>
<entry>
<title>cli: editor 'change' command: output -&gt; input format conversion (rh #998929)</title>
<updated>2013-09-13T08:56:20+00:00</updated>
<author>
<name>Jiří Klimeš</name>
<email>jklimes@redhat.com</email>
</author>
<published>2013-09-11T15:32:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=1f6e1fbc62a6db33dd681faf2b9d8e51093eed2c'/>
<id>1f6e1fbc62a6db33dd681faf2b9d8e51093eed2c</id>
<content type='text'>
The format of property values that nmcli prints is not the same (for some
properties) as the format nmcli editor accepts as input from user. The reasons
are that (a) output format is more descriptive and not much suitable to be
typed, (b) it comes in most cases from libnm-util.
'change' command displays current property value and allows users to edit it.
So we convert the output into input format, before presenting it to the user.

https://bugzilla.redhat.com/show_bug.cgi?id=998929
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The format of property values that nmcli prints is not the same (for some
properties) as the format nmcli editor accepts as input from user. The reasons
are that (a) output format is more descriptive and not much suitable to be
typed, (b) it comes in most cases from libnm-util.
'change' command displays current property value and allows users to edit it.
So we convert the output into input format, before presenting it to the user.

https://bugzilla.redhat.com/show_bug.cgi?id=998929
</pre>
</div>
</content>
</entry>
<entry>
<title>cli: set wep-key-type properly in nmcli con edit (rh #1003945)</title>
<updated>2013-09-10T14:23:25+00:00</updated>
<author>
<name>Jiří Klimeš</name>
<email>jklimes@redhat.com</email>
</author>
<published>2013-09-10T14:14:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=b62856a0bb8ed5c1e32c9c4bce7a764f24b4b298'/>
<id>b62856a0bb8ed5c1e32c9c4bce7a764f24b4b298</id>
<content type='text'>
Accept both [0,1,2] and [unknown,key,passphrase] as wep-key-type values and
set the property value correctly.

https://bugzilla.redhat.com/show_bug.cgi?id=1003945
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Accept both [0,1,2] and [unknown,key,passphrase] as wep-key-type values and
set the property value correctly.

https://bugzilla.redhat.com/show_bug.cgi?id=1003945
</pre>
</div>
</content>
</entry>
<entry>
<title>cli: forbid removing connection.uuid in editor</title>
<updated>2013-09-06T13:14:30+00:00</updated>
<author>
<name>Jiří Klimeš</name>
<email>jklimes@redhat.com</email>
</author>
<published>2013-09-06T13:11:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=9f09ebd582977d285bd3296706bb5e90f06ced4e'/>
<id>9f09ebd582977d285bd3296706bb5e90f06ced4e</id>
<content type='text'>
We expect that UUID is set, else there are various errors. Anyway, users should
not modify connection UUID.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We expect that UUID is set, else there are various errors. Anyway, users should
not modify connection UUID.
</pre>
</div>
</content>
</entry>
<entry>
<title>cli: deny removing values of nmcli-unchangable properties</title>
<updated>2013-09-06T13:00:34+00:00</updated>
<author>
<name>Jiří Klimeš</name>
<email>jklimes@redhat.com</email>
</author>
<published>2013-09-06T12:56:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=2eede801080c69ff164aa3956545f1a690d07b09'/>
<id>2eede801080c69ff164aa3956545f1a690d07b09</id>
<content type='text'>
nmc_setting_reset_property() function checks whether we allow changing the property
(set_func != NULL) and if so, the property value is reset to default.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
nmc_setting_reset_property() function checks whether we allow changing the property
(set_func != NULL) and if so, the property value is reset to default.
</pre>
</div>
</content>
</entry>
<entry>
<title>cli: add missing connection:type to nmc_add_prop_funcs() in editor</title>
<updated>2013-09-06T12:12:26+00:00</updated>
<author>
<name>Jiří Klimeš</name>
<email>jklimes@redhat.com</email>
</author>
<published>2013-09-06T12:12:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=70cc30cb734b5b5cd7161f334646e01f7b29539d'/>
<id>70cc30cb734b5b5cd7161f334646e01f7b29539d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cli: allow editing team and team-port settings in interactive editor</title>
<updated>2013-09-04T10:43:11+00:00</updated>
<author>
<name>Jiří Klimeš</name>
<email>jklimes@redhat.com</email>
</author>
<published>2013-09-04T10:36:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=50bec85f9841f2440ab77e9b42dfdcdeaf28d4c0'/>
<id>50bec85f9841f2440ab77e9b42dfdcdeaf28d4c0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cli: add team and team-slave detail printing</title>
<updated>2013-09-04T10:43:11+00:00</updated>
<author>
<name>Jiri Pirko</name>
<email>jiri@resnulli.us</email>
</author>
<published>2013-08-16T13:33:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=eb05cbeb9cbb96e0052e4a80f7e43ba69177bba2'/>
<id>eb05cbeb9cbb96e0052e4a80f7e43ba69177bba2</id>
<content type='text'>
Signed-off-by: Jiri Pirko &lt;jiri@resnulli.us&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Jiri Pirko &lt;jiri@resnulli.us&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>cli: connect IP addresses/method handlers for existing connections (rh #998137)</title>
<updated>2013-09-02T11:20:04+00:00</updated>
<author>
<name>Jiří Klimeš</name>
<email>jklimes@redhat.com</email>
</author>
<published>2013-09-02T11:20:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=2d9366bcee240f53745d4534f24165cc3f306066'/>
<id>2d9366bcee240f53745d4534f24165cc3f306066</id>
<content type='text'>
The handlers detecting changes of IP addresses/method in nmcli interactive
editor were connected only for newly created connection. That's why the
automagic feature of setting 'method' when 'addresses' are changed and vice
versa worked just for new connections, but not while editing existing
connections.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The handlers detecting changes of IP addresses/method in nmcli interactive
editor were connected only for newly created connection. That's why the
automagic feature of setting 'method' when 'addresses' are changed and vice
versa worked just for new connections, but not while editing existing
connections.
</pre>
</div>
</content>
</entry>
</feed>
