summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* device: ppp: chain up to parent for non-auto IP methodsbg/ppp-rh1515829Beniamino Galvani2017-11-271-0/+12
* device: ppp: start stage3 only after we receive IP configurationBeniamino Galvani2017-11-271-22/+29
* device: ppp: rename fieldsBeniamino Galvani2017-11-271-16/+16
* ppp: cache the ifindex in the managerBeniamino Galvani2017-11-271-14/+13
* ifcfg-rh: close file descriptor only when necessaryBeniamino Galvani2017-11-271-1/+2
* device: update device mtu from ip interface when requiredFrancesco Giudici2017-11-241-0/+3
* device: merge branch 'th/shared-mode-failure-bgo790726'Thomas Haller2017-11-242-29/+44
|\
| * device: only set ip_forward sysctl if necessaryThomas Haller2017-11-241-2/+6
| * device: return and log failure reason for start_sharing()Thomas Haller2017-11-241-27/+35
| * platform: preserve errno in nm_platform_sysctl_get_int_checked()Thomas Haller2017-11-241-0/+3
|/
* core: merge branch 'th/call-id-cleanup'Thomas Haller2017-11-2410-112/+106
|\
| * core: use CList to track NMActRequestGetSecretsCallId in NMActRequestth/call-id-cleanupThomas Haller2017-11-241-25/+24
| * core/trivial: unify names of internal NMActRequestGetSecretsCallId as "call_id"Thomas Haller2017-11-241-35/+35
| * core: drop internal typedef Result for NMSecretAgentCallIdThomas Haller2017-11-241-17/+15
| * core: drop internal typedef GetSecretsInfo for NMSecretAgentCallIdThomas Haller2017-11-241-10/+8
| * core: refactor NMActRequestGetSecretsCallId typedef not to be a pointer to st...Thomas Haller2017-11-247-22/+22
| * core: refactor NMSecretAgentCallId typedef not to be a pointer to structThomas Haller2017-11-243-25/+24
|/
* libnm: be more accepting parsing boolean values in nm_utils_parse_variant_att...Thomas Haller2017-11-241-6/+3
* ifcfg-rh: merge branch 'bg/ifcfg-rh-bridge-mac-rh1516659'Beniamino Galvani2017-11-248-149/+208
|\
| * ifcfg-rh: check integer value for other bridge optionsThomas Haller2017-11-231-72/+55
| * ifcfg-rh: check integer value when reading handle_bridge_option()Thomas Haller2017-11-231-41/+59
| * shared: add nm_g_object_set_property_*() helperThomas Haller2017-11-232-0/+36
| * libnm: move bridge min/max defines to header fileThomas Haller2017-11-232-26/+26
| * ifcfg-rh: fix range and size when parsing integer values in readerThomas Haller2017-11-231-2/+3
| * ifcfg-rh/trivial: rename get_uint() to get_uint32()Thomas Haller2017-11-231-10/+10
| * ifcfg-rh: avoid string copies in make_bridge_setting()Thomas Haller2017-11-231-14/+14
| * ifcfg-rh: use distinct variables for bridge and wired mac addressBeniamino Galvani2017-11-234-5/+8
| * ifcfg-rh: read wired properties for bridge connectionsBeniamino Galvani2017-11-232-2/+18
| * libnm-core: document bridge.mac-address as deprecatedBeniamino Galvani2017-11-232-1/+3
|/
* all: merge branch 'th/vpn-secrets-bgo790655'Thomas Haller2017-11-2323-406/+544
|\
| * shared/compat: add compat for nm_setting_vpn_get_data_keys() and nm_setting_v...Thomas Haller2017-11-233-1/+91
| * shared: add nm-utils/nm-compat.hThomas Haller2017-11-233-0/+54
| * libnm: cleanup NMSettingVpn's foreach functionsThomas Haller2017-11-231-19/+41
| * libnm: add nm_setting_vpn_get_data_keys() and nm_setting_vpn_get_secret_keys(...Thomas Haller2017-11-233-0/+87
| * clients: some cleanup of requesting VPN secretsThomas Haller2017-11-236-169/+178
| * core/vpn: mark secret hints as constThomas Haller2017-11-235-18/+22
| * libnm: use cleanup attribute in nm_vpn_service_plugin_read_vpn_details()Thomas Haller2017-11-231-16/+5
| * libnm: use nm_free_secret()Thomas Haller2017-11-232-21/+2
| * libnm: use stack allocated temporary string for property nameThomas Haller2017-11-232-35/+32
| * platform: don't return zero from nmp_object_id_hash()Thomas Haller2017-11-231-1/+1
| * platform: move nmp_object_equal() to header for inlineThomas Haller2017-11-232-7/+7
| * shared: add nm_construct_name_a() macroThomas Haller2017-11-231-0/+22
| * libnm: reuse implementation for NMVpnPluginOld's util functionsThomas Haller2017-11-221-120/+3
|/
* contrib: use less in NM-log to pre-process inputThomas Haller2017-11-211-2/+2
* libnm: merge branch 'th/bond-stable-strdict-order'Thomas Haller2017-11-216-73/+154
|\
| * libnm: cache lookup index for nm_setting_bond_get_option()Thomas Haller2017-11-211-15/+27
| * libnm: stable order in _nm_utils_strdict_to_dbus()Thomas Haller2017-11-211-5/+33
| * ifcfg-rh: avoid duplicate lookup of bond-option in write_bond_setting()Thomas Haller2017-11-211-10/+3
| * libnm: sort entries in nm_setting_bond_get_option()Thomas Haller2017-11-211-11/+19
| * libnm/trivial: reorder code in libnm-core/nm-setting-bond.cThomas Haller2017-11-211-45/+61