summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* all: use nm_c_list_move_*() helpersth/c-list-moveThomas Haller2019-02-152-44/+15
* shared: add nm_c_list_move_*() helpersThomas Haller2019-02-151-0/+36
* all: merge branch 'th/various-for-wireguard-3'Thomas Haller2019-02-1421-230/+946
|\
| * platform: print persistent-keepalive setting of WireGuard peersThomas Haller2019-02-141-2/+7
| * platform: add peer_flags argument to nm_platform_link_wireguard_change()Thomas Haller2019-02-144-52/+121
| * platform: add flags for setting individual WireGuard options of linkThomas Haller2019-02-144-15/+32
| * platform: add change-flags argument to platform's link_wireguard_change()Thomas Haller2019-02-144-11/+21
| * device: add mechanism to invoke act_stage2_config() function also for externa...Thomas Haller2019-02-142-2/+10
| * device: split activate_stage2_device_config() steps for assumed/external checkThomas Haller2019-02-141-6/+11
| * device: abort device activation if tc_commit() fails in stage2Thomas Haller2019-02-141-0/+1
| * policy: treat WireGuard devices as VPN for DNSThomas Haller2019-02-144-13/+41
| * clients/secret-agent: allow suppressing prompting the entry-id when requestin...Thomas Haller2019-02-143-7/+18
| * clients/secret-agent: split creation of secret-request dataThomas Haller2019-02-142-125/+123
| * clients/secret-agent: fail request_secrets_from_ui() if there are no secrets ...Thomas Haller2019-02-141-0/+3
| * clients/secret-agent: keep setting-name in request-dataThomas Haller2019-02-141-0/+7
| * libnm: add NMSockAddrEndpoint APIThomas Haller2019-02-144-0/+446
| * libnm: add internal _nm_utils_secret_flags_validate() utilThomas Haller2019-02-142-0/+62
| * libnm/trivial: rename NM_SETTING_SECRET_FLAG_ALL flag (formerly NM_SETTING_SE...Thomas Haller2019-02-142-3/+3
| * shared: add macros for initializing NMSecretPtrThomas Haller2019-02-131-0/+25
| * shared: make nm_streq() and nm_streq0() inline functionsThomas Haller2019-02-131-2/+12
| * shared: add NM_STR_HAS_SUFFIX()Thomas Haller2019-02-131-1/+12
| * libnm: fix usage of nm_streq() macroThomas Haller2019-02-131-7/+7
|/
* wifi-p2p: merge branch 'th/wifi-p2p-wait-supplicant-fix'Thomas Haller2019-02-133-111/+94
|\
| * wifi-p2p: add FIXME comment for handling group_owner in NMDeviceWifiP2PThomas Haller2019-02-131-0/+1
| * wifi-p2p: rework setting pending action waiting for supplicantThomas Haller2019-02-131-49/+62
| * wifi-p2p: drop constructor property NM_DEVICE_WIFI_P2P_MGMT_IFACEThomas Haller2019-02-133-46/+19
| * wifi-p2p: don't use g_signal_connect_object()Thomas Haller2019-02-131-16/+12
|/
* po: update Danish (da) translationscootergrisen2019-02-131-1382/+1925
* shared: fix nm_errno_from_native() for negative inputThomas Haller2019-02-122-1/+4
* all: merge branch 'th/errno'Thomas Haller2019-02-12303-871/+707
|\
| * shared: use nm_strerror_native_r() in lower layersThomas Haller2019-02-122-23/+32
| * systemd: define strerror() in sd-adapt header to nm_strerror_native()Thomas Haller2019-02-122-0/+11
| * all: replace strerror() calls with nm_strerror_native()Thomas Haller2019-02-1222-75/+75
| * all: replace g_strerror() calls with nm_strerror_native()Thomas Haller2019-02-1226-84/+84
| * all: include "nm-utils/nm-errno.h" via "nm-default.h"Thomas Haller2019-02-128-8/+1
| * shared: add nm_strerror_native() to replace strerror() and g_strerror()Thomas Haller2019-02-122-1/+129
| * all: assert that native errno numbers are positiveThomas Haller2019-02-125-19/+17
| * shared: cleanup separation and transition between errno and nmerr numbersThomas Haller2019-02-123-65/+118
| * shared: fix nm_errno_from_native() for negative valuesThomas Haller2019-02-121-3/+3
| * all: cache errno in local variable before using itThomas Haller2019-02-1234-147/+217
| * libnm,core: use _nm_utils_ascii_str_to_uint64() instead of strtol()Thomas Haller2019-02-123-26/+11
| * all: drop unnecessary includes of <errno.h> and <string.h>Thomas Haller2019-02-12287-467/+56
| * systemd/trivial: adjust naming of include guard defineThomas Haller2019-02-121-3/+3
|/
* all: minor coding style fixes (space before parentheses)Thomas Haller2019-02-115-14/+14
* platform: limit the maximum size of sysctl cacheBeniamino Galvani2019-02-101-15/+46
* build,ci: merge branch 'th/missing-braces-warning'Thomas Haller2019-02-0921-164/+170
|\
| * core: use NM_CMP_*() macro in route_compare()th/missing-braces-warningThomas Haller2019-02-091-24/+19
| * build/meson: build with c_std=gnu11Thomas Haller2019-02-091-1/+1
| * gitlab-ci: rename build-jobs in gitlab-ciThomas Haller2019-02-091-4/+4
| * build/ci: enable --werror for meson buildsThomas Haller2019-02-081-3/+16