summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* nm-settings: take a reference to ourselves as long we have signals that use u...lr/teardown-fixesLubomir Rintel2015-08-191-1/+2
* dispatcher: don't send object path for devices which are no longer exportedLubomir Rintel2015-08-191-2/+3
* platform: parent link can be in a different NETNSLubomir Rintel2015-08-191-1/+0
* vpn-connection: hold a route manager referenceLubomir Rintel2015-08-191-1/+4
* nm-vpn-connection: hold a NMDefaultRouteManager referenceLubomir Rintel2015-08-191-4/+7
* udev-rules: avoid ifname shell expansionLubomir Rintel2015-08-191-1/+1
* libnm,pkg-config: provide a variable with VPN service directoryLubomir Rintel2015-08-191-0/+1
* core: skip generating gtype for rfkill enumsThomas Haller2015-08-191-2/+2
* rfkill: fix value of RFKILL_TYPE_UNKNOWN after dropping WiMAX rfkillThomas Haller2015-08-191-1/+1
* 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
| * active-connection: add logging macros _LOG*()Thomas Haller2015-08-131-0/+40
| * core: relax logging message about disowning singletonsThomas Haller2015-08-131-1/+1
| * settings: ensure no duplicate plugin instances in load_plugin()Thomas Haller2015-08-131-6/+16
| * settings: implement setting plugins via NM_DEFINE_SINGLETON_GETTER()Thomas Haller2015-08-134-43/+17
| * settings: add other check to ensure no duplicates in load_plugins()Thomas Haller2015-08-131-4/+11
| * ifcfg-rh: refactor construction of plugin instance and acquiring D-Bus serviceThomas Haller2015-08-131-14/+15
| * settings: don't leak keyfile plugin instanceThomas Haller2015-08-131-1/+1
| * keyfile: don't have static @singleton in nm_settings_keyfile_plugin_new()Thomas Haller2015-08-131-16/+14