summaryrefslogtreecommitdiff
path: root/libnm-core
Commit message (Expand)AuthorAgeFilesLines
* libnm: don't special case "vpn.secrets" property in property_to_dbus()Thomas Haller2019-09-304-8/+14
* libnm: drop unused NM_SETTING_PARAM_GENDATA_BACKED property flagThomas Haller2019-09-302-5/+0
* libnm: copy list of property-infos instead of keeping buffer from GArrayThomas Haller2019-09-301-2/+4
* libnm/trivial: rename _properties_override_add_*() to _nm_properties_override...Thomas Haller2019-09-3027-252/+252
* libnm: cleanup _properties_override_add*() functionsThomas Haller2019-09-302-13/+22
* libnm: replace _properties_override_add_override() with _properties_override_...Thomas Haller2019-09-3011-146/+98
* libnm: replace _properties_override_add_transform() with _properties_override...Thomas Haller2019-09-305-58/+29
* libnm: replace _properties_override_add_dbus_only() with _properties_override...Thomas Haller2019-09-306-75/+54
* libnm: deduplicate NMSettInfoPropertType instancesThomas Haller2019-09-3023-301/+289
* libnm: refactor NMSettInfoProperty to save memory for simple propertiesThomas Haller2019-09-3019-250/+266
* libnm: avoid heap allocation in _nm_utils_strdict_to_dbus()Thomas Haller2019-09-301-2/+8
* libnm: fix variable type for holding g_strv_length() result in "nm-setting-wi...Thomas Haller2019-09-271-1/+1
* settings: fix updating agent-owned VPN secretsBeniamino Galvani2019-09-242-6/+62
* bluetooth: refactor BlueZ handling and let NMBluezManager cache ObjectManager...Thomas Haller2019-09-232-0/+12
* libnm/test: add unit test with consistency checks about NMSetting type infoThomas Haller2019-09-213-0/+166
* libnm-core: support SAE when determining AP compatibilityBeniamino Galvani2019-09-201-1/+6
* libnm: export reload flagsBeniamino Galvani2019-09-171-0/+28
* setting-gsm: allow empty apn property in verify()Thomas Haller2019-09-112-2/+2
* setting-gsm: use size_t variable for strlen() resultThomas Haller2019-09-111-5/+6
* setting-gsm: add auto-config propertyLubomir Rintel2019-09-113-0/+79
* core/connection: drop some unused parametersLubomir Rintel2019-09-111-30/+30
* all: SPDX header conversionLubomir Rintel2019-09-10143-2101/+143
* core: fix a typoLubomir Rintel2019-09-031-1/+1
* keyfile: reorder printing empty [wireguard] section with peers and fix test f...Thomas Haller2019-09-021-6/+6
* keyfile: let keyfile writer serialize setting with all default valuesThomas Haller2019-08-272-17/+35
* keyfile: refactor _parse_info_find() to get ParseInfoSettingThomas Haller2019-08-271-29/+46
* keyfile/tests: add unit test showing bug where keyfile writer looses settings...Thomas Haller2019-08-271-0/+49
* settings/keyfile: check whether profile can be re-read before writing to disk...Thomas Haller2019-08-271-0/+7
* libnm/doc: improve documentation for NMMetered enum (2)Thomas Haller2019-08-271-10/+10
* libnm/doc: improve documentation for NMMetered enumThomas Haller2019-08-261-3/+3
* wifi: support WPA2 ad-hoc (ibss-rsn)Beniamino Galvani2019-08-261-24/+8
* wifi: drop support for wpa-none key-mgmtBeniamino Galvani2019-08-263-69/+8
* wifi: expose IBSS_RSN capabilityBeniamino Galvani2019-08-261-0/+2
* libnm: fix NMSetting8021xAuthFlags to be a flags typeThomas Haller2019-08-161-1/+4
* all: allow configuring default-routes as manual, static routesThomas Haller2019-08-132-20/+21
* libnm: avoid heap allocation for checking valid routes in nm_ip_route_attribu...Thomas Haller2019-08-131-11/+14
* libnm: set errno in nm_key_file_get_boolean() to distinguish between missing ...Thomas Haller2019-08-131-3/+13
* libnm/doc: fix typoThomas Haller2019-08-121-1/+1
* libnm/doc: clarify NMMetered enum and how metered state in NetworkManager worksThomas Haller2019-08-121-0/+27
* shared,all: return boolean success from nm_utils_file_get_contents()Thomas Haller2019-08-081-1/+2
* libnm/doc: add missing "Since: 1.20" commentsThomas Haller2019-08-063-3/+5
* libnm/doc: add Since tag for %NM_SETTING_IP6_CONFIG_METHOD_DISABLEDThomas Haller2019-08-061-0/+2
* libnm-core: fix ifcfg-rh variable name for DHCPv6 hostnameBeniamino Galvani2019-08-051-1/+1
* libnm: when stringifying policy routing rule place "not" specifier after "pri...Thomas Haller2019-08-052-5/+8
* libnm: fix leak in NMSettingWireGuard's update_one_secret()Thomas Haller2019-08-031-1/+1
* libnm: remove dead code in nm_team_setting_config_get()Thomas Haller2019-08-021-2/+2
* libnm: fix parsing invalid "pvid" attribute in GVariant in _nm_utils_bridge_v...Thomas Haller2019-08-021-2/+4
* libnm/keyfile: silence "Identical code for different branches" complaint in _...Thomas Haller2019-08-021-4/+3
* libnm: avoid NM_CONST_MAX() in enum definition for NMTeamAttributeThomas Haller2019-08-021-1/+1
* libnm: try to avoid coverity warning in assertion()Thomas Haller2019-08-021-1/+1