summaryrefslogtreecommitdiff
path: root/src/supplicant
Commit message (Expand)AuthorAgeFilesLines
* 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
* wifi: don't use :1 bitfield for gboolean typeThomas Haller2018-08-261-1/+1
* wifi: use GBytes for ssids scan listThomas Haller2018-08-222-7/+10
* 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-222-15/+6
* build: create "config-extra.h" header instead of passing directory variables ...Thomas Haller2018-07-171-1/+0
* all: don't use gchar/gshort/gint/glong but C typesThomas Haller2018-07-112-2/+2
* wifi: expose LastScan as milliseconds not secondsLubomir Rintel2018-06-152-9/+9
* build: use default NM_BUILD_* defines for testsThomas Haller2018-05-312-1/+5
* all: use the elvis operator wherever possibleLubomir Rintel2018-05-102-7/+7
* all: remove consecutive empty linesBeniamino Galvani2018-04-304-7/+0
* core: use nm_utils_dbus_normalize_object_path() to cleanup D-Bus argumentThomas Haller2018-04-181-3/+2
* build: meson: add prefix to test namesBeniamino Galvani2018-04-121-1/+1
* build: meson: use run-nm-test.sh to run testsBeniamino Galvani2018-04-121-1/+5
* all: don't explicitly cast destroy function for g_clear_pointer()Thomas Haller2018-03-191-1/+1
* all: replace non-leading tabs with spacesThomas Haller2018-02-072-7/+7
* wifi: enable WPA-*-SHA256 AKMs only when the supplicant supports themBeniamino Galvani2018-01-223-18/+63
* supplicant: enable FILS only when wpa_supplicant supports itMasashi Honma2018-01-163-4/+52
* supplicant/tests: add FILS testMasashi Honma2018-01-161-5/+48
* wifi: add support for FILSMasashi Honma2018-01-164-1/+16
* supplicant: set key_mgmt independent of pmf valueMasashi Honma2018-01-162-20/+28
* meson: Improve dependency systemIñigo Martínez2018-01-101-1/+1
* tests: use NMTST_EXPECT*() macrosThomas Haller2018-01-081-50/+49
* all: get rid of a handful of unused-but-set variablesLubomir Rintel2017-12-182-5/+0
* build: add initial support for meson build systemIñigo Martínez2017-12-131-0/+10
* core,clients: use our own string hashing function nm_str_hash()Thomas Haller2017-10-182-3/+3
* supplicant: don't allow scans to trigger a supplicant roaming decisionDan Williams2017-08-111-0/+1
* devices/wifi: delegate connected periodic scanning to the supplicant (bgo #76...Dan Williams2017-08-113-350/+300
* core,cli: replace wrong pattern for clearing GErrorBeniamino Galvani2017-06-271-2/+2
* wifi: fix cancelling WPS during pending ProcessCredentialsThomas Haller2017-06-141-2/+2
* supplicant: chain asynchronous requests for WPSThomas Haller2017-06-141-83/+252
* supplicant/trivial: move code aroundThomas Haller2017-06-141-6/+8
* supplicant: work-around coverify false-positive for check_return: g_async_ini...Thomas Haller2017-06-021-3/+5
* supplicant/tests: work-around coverify false-positive in testThomas Haller2017-06-021-1/+1
* supplicant-interface: add support for WPS enrollmentLubomir Rintel2017-05-152-8/+180
* libnm: make NMSettingWirelessSecurity's PMF property signedThomas Haller2017-04-281-1/+1
* supplicant: configure PMF for each connectionBeniamino Galvani2017-04-286-81/+45
* supplicant: fix detection of PMF supportBeniamino Galvani2017-04-191-1/+1
* supplicant: enable stronger AKMs when PMF is enabledBeniamino Galvani2017-04-154-1/+42
* supplicant: enable PMF only when wpa_supplicant supports itBeniamino Galvani2017-04-153-6/+48
* supplicant: enable PMF based on driver typeBeniamino Galvani2017-04-153-34/+18
* supplicant: Initial pmf support (a.k.a. MFP, a.k.a. 802.11w)Michael Cronenworth2017-04-153-0/+54
* supplicant-config: correct the uri attribute/query separatorLubomir Rintel2017-04-101-2/+2
* supplicant: log the device contextLubomir Rintel2017-03-241-7/+3
* logging: log device and connection along with the messageLubomir Rintel2017-03-241-1/+1
* all: use nm_clear_g_cancellable()Thomas Haller2017-03-131-4/+1
* include: use double-quotes to include our own headersThomas Haller2017-03-091-4/+4
* libnm/wifi: rework NMSetting8021xAuthFlags to explicitly disable TLS versionThomas Haller2017-02-201-13/+6