summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* settings: return errno from nms_keyfile_nmmeta_write() for better loggingth/settings-improvementsThomas Haller2019-08-084-34/+42
* shared,all: return boolean success from nm_utils_file_get_contents()Thomas Haller2019-08-088-62/+115
* shared: let nm_utils_file_set_contents() return a errno error codeThomas Haller2019-08-085-14/+14
* secret-agent: rework secret-agent to better handle service shutdownThomas Haller2019-08-083-313/+351
* secret-agent: use NMCListElem to track permissions in NMSecretAgentThomas Haller2019-08-081-30/+17
* secret-agent/trivial: rename dbus_connection field of NMSecretAgentPrivateThomas Haller2019-08-081-11/+11
* secret-agent: avoid log plain pointer valuesThomas Haller2019-08-081-9/+23
* dbus-manager: drop unused private-socket functions from "nm-dbus-manager.c"Thomas Haller2019-08-082-90/+0
* secret-agent: drop unused private-socket code from secret-agentThomas Haller2019-08-081-57/+26
* secret-agent: enable trace log messagesThomas Haller2019-08-081-5/+5
* shared: add nm_c_list_elem_find_first() helper macroThomas Haller2019-08-081-1/+1
* firewall: refactor "nm-firewall-manager.c" to not use GDBusProxyThomas Haller2019-08-074-280/+327
* ifupdown: fix assertion during logging %NULL storage in load_eni_ifaces()Thomas Haller2019-08-061-1/+1
* modem: fix memory leakBeniamino Galvani2019-08-061-1/+1
* build: fix meson warning about wrong custom target argumentBeniamino Galvani2019-08-051-2/+1
* 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
* 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
* 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
* 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
* initrd: avoid coverity warning in parse_ip() about "Dereference before null c...Thomas Haller2019-08-021-1/+1
* device/wireguard: fix explicit_bzero() call on peers buffer in link_config()Thomas Haller2019-08-021-1/+1
* device/adsl: restore brfd value on error in br2684_assign_vcc()Thomas Haller2019-08-021-0/+1
* core: assert for valid arguments in sort_captured_addresses() and _addresses_...Thomas Haller2019-08-021-0/+6
* platform: drop checks for failure of nl80211_alloc_msg()Thomas Haller2019-08-021-9/+5
* platform: avoid coverity warning about not checking nla_nest_start() resultThomas Haller2019-08-021-0/+2
* core: fix coverity warning about memset() non-char value in assertionThomas Haller2019-08-021-1/+1
* ifcfg-rh: drop g_assert_not_reached() that clearly cannot be reachedThomas Haller2019-08-021-3/+3
* ifcfg-rh: drop unreachable code in make_wpa_setting()Thomas Haller2019-08-021-6/+7
* core/trivial: fix whitespaceThomas Haller2019-08-011-3/+3
* core/lldp: minor cleanup in _lldp_attr_*()Thomas Haller2019-08-011-6/+6
* core/lldp: fix memleak in _lldp_attr_take_str_ptr()Thomas Haller2019-08-011-1/+3
* device: avoid unnecessary check for existing device in release_slave() implem...Thomas Haller2019-08-013-12/+18
* device: fix releasing slavesBeniamino Galvani2019-08-014-6/+19
* device: check platform link compatibility when setting nm-owned flagBeniamino Galvani2019-08-011-3/+4
* manager: don't treat the initramfs-configured DHCP connections as generatedLubomir Rintel2019-07-311-6/+40
* wireguard: use fixed fwmark/rule-priority for auto-default-routeThomas Haller2019-07-311-139/+32
* wireguard: clear cached auto-default-route setting in act_stage1_prepare()Thomas Haller2019-07-311-0/+12
* wireguard: fix crash in _auto_default_route_init()Thomas Haller2019-07-311-26/+33
* wireguard: support configuring policy routing to avoid routing loopsThomas Haller2019-07-292-5/+447
* wireguard: refactor cleanup of NMDeviceWireGuard on disconnect/disposeThomas Haller2019-07-291-10/+11
* device: allow device classes to overwrite the route-tableThomas Haller2019-07-292-8/+27
* device: allow NMDevice implementations to inject policy routing rulesThomas Haller2019-07-292-5/+34
* device: fix reapply for policy routing rulesThomas Haller2019-07-291-0/+2