summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* cli: don't look up a device for activation request unless we have tolr/conn-activationLubomir Rintel2015-02-021-1/+2
* manager: allow activating connections without a device givenLubomir Rintel2015-02-021-0/+34
* build: add compile option to disable building of Wi-Fi pluginThomas Haller2015-01-303-18/+44
* manager: fix impl_manager_add_and_activate_connection()Thomas Haller2015-01-301-2/+4
* examples: add some examples in Lua using lgi libraryJiří Klimeš2015-01-307-0/+221
* po: fix small error in Telugu translationDan Williams2015-01-291-2/+1
* po: fix small issues in German translationDan Williams2015-01-291-10/+3
* core: intern hyphen_name string in nm_properties_changed_signal_add_property()Thomas Haller2015-01-291-1/+2
* connectivity: fix memory leak in nm-connectivity.cThomas Haller2015-01-291-0/+2
* config: fix memleak in read_config()Thomas Haller2015-01-291-1/+6
* ifcfg-rh: fix memleak in make_ip4_setting()Thomas Haller2015-01-291-3/+4
* ifcfg-rh: fix memleak in make_ip4_setting()Thomas Haller2015-01-291-0/+1
* ifcfg-rh: fix memleak in devtimeout_from_file()Thomas Haller2015-01-291-0/+2
* ifcfg-rh: fix memleak in connection_from_file_full()Thomas Haller2015-01-291-0/+1
* auth: fix memleak in _new_unix_process()Thomas Haller2015-01-291-1/+2
* core: fix memleak releasing priv->path in NMIP4Config and NMIP6ConfigThomas Haller2015-01-292-0/+4
* libnm: fix memleak in nm_utils_hwaddr_canonical()Thomas Haller2015-01-291-1/+1
* core: fix memory leak in nm_properties_changed_signal_add_property()Thomas Haller2015-01-291-0/+4
* libnm-core: fix docs typoDan Winship2015-01-291-2/+2
* ip6-config: remove the link-local address on address flushLubomir Rintel2015-01-283-5/+6
* contrib/rpm: add 10-ibft-plugin.conf config fileThomas Haller2015-01-283-1/+18
* libnm-core: coverity fixJiří Klimeš2015-01-281-1/+2
* Currently if we have two paired bluetooth devices,Dan Winship2015-01-271-0/+19
* contrib: fix NetworkManager.spec after the dispatcher script changeDan Winship2015-01-271-0/+1
* NEWS: mention missing feature for 1.0Thomas Haller2015-01-271-1/+2
* dispatcher: fix ifcfg-rh example dispatcher script (rh #1160013)Dan Winship2015-01-272-5/+19
* core: fix nm_ip_config_intersect() only to remove addresses, routes and gatewayThomas Haller2015-01-262-68/+8
* device: schedule queued_ip_config_change() after constructing deviceThomas Haller2015-01-261-0/+3
* default-route: don't return devices without active connection as best_config(...Thomas Haller2015-01-261-1/+30
* logging: assert that NMLogDomains compiles to a 64 bit enumThomas Haller2015-01-261-0/+3
* wifi: reduce logging level for find_active_ap()Thomas Haller2015-01-261-12/+12
* platform: merge: branch 'lr/ipv6-tokens' (rh #1104689)Lubomir Rintel2015-01-269-10/+150
|\
| * platform: Add support for IPv6 tokenized identifiers on Linuxlr/ipv6-tokensLubomir Rintel2015-01-261-0/+34
| * platform: refresh link cache when IPv6 tokenized identifier changesLubomir Rintel2015-01-261-2/+33
| * build: Check for tokenized identifier support in libnl-route-3Lubomir Rintel2015-01-261-0/+7
| * core: Use tokenized identifiers when constructing an addressLubomir Rintel2015-01-263-6/+42
| * platform: Add support for IPv6 tokenized identifiersLubomir Rintel2015-01-262-0/+29
| * core: Add NMUtilsIPv6IfaceId to nm-types.hLubomir Rintel2015-01-262-2/+5
|/
* po: update Polish (pl) translation (bgo #743500)Piotr Drąg2015-01-261-102/+175
* manager: don't attempt to activate ipv6.method=shared connectionsLubomir Rintel2015-01-251-0/+10
* build: replace `echo -n` by `printf '%s'` in configure.acThomas Haller2015-01-251-1/+1
* core: merge branch 'th/bgo740443_device_ip_changes'Thomas Haller2015-01-246-255/+627
|\
| * device: always pickup externally configured default routes for a deviceThomas Haller2015-01-241-74/+94
| * device: better accept external IP changesThomas Haller2015-01-241-34/+100
| * device: require a direct route for IPv6 gatewayThomas Haller2015-01-241-2/+2
| * device: refactor ipx_config_merge_and_apply()Thomas Haller2015-01-241-111/+136
| * core: add intersect() functions to NMIP?ConfigThomas Haller2015-01-244-0/+154
| * core: refactor subtract() functions in NMIP?ConfigThomas Haller2015-01-242-123/+230
| * default-route: improve logging format for default route entriesThomas Haller2015-01-241-3/+3
|/
* vapi: add some missing device and setting typesDan Williams2015-01-232-0/+24