summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* dns: fail the plugin when the rate limiter hitsbg/dns-child-restart-issue105Beniamino Galvani2019-01-141-0/+1
* dns: fix updating resolv.conf after dnsmasq process diesBeniamino Galvani2019-01-141-3/+10
* clients: merge branch 'bg/cli-dns-options-rh1665649'Beniamino Galvani2019-01-121-99/+26
|\
| * clients: remove the same dns-option before adding itBeniamino Galvani2019-01-121-2/+6
| * clients: fix appending to dns-property variableBeniamino Galvani2019-01-121-1/+0
| * clients: unify IPv4 and IPv6 accessors for dns-search, dns-optionsBeniamino Galvani2019-01-121-96/+20
|/
* supplicant: set optional PMF using global supplicant propertyBeniamino Galvani2019-01-123-4/+38
* libnm: merge branch 'th/libnm-setting-compare'Thomas Haller2019-01-1118-454/+700
|\
| * libnm,core: accept failure to _nm_setting_get_property() in _log_connection_g...Thomas Haller2019-01-112-5/+6
| * libnm: add _nm_sett_info_setting_get_property_info() helperThomas Haller2019-01-112-16/+25
| * libnm/trivial: rename sett-info gettersThomas Haller2019-01-113-23/+23
| * libnm: assert in _nm_setting_aggregate() that we handle secret-flagsThomas Haller2019-01-111-4/+9
| * libnm: rework compare_property() implementation for NMSettingThomas Haller2019-01-1114-402/+506
| * libnm: unify handling whether to compare properties in NMSettingThomas Haller2019-01-111-52/+51
| * libnm/tests: add tests for comparing settings with different secret-flagsThomas Haller2019-01-111-8/+135
| * libnm: mark wifi.cloned-mac-address GObject property inferrableThomas Haller2019-01-111-0/+1
| * libnm: fix NM_SETTING_DIFF_RESULT_IN_B_DEFAULT flag for nm_setting_diff()Thomas Haller2019-01-101-1/+1
| * libnm: fix nm_setting_diff() for ignore-reapply-immediately comparisonThomas Haller2019-01-101-1/+1
| * libnm: fix nm_setting_compare() for fuzzy comparisonThomas Haller2019-01-101-1/+1
|/
* merge: branch 'fg/assume_bridge-rh1593939'Francesco Giudici2019-01-103-33/+84
|\
| * device: when assuming a bridge ignore stp options if stp is disabledfg/assume_bridge-rh1593939Francesco Giudici2019-01-101-10/+24
| * device: use bool instead of gboolean in the bridge options structFrancesco Giudici2019-01-101-2/+2
| * device: always enforce bridge properties limitsFrancesco Giudici2019-01-101-21/+60
| * core: move bridge port min/max/default values to core-internalFrancesco Giudici2019-01-102-8/+7
| * core: remove NM_SETTING_PARAM_INFERRABLE flag from bridge-port.path-costFrancesco Giudici2019-01-101-1/+0
|/
* platform: merge branch 'th/wireguard-pt2'Thomas Haller2019-01-0911-144/+890
|\
| * platform: create wireguard netdev interfaceThomas Haller2019-01-095-11/+679
| * device: use NM_IN_STRSET() in nm_connection_is_virtual()Thomas Haller2019-01-091-15/+15
| * netlink: add nla_put() helpers to set integersThomas Haller2019-01-091-0/+18
| * netlink: don't require a callback argument in nl_recvmsgs()Thomas Haller2019-01-091-2/+2
| * platform: track wireguard endpoint as sockaddr structThomas Haller2019-01-094-44/+59
| * netlink: don't heap allocate struct ucred during nla_recv()Thomas Haller2019-01-093-22/+32
| * netlink: track ucred via a boolean field in struct nl_msgThomas Haller2019-01-092-10/+9
| * shared/trivial: rename nm_utils_mem_all_zero() to nm_utils_memeqzero()Thomas Haller2019-01-093-5/+5
| * shared: refactor nm_utils_mem_all_zero() to use memcmp()Thomas Haller2019-01-092-13/+24
| * shared: add nm_utils_getpagesize() and use it in netlink codeThomas Haller2019-01-093-20/+39
| * shared: avoid compiler warning in nm_strndup_a()Thomas Haller2019-01-091-4/+10
| * platform: fix hash/cmp for NMPObjectLnkWireGuardThomas Haller2019-01-091-2/+2
|/
* po: translations from the Red Hat translatorsLubomir Rintel2019-01-0810-3066/+11273
* po: update-po for the translations that are going to be updatedLubomir Rintel2019-01-0866-160353/+221340
* libnm/tests: compare D-Bus and keyfile serialization in roundtrip-conversion ...Thomas Haller2019-01-081-0/+8
* dhcp: merge branch 'th/dhcp-client-id-infiniband-rh1658057'Thomas Haller2019-01-088-62/+99
|\
| * contrib/rpm: remove unused 00-server-dhcp-client-id.conf configuration snippetth/dhcp-client-id-infiniband-rh1658057Thomas Haller2019-01-073-13/+0
| * dhcp: default ipv4.dhcp-client-id of internal plugin to "mac"Thomas Haller2019-01-072-3/+2
| * dhcp: move nm_utils_dhcp_client_id_mac() to "nm-core-utils.c"Thomas Haller2019-01-073-53/+86
| * core/trivial: rename nm_utils_detect_arp_type_from_addrlen() to nm_utils_arp_...Thomas Haller2019-01-074-9/+9
| * dhcp/trivial: add comment about requiring DHCP client-id for infinibandThomas Haller2019-01-071-0/+2
| * dhcp: fix generating MAC based client-id for infinibandThomas Haller2019-01-071-3/+19
|/
* libnm: fix introspection for NMSettingWirelessSecurityWpsMethodThomas Haller2019-01-071-1/+4
* libnm: merge branch 'th/keyfile-fixes'Thomas Haller2019-01-0726-553/+1553
|\