NetworkManager/clients
Thomas Haller e357d15023 Revert "cli: verify connections before sending them over to daemon"
Just calling nm_connection_verify() is not correct. We need
nm_connection_normalize() because otherwise we miss out on places
where we have common normalization steps implemented to fix a
connection. This is also what server-side is done.

Revert the patch, as it breaks CI tests.

I wonder also whether this is the right place. There are already
several places in "clients/cli/connections.c" that call verify()
and normalize(). These places should be unified so that there is
one place where we complete the connection. And it probably should be
done as a separate step before the add_new_connection()/update_connection()
calls.

This reverts commit ca58bcca0c.
2019-02-06 11:51:38 +01:00
..
cli Revert "cli: verify connections before sending them over to daemon" 2019-02-06 11:51:38 +01:00
common clients/secret-agent: respond to SAE password requests 2019-02-05 10:20:27 +01:00
tests clients/tests: fix client tests 2019-02-05 11:12:07 +01:00
tui clients: don't tread secret agent as NMSecretAgentOld 2019-02-05 08:27:42 +01:00
meson.build build: meson: Add trailing commas 2018-12-20 13:50:34 +01:00
nm-online.c nm-online: sort options in man page and program help 2018-11-05 09:32:20 +01:00