summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libnm/vlan: default to vlan.flags=REORDER_HDR for new connection (rh #1250225)jk/vlan-reorder-hdr-rh1250225Jiří Klimeš2015-08-281-0/+19
* platform: assert to successfully dlopen libnl3Thomas Haller2015-08-271-0/+3
* platform: remove bogus assertsLubomir Rintel2015-08-271-6/+0
* dbus: allow talking to more plugins in DBus policyLubomir Rintel2015-08-271-0/+2
* merge: allow overriding MTU for team devices (rh #1255927)Jiří Klimeš2015-08-272-27/+62
|\
| * ifcfg-rh: save wired properties also for bond/team (rh #1255927)Jiří Klimeš2015-08-271-27/+41
| * team: allow overriding the MTU for team device (rh #1255927)Jiří Klimeš2015-08-271-0/+21
|/
* device: fix clearing of dhcp6_restart_id in dhcp6_cleanup()Beniamino Galvani2015-08-261-1/+1
* test: fix a format-security errorLubomir Rintel2015-08-261-1/+1
* device: don't disconnect after DHCP failure when there are static IPsBeniamino Galvani2015-08-261-0/+68
* core: don't set "startup complete" until devices have been added (rh #1256772)Jiří Klimeš2015-08-261-0/+6
* platform: merge branch 'th/platform-parent-other-netns-bgo753726'Thomas Haller2015-08-256-34/+98
|\
| * platform: handle parent interfaces in other netnsThomas Haller2015-08-256-26/+92
| * platform: minor refactoring in _nl_get_vtable()Thomas Haller2015-08-251-8/+5
| * platform: minor fix in nm_platform_link_to_string()Thomas Haller2015-08-251-1/+1
| * platform: return const argument from _nl_get_vtable()Thomas Haller2015-08-251-1/+1
| * platform: assert we loaded the right libnl libraryThomas Haller2015-08-251-1/+2
|/
* libnm: properly handle floating references in nm_vpn_service_plugin_set_ip6_c...Thomas Haller2015-08-252-0/+8
* agent-manager: fix wrong unref in request_remove_agent()Thomas Haller2015-08-251-1/+1
* libnm: export nm_vpn_service_plugin_set_{ip6_,}configLubomir Rintel2015-08-251-0/+2
* settings: merge branch 'th/secret-agent-rh1253407'Thomas Haller2015-08-257-229/+554
|\
| * agent-manager: fix leak of secret-agentThomas Haller2015-08-251-2/+9
| * secret-agent: fix detection of disapearing secret-agentThomas Haller2015-08-253-28/+133
| * agent-manager: refactor logging in agent-managerThomas Haller2015-08-251-82/+144
| * secret-agent: add trace logging to secret agentThomas Haller2015-08-251-12/+68
| * agent-manager: remove @asked field from requestThomas Haller2015-08-253-26/+0
| * secret-agent: don't assert against existing getpwuid() entryThomas Haller2015-08-251-3/+4
| * secret-agent: rework handling of asynchronous request and cancellingThomas Haller2015-08-252-65/+176
| * libnm/trivial: add code comment to _nm_dbus_error_has_name()Thomas Haller2015-08-251-0/+5
| * agent-manager: fix checking for D-Bus error after gdbus switchThomas Haller2015-08-251-1/+1
| * secret-agent: refactor call-id to be of an opaque pointer type instead of a v...Thomas Haller2015-08-253-30/+34
| * secret-agent: fix leak of @dbus_ownerThomas Haller2015-08-251-2/+1
| * macros: add NM_PRINT_FMT_QUOTE_STRING() macroThomas Haller2015-08-251-0/+1
|/
* dispatcher: merge branch 'bg/dispatch-sync-requests-rh746703'Beniamino Galvani2015-08-258-132/+391
|\
| * dispatcher: refactor logging of nm-dispatcherThomas Haller2015-08-251-42/+79
| * dispatcher: return error reason from nm_dispatcher_utils_construct_envp()Thomas Haller2015-08-254-13/+41
| * dispatcher: remove local @iface variable from handle_action()Thomas Haller2015-08-251-5/+2
| * dispatcher: move clearing @quit_id in handle_action()Thomas Haller2015-08-251-2/+3
| * dispatcher: use slice allocator for Request and ScriptInfoThomas Haller2015-08-251-4/+6
| * dispatcher: run "wait" scripts only after "no-wait" scripts completeThomas Haller2015-08-251-2/+23
| * nm-dispatcher: allow scripts to be marked as no-waitBeniamino Galvani2015-08-255-76/+248
| * nm-dispatcher: fix memory leaksBeniamino Galvani2015-08-251-1/+2
|/
* 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