summaryrefslogtreecommitdiff
path: root/src/supplicant/nm-supplicant-config.c
Commit message (Expand)AuthorAgeFilesLines
* all: move nm_utils_hexstr2bin*() to sharedThomas Haller2019-02-221-23/+23
* all: drop unnecessary includes of <errno.h> and <string.h>Thomas Haller2019-02-121-1/+0
* supplicant: add support for SAE key managementLubomir Rintel2019-02-051-10/+18
* supplicant: don't set PMF when the supplicant doesn't support itBeniamino Galvani2019-01-171-3/+6
* supplicant: set optional PMF using global supplicant propertyBeniamino Galvani2019-01-121-2/+2
* all: cleanup GChecksum handlingThomas Haller2018-11-131-18/+15
* supplicant: fix setting macsec cknBeniamino Galvani2018-10-011-1/+1
* supplicant: use _nm_utils_hexstr2bin() for parsing hexstrThomas Haller2018-09-301-29/+43
* supplicant: fix memory leakBeniamino Galvani2018-09-271-0/+2
* wifi: support hidden ssid in AP modebg/ap-hiddenBeniamino Galvani2018-09-271-0/+6
* docs: misc. typos pt2luz.paz2018-09-171-1/+1
* wifi: trust eap methods from profile to be lower-caseThomas Haller2018-09-051-6/+4
* libnm-core: 8021x: Allow a new eap value "external"Andrew Zaborowski2018-09-051-5/+26
* all: avoid useless cast of g_free() to GDestroyNotifyThomas Haller2018-08-221-2/+2
* wifi: use GBytes instead of GBytesArray for tracking blobs in supplicantThomas Haller2018-08-221-12/+4
* all: don't use gchar/gshort/gint/glong but C typesThomas Haller2018-07-111-1/+1
* all: use the elvis operator wherever possibleLubomir Rintel2018-05-101-5/+5
* all: remove consecutive empty linesBeniamino Galvani2018-04-301-1/+0
* wifi: enable WPA-*-SHA256 AKMs only when the supplicant supports themBeniamino Galvani2018-01-221-7/+48
* wifi: add support for FILSMasashi Honma2018-01-161-1/+12
* supplicant: set key_mgmt independent of pmf valueMasashi Honma2018-01-161-11/+5
* all: get rid of a handful of unused-but-set variablesLubomir Rintel2017-12-181-3/+0
* core,clients: use our own string hashing function nm_str_hash()Thomas Haller2017-10-181-2/+2
* devices/wifi: delegate connected periodic scanning to the supplicant (bgo #76...Dan Williams2017-08-111-6/+51
* supplicant: configure PMF for each connectionBeniamino Galvani2017-04-281-31/+28
* supplicant: enable stronger AKMs when PMF is enabledBeniamino Galvani2017-04-151-0/+28
* supplicant: enable PMF based on driver typeBeniamino Galvani2017-04-151-13/+0
* supplicant: Initial pmf support (a.k.a. MFP, a.k.a. 802.11w)Michael Cronenworth2017-04-151-0/+13
* supplicant-config: correct the uri attribute/query separatorLubomir Rintel2017-04-101-2/+2
* libnm/wifi: rework NMSetting8021xAuthFlags to explicitly disable TLS versionThomas Haller2017-02-201-13/+6
* supplicant: allows disabling select TLS versions on phase 1 authenticationLeorize2017-02-201-0/+16
* supplicant: set PIN for objects on PKCS#11 tokensLubomir Rintel2017-02-171-12/+84
* supplicant: add support for macsec optionsBeniamino Galvani2017-01-161-0/+77
* supplicant: fix passing FALSE to hidden argument for nm_supplicant_config_add...Thomas Haller2017-01-121-31/+31
* supplicant: allow accessing certs and keys in PKCS#11 tokenslr/pkcs11Lubomir Rintel2017-01-061-0/+32
* supplicant: allow specifying a replacement string for hidden itemsLubomir Rintel2017-01-061-40/+40
* build: rename "src/supplicant-manager" to "src/supplicant"Thomas Haller2016-11-211-0/+1137