<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/NetworkManager.git, branch jk/nmcli-agent-command</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>cli: add 'nmcli agent' command</title>
<updated>2014-11-07T10:21:35+00:00</updated>
<author>
<name>Jiří Klimeš</name>
<email>jklimes@redhat.com</email>
</author>
<published>2014-10-30T14:45:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=0d9c9208026a8c5c14b657bceb477931fd35375d'/>
<id>0d9c9208026a8c5c14b657bceb477931fd35375d</id>
<content type='text'>
Synopsis:
nmcli agent { secret | polkit | all }

The command runs separate NetworkManager secret agent or session polkit agent, or both.
It is useful when
- no other secret agent is available (such as GUI nm-applet, gnome-shell, KDE applet)
- no other polkit agent is available (such as polkit-gnome-authentication-agent-1,
  polkit-kde-authentication-agent-1 or lxpolkit)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Synopsis:
nmcli agent { secret | polkit | all }

The command runs separate NetworkManager secret agent or session polkit agent, or both.
It is useful when
- no other secret agent is available (such as GUI nm-applet, gnome-shell, KDE applet)
- no other polkit agent is available (such as polkit-gnome-authentication-agent-1,
  polkit-kde-authentication-agent-1 or lxpolkit)
</pre>
</div>
</content>
</entry>
<entry>
<title>cli: add a polkit agent support for nmcli</title>
<updated>2014-11-07T09:59:15+00:00</updated>
<author>
<name>Jiří Klimeš</name>
<email>jklimes@redhat.com</email>
</author>
<published>2014-10-30T10:25:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=9e6e6344cb114c5d79eae52594547112d6f800e9'/>
<id>9e6e6344cb114c5d79eae52594547112d6f800e9</id>
<content type='text'>
Example: nmcli --ask general hostname computer007
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Example: nmcli --ask general hostname computer007
</pre>
</div>
</content>
</entry>
<entry>
<title>configure: check whether polkit-agent-1 is available</title>
<updated>2014-11-07T09:59:15+00:00</updated>
<author>
<name>Jiří Klimeš</name>
<email>jklimes@redhat.com</email>
</author>
<published>2014-10-29T12:18:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=ae678d5e1a0924482953b7e086231e4d5943b5bd'/>
<id>ae678d5e1a0924482953b7e086231e4d5943b5bd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>clients: add common code for polkit agent listener</title>
<updated>2014-11-07T09:59:09+00:00</updated>
<author>
<name>Jiří Klimeš</name>
<email>jklimes@redhat.com</email>
</author>
<published>2014-10-29T12:15:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=4a669cb5420b5f585de547d7ae2a8d65013e9915'/>
<id>4a669cb5420b5f585de547d7ae2a8d65013e9915</id>
<content type='text'>
that can be used by nmcli and nmtui
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
that can be used by nmcli and nmtui
</pre>
</div>
</content>
</entry>
<entry>
<title>man: document/clarify --ask option in relation to password prompting</title>
<updated>2014-11-07T08:57:36+00:00</updated>
<author>
<name>Jiří Klimeš</name>
<email>jklimes@redhat.com</email>
</author>
<published>2014-11-07T08:55:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=252c8bf4edd5a0a85da74ffd4cdc87c41d082875'/>
<id>252c8bf4edd5a0a85da74ffd4cdc87c41d082875</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 'passwd-file' option for 'nmcli connection up' to provide passwords</title>
<updated>2014-11-07T08:32:32+00:00</updated>
<author>
<name>Jiří Klimeš</name>
<email>jklimes@redhat.com</email>
</author>
<published>2014-10-14T13:53:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=3c9b8671fa2f338dccbb92084ead9f1707f29a40'/>
<id>3c9b8671fa2f338dccbb92084ead9f1707f29a40</id>
<content type='text'>
It is useful for running nmcli without --ask option, i.e. non-interactively.

Example contents of the file:
wifi.psk: s e c r e t 12345
802-1x.password:kili manjaro
802-1x.pin:987654321
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It is useful for running nmcli without --ask option, i.e. non-interactively.

Example contents of the file:
wifi.psk: s e c r e t 12345
802-1x.password:kili manjaro
802-1x.pin:987654321
</pre>
</div>
</content>
</entry>
<entry>
<title>cli: use secret agent for getting passwords from user</title>
<updated>2014-11-07T08:32:32+00:00</updated>
<author>
<name>Jiří Klimeš</name>
<email>jklimes@redhat.com</email>
</author>
<published>2014-10-06T13:25:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=de7f85bdec86c8cd8e08a57f4217bc0ccaf96f6b'/>
<id>de7f85bdec86c8cd8e08a57f4217bc0ccaf96f6b</id>
<content type='text'>
--ask option has to be used, so that nmcli can be interactive.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--ask option has to be used, so that nmcli can be interactive.
</pre>
</div>
</content>
</entry>
<entry>
<title>clients: add real property name to NNSecretAgentSimpleSecret</title>
<updated>2014-11-07T08:32:32+00:00</updated>
<author>
<name>Jiří Klimeš</name>
<email>jklimes@redhat.com</email>
</author>
<published>2014-11-03T08:53:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=b41cb60b450fcf27f068a35496f577a7f935033a'/>
<id>b41cb60b450fcf27f068a35496f577a7f935033a</id>
<content type='text'>
It is necessary to identify secrets uniquely in nmcli.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It is necessary to identify secrets uniquely in nmcli.
</pre>
</div>
</content>
</entry>
<entry>
<title>clients: move secret agent to common directory</title>
<updated>2014-11-07T08:32:24+00:00</updated>
<author>
<name>Jiří Klimeš</name>
<email>jklimes@redhat.com</email>
</author>
<published>2014-10-14T10:37:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=801fc34d6fae4f1431348ba41264f5846b687dd0'/>
<id>801fc34d6fae4f1431348ba41264f5846b687dd0</id>
<content type='text'>
The agent code will be shared by both nmtui and nmcli.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The agent code will be shared by both nmtui and nmcli.
</pre>
</div>
</content>
</entry>
<entry>
<title>merge: add an 'internal' DHCP client based on systemd's DHCP code (bgo #733384)</title>
<updated>2014-11-07T04:42:57+00:00</updated>
<author>
<name>Dan Williams</name>
<email>dcbw@redhat.com</email>
</author>
<published>2014-11-07T04:42:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=25960c22057003bfca1fec6c4da9671a21fd73aa'/>
<id>25960c22057003bfca1fec6c4da9671a21fd73aa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
