summaryrefslogtreecommitdiff
path: root/src/supplicant-manager
Commit message (Expand)AuthorAgeFilesLines
* 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
* libnm-core: extract NMSettingIPConfig superclass out of IP4, IP6 classesDan Winship2014-11-071-9/+9
* libnm-core: add nm-core-types.h, remove cross-includesDan Winship2014-10-281-7/+1
* supplicant: avoid assertion when DBUS connection closesThomas Haller2014-10-271-1/+7
* supplicant: fix handling of 'freq_list' option and band locking (bgo #737795)Dan Williams2014-10-081-1/+1
* libnm-core: change DBUS_TYPE_G_UCHAR_ARRAY properties to G_TYPE_BYTESDan Winship2014-09-042-37/+41
* libnm-core: change all mac-address properties to G_TYPE_STRINGDan Winship2014-09-042-32/+10
* all: remove a bunch of unnecessary dbus/dbus-glib includesDan Winship2014-09-031-1/+0
* supplicant/ifnet: fix spelling of "private_key2_passwd" optionGeoffrey Thomas2014-08-271-1/+1
* supplicant: fix expected return type of AddBlob D-Bus callGeoffrey Thomas2014-08-201-2/+1
* libnm-core, libnm, core: make NMConnection an interfaceDan Winship2014-08-161-3/+3
* all: fix up multiple-include-guard definesDan Winship2014-08-166-15/+15