summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* wifi: remove supplicant-forgotten current AP from list on disconnectdcbw/nm-0910-wifi-ap-listDan Williams2015-08-072-5/+17
* wifi: follow supplicant's scan list instead of managing AP lifetime internallyDan Williams2015-08-074-251/+98
* wifi: condense AP list dump log messageDan Williams2015-08-071-18/+21
* wifi: make nm_ap_dump() print on one lineDan Williams2015-08-073-18/+42
* wifi: fall back to band matching when frequency matching failsDan Williams2015-08-071-13/+27
* wifi: remove unused AP 'broadcast' propertyDan Williams2015-08-073-32/+1
* wifi: always strict-match access points when mergingDan Williams2015-08-073-85/+15
* wifi: trivial whitespace fixupDan Williams2015-08-071-1/+1
* wifi: update AP properties from supplicant signalsDan Williams2015-08-074-20/+37
* wifi: use supplicant's CurrentBSS as the current APDan Williams2015-08-072-256/+99
* wifi: use a hash table to track access pointsDan Williams2015-08-073-160/+169
* supplicant: ignore NotConnected errors when disconnectingDan Williams2015-08-071-2/+4
* supplicant: track and expose wpa_supplicant's CurrentBSS propertyDan Williams2015-08-072-6/+48
* supplicant-manager, wifi: (trivial) fix signal argument typesDan Winship2015-08-073-6/+6
* wifi: fix recognition of AP RSN capabilitiesDan Williams2015-08-071-1/+1
* supplicant: disconnect properties handler on disposeDan Williams2015-08-071-0/+2
* supplicant: remove unused variableThomas Haller2015-08-071-1/+0
* supplicant: remove unused nm-call-store.c/.hDan Williams2015-08-074-155/+0
* supplicant: convert interface/config to GDBusDan Williams2015-08-078-1103/+916
* supplicant: clean up some whitespaceDan Williams2015-08-071-28/+28
* supplicant: make NMSupplicantInterface independent of NMSupplicantManagerDan Williams2015-08-075-90/+52
* supplicant: clean up NMSupplicantInterface::dispose()Dan Williams2015-08-071-27/+23
* supplicant: convert NMSupplicantManager to GDBusDan Williams2015-08-071-93/+81
* supplicant: clean up NMSupplicantManager::dispose()Dan Williams2015-08-071-16/+9
* wifi: Use SSID from connection also if AP is not configuredDan Williams2015-08-071-20/+22
* trivial: fix spacing in src/devices/wifi/nm-wifi-ap.hDan Winship2015-08-071-34/+34
* dbus: increase 'max_replies_per_connection' limit in D-Bus configurationJiří Klimeš2015-05-291-0/+2
* connectivity: use default on missing connectivity.interval configThomas Haller2015-05-193-2/+11
* dns: fix compile errors with NETCONFIG and RESOLVCONFThomas Haller2015-05-191-8/+8
* dns: refresh DNS if plugin child quits unexpectedly (bgo #728342)Dan Williams2015-05-111-1/+22
* dns: ensure that update_dns() always returns a GError on failureDan Williams2015-05-114-60/+62
* dns: refactor building IP config lists for plugins (bgo #728342)Dan Williams2015-05-111-27/+43
* dns: kill plugin child synchronously to avoid restart race (rh #1161232) (bgo...Lubomir Rintel2015-05-111-30/+16
* platform: don't accept lowering IPv6 hop-limit from RA (CVE-2015-2924)Thomas Haller2015-04-293-8/+36
* dbus-manager: harden registering/unregistering objectDan Williams2015-04-231-4/+8
* platform: load libnl-3.so.200, not libnl-3.so (rh #1205195)Jiří Klimeš2015-04-211-1/+1
* wifi: clear WPAS_REMOVED_TAG when scanning Wi-Fi APBernd Edlinger2015-04-021-3/+18
* build: fix compile warnings in DNS managerBeniamino Galvani2015-04-011-1/+3
* firewall: don't set firewall zone for assumed devicesThomas Haller2015-03-242-3/+17
* device: add function nm_device_uses_assumed_connection()Thomas Haller2015-03-242-0/+13
* connectivity: disable HTTP keepalive for connectivity checksDan Williams2015-03-161-0/+2
* ifcfg-rh: add support for MODE=ApJiří Klimeš2015-03-092-1/+5
* device: move to UNAVAILABLE state when deactivating if device is not availableDan Williams2015-03-031-1/+4
* device: fix assertion in nm_device_slave_notify_release() logging the master ...Thomas Haller2015-03-031-1/+6
* core: fix attaching managed slaves to master devices (rh #1141266)Dan Williams2015-03-031-3/+4
* device: assume connections for device with slavesLubomir Rintel2015-03-031-3/+5
* device: set the master on device additionLubomir Rintel2015-03-033-20/+50
* device: release and enslave an interface if its master changedLubomir Rintel2015-03-031-2/+3
* platform: resynchronize with kernel when we're out of buffer spaceLubomir Rintel2015-03-031-42/+116
* platform: refactor the object comparison logic into a separate functionLubomir Rintel2015-03-031-18/+30