summaryrefslogtreecommitdiff
path: root/src/supplicant-manager
AgeCommit message (Expand)AuthorFilesLines
2016-10-21build: merge "src/supplicant-manager/tests/Makefile.am" into toplevel MakefileThomas Haller2-30/+0
2016-10-19build/trivial: rename VALGRIND_RULES in Makefile.am to NM_LOG_COMPILERThomas Haller1-1/+1
2016-10-14core: introduce default logging macrosBeniamino Galvani1-9/+2
2016-10-14supplicant: fix cancellation of interface associationBeniamino Galvani1-7/+4
2016-10-03core: refactor private data for NMExportedObject and othersThomas Haller7-172/+132
2016-10-03all: modify line separator comments to be 80 chars wideThomas Haller2-7/+7
2016-08-17all: cleanup includes in header filesThomas Haller3-10/+2
2016-06-30wifi: implement MAC address randomization in NetworkManager instead of suppli...Thomas Haller5-76/+4
2016-06-17all: replace _nm_utils_string_in_list() with g_strv_contains()Thomas Haller2-9/+14
2016-06-06tests: use absolute path for certs test directoryThomas Haller2-4/+4
2016-05-17all/tests: split core part out of "nm-test-utils.h"Thomas Haller1-1/+1
2016-04-05build: disable deprecation checks for internal compilationThomas Haller1-1/+0
2016-03-20supplicant-config: fix misleading indentationLubomir Rintel1-1/+1
2016-03-16supplicant: honor the domain-suffix-match propertiesBeniamino Galvani2-0/+10
2016-03-10all/tests: fix tests after adjusting glib logging levelThomas Haller1-35/+35
2016-03-04supplicant: use logging helpersBeniamino Galvani1-13/+21
2016-02-24libnm,core: fix syntax of 'transfer' annotationBeniamino Galvani1-1/+1
2016-02-19all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller5-10/+5
2016-01-21wifi/supplicant: refactor logging to use _LOG() macrosThomas Haller1-54/+61
2016-01-21wifi/supplicant: implement _LOG() macrosThomas Haller1-1/+21
2016-01-21supplicant: cleanup GObject property implementation in NMSupplicantInterfaceThomas Haller2-35/+83
2016-01-21wifi: fix crash due to wrong ownership handling in nm_supplicant_manager_ifac...Thomas Haller2-71/+97
2016-01-21supplicant: don't pass start_now argument to nm_supplicant_interface_new()Thomas Haller3-27/+22
2016-01-21supplicant: drop is_wireless argument from NMSupplicantInterface's interface_...Thomas Haller1-8/+10
2016-01-21supplicant: remove check for iface instance after nm_supplicant_interface_new()Thomas Haller1-5/+3
2016-01-21wifi/supplicant: take object reference during availability_changed()Thomas Haller1-1/+3
2016-01-21supplicant: remove unused function nm_supplicant_interface_get_device()Thomas Haller2-10/+0
2016-01-06core,libnm: use nm_clear_g_source() where possibleBeniamino Galvani1-4/+1
2015-12-24build: rename directory "include" to "shared"Thomas Haller1-2/+2
2015-11-19wifi: propagte errors from supplicant-config to callerThomas Haller7-237/+289
2015-11-18wifi: disable mac-address-randomization by defaultThomas Haller1-4/+3
2015-11-18wifi: enable mac-address-randomization by default for new connectionsThomas Haller1-2/+4
2015-11-18wifi: implement MAC address randomizationDan Williams6-31/+170
2015-11-18supplicant: check for MAC address randomization supportDan Williams2-4/+18
2015-11-18trivial: wifi/supplicant: change ApSupport to NMSupplicantFeatureDan Williams3-23/+23
2015-10-02wifi: emit NEW_BSS on ScanDone to update APs in Wi-Fi device (rh #1267327)Jiří Klimeš1-15/+46
2015-10-02supplicant: fix BSSs property typeJiří Klimeš1-1/+1
2015-09-30build: extract version macros from "nm-version.h" to new header file "nm-vers...Thomas Haller1-0/+1
2015-09-23supplicant: adjust fragment_size according to MTU (bgo #755145)Jiří Klimeš7-7/+195
2015-08-21wifi: also support locking connections to a channel within band (bgo #627571)Jiří Klimeš1-10/+24
2015-08-21supplicant: use util functions for Wi-Fi frequenciesJiří Klimeš1-8/+28
2015-08-21supplicant: wpa_supplicant wants space-separated list in freq_list (bgo #627571)Jiří Klimeš1-5/+5
2015-08-18supplicant: don't log a warning when scan request failsThomas Haller1-2/+6
2015-08-10core: final gdbus portingDan Winship4-6/+1
2015-08-05all: make use of new header file "nm-default.h"Thomas Haller8-12/+8
2015-08-05include: add convenience header "nm-default.h"Thomas Haller1-1/+1
2015-08-05supplicant/test: fix wrong usage of nmtst_init() inside core testsThomas Haller1-1/+2
2015-07-24core: add missing g_dbus_error_strip_remote_error() callsDan Winship1-3/+16
2015-07-24all: rename nm-glib-compat.h to nm-glib.h, use everywhereDan Winship7-11/+7
2015-07-24include: add nm-dbus-compat.hDan Winship1-2/+3