summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* device: modify handling master devicedcbw/devices-for-all-6Thomas Haller2015-08-191-24/+70
* device/trivial: rename master related function of nm-deviceThomas Haller2015-08-191-14/+14
* device/trivial: rename fields to have unique namesThomas Haller2015-08-191-16/+16
* core: allow multiple devices with the same interface nameDan Williams2015-08-196-123/+192
* libnm/libnm-glib: add NMClient.get_all_devices() method and AllDevices propertyDan Williams2015-08-1910-36/+346
* api/manager: add GetAllDevices() method and AllDevices propertyDan Williams2015-08-194-13/+97
* fixup! core: ensure platform links are compatible with the NMDeviceThomas Haller2015-08-191-13/+5
* fixup! core: ensure platform links are compatible with the NMDeviceThomas Haller2015-08-191-6/+12
* core: ensure platform links are compatible with the NMDeviceDan Williams2015-08-1919-26/+122
* macros: add NM_SET_OUT() macroThomas Haller2015-08-191-0/+9
* core: create devices first and realize them laterDan Williams2015-08-1912-231/+297
* core: add class function for device unrealizationDan Williams2015-08-196-9/+198
* libnm-glib/libnm: add support for "real" NMDevice propertyDan Williams2015-08-196-0/+89
* core: add "real" NMDevice propertyDan Williams2015-08-194-6/+70
* device: let NM_DEVICE_MASTER be equal to nm_device_get_master()Thomas Haller2015-08-191-1/+1
* utils: construct paths array directly in nm_utils_g_value_set_object_path_arr...Thomas Haller2015-08-191-7/+8
* utils: add @filter_func argument to nm_utils_g_value_set_object_path_array()Dan Williams2015-08-196-7/+27
* nm-import-openvpn: import 'keepalive' optionJiří Klimeš2015-08-191-0/+9
* nm-import-openvpn: import 'ping', 'ping-exit' and 'ping-restart' optionsJiří Klimeš2015-08-191-0/+11
* nm-import-openvpn: improve error checkingJiří Klimeš2015-08-191-4/+5
* nm-import-openvpn: fix importing OpenVPN configuration with 'tls-client'Jiří Klimeš2015-08-191-2/+2
* wwan: add missing include for DBUS_INTERFACE_PEERDan Williams2015-08-181-0/+1
* supplicant: don't log a warning when scan request failsThomas Haller2015-08-181-2/+6
* manager: fix memleak in system_hostname_changed_cb()Thomas Haller2015-08-181-4/+12
* core: fix leaking @properties in nm_exported_object_create_skeletons()Thomas Haller2015-08-181-1/+1
* core: fix memleak in nm_exported_object_notify()Thomas Haller2015-08-181-0/+1
* core: fix impl_manager_get_devices() to skip non-exported objectsThomas Haller2015-08-181-7/+12
* libnm: require exact vpn plugin filenameThomas Haller2015-08-183-72/+26
* udev-rules: one less useless use of catLubomir Rintel2015-08-181-2/+2
* udev-rules: only invoke ethtool for existing interfacesBeniamino Galvani2015-08-181-0/+1
* Revert "udev-rules: only invoke ethtool for existing interfaces"Lubomir Rintel2015-08-181-1/+1
* libnm,vpn-service-plugin: fix double address-of for variantsLubomir Rintel2015-08-171-4/+4
* libnm,vpn-service-plugin: emit signals also for the dbus skeletonLubomir Rintel2015-08-171-0/+13
* tests: raise the mock service startup timeoutLubomir Rintel2015-08-172-2/+2
* device: accept multiple addresses in a DHCPv6 leaseBeniamino Galvani2015-08-174-9/+48
* libnm: symbols for request scanning backported to 1.0.6Jiří Klimeš2015-08-142-0/+11
* merge: 'ssids' RequestScan() option, nmcli connecting hidden SSID (rh #752173)Jiří Klimeš2015-08-148-68/+338
|\
| * cli: fix connecting to a hidden SSID with 'nmcli dev wifi connect' (bgo #752173)Jiří Klimeš2015-08-143-15/+73
| * cli: add 'ssid' parameter for 'nmcli device wifi rescan'Jiří Klimeš2015-08-143-15/+66
| * libnm: add new functions allowing passing options to RequestScan() D-Bus callJiří Klimeš2015-08-143-25/+143
| * core: accept 'ssids':aay option in RequestScan() dictionary parameterJiří Klimeš2015-08-142-13/+56
|/
* settings: fix format string for GVariant (rh #1253320)Jiří Klimeš2015-08-131-1/+1
* build: create xz compressed by defaultLubomir Rintel2015-08-132-2/+3
* core: avoid assertion "signal_id != 0" on unexported objectThomas Haller2015-08-131-0/+7
* ifcfg-rh: take reference to nm_inotifiy_helper_get() singleton in NMIfcfgConn...Thomas Haller2015-08-131-2/+16
* device: don't assert the platform device's not there upon creation attemptLubomir Rintel2015-08-134-4/+0
* core: merge branch 'th/singleton-cleanup-bgo753519'Thomas Haller2015-08-1320-168/+215
|\
| * device: log message when constructing NMDevice instanceThomas Haller2015-08-131-1/+3
| * active-connection: log lifetime of NMActiveConenctionThomas Haller2015-08-131-0/+6
| * active-connection: make use of logging macro _LOGD()Thomas Haller2015-08-131-10/+10