NetworkManager/clients
Lubomir Rintel afd2811028 cli: do not require a password when setting a PK
It results in a rather confusing behavior:

  # nmcli c modify wifi \
     802-1x.private-key /etc/pki/themostsecret.key \
     802-1x.private-key-password verystrong
  Error: failed to modify 802-1x.private-key: private key
  password not provided.

Moreover, the user might have a good reason for not specifying it on a command
liue and it's not strictly required anyway -- we'll do fine if we don't verify
a private key at addition time.
2017-01-06 15:14:46 +01:00
..
cli cli: do not require a password when setting a PK 2017-01-06 15:14:46 +01:00
common clients: fix check on secret request path 2016-09-15 09:40:03 +02:00
tui all: use nm_utils_is_valid_iface_name() 2017-01-06 15:11:56 +01:00
nm-online.c nm-online: obtain NMClient asynchronously 2017-01-04 06:39:07 +01:00