summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* nmcli: add support for WiFi MAC address randomization propertydcbw/wifi-random-mac-bgo734081Dan Williams2015-11-121-19/+79
* wifi: enable mac-address-randomization by default for new connectionsThomas Haller2015-11-123-7/+21
* ifcfg-rh: add support for NMSettingWireless:mac-address-randomizationThomas Haller2015-11-129-1/+221
* wifi: implement MAC address randomizationDan Williams2015-11-128-32/+190
* supplicant: check for MAC address randomization supportDan Williams2015-11-122-4/+18
* trivial: wifi/supplicant: change ApSupport to NMSupplicantFeatureDan Williams2015-11-124-25/+25
* libnm: add Wi-Fi MAC address randomization propertyDan Williams2015-11-124-0/+65
* ifcfg-rh: add svSetValueInt64() utilityThomas Haller2015-11-122-0/+10
* wifi: clean up removal of current AP if it fails during association (bgo #733...Dan Williams2015-11-121-19/+9
* agent-manager: add a missing break in caseLubomir Rintel2015-11-121-0/+1
* nmcli/bash-completion: fix --show-password parsingLubomir Rintel2015-11-121-1/+1
* device: don't try to re-add addresses that vanish on device disconnectionLubomir Rintel2015-11-121-23/+27
* nm-device: only progress with ip-config if the device is still in IP_WAITLubomir Rintel2015-11-111-2/+4
* wifi: minor refactoring logging BSSID in supplicant_iface_new_bss_cb()Thomas Haller2015-11-111-4/+2
* Revert "wifi: do no crash when getting BSSID fails"Thomas Haller2015-11-111-5/+1
* wifi: don't accept any BSSes with missing BSSIDs (rh #1276426)Dan Williams2015-11-112-3/+4
* systemd/adapt: return G_SOURCE_REMOVE in time event callbackBeniamino Galvani2015-11-111-10/+3
* valgrind: drop unused suppressions for libnl-route-3 (rtnl)Thomas Haller2015-11-111-44/+1
* libnm/keyfile: fix leak in ip6-addr-gen-mode writerThomas Haller2015-11-111-1/+1
* python: use gi.require_version() in generate-setting-docs.py and examplesThomas Haller2015-11-1111-0/+22
* cli: print a warning if BSSID is given instead of SSID for hidden APJiří Klimeš2015-11-111-0/+5
* wifi: fix a crash while attempting to connect hidden AP (bgo #757814)Jiří Klimeš2015-11-111-2/+2
* core/dbus: merge branch 'dcbw/gdbus-object-manager' (early part)Thomas Haller2015-11-1016-215/+517
|\
| * ifcfg-rh: use distinct D-Bus connection for ifcfg-rh serviceThomas Haller2015-11-102-52/+230
| * exported-object: split out the creation of interface skeletonsThomas Haller2015-11-102-76/+124
| * core: explicitly unexport objects when we're done with themDan Williams2015-11-1011-47/+75
| * wifi/ap: use direct-hashing for aps hashThomas Haller2015-11-101-3/+8
| * wifi/ap: explicitly unexport AP and refactor add/remove APThomas Haller2015-11-102-33/+45
| * wifi/ap: set the current-ap after adding the new APThomas Haller2015-11-101-1/+1
| * core: fix wrongly exporting object before instance is fully constructedThomas Haller2015-11-104-4/+33
| * ifcfg-rh: fix chaining constructed() method for SettingsPluingIfcfgThomas Haller2015-11-101-0/+2
|/
* build: hack around compiler warning in g-ir-scannerThomas Haller2015-11-101-1/+1
* core: fix builds with older gcc (like 4.4.x)Dan Williams2015-11-101-1/+1
* device: don't call into rdisc when there's noneLubomir Rintel2015-11-101-1/+1
* device: fix a dad6_failed_addrs use-after-freeLubomir Rintel2015-11-101-0/+1
* device: avoid removing a list element while iterating itLubomir Rintel2015-11-101-2/+3
* build: avoid invalid compiler warningThomas Haller2015-11-101-1/+1
* merge: branch 'bg/lldp-test-bgo757005'Beniamino Galvani2015-11-108-9/+282
|\
| * lldp: add test caseBeniamino Galvani2015-11-105-0/+267
| * lldp: decouple NMLldpListener from platformBeniamino Galvani2015-11-103-9/+15
|/
* cli: add command for displaying LLDP neighborsBeniamino Galvani2015-11-105-4/+297
* merge: add 'nmcli device wifi hotspot' command (bgo #756081)Jiří Klimeš2015-11-106-33/+451
|\
| * nmcli: add a hotspot example to nmcli manual pageJiří Klimeš2015-11-101-0/+5
| * cli: add '--show-password' option for 'nmcli device wifi hotspot'Jiří Klimeš2015-11-103-10/+23
| * cli: add 'password' option for 'nmcli device wifi hotspot'Jiří Klimeš2015-11-103-14/+58
| * cli: add 'nmcli device wifi hotspot' commandJiří Klimeš2015-11-103-6/+360
| * cli: move unique_connection_name() to common.c as nmc_unique_connection_name()Jiří Klimeš2015-11-093-27/+29
|/
* man: fix synopsis for nmcli connection up (bgo #757777)Adam Bk2015-11-091-2/+2
* agent-manager: cancel pending auth chain for the disappearing agentLubomir Rintel2015-11-061-0/+14
* device: set a reason when device enslave failsLubomir Rintel2015-11-061-3/+4