summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libnm-core: use the new safe macro to avoid clashing with libjson-glib.fg/json_symbol_clashFrancesco Giudici2017-12-231-2/+2
* libnm-core: export a wrapper of json_object_iter_next () functionFrancesco Giudici2017-12-231-0/+76
* shared/compat: minor refactoring of compat codeThomas Haller2017-12-221-7/+7
* shared/compat: Fix memory handling of nm_setting_vpn_get_*_keys (v2)Jan Alexander Steffens (heftig)2017-12-221-5/+12
* Revert "shared/compat: fix memory handling of nm_setting_vpn_get_*_keys"Jan Alexander Steffens (heftig)2017-12-221-1/+9
* wifi/iwd: merge branch 'pr/42'Thomas Haller2017-12-213-31/+295
|\
| * iwd: fix coding style to use curly braces for multi-line if()Thomas Haller2017-12-211-4/+8
| * iwd: For 8021x networks verify they're IWD Known NetworksAndrew Zaborowski2017-12-211-9/+42
| * iwd: Don't require secrets for IWD Known NetworksAndrew Zaborowski2017-12-211-2/+46
| * iwd: Track IWD Known NetworksAndrew Zaborowski2017-12-213-17/+203
| * iwd: Remove a stray return and a newlineAndrew Zaborowski2017-12-211-3/+0
|/
* ifnet: merge branch 'th/setting-plugin-ifnet'Thomas Haller2017-12-2133-7850/+22
|\
| * settings: drop unmaintained ifnet settings plugin of GentooThomas Haller2017-12-2132-7835/+8
| * build: drop --enable-ifcfg-suse configure optionThomas Haller2017-12-211-6/+1
| * build/meson: drop option for deprecated ifcfg-suse setting pluginsThomas Haller2017-12-212-6/+0
| * man: document all setting plugins in NetworkManager.conf manualThomas Haller2017-12-212-14/+24
|/
* all: add more meaningful error code for unsupported IP methodBeniamino Galvani2017-12-214-4/+7
* libnm: reuse nm_utils_strdict_get_keys() to implement NMSettingVpn's get_keys()Thomas Haller2017-12-211-35/+6
* shared/compat: fix memory handling of nm_setting_vpn_get_*_keysJan Alexander Steffens (heftig)2017-12-211-9/+1
* wwan: merge branch 'bg/modem-default-route-rh1527934'Beniamino Galvani2017-12-211-26/+26
|\
| * wwan: clear idle source id when the callback runsBeniamino Galvani2017-12-211-0/+3
| * wwan: add default route even if modem didn't return a gatewayBeniamino Galvani2017-12-211-19/+15
| * wwan: fix checks on IP configurationBeniamino Galvani2017-12-211-7/+8
|/
* settings: clear unsaved flag on new settings-connectionBeniamino Galvani2017-12-209-7/+11
* core: persist aspired default route-metric in device's state fileThomas Haller2017-12-204-41/+66
* settings: drop unused define for HOSTNAME_FILEThomas Haller2017-12-201-15/+0
* settings: avoid assertion when deleting connectionsBeniamino Galvani2017-12-206-13/+26
* core: ensure that the default route-metric bumps at most 50 pointsThomas Haller2017-12-191-8/+18
* man/openvswitch: fix type in examplesLubomir Rintel2017-12-191-10/+10
* build: Enable unused-but-set warning in mesonIñigo Martínez2017-12-181-1/+0
* build: Move default path values to options fileIñigo Martínez2017-12-183-166/+91
* build: Remove documentation generation workaroundsIñigo Martínez2017-12-184-10/+3
* build: Drop HAVE_VLAN_FLAG_LOOSE_BINDINGIñigo Martínez2017-12-183-40/+0
* dns: rework write_to_netconfig()Thomas Haller2017-12-181-31/+38
* core: avoid compiler warnings in write_to_netconfig() and ifnet_update_parser...Thomas Haller2017-12-182-6/+4
* clients/cli: use a nicer password promptLubomir Rintel2017-12-183-12/+46
* libnm-core: move detection of UTF-8 capable terminals to clients/Lubomir Rintel2017-12-185-45/+73
* clients/cli: don't store a password in historyLubomir Rintel2017-12-181-0/+5
* build: enable unused-but-set warningLubomir Rintel2017-12-181-1/+0
* all: get rid of a handful of unused-but-set variablesLubomir Rintel2017-12-1835-144/+39
* ifcfg-rh: remove the watch on finalizeLubomir Rintel2017-12-181-6/+7
* libnm/vpn: fix secret comparisonLubomir Rintel2017-12-182-12/+34
* manager: fix connectivity-check-enabled propertyLubomir Rintel2017-12-181-1/+1
* libnm-core/tc-config: remove deprecation guards from typedefsLubomir Rintel2017-12-181-3/+0
* build: fix out-of-tree build for generate-plugin-docs.plThomas Haller2017-12-181-3/+3
* libnm: merge branch 'th/libnm-attribute-handling'Thomas Haller2017-12-1814-119/+138
|\
| * libnm: add NM_IP_ADDRESS_ATTRIBUTE_LABEL defineThomas Haller2017-12-188-34/+36
| * keyfile: avoid heap allocating temporay name for numbered key in ip_address_o...Thomas Haller2017-12-181-7/+7
| * libnm: avoid deep cloning list of address attribute names for nm_utils_ip_add...Thomas Haller2017-12-183-10/+19
| * libnm: sort attribute names in nm_tc_action_get_attribute_names()Thomas Haller2017-12-182-23/+13