summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ovsdb: retry calls in case of communication error with serverbg/ovs-retryBeniamino Galvani2020-04-091-26/+55
* device/bridge: code cleanup in commit_option()Thomas Haller2020-04-091-41/+40
* device/bridge: fix uninitialized variable in commit_option()Thomas Haller2020-04-091-0/+1
* dns: fix crash in rebuild_domain_lists()Thomas Haller2020-04-081-2/+2
* clients: set ipv4.dns-priority to a exclusive value (-10) when importing Wire...Thomas Haller2020-04-081-0/+8
* dns: add FIXME comment about adding default "~" routing search domainThomas Haller2020-04-081-0/+5
* clients: set routing search domain with nameservers when importing WireGuard ...Thomas Haller2020-04-083-0/+19
* clients: use nm_utils_inet_ntop_dup() in nm_vpn_wireguard_import()Thomas Haller2020-04-081-3/+2
* clients/trivial: fix outdated code comment about Table=auto in nm_vpn_wiregua...Thomas Haller2020-04-081-3/+4
* dns: cleanup rebuild_domain_lists() constructing domains listThomas Haller2020-04-081-29/+49
* systemd: merge branch systemd into masterThomas Haller2020-04-0822-59/+360
|\
| * systemd: update code from upstream (2020-04-08)Thomas Haller2020-04-0820-59/+351
* | license: Add Frédéric to RELICENSE.mdFrédéric Danis2020-04-082-0/+2
* | po: update Ukrainian (uk) translationYuri Chornoivan2020-04-071-1062/+1042
* | bridge: merge branch 'ac/bridge_options'Antonio Cardace2020-04-0612-147/+944
|\ \
| * | nm-setting-bridge: add 'multicast-querier' bridge optionac/bridge_optionsAntonio Cardace2020-04-068-0/+68
| * | nm-setting-bridge: add 'multicast-query-use-ifaddr' bridge optionAntonio Cardace2020-04-068-98/+166
| * | nm-setting-bridge: add 'multicast-router' bridge optionAntonio Cardace2020-04-069-0/+155
| * | nm-setting-bridge: add 'vlan-stats-enabled' bridge optionAntonio Cardace2020-04-068-14/+80
| * | nm-setting-bridge: add 'vlan-protocol' bridge optionAntonio Cardace2020-04-069-0/+125
| * | nm-setting-bridge: add 'group-address' bridge optionAntonio Cardace2020-04-0612-65/+382
| * | nm-setting-bridge: hide GObject structs from public API and embed private dataAntonio Cardace2020-04-062-18/+16
|/ /
* | libnm,cli: merge branch 'th/libnm-setting-vpn-cleanup'Thomas Haller2020-04-049-343/+1118
|\ \
| * | release: update NEWSThomas Haller2020-04-041-0/+4
| * | cli: support backslash escaping for cli options like vpn.data, vpn.secrets, b...Thomas Haller2020-04-041-59/+63
| * | cli: simplify _value_strsplit() by using nm_utils_strsplit_set_full()Thomas Haller2020-04-041-29/+8
| * | cli: allow setting VPN data and secrets to empty valuesThomas Haller2020-04-041-2/+0
| * | shared: add nm_utils_escaped_tokens_options_*() APIThomas Haller2020-04-043-0/+454
| * | shared: add flags for nm_utils_escaped_tokens_escape_full()Thomas Haller2020-04-042-27/+163
| * | shared: refactor initializing character lookup tables for strsplitThomas Haller2020-04-041-8/+21
| * | shared/trivial: improve code comments about NMUtilsStrsplitSetFlags flagsThomas Haller2020-04-042-13/+21
| * | shared: add nm_str_is_stripped() utilThomas Haller2020-04-041-0/+11
| * | shared/tests: add nmtst_get_rand_word_length()Thomas Haller2020-04-041-0/+63
| * | libnm: convert vpn-secrets to D-Bus in stable orderThomas Haller2020-04-041-16/+17
| * | libnm: avoid cloning secrets during vpn_secrets_from_dbus()Thomas Haller2020-04-041-4/+19
| * | libnm: refactor property setters of data and secrets in NMSettingVpnThomas Haller2020-04-041-28/+34
| * | libnm: allow setting empty vpn.secrets itemThomas Haller2020-04-042-24/+12
| * | libnm: allow setting empty vpn.data itemThomas Haller2020-04-042-8/+14
| * | libnm: ensure we have no empty secret keys in NMSettingVpnThomas Haller2020-04-041-5/+13
| * | libnm: ensure we have no empty data keys in NMSettingVpnThomas Haller2020-04-041-2/+10
| * | libnm: allocate "secrets" hash for NMSettingVpn lazilyThomas Haller2020-04-041-36/+56
| * | libnm: allocate "data" hash for NMSettingVpn lazilyThomas Haller2020-04-041-29/+47
| * | libnm: fail get_secret_flags(),set_secret_flags() for empty secret name in NM...Thomas Haller2020-04-041-0/+16
| * | libnm: make NMSettingVpn's foreach_item_helper() robust against changesThomas Haller2020-04-041-29/+25
| * | libnm: use streq() instead of strcmp() for NMSettingVpnThomas Haller2020-04-041-3/+3
| * | libnm: drop unrechable g_warn_if_fail() assertion from NMSettingVpn's update_...Thomas Haller2020-04-041-9/+0
| * | libnm: avoid strlen() to determine whether a string is emptyThomas Haller2020-04-041-7/+7
| * | libnm: use NM_STR_HAS_SUFFIX() in nm-setting-vpn.c's aggregate()Thomas Haller2020-04-041-1/+1
| * | shared: add nm_g_hash_table_*() utils for accepting %NULL hash argumentThomas Haller2020-04-041-0/+20
| * | libnmm,shared: extract and move nm_utils_strdict_to_variant_ass() to sharedThomas Haller2020-04-043-47/+59
|/ /