NetworkManager/src/settings
Thomas Haller 16dbe0a573 core: avoid plain pointer values in logging output
Logging pointer values is useful to identify the object in the logging message.
But plain pointer values also can be used to defeat ASLR and should not be logged.

Instead, print NM_HASH_OBFUSCATE_PTR() value, which is a 64 bit number based on
the pointer value and some random seed. A minor problem is that there is still the
chance of duplicates, albeit small.
2019-06-25 13:26:37 +02:00
..
plugins settings: drop ibft settings plugin 2019-06-20 16:06:44 +02:00
nm-agent-manager.c all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nm-agent-manager.h all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nm-secret-agent.c all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nm-secret-agent.h all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nm-settings-connection.c core: avoid plain pointer values in logging output 2019-06-25 13:26:37 +02:00
nm-settings-connection.h settings: remove unused NMSettingsConnection.supports_secrets() function 2019-06-13 16:10:53 +02:00
nm-settings-plugin.c settings: drop nm_settings_plugin_initialize() and initialize on demand 2019-06-13 16:10:53 +02:00
nm-settings-plugin.h settings: drop nm_settings_plugin_initialize() and initialize on demand 2019-06-13 16:10:53 +02:00
nm-settings.c settings: drop ibft settings plugin 2019-06-20 16:06:44 +02:00
nm-settings.h all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00