summaryrefslogtreecommitdiff
path: root/libnm-core
Commit message (Expand)AuthorAgeFilesLines
* libnm-core: fix ifcfg-rh variable name for DHCPv6 hostnameBeniamino Galvani2019-08-051-1/+1
* libnm: fix leak in NMSettingWireGuard's update_one_secret()Thomas Haller2019-08-031-1/+1
* libnm-core: change unsupported modes for arp_ip_targets bond optionBeniamino Galvani2019-06-111-0/+1
* libnm: belatedly expose nm_ethtool_optname_is_feature() in libnmThomas Haller2019-06-112-3/+7
* version: add NM_AVAILABLE_IN_1_16_4 macroThomas Haller2019-06-111-0/+6
* libnm-core/tests: fix "-Werror=logical-not-parentheses" warning in _sock_addr...Thomas Haller2019-04-181-1/+1
* libnm-core: fix invalid memory accessBeniamino Galvani2019-04-091-1/+3
* libnm-core: fix types of nm_auto() macros for NMSockAddrEndpoint and NMWireGu...Thomas Haller2019-03-131-2/+2
* libnm-core: fix type of argument for nm_utils_inet_ntop_dup()Thomas Haller2019-03-131-1/+1
* core,wifi-p2p: Fix Wi-Fi P2P device typeBenjamin Berg2019-03-071-0/+2
* libnm: rename and expose nm_utils_base64secret_decode() in libnmThomas Haller2019-03-075-29/+31
* libnm: fix return value for nm_wireguard_peer_append_allowed_ip()Thomas Haller2019-03-071-1/+3
* libnm: change nm_wireguard_peer_set_endpoint() API to allow validationThomas Haller2019-03-074-15/+37
* libnm: change nm_wireguard_peer_set_public_key() API to allow validationThomas Haller2019-03-074-14/+29
* libnm: change nm_wireguard_peer_set_preshared_key() API to allow validationThomas Haller2019-03-074-17/+35
* wireguard: accept all-zero private-key, public-key and preshared-keyThomas Haller2019-03-071-5/+0
* nm: Fix syntax on introspection annotationsMarco Trevisan (TreviƱo)2019-03-078-12/+12
* wireguard: add "peer-routes" setting for WireGuard profilesThomas Haller2019-03-052-0/+49
* wireguard: add "mtu" setting for WireGuard profilesThomas Haller2019-03-052-19/+67
* libnm-core: add nm_connection_get_setting_ip_config() helperThomas Haller2019-03-052-0/+17
* build/meson: increase timeouts for some testsThomas Haller2019-02-231-0/+1
* all: move nm_utils_hexstr2bin*() to sharedThomas Haller2019-02-222-165/+3
* libnm/tests: add tests for creating wireguard connection profilesThomas Haller2019-02-221-0/+425
* libnm: add NMWireGuardPeer and libnm support for peersThomas Haller2019-02-226-9/+2321
* libnm,cli: add NMSettingWireGuardThomas Haller2019-02-228-8/+593
* libnm/docs: fix enum definition that confuses gtk-docThomas Haller2019-02-222-2/+6
* core/setting-wifi-p2p: Add WFD IEs property to P2P settingsBenjamin Berg2019-02-212-0/+49
* core/setting-wifi-p2p: Use correct constant for wps-method propertyBenjamin Berg2019-02-211-1/+1
* all: move nm_utils_bin2hexstr_full() to sharedBeniamino Galvani2019-02-211-60/+3
* docs: use numeric values in enum definitions in public headersThomas Haller2019-02-196-52/+51
* 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
* libnm: fix usage of nm_streq() macroThomas Haller2019-02-131-7/+7
* all: replace strerror() calls with nm_strerror_native()Thomas Haller2019-02-121-1/+1
* libnm,core: use _nm_utils_ascii_str_to_uint64() instead of strtol()Thomas Haller2019-02-121-11/+6
* all: drop unnecessary includes of <errno.h> and <string.h>Thomas Haller2019-02-1244-69/+5
* libnm: avoid "-Wmissing-braces" warning for intializing NMUuidThomas Haller2019-02-082-2/+2
* libnm: avoid "-Wmissing-braces" warning for teams _prop_to_keys arrayThomas Haller2019-02-082-28/+23
* all: don't use "static inline" in source filesThomas Haller2019-02-063-6/+6
* wifi-p2p: strict validate options argument to "StartFind"Thomas Haller2019-02-051-0/+2
* libnm-core/setting-wireless-security: add support for SAE key managementLubomir Rintel2019-02-051-15/+23
* libnm-core/dbus: add flag that indicates SAE support for an APLubomir Rintel2019-02-051-0/+3
* build/meson: add intermediate shared/nm-utils base libraryThomas Haller2019-02-051-3/+4
* libnm-core: drop unused includes from "nm-setting.c"Thomas Haller2019-02-041-9/+0
* libnm,core: make for-each-secret implementation virtual functions of NMSettingThomas Haller2019-02-045-54/+99
* libnm,core: various cleanups of _nm_connection_for_each_secret()Thomas Haller2019-02-041-17/+15
* libnm,core: move _nm_connection_for_each_secret() from core to libnm-coreThomas Haller2019-02-042-0/+161
* libnm: rework _nm_setting_aggregate() to delegate to setting classThomas Haller2019-02-044-40/+50
* libnm: extend nm_setting_enumerate_values() to support non-GObject base prope...Thomas Haller2019-02-043-29/+53