summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* secret-agent: rework secret-agent to better handle service shutdownth/secret-agent-cleanupThomas Haller2019-08-073-313/+351
* secret-agent: use NMCListElem to track permissions in NMSecretAgentThomas Haller2019-08-061-30/+17
* secret-agent/trivial: rename dbus_connection field of NMSecretAgentPrivateThomas Haller2019-08-061-11/+11
* secret-agent: avoid log plain pointer valuesThomas Haller2019-08-061-9/+23
* dbus-manager: drop unused private-socket functions from "nm-dbus-manager.c"Thomas Haller2019-08-062-90/+0
* secret-agent: drop unused private-socket code from secret-agentThomas Haller2019-08-061-57/+26
* secret-agent: enable trace log messagesThomas Haller2019-08-061-5/+5
* shared: add nm_c_list_elem_find_first() helper macroThomas Haller2019-08-062-10/+21
* cli/trivial: align property definitions with spaces and not with tabsThomas Haller2019-08-061-2182/+2182
* release: bump version to 1.21.1-dev after 1.20.0 release1.21.1-devThomas Haller2019-08-0620-205/+260
|\
| * libnm/doc: add missing "Since: 1.20" commentsThomas Haller2019-08-063-3/+5
| * ifupdown: fix assertion during logging %NULL storage in load_eni_ifaces()Thomas Haller2019-08-061-1/+1
| * libnm/doc: add Since tag for %NM_SETTING_IP6_CONFIG_METHOD_DISABLEDThomas Haller2019-08-061-0/+2
| * modem: fix memory leakBeniamino Galvani2019-08-061-1/+1
| * build: merge branch 'bg/meson-fixes'Beniamino Galvani2019-08-056-27/+27
| |\
| | * build: fix meson warning about 'install' arg in 'configure_file'Beniamino Galvani2019-08-052-3/+0
| | * build: fix meson warning about wrong custom target argumentBeniamino Galvani2019-08-051-2/+1
| | * build: fix meson warning about path separator in targetBeniamino Galvani2019-08-052-21/+25
| | * build: fix meson warning about invalid 'depends' keywordBeniamino Galvani2019-08-051-1/+1
| |/
| * libnm-core: fix ifcfg-rh variable name for DHCPv6 hostnameBeniamino Galvani2019-08-051-1/+1
| * libnm: when stringifying policy routing rule place "not" specifier after "pri...Thomas Haller2019-08-052-5/+8
| * cli: merge branch 'th/nmcli-add-and-activate-cleanup'Thomas Haller2019-08-051-75/+83
| |\
| | * cli: use cleanup macro for freeing AddAndActivateInfoThomas Haller2019-08-051-57/+57
| | * cli: add helper function to create and initialize AddAndActivateInfo structThomas Haller2019-08-051-21/+29
| |/
| * settings: fix memory leakBeniamino Galvani2019-08-051-2/+2
| * settings: fix registering AgentManager.RegisterWithCapabilities() twiceThomas Haller2019-08-031-10/+0
| * wireguard: fix use-after free in _peers_remove()Thomas Haller2019-08-031-1/+1
| * libnm: fix leak in NMSettingWireGuard's update_one_secret()Thomas Haller2019-08-031-1/+1
| * merge: branch 'lr/nm-d-wifi-con-update'Lubomir Rintel2019-08-021-29/+69
| |\
| | * cli: update the existing connection on "dev wifi connect"lr/nm-d-wifi-con-updateLubomir Rintel2019-08-021-16/+49
| | * cli: take a reference to device in AddAndActivateInfoLubomir Rintel2019-08-021-6/+13
| | * cli: remove an unnecessary conditionLubomir Rintel2019-08-021-1/+1
| | * cli: (trivial) rename do_device_wifi_connect_network() to do_device_wifi_conn...Lubomir Rintel2019-08-021-6/+6
| |/
| * supplicant: mark static arrays as const and static in "nm-supplicant-settings...Thomas Haller2019-08-021-26/+26
| * supplicant: don't put binary data in error message for supplicantThomas Haller2019-08-021-4/+10
| * supplicant: fix nm_supplicant_settings_verify_setting() honoring the string l...Thomas Haller2019-08-021-21/+27
| * device/bluetooth: explicitly ignore return value of ioctl() in nm_bluez5_dun_...Thomas Haller2019-08-021-1/+1
| * libnm: remove dead code in nm_team_setting_config_get()Thomas Haller2019-08-021-2/+2
| * device: trigger a connectivity check when device disconnectsThomas Haller2019-08-021-6/+7
| * core: assert for valid arguments in _addresses_sort_cmp()Thomas Haller2019-08-021-0/+3
| * tui: newt: remove NULL checks after dereferenceBeniamino Galvani2019-08-021-6/+4
| * n-dhcp4: remove dead codeBeniamino Galvani2019-08-021-4/+1
| * platform/tests: relax assertion for platform signal in test_slave()Thomas Haller2019-08-021-1/+1
| * adsl: avoid coverity false-positive when using strcpy() for interface nameThomas Haller2019-08-021-1/+1
| * libnm: fix parsing invalid "pvid" attribute in GVariant in _nm_utils_bridge_v...Thomas Haller2019-08-021-2/+4
| * n-dhcp4: avoid "-Werror=declaration-after-statement" warning with static_assertThomas Haller2019-08-021-2/+2
| * n-acd: fix leaking socket handle in n_acd_socket_new() when setsockopt() failsThomas Haller2019-08-021-2/+4
| * all: merge branch 'th/coverity'Thomas Haller2019-08-0215-87/+101
| |\
| | * shared: refactor nm_utils_g_slist_strlist_cmp() to avoid dead-code warning fr...th/coverityThomas Haller2019-08-021-3/+8
| | * shared: try avoid coverity warning in _nm_utils_user_data_unpack()Thomas Haller2019-08-021-1/+1