summaryrefslogtreecommitdiff
path: root/libnm-core
Commit message (Expand)AuthorAgeFilesLines
* 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
* libnm: fix assertions in NMSettingVlan's priority APIThomas Haller2019-08-021-20/+21
* libnm/doc: fix gtk-doc annotations for documenting enum values in "nm-dbus-in...Thomas Haller2019-07-301-4/+4
* release: bump version to 1.21.0 (development)1.21.0-devThomas Haller2019-07-291-0/+14
* wireguard: support configuring policy routing to avoid routing loopsThomas Haller2019-07-293-1/+101
* libnm: add internal _nm_connection_get_setting() accessorThomas Haller2019-07-291-0/+7
* libnm/docs: fix section description for WireGuard settingsThomas Haller2019-07-291-1/+1
* man: setting-wireless: add "mesh" to the available modesFrancesco Giudici2019-07-291-1/+1
* libnm-core: add nm_utils_wifi_freq_to_bandAndy Kling2019-07-292-0/+21
* libnm-core: 802-11-wireless.mode mesh requires band and channelAndy Kling2019-07-291-0/+10
* wireless-security: ensure Mesh networks can't use anything but SAELubomir Rintel2019-07-291-8/+26
* setting-wireless: allow Mesh modeLubomir Rintel2019-07-292-1/+14
* dbus-interface: add Mesh supportLubomir Rintel2019-07-291-0/+4
* settings: track profiles on disk that are shadowed by in-memory connectionsThomas Haller2019-07-251-18/+23