summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-09-13wifi: fix leaking fake AP in NMDeviceWifi's act_stage1_prepare()Thomas Haller1-0/+1
2018-09-13dns: dnsmasq: avoid crash when no reverse domains existBeniamino Galvani1-4/+6
2018-09-13build: rename DNSSEC_TRIGGER_SCRIPT to DNSSEC_TRIGGER_PATHBeniamino Galvani1-1/+1
2018-09-13build: meson: generate and use a linker script for NM binaryBeniamino Galvani1-47/+33
2018-09-13ifcfg-rh: fix build with mesonBeniamino Galvani1-3/+3
2018-09-13build: remove check on dhcpcd version numberBeniamino Galvani1-2/+0
2018-09-12platform/netlink: cleanup error number handlingThomas Haller2-60/+82
2018-09-12platform/trivial: adjust coding style in nm-netlink.cThomas Haller1-71/+71
2018-09-12dhcp: abort DHCP on devices without MAC address earlyThomas Haller1-0/+17
2018-09-12systemd/dhcp: fix assertion starting DHCP client without MAC addressThomas Haller1-2/+0
2018-09-12dhcp: return error reason from DHCP client startThomas Haller10-214/+319
2018-09-12ppp: cleanup logging in impl_ppp_manager_set_ifindex()Thomas Haller1-7/+6
2018-09-12ppp: downgrade warning about repeated SetIfindex calls from ppp pluginThomas Haller1-1/+4
2018-09-12ppp: avoid strncpy() in ppp plugin nm_phasechange()Thomas Haller1-1/+1
2018-09-11ppp-manager: avoid crash with nonexisting link in impl_ppp_manager_set_ifindex()Thomas Haller1-1/+5
2018-09-11ppp-manager: fix pppd not exiting correctly on modem hangupFrederic Danis1-1/+3
2018-09-11wifi/iwd: handle new GetOrderedNetworks() return typeAndrew Zaborowski1-54/+94
2018-09-10dhcp: fix leak in dhclient's dhclient_start()Thomas Haller1-2/+6
2018-09-10device: mark wireguard devices as unmanagedThomas Haller1-1/+5
2018-09-10device: rename NM_UNMANAGED_LOOPBACK to NM_UNMANAGED_BY_TYPEThomas Haller2-6/+6
2018-09-10device: detect loopback device explicitlyThomas Haller1-2/+11
2018-09-10device: make device incompatible with profiles by defaultThomas Haller1-0/+8
2018-09-08wifi/iwd: use the new 'Station' DBus interfaceAndrew Zaborowski1-30/+96
2018-09-07shared: change nm_utils_strbuf_seek_end() handling truncated stringsThomas Haller1-17/+15
2018-09-07wifi/iwd: add new DBus interface name definesAndrew Zaborowski1-0/+3
2018-09-07wifi/iwd: use NM_IN_STRSET for stringsAndrew Zaborowski1-1/+1
2018-09-07wifi/iwd: fix leaking agent DBus objectsAndrew Zaborowski1-22/+31
2018-09-07platform/wireguard: rework parsing wireguard links in platformThomas Haller5-342/+550
2018-09-07platform/trivial: rename local variables for nla_policy/nlattrThomas Haller1-37/+37
2018-09-07platform: fix resusing ext-data from cache in _new_from_nl_link()Thomas Haller1-0/+1
2018-09-07platform/trivial: move code in nm-linux-platform.c aroundThomas Haller1-213/+209
2018-09-07platform: let _lookup_cached_link() also return cached links that are not in ...Thomas Haller1-7/+11
2018-09-07platform: cleanup error pathsThomas Haller3-179/+127
2018-09-07platform/netlink: assert that callbacks don't return positive error codeThomas Haller1-2/+8
2018-09-07platform/netlink: drop ref-counting for "struct nl_msg"Thomas Haller1-11/+2
2018-09-07platform/trivial: reorder codeThomas Haller1-30/+36
2018-09-07platform/netlink: drop nlmsg_alloc_inherit() functionThomas Haller2-28/+7
2018-09-07platform: fix printing all-info about NMPObjectLink instancesThomas Haller1-17/+21
2018-09-07shared: add nm_utils_strbuf_seek_end() helperThomas Haller1-1/+42
2018-09-07all: avoid g_memdup()Thomas Haller4-9/+9
2018-09-07platform/netlink: fix nl_errno() to get absolute error number valueThomas Haller1-1/+1
2018-09-07core: fix wireless bitrate property name on D-BusBeniamino Galvani1-1/+1
2018-09-06platform/trivial: add FIXME comment to use new ethtool API to set link settingsThomas Haller1-0/+4
2018-09-06device: allow the reapply of mdns and llmnr propertiesBeniamino Galvani1-1/+3
2018-09-06core: nm-ip4-config: consider dns-related differences as relevantBeniamino Galvani2-2/+31
2018-09-06ifcfg-rh: add support for connection.llmnrBeniamino Galvani2-0/+15
2018-09-06core: add support for connection.llmnrBeniamino Galvani5-4/+82
2018-09-06core: add nm_config_data_get_connection_default_int64()Beniamino Galvani7-196/+175
2018-09-06settings/ifupdown: use _NMLOG() macros for loggingThomas Haller3-58/+88
2018-09-06settings/ifupdown: various cleanup in nms-ifupdown-parser.cThomas Haller1-47/+32