NetworkManager/clients/cli
Antonio Cardace 725cc68710 common: readline: fix memory leak of plain text secret
After a user entered a secret it would get stored in the readline
history data structure (in plain text) and eventually get leaked.

This commit instructs readline to not store any secret in its
history and fixes a non-related memory leak.
2019-12-18 16:14:48 +01:00
..
agent.c all: unify format of our Copyright source code comments 2019-10-02 17:03:52 +02:00
agent.h all: unify format of our Copyright source code comments 2019-10-02 17:03:52 +02:00
common.c common: readline: fix memory leak of plain text secret 2019-12-18 16:14:48 +01:00
common.h all: unify format of our Copyright source code comments 2019-10-02 17:03:52 +02:00
connections.c all: fix wrong "gs_free GError *" declarations 2019-12-16 17:42:23 +01:00
connections.h all: unify format of our Copyright source code comments 2019-10-02 17:03:52 +02:00
devices.c all: rename time related function to spell out nsec/usec/msec/sec 2019-12-13 16:54:40 +01:00
devices.h all: unify format of our Copyright source code comments 2019-10-02 17:03:52 +02:00
general.c cli: don't fetch permissions for NMClient in nmcli unless required 2019-12-10 09:17:17 +01:00
general.h all: unify format of our Copyright source code comments 2019-10-02 17:03:52 +02:00
meson.build cli: use nmc_client_new_async() instead of nm_client_new_async() 2019-12-10 09:17:17 +01:00
nmcli-completion cli: make nmcli do its own command completion 2017-02-13 16:32:15 +01:00
nmcli.c cli: honor NO_COLOR environment variable to prevent automatic ASCII colors 2019-10-08 12:18:20 +02:00
nmcli.h all: unify format of our Copyright source code comments 2019-10-02 17:03:52 +02:00
polkit-agent.c all: unify format of our Copyright source code comments 2019-10-02 17:03:52 +02:00
polkit-agent.h all: unify format of our Copyright source code comments 2019-10-02 17:03:52 +02:00
settings.c all: unify format of our Copyright source code comments 2019-10-02 17:03:52 +02:00
settings.h all: unify format of our Copyright source code comments 2019-10-02 17:03:52 +02:00
utils.c all: unify format of our Copyright source code comments 2019-10-02 17:03:52 +02:00
utils.h cli: expose device D-Bus path 2019-12-10 17:57:10 +01:00