summaryrefslogtreecommitdiff
path: root/src/supplicant/nm-supplicant-settings-verify.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-04all: move "src/" directory to "src/core/"Thomas Haller1-300/+0
2021-01-05all: update deprecated SPDX license identifiersThomas Haller1-1/+1
2020-12-22wifi: add WPA-EAP-SUITE-B-192 supportAntonio Cardace1-2/+3
2020-09-29all: unify comment style for SPDX-License-Identifier tagThomas Haller1-1/+1
2020-09-29format: manually replace remaining tabs with spaces and reformatThomas Haller1-2/+2
2020-09-28all: reformat all with new clang-format styleAntonio Cardace1-269/+240
2020-06-11supplicant: use macros to initialize config optionsThomas Haller1-134/+139
2020-06-11supplicant: use binary search to lookup option in "nm-supplicant-settings-ver...Thomas Haller1-133/+138
2020-06-11supplicant: remove unused str_allowed_multiple field from optionsThomas Haller1-134/+133
2020-06-11supplicant: remove unused, duplicate "pac_file" entry from opt_tableThomas Haller1-1/+0
2020-06-11supplicant: rename OptType enum to have "NM" prefixThomas Haller1-149/+149
2020-06-11supplicant: move strv lists into option meta dataThomas Haller1-90/+82
2020-06-11supplicant: nicer align code in "nm-supplicant-settings-verify.c"Thomas Haller1-86/+141
2020-06-11supplicant: fix verification of key_mgmt config for FT-FILS-SHA{256,384}Thomas Haller1-0/+1
2020-03-23Add domain_match mode for wifi certificate domain comparisonNiklas Goerke1-0/+2
2019-12-05supplicant: add support for OWE key managementDavid Bauer1-1/+1
2019-10-01all: manually drop code comments with file descriptionThomas Haller1-2/+1
2019-09-16supplicant: add FT-SAE key-mgmt to verification listBeniamino Galvani1-1/+1
2019-09-10all: SPDX header conversionLubomir Rintel1-14/+1
2019-08-26wifi: drop support for wpa-none key-mgmtBeniamino Galvani1-1/+1
2019-08-02supplicant: mark static arrays as const and static in "nm-supplicant-settings...Thomas Haller1-26/+26
2019-08-02supplicant: fix nm_supplicant_settings_verify_setting() honoring the string l...Thomas Haller1-21/+27
2019-07-29supplicant-config: add support for joining a MeshLubomir Rintel1-1/+6
2019-07-25supplicant: allow fast transition for WPA-PSK and WPA-EAPLubomir Rintel1-2/+2
2019-06-11all: drop emacs file variables from source filesThomas Haller1-1/+0
2019-02-12libnm,core: use _nm_utils_ascii_str_to_uint64() instead of strtol()Thomas Haller1-13/+3
2019-02-12all: drop unnecessary includes of <errno.h> and <string.h>Thomas Haller1-2/+0
2019-02-05supplicant: add support for SAE key managementLubomir Rintel1-1/+1
2018-09-27wifi: support hidden ssid in AP modeBeniamino Galvani1-0/+1
2018-07-11all: don't use gchar/gshort/gint/glong but C typesThomas Haller1-1/+1
2018-05-10all: use the elvis operator wherever possibleLubomir Rintel1-2/+2
2018-04-30all: remove consecutive empty linesBeniamino Galvani1-3/+0
2018-02-07all: replace non-leading tabs with spacesThomas Haller1-4/+4
2018-01-16wifi: add support for FILSMasashi Honma1-0/+1
2017-04-28supplicant: configure PMF for each connectionBeniamino Galvani1-0/+1
2017-04-15supplicant: enable stronger AKMs when PMF is enabledBeniamino Galvani1-1/+3
2017-02-20supplicant: allows disabling select TLS versions on phase 1 authenticationLeorize1-1/+4
2017-01-16supplicant: add support for macsec optionsBeniamino Galvani1-0/+5
2016-11-21build: rename "src/supplicant-manager" to "src/supplicant"Thomas Haller1-0/+276