summaryrefslogtreecommitdiff
path: root/src/supplicant-manager
Commit message (Expand)AuthorAgeFilesLines
* build: rename directory "include" to "shared"Thomas Haller2015-12-241-2/+2
* wifi: propagte errors from supplicant-config to callerThomas Haller2015-11-197-237/+289
* wifi: disable mac-address-randomization by defaultThomas Haller2015-11-181-4/+3
* wifi: enable mac-address-randomization by default for new connectionsThomas Haller2015-11-181-2/+4
* wifi: implement MAC address randomizationDan Williams2015-11-186-31/+170
* supplicant: check for MAC address randomization supportDan Williams2015-11-182-4/+18
* trivial: wifi/supplicant: change ApSupport to NMSupplicantFeatureDan Williams2015-11-183-23/+23
* wifi: emit NEW_BSS on ScanDone to update APs in Wi-Fi device (rh #1267327)Jiří Klimeš2015-10-021-15/+46
* supplicant: fix BSSs property typeJiří Klimeš2015-10-021-1/+1
* build: extract version macros from "nm-version.h" to new header file "nm-vers...Thomas Haller2015-09-301-0/+1
* supplicant: adjust fragment_size according to MTU (bgo #755145)Jiří Klimeš2015-09-237-7/+195
* wifi: also support locking connections to a channel within band (bgo #627571)Jiří Klimeš2015-08-211-10/+24
* supplicant: use util functions for Wi-Fi frequenciesJiří Klimeš2015-08-211-8/+28
* supplicant: wpa_supplicant wants space-separated list in freq_list (bgo #627571)Jiří Klimeš2015-08-211-5/+5
* supplicant: don't log a warning when scan request failsThomas Haller2015-08-181-2/+6
* core: final gdbus portingDan Winship2015-08-104-6/+1
* all: make use of new header file "nm-default.h"Thomas Haller2015-08-058-12/+8
* include: add convenience header "nm-default.h"Thomas Haller2015-08-051-1/+1
* supplicant/test: fix wrong usage of nmtst_init() inside core testsThomas Haller2015-08-051-1/+2
* core: add missing g_dbus_error_strip_remote_error() callsDan Winship2015-07-241-3/+16
* all: rename nm-glib-compat.h to nm-glib.h, use everywhereDan Winship2015-07-247-11/+7
* include: add nm-dbus-compat.hDan Winship2015-07-241-2/+3
* supplicant: allow with_system_ca_path to be a file name (rh #1236548)Jiří Klimeš2015-07-081-26/+44
* build: use compat version of g_clear_pointer()Lubomir Rintel2015-06-021-0/+2
* builds: only enable TAP driver for glib >= 2.37.6Lubomir Rintel2015-05-281-2/+0
* tests: use the TAP formatterLubomir Rintel2015-05-261-0/+2
* wifi: fix a crash in on_bss_proxy_acquired()Jiří Klimeš2015-05-071-1/+1
* wifi: follow supplicant's scan list instead of managing AP lifetime internallyDan Williams2015-05-061-0/+24
* supplicant: ignore NotConnected errors when disconnectingDan Williams2015-04-101-2/+4
* supplicant: track and expose wpa_supplicant's CurrentBSS propertyDan Williams2015-04-102-6/+48
* supplicant-manager, wifi: (trivial) fix signal argument typesDan Winship2015-04-062-3/+3
* core: use _nm_dbus_error_has_name()Dan Winship2015-04-031-15/+2
* libnm, core: use typechecked proxy_call methodsDan Winship2015-04-031-20/+19
* libnm, core: use _nm_dbus_signal_connect()Dan Winship2015-04-031-27/+52
* libnm: accept unknown WEP key type in nm_utils_wep_key_valid()Thomas Haller2015-03-201-0/+7
* supplicant: disconnect properties handler on disposeDan Williams2015-03-101-0/+2
* supplicant: remove unused variableThomas Haller2015-03-041-1/+0
* supplicant: remove unused nm-call-store.c/.hdcbw/wifi-gdbusDan Williams2015-03-033-161/+0
* supplicant: convert interface/config to GDBusDan Williams2015-03-035-963/+786
* supplicant: clean up some whitespaceDan Williams2015-03-031-28/+28
* supplicant: make NMSupplicantInterface independent of NMSupplicantManagerDan Williams2015-03-035-89/+39
* supplicant: clean up NMSupplicantInterface::dispose()Dan Williams2015-03-031-27/+23
* supplicant: convert NMSupplicantManager to GDBusDan Williams2015-03-031-93/+81
* supplicant: clean up NMSupplicantManager::dispose()Dan Williams2015-03-031-16/+9
* test: initialize auto-destructed pointersLubomir Rintel2015-02-091-3/+3
* tests: enable valgrind tests for testsThomas Haller2015-02-091-0/+1
* supplicant/tests: fix memleaks in test code for valgrindThomas Haller2015-02-091-3/+6
* core: declare nm_supplicant_manager_get() using NM_DEFINE_SINGLETON_GETTER()Thomas Haller2015-01-121-13/+1
* all: consistently include config.hDan Winship2014-11-136-4/+11
* libnm,core: enhance nm_utils_hexstr2bin()Dan Williams2014-11-071-10/+24