summaryrefslogtreecommitdiff
path: root/libnm-core/nm-setting-wireless-security.c
Commit message (Expand)AuthorAgeFilesLines
* all: SPDX header conversionLubomir Rintel2019-09-101-15/+1
* wifi: drop support for wpa-none key-mgmtBeniamino Galvani2019-08-261-35/+8
* wireless-security: ensure Mesh networks can't use anything but SAELubomir Rintel2019-07-291-8/+26
* all: drop empty first line from sourcesThomas Haller2019-06-111-1/+0
* all: drop emacs file variables from source filesThomas Haller2019-06-111-1/+0
* all: drop unnecessary includes of <errno.h> and <string.h>Thomas Haller2019-02-121-2/+0
* libnm-core/setting-wireless-security: add support for SAE key managementLubomir Rintel2019-02-051-15/+23
* libnm-core: fix and cleanup validation of WPS-method for Wi-Fi P2P settingThomas Haller2019-02-011-17/+5
* libnm-core: reorder code in settingsThomas Haller2019-01-151-127/+134
* libnm-core: cleanup NMSetting's class initializationThomas Haller2019-01-151-162/+140
* libnm: cleanup secret-flags setter and getterThomas Haller2019-01-071-32/+35
* docs: misc. typos pt2luz.paz2018-09-171-1/+1
* libnm: rework setting metadata for property handlingThomas Haller2018-08-101-6/+11
* libnm: use NMMetaSettingInfo for tracking setting priorityThomas Haller2018-08-101-2/+2
* libnm/trivial: cleanup variable names in settings' class-init functionsThomas Haller2018-08-101-12/+10
* libnm: avoid constructor function for registering NMSetting typesThomas Haller2018-07-011-1/+0
* wifi: add support for FILSMasashi Honma2018-01-161-0/+57
* ifcfg-rh: persist the wep key typeBeniamino Galvani2017-12-041-2/+3
* all: fix minor typos in settings docsYuri Chornoivan2017-07-031-1/+1
* libnm: use enum for setting prioritiesThomas Haller2017-06-071-1/+1
* core: allow two priorities of base settingsLubomir Rintel2017-05-311-1/+1
* all: fix typos in documentation, translated strings and commentsYuri Chornoivan2017-05-281-1/+1
* ifcfg-rh: save/restore WPS propertiesLubomir Rintel2017-05-151-1/+9
* setting-wireless: add wps-method propertyLubomir Rintel2017-05-151-1/+69
* libnm: fix comparison of pfm enum against zeroThomas Haller2017-04-281-2/+2
* libnm: make NMSettingWirelessSecurity's PMF property signedThomas Haller2017-04-281-10/+11
* ifcfg-rh: support the wifi.pmf propertyBeniamino Galvani2017-04-281-0/+8
* libnm-core: add pmf property to wireless-security settingBeniamino Galvani2017-04-281-0/+71
* all: fix typos in documentation and commentsYuri Chornoivan2017-03-171-4/+4
* all: replace _nm_utils_string_in_list() with g_strv_contains()Thomas Haller2016-06-171-3/+3
* all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller2016-02-191-1/+1
* libnm: add nm_setting_verify_secrets() and nm_connection_verify_secrets()Jiří Klimeš2015-11-201-0/+58
* all: drop includes to <glib/gi18n.h> for "nm-default.h"Dan Winship2015-08-051-1/+0
* libnm: add @deep_copy argument to _nm_utils_strv_to_slist() and _nm_utils_sli...Thomas Haller2015-07-021-6/+6
* libnm: don't check for valid passwords in NMSetting:verify()Thomas Haller2015-03-201-51/+1
* man, docs: add the secret flags notes non-hackishlyDan Winship2014-11-191-0/+3
* libnm, libnm-util: move settings doc generation to libnm-coreDan Winship2014-11-191-0/+117
* libnm*: fix library gettext usageDan Winship2014-11-131-1/+1
* all: consistently include config.hDan Winship2014-11-131-1/+2
* libnm-core: make nm_setting_verify() take an NMConnectionDan Winship2014-10-281-2/+2
* libnm-core: add nm-core-types.h, remove cross-includesDan Winship2014-10-281-1/+1
* libnm-core: merge NMSetting*Error into NMConnectionErrorDan Winship2014-10-221-59/+41
* libnm: make use of GParamSpecFlags and GParamSpecEnumDan Winship2014-10-031-29/+40
* libnm-core: change list-of-string and array-of-string properties to G_TYPE_STRVDan Winship2014-09-041-11/+9
* libnm-core: drop NMParamSpecSpecialized, add nm_property_compare()Dan Winship2014-09-041-13/+12
* libnm-core: simplify _nm_register_setting(), register error types tooDan Winship2014-09-041-4/+1
* libnm: add NetworkManager.h, disallow including individual headersDan Winship2014-08-011-1/+0
* libnm: remove Since tags and NM_AVAILABLE_IN_* attributesDan Winship2014-08-011-6/+0
* libnm: add libnm/libnm-core (part 1)Dan Winship2014-08-011-0/+1603