summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libnm: minor cleanup releasing setting from NMConnectionth/various-for-wireguard-1Thomas Haller2019-01-211-8/+15
* libnm: fix unregistering signal handler of NMConnection from NMSettingThomas Haller2019-01-211-1/+1
* libnm: always call clear_secrets() function for all propertiesThomas Haller2019-01-213-69/+80
* libnm: merge _nm_setting_clear_secrets() and *_with_flags()Thomas Haller2019-01-213-71/+28
* libnm: fix secret-name parameter in NMSettingClearSecretsWithFlagsFn for VPNThomas Haller2019-01-211-1/+1
* libnm: support nm_setting_duplicate() for non-GObject base propertiesThomas Haller2019-01-212-49/+72
* libnm/trivial: rename local variableThomas Haller2019-01-211-35/+40
* platform: add @replace_peers argument to nm_platform_link_wireguard_change()Thomas Haller2019-01-214-9/+20
* platform: add and use nm_sock_addr_union_to_string()Thomas Haller2019-01-213-19/+59
* platform: support missing endpoint in _wireguard_create_change_nlmsgs()Thomas Haller2019-01-211-9/+10
* platform: improve API of sockaddr handlingThomas Haller2019-01-213-39/+171
* shared: add "struct in_addr" union member to NMIPAddr structThomas Haller2019-01-211-0/+1
* shared: suppress -Wstringop-truncation warning in nm_strndup_a()Thomas Haller2019-01-212-1/+61
* initrd/trivial: fix whitespaceThomas Haller2019-01-211-1/+1
* initrd: make the default connection activatable on multiple devicesLubomir Rintel2019-01-212-1/+24
* supplicant: don't set PMF when the supplicant doesn't support itBeniamino Galvani2019-01-171-3/+6
* shared: fix generic selection of integers in nm_strdup_int()Thomas Haller2019-01-161-9/+11
* libnm: merge branch 'th/libnm-settings-properties'Thomas Haller2019-01-1549-4864/+4823
|\
| * libnm-core: reorder code in settingsThomas Haller2019-01-1548-2532/+2838
| * libnm-core: cleanup NMSetting's class initializationThomas Haller2019-01-1539-2411/+2064
| * libnm: fix notifying "mac-address-randomization" property changeThomas Haller2019-01-151-1/+1
|/
* all: merge branch 'th/alloca-cleanup'Thomas Haller2019-01-1512-71/+144
|\
| * shared/tests: add test for nm_strdup_int() macroThomas Haller2019-01-152-0/+51
| * all: add static assertion for maximumg alloca() allocated bufferThomas Haller2019-01-156-39/+58
| * all/trivial: rename NM_UTILS_LOOKUP_STR() to have "_A" suffixThomas Haller2019-01-156-30/+33
| * tests: don't use alloca() in testsThomas Haller2019-01-151-2/+2
|/
* shared: add nm_utils_strbuf_append_bin() helperThomas Haller2019-01-143-4/+116
* libnm: merge branch 'th/add-and-activate2-api'Thomas Haller2019-01-149-107/+283
|\
| * all: return output dictionary from "AddAndActivate2"Thomas Haller2019-01-148-88/+242
| * core: cleanup error path in activation_add_done()Thomas Haller2019-01-141-23/+28
| * shared: add nm_g_variant_ref() and nm_g_variant_unref() helpersThomas Haller2019-01-141-0/+17
|/
* dns: merge branch 'bg/dns-child-restart-issue105'Beniamino Galvani2019-01-142-3/+11
|\
| * 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