summaryrefslogtreecommitdiff
path: root/src/supplicant-manager
Commit message (Expand)AuthorAgeFilesLines
* 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
* core: use g_test_expect_message() in test programsDan Winship2014-04-231-2/+51
* all: set G_LOG_DOMAIN appropriately, for better g_log() messagesDan Winship2014-04-231-0/+1
* build: add some missing -DNM_VERSION_MAX_ALLOWEDDan Winship2014-04-071-0/+1
* wifi: fixup for "wifi: support locking connections to a band (5GHz or 2GHz) (...Dan Williams2014-03-261-0/+1
* wifi: support locking connections to a band (5GHz or 2GHz) (bgo #627571)Dan Williams2014-03-251-2/+24
* core: use nm_utils_get_monotonic_timestamp_s in nm-supplicant-interfaceThomas Haller2014-01-302-8/+9
* wifi: always assume can_scan_ssid and use ap_scan=1 for infra modeThomas Haller2013-12-123-15/+7
* coverity: fix various warnings detected with CoverityThomas Haller2013-11-131-1/+1
* core: add support for EAP-PWD authenticationjvoisin2013-10-231-1/+1
* supplicant: suppress more bus activation failure errorsDan Williams2013-09-191-1/+3
* test: remove deprecated 'security' property from testsJiří Klimeš2013-09-021-2/+0
* build: switch from $(INCLUDES) to $(AM_CPPFLAGS) to make automake happyDan Winship2013-08-221-6/+4
* wifi: change bgscan threshold parameterStanislaw Gruszka2013-08-081-1/+1
* wifi: fix checking AP mode and EAP-FAST supportDan Williams2013-06-141-2/+2
* wifi: remove NMSupplicantInfo pending call tracking structDan Williams2013-06-071-195/+116
* wifi: move NMCallStore to the supplicant codeDan Williams2013-06-072-0/+152
* wifi: simplify NMCallStoreDan Williams2013-06-071-22/+7
* wifi: fix obvious copy & paste bugDan Williams2013-06-071-1/+1
* Revert "wifi: fix compatibility with wpa_supplicant 0.7.x"Dan Williams2013-06-071-67/+12
* core: convert the DBus manager to a single-ref objectDan Williams2013-05-202-3/+2
* core: use non-recursive buildDan Winship2013-05-082-43/+1
* libnm-glib, core: use g_cclosure_marshal_genericDan Winship2013-05-081-20/+11
* libnm-util: consolidate hex-string <-> bin conversion functionsJiří Klimeš2013-03-281-57/+3
* all: use G_VALUE_INIT to initialize GValue variablesJiří Klimeš2013-03-251-1/+1
* all: remove redundant return-if-fail checksDan Winship2013-03-072-6/+0