summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | auth-manager: don't watch polkit's D-Bus name and don't emit change signal wh...Thomas Haller2019-05-121-91/+1
| * | auth-manager: drop GDBusProxy and use GDBusConnection directlyThomas Haller2019-05-121-169/+153
| * | src: use nm_dbus_connection_call_start_service_by_name()Thomas Haller2019-05-121-12/+6
| * | shared: add nm_dbus_connection_call_start_service_by_name() helperThomas Haller2019-05-121-0/+24
| * | all: use nm_clear_g_dbus_connection_signal() helperThomas Haller2019-05-124-29/+24
| * | shared: add nm_clear_g_dbus_connection_signal() helperThomas Haller2019-05-121-0/+17
| * | all: use nm_dbus_connection_signal_subscribe_name_owner_changed()Thomas Haller2019-05-124-94/+51
| * | shared: add nm_dbus_connection_signal_subscribe_name_owner_changed() helperThomas Haller2019-05-122-0/+80
| * | shared: add "shared/nm-glib-aux/nm-dbus-aux.h"Thomas Haller2019-05-124-1/+54
| * | core/dbus: aquire D-Bus name earlier before initializing NMPlatform/NMNetns s...Thomas Haller2019-05-121-4/+3
| * | auth-manager: re-use D-Bus connection from NMDBusManagerThomas Haller2019-05-122-16/+34
| * | core: use NM_MAIN_DBUS_CONNECTION_GET macroThomas Haller2019-05-122-2/+2
| * | core: add NM_MAIN_DBUS_CONNECTION_GET macroThomas Haller2019-05-121-0/+2
| * | core/dbus: let NMDBusManager create a D-Bus connection in "configure-and-quit...Thomas Haller2019-05-124-40/+83
| * | core: minor cleanupThomas Haller2019-05-122-7/+8
| * | auth-chain: don't copy ChainData tagThomas Haller2019-05-122-30/+33
| * | manager: use "perm" name for nm_auth_chain_set_data() tag in device_auth_requ...Thomas Haller2019-05-121-2/+2
| * | auth-chain: don't clone the permission string for AuthChainThomas Haller2019-05-125-20/+51
| * | auth-chain: don't allow setting the same user-data twiceThomas Haller2019-05-121-16/+14
| * | auth-chain: don't put permission results into regular user dataThomas Haller2019-05-121-38/+93
| * | core: remove unused error argument from NMAuthChainResultFuncThomas Haller2019-05-125-142/+49
| * | auth-chain: use linked list instead of hash table to track user data of NMAut...Thomas Haller2019-05-121-19/+42
| * | auth-chain: cleanup chain-data in NMAuthChainThomas Haller2019-05-121-44/+44
| * | auth-chain: embed copy of permission string in AuthCallThomas Haller2019-05-121-7/+7
| * | core: don't call nm_auth_chain_destroy() from the callbackThomas Haller2019-05-124-84/+56
| * | auth-chain: drop refcounting of NMAuthChain for simple flagsThomas Haller2019-05-121-39/+53
| * | core: drop unused function sleep_auth_done_cb()Thomas Haller2019-05-121-39/+0
|/ /
* | settings/d-bus: fix boolean return value of "LoadConnections"Thomas Haller2019-05-101-1/+1
* | settings: avoid assertion for LoadConnections D-Bus method with relative pathsThomas Haller2019-05-101-13/+18
* | merge: branch 'bg/restore-ip6-addr-link-up-rh1548237'Beniamino Galvani2019-05-082-11/+8
|\ \
| * | device: fix intersecting IPv6 configurationsBeniamino Galvani2019-05-081-1/+2
| * | device: unconditionally reapply IP configuration on link upBeniamino Galvani2019-05-081-8/+4
| * | all: fix typos (milli seconds -> milliseconds)Beniamino Galvani2019-05-082-2/+2
|/ /
* | libnm,platform: merge branch 'th/various-cleanup-platform-libnm'Thomas Haller2019-05-0812-214/+357
|\ \
| * | device/trivial: add comment about lifetime of "kind" in tc_commit()th/various-cleanup-platform-libnmThomas Haller2019-05-074-0/+66
| * | device: don't rely on nm_platform_link_get_ifindex() returning 0Thomas Haller2019-05-071-4/+7
| * | device/trivial: add space between macro name and arguments and vertically ali...Thomas Haller2019-05-071-8/+8
| * | platform: merge _add_action(), _add_action_simple() and _add_action_mirred() ...Thomas Haller2019-05-071-79/+46
| * | platform: assert for out-of-memory in netlink codeThomas Haller2019-05-073-15/+15
| * | platform: use bool bitfields in NMPlatformActionMirred structureThomas Haller2019-05-072-13/+14
| * | libnm: rename "memory" parameter of fq_codel QDisc to "memory_limit"Thomas Haller2019-05-075-11/+11
| * | platform: fix handling of default value for TCA_FQ_CODEL_CE_THRESHOLDThomas Haller2019-05-075-5/+20
| * | platform: fix handling of fq_codel's memory limit default valueThomas Haller2019-05-075-4/+19
| * | platform: fix nm_platform_qdisc_to_string()Thomas Haller2019-05-071-1/+4
| * | platform: use u32 netlink type for TCA_FQ_CODEL_ECNThomas Haller2019-05-071-2/+2
| * | platform: use NM_CMP_FIELD_UNSAFE() for comparing bitfield in nm_platform_qdi...Thomas Haller2019-05-071-2/+3
| * | device: fix type of loop variable in tc_commit()Thomas Haller2019-05-071-1/+1
| * | libnm: use macro and designated initializers for NMVariantAttributeSpecThomas Haller2019-05-074-64/+62
| * | libnm: mark NMVariantAttributeSpec pointers as constThomas Haller2019-05-073-3/+3
| * | libnm: cleanup _nm_utils_parse_tc_handle()Thomas Haller2019-05-072-20/+41