summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* manager: call nm_device_realize() also for generic devicesjk/setup-generic-devicesJiří Klimeš2015-08-251-0/+5
* libnm: backport NMSettingWired Wake-on-LAN symbols to 1.0.6Beniamino Galvani2015-08-252-0/+9
* libnm: backport enum conversion utilities to 1.0.6Beniamino Galvani2015-08-252-0/+7
* Revert "all: change "Since: 1.2" to "Since: 1.0.4"/"Since: 1.0.6" for backpor...Thomas Haller2015-08-255-8/+8
* settings: fix memory leak in for_each_secret()Beniamino Galvani2015-08-241-1/+1
* libnm-util: fix flags for GObject introspection (rh #1255436)Jiří Klimeš2015-08-241-7/+7
* examples: add flags and mode parsing to show-wifi-networks.[lua|py]Jiří Klimeš2015-08-242-0/+107
* merge: fix racing issues in NMManager/prop_filter (th/prop-filter-bgo753874)Thomas Haller2015-08-211-38/+101
|\
| * manager: fix race subscribing prop_filter()Thomas Haller2015-08-211-18/+63
| * manager: check for object type in do_set_property_check()Thomas Haller2015-08-211-0/+8
| * manager: don't invoke non-thread-safe operations during prop_filter()Thomas Haller2015-08-211-9/+17
| * manager: also audit-log early failure to setting propertyThomas Haller2015-08-211-7/+9
| * manager: use slice allocator for PropertyFilterDataThomas Haller2015-08-211-2/+2
| * manager: take a reference to NMBusManagerThomas Haller2015-08-211-2/+2
|/
* libnm,vpn-editor-plugin: don't assert the plugin name is the same as service ...Lubomir Rintel2015-08-213-7/+2
* Revert "libnm,vpn-editor-plugin: don't assert the plugin name is the same as ...Lubomir Rintel2015-08-211-3/+10
* libnm,vpn-editor-plugin: don't assert the plugin name is the same as service ...Lubomir Rintel2015-08-211-10/+3
* libnm: fix the callback in g_simple_async_result_new()Jiří Klimeš2015-08-211-1/+1
* build: avoid premature expandingLubomir Rintel2015-08-211-6/+6
* all: change "Since: 1.2" to "Since: 1.0.4"/"Since: 1.0.6" for backported APIJiří Klimeš2015-08-215-8/+8
* libnm: symbols for getting Wi-Fi frequencies have been backported to 1.0.6Jiří Klimeš2015-08-212-0/+4
* merge: Wi-Fi band/channel locking fixes (bgo #627571)Jiří Klimeš2015-08-214-16/+111
|\
| * wifi: also support locking connections to a channel within band (bgo #627571)Jiří Klimeš2015-08-211-10/+24
| * supplicant: use util functions for Wi-Fi frequenciesJiří Klimeš2015-08-211-8/+28
| * libnm: add utility functions for getting 2.4 GHz and 5 GHz Wi-Fi frequenciesJiří Klimeš2015-08-213-0/+61
| * supplicant: wpa_supplicant wants space-separated list in freq_list (bgo #627571)Jiří Klimeš2015-08-211-5/+5
|/
* platform: downgrade the warning about cache-sync to info levelThomas Haller2015-08-201-1/+2
* cli: terminate when the input terminal goes awayLubomir Rintel2015-08-201-0/+10
* libnm/vpn: set special error code when loading vpn plugin fails due to missin...Thomas Haller2015-08-202-2/+17
* logging: declare default logging macros in "nm-logging.h"Thomas Haller2015-08-2012-209/+121
* device: don't clear @master on cleanup when the link is still enslavedBeniamino Galvani2015-08-201-3/+5
* man: clearify the meaning of the interface argument for dispatcher scriptsThomas Haller2015-08-191-1/+4
* dispatcher: explicitly set missing interface argument for device actionsThomas Haller2015-08-192-2/+4
* man: sort list of default connection values alphabeticallyThomas Haller2015-08-191-6/+6
* 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