NetworkManager/src/settings
Thomas Haller bf7661189e c-list: re-import latest version of c-list.h from upstream
Most notably, it renames
  c_list_unlink_init() -> c_list_unlink()
  c_list_unlink() -> c_list_unlink_stale()

  $ sed -e 's/\<c_list_unlink\>/c_list_unlink_old/g' \
        -e 's/\<c_list_unlink_init\>/c_list_unlink/g' \
        -e 's/\<c_list_unlink_old\>/c_list_unlink_stale/g' \
        $(git grep -l c_list_unlink -- ':(exclude)shared/nm-utils/c-list.h') \
        -i

(cherry picked from commit b6efac9ec2)
2017-11-28 12:04:15 +01:00
..
plugins c-list: re-import latest version of c-list.h from upstream 2017-11-28 12:04:15 +01:00
nm-agent-manager.c c-list: re-import latest version of c-list.h from upstream 2017-11-28 12:04:15 +01:00
nm-agent-manager.h core: fix race of blocking autoconnect for no-secrets when a new secret-agent registers 2017-11-27 16:00:53 +01:00
nm-inotify-helper.c core: use nm_close() 2017-10-19 15:49:58 +02:00
nm-inotify-helper.h core: refactor private data in "src" 2016-10-04 09:50:56 +02:00
nm-secret-agent.c c-list: re-import latest version of c-list.h from upstream 2017-11-28 12:04:15 +01:00
nm-secret-agent.h core: refactor NMSecretAgentCallId typedef not to be a pointer to struct 2017-11-24 17:05:03 +01:00
nm-settings-connection.c c-list: re-import latest version of c-list.h from upstream 2017-11-28 12:04:15 +01:00
nm-settings-connection.h core: fix race of blocking autoconnect for no-secrets when a new secret-agent registers 2017-11-27 16:00:53 +01:00
nm-settings-plugin.c ifcfg-rh: refactor nm_settings_plugin_add_connection() to return on error early 2017-10-27 10:28:41 +02:00
nm-settings-plugin.h include: use double-quotes to include our own headers 2017-03-09 14:12:35 +01:00
nm-settings.c policy: use "agent-registered" signal directly from NMAgentManager instead of NMSettings 2017-11-27 16:00:53 +01:00
nm-settings.h policy: use "agent-registered" signal directly from NMAgentManager instead of NMSettings 2017-11-27 16:00:53 +01:00