summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-01-13all: return output dictionary from "AddAndActivate2"th/add-and-activate2-apiThomas Haller8-88/+242
2019-01-13core: cleanup error path in activation_add_done()Thomas Haller1-23/+28
2019-01-13shared: add nm_g_variant_ref() and nm_g_variant_unref() helpersThomas Haller1-0/+17
2019-01-12clients: merge branch 'bg/cli-dns-options-rh1665649'Beniamino Galvani1-99/+26
2019-01-12clients: remove the same dns-option before adding itBeniamino Galvani1-2/+6
2019-01-12clients: fix appending to dns-property variableBeniamino Galvani1-1/+0
2019-01-12clients: unify IPv4 and IPv6 accessors for dns-search, dns-optionsBeniamino Galvani1-96/+20
2019-01-12supplicant: set optional PMF using global supplicant propertyBeniamino Galvani3-4/+38
2019-01-11libnm: merge branch 'th/libnm-setting-compare'Thomas Haller18-454/+700
2019-01-11libnm,core: accept failure to _nm_setting_get_property() in _log_connection_g...Thomas Haller2-5/+6
2019-01-11libnm: add _nm_sett_info_setting_get_property_info() helperThomas Haller2-16/+25
2019-01-11libnm/trivial: rename sett-info gettersThomas Haller3-23/+23
2019-01-11libnm: assert in _nm_setting_aggregate() that we handle secret-flagsThomas Haller1-4/+9
2019-01-11libnm: rework compare_property() implementation for NMSettingThomas Haller14-402/+506
2019-01-11libnm: unify handling whether to compare properties in NMSettingThomas Haller1-52/+51
2019-01-11libnm/tests: add tests for comparing settings with different secret-flagsThomas Haller1-8/+135
2019-01-11libnm: mark wifi.cloned-mac-address GObject property inferrableThomas Haller1-0/+1
2019-01-10libnm: fix NM_SETTING_DIFF_RESULT_IN_B_DEFAULT flag for nm_setting_diff()Thomas Haller1-1/+1
2019-01-10libnm: fix nm_setting_diff() for ignore-reapply-immediately comparisonThomas Haller1-1/+1
2019-01-10libnm: fix nm_setting_compare() for fuzzy comparisonThomas Haller1-1/+1
2019-01-10merge: branch 'fg/assume_bridge-rh1593939'Francesco Giudici3-33/+84
2019-01-10device: when assuming a bridge ignore stp options if stp is disabledFrancesco Giudici1-10/+24
2019-01-10device: use bool instead of gboolean in the bridge options structFrancesco Giudici1-2/+2
2019-01-10device: always enforce bridge properties limitsFrancesco Giudici1-21/+60
2019-01-10core: move bridge port min/max/default values to core-internalFrancesco Giudici2-8/+7
2019-01-10core: remove NM_SETTING_PARAM_INFERRABLE flag from bridge-port.path-costFrancesco Giudici1-1/+0
2019-01-09platform: merge branch 'th/wireguard-pt2'Thomas Haller11-144/+890
2019-01-09platform: create wireguard netdev interfaceThomas Haller5-11/+679
2019-01-09device: use NM_IN_STRSET() in nm_connection_is_virtual()Thomas Haller1-15/+15
2019-01-09netlink: add nla_put() helpers to set integersThomas Haller1-0/+18
2019-01-09netlink: don't require a callback argument in nl_recvmsgs()Thomas Haller1-2/+2
2019-01-09platform: track wireguard endpoint as sockaddr structThomas Haller4-44/+59
2019-01-09netlink: don't heap allocate struct ucred during nla_recv()Thomas Haller3-22/+32
2019-01-09netlink: track ucred via a boolean field in struct nl_msgThomas Haller2-10/+9
2019-01-09shared/trivial: rename nm_utils_mem_all_zero() to nm_utils_memeqzero()Thomas Haller3-5/+5
2019-01-09shared: refactor nm_utils_mem_all_zero() to use memcmp()Thomas Haller2-13/+24
2019-01-09shared: add nm_utils_getpagesize() and use it in netlink codeThomas Haller3-20/+39
2019-01-09shared: avoid compiler warning in nm_strndup_a()Thomas Haller1-4/+10
2019-01-09platform: fix hash/cmp for NMPObjectLnkWireGuardThomas Haller1-2/+2
2019-01-08po: translations from the Red Hat translatorsLubomir Rintel10-3066/+11273
2019-01-08po: update-po for the translations that are going to be updatedLubomir Rintel66-160353/+221340
2019-01-08libnm/tests: compare D-Bus and keyfile serialization in roundtrip-conversion ...Thomas Haller1-0/+8
2019-01-08dhcp: merge branch 'th/dhcp-client-id-infiniband-rh1658057'Thomas Haller8-62/+99
2019-01-07contrib/rpm: remove unused 00-server-dhcp-client-id.conf configuration snippetThomas Haller3-13/+0
2019-01-07dhcp: default ipv4.dhcp-client-id of internal plugin to "mac"Thomas Haller2-3/+2
2019-01-07dhcp: move nm_utils_dhcp_client_id_mac() to "nm-core-utils.c"Thomas Haller3-53/+86
2019-01-07core/trivial: rename nm_utils_detect_arp_type_from_addrlen() to nm_utils_arp_...Thomas Haller4-9/+9
2019-01-07dhcp/trivial: add comment about requiring DHCP client-id for infinibandThomas Haller1-0/+2
2019-01-07dhcp: fix generating MAC based client-id for infinibandThomas Haller1-3/+19
2019-01-07libnm: fix introspection for NMSettingWirelessSecurityWpsMethodThomas Haller1-1/+4