summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | test: fix duplicate test namesLubomir Rintel2015-09-043-109/+62
* | platform/trivial: add code-comment dividers between different sections of the...Thomas Haller2015-09-041-0/+17
* | logging: merge branch 'th/logging-bgo754332'Thomas Haller2015-09-0412-135/+244
|\ \
| * | rdisc: refactor logging and use common _LOGD() macroThomas Haller2015-09-044-32/+57
| * | platform/test: introduce _LOGD() macros to fake platform and platform testsThomas Haller2015-09-045-16/+60
| * | platform: get rid of old logging macrosThomas Haller2015-09-041-13/+9
| * | logging: introduce an alternative set of logging macrosThomas Haller2015-09-041-1/+33
| * | platform: use _LOG*() macros instead of duplicated macrosThomas Haller2015-09-041-30/+30
| * | platform: refactor setup_socket() to accept explicit platform argumentThomas Haller2015-09-041-10/+10
| * | platform: refactor logging for sysctl functionsThomas Haller2015-09-041-32/+40
| * | build: exclude private headers for mkenums and nm-enum-types.cThomas Haller2015-09-041-1/+5
|/ /
* | cli: describe usage of the 'connection.metered' propertyBeniamino Galvani2015-09-041-1/+11
* | device: give the default wired profiles the lowest autoconnect-priorityJiří Klimeš2015-09-041-0/+1
* | device: retry creation of default connection after link is initializedBeniamino Galvani2015-09-033-0/+26
* | contrib/rpm: sync from Fedora gitLubomir Rintel2015-09-031-104/+51
* | settings: fix memleak in agent_secrets_done_cb()Thomas Haller2015-09-021-2/+4
* | libnm-core: fix a crash in priority_strv_to_maplist()Jiří Klimeš2015-09-011-1/+1
* | Split out the bits which determine ID_NET_DRIVER or DRIVERS into separate ude...Michael Biebl2015-08-313-7/+15
* | ppp: remove unused vestige of dbus-glibDan Williams2015-08-311-2/+0
* | introspection: add AUDIT domain to available list in SetLogging() descriptionJiří Klimeš2015-08-311-1/+1
* | doc: fix the names of [in|e]gress-priority-map properties in ifcfg-rh man pageJiří Klimeš2015-08-311-2/+2
* | 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