summaryrefslogtreecommitdiff
path: root/src/supplicant-manager
Commit message (Expand)AuthorAgeFilesLines
* 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
* libnm-core: include ETH_ALEN/INFINIBAND_ALEN defines in nm-utils.hDan Winship2014-08-072-2/+0
* supplicant: fix invalid parameter type in AddBlob D-Bus callGeoffrey Thomas2014-08-041-1/+1
* libnm: add NetworkManager.h, disallow including individual headersDan Winship2014-08-011-0/+1
* all: port everything to libnmDan Winship2014-08-011-2/+2
* build: more srcdir!=builddir fixesDan Winship2014-07-151-1/+0
* supplicant: fix crash passing invalid parameter to AddBlob when adding networkThomas Haller2014-07-021-1/+1
* all: remove remaining GParamSpec name/blurb stringsDan Winship2014-06-192-12/+12
* nmtst: add NMTST_DEBUG=no-expect-message for debugging assert_message testsThomas Haller2014-06-051-7/+3
* core: add compatibility wrapper for g_test_skip() to nm-glib-compat.hThomas Haller2014-06-051-2/+0
* nmtst: combine files nm-test-helpers.h and nm-test-utils.hThomas Haller2014-06-051-1/+2
* all: g_type_init() has been deprecated in GLib 2.35.0Jiří Klimeš2014-05-271-0/+2
* all/test: modify makefiles to run tests (without arguments) via autoconf TESTS=Thomas Haller2014-04-231-2/+1