summaryrefslogtreecommitdiff
path: root/libnm
Commit message (Expand)AuthorAgeFilesLines
* wifi: add WPA-EAP-SUITE-B-192 supportac/wpa3eap_suiteb192Antonio Cardace2020-12-221-1/+2
* libnm: adjust nm_device_get_type_description for VethFernando Fernandez Mancera2020-12-141-1/+4
* libnm: NMDeviceEthernet uses PRIO_20 instead of PRIO_30Fernando Fernandez Mancera2020-12-145-2/+14
* libnm: add warning for bindings about broken functions for transferred GPtrArrayThomas Haller2020-12-092-0/+8
* libnm: fix re-entrancy of NMClient.dispose() for _init_release_all()Thomas Haller2020-12-081-2/+2
* libnm: add debug logging for creating/destroying NMObjectThomas Haller2020-12-071-0/+10
* veth: peer property is D-Bus object path not a stringFernando Fernandez Mancera2020-12-012-27/+22
* veth: add support to configure veth interfacesFernando Fernandez Mancera2020-11-278-9/+187
* ethernet: define NMDeviceEthernet on nm-libnm-utils.hFernando Fernandez Mancera2020-11-272-21/+36
* libnm/tests: add unit test for more consistency check of NMObject type inform...Thomas Haller2020-11-181-14/+77
* utils: introduce new NML_DBUS_META_INTERFACE_PRIO_INSTANTIATE_20Fernando Fernandez Mancera2020-11-182-1/+3
* libnm/trivial: rename enums NML_DBUS_META_INTERFACE_PRIO_INSTANTIATE_*Fernando Fernandez Mancera2020-11-1838-83/+83
* all: add hostname settingBeniamino Galvani2020-11-162-0/+6
* shared: add c-list macros to iterate backwardsBeniamino Galvani2020-11-161-1/+1
* libnm: add NMSettingOvsExternalIDsThomas Haller2020-11-091-0/+7
* libnm: add nm_utils_print() functionThomas Haller2020-11-093-0/+45
* keyfile: expose keyfile handling in libnm as public APIThomas Haller2020-10-282-1/+14
* libnm: add "nm-keyfile.h" headerThomas Haller2020-10-282-0/+2
* all/trivial: rename local variable for user_data for nm_utils_user_data_unpack()Thomas Haller2020-10-221-5/+5
* license: relicense "libnm/nm-types.h" under LGPL-2.1+Thomas Haller2020-10-201-1/+1
* all: unify comment style for SPDX-License-Identifier tagThomas Haller2020-09-29113-113/+113
* format: replace tabs for indentation in code commentsac/clang-formatThomas Haller2020-09-2846-1879/+1879
* all: reformat all with new clang-format styleAntonio Cardace2020-09-28112-23932/+24665
* all/style: remove duplicate semicolon (";;") in sourcesThomas Haller2020-09-231-1/+1
* all: require a semicolon after NM_CACHED_QUARK_FCN()Thomas Haller2020-09-231-2/+2
* all: add ipv4.dhcp-reject-servers propertyBeniamino Galvani2020-08-261-0/+4
* libnm: move nm_setting_ip4_config_get_dhcp_vendor_class_identifier() to "libn...Antonio Cardace2020-08-261-2/+6
* libnm-core,clients: add support for ipv4.dhcp-vendor-class-identifier optionAntonio Cardace2020-08-261-0/+1
* shared: enforce compatible C-type argument for nm_utils_strv_dup()Thomas Haller2020-08-251-1/+1
* all: add trailing semicolon to NM_AUTO_DEFINE_FCN_*() usesThomas Haller2020-07-191-1/+1
* libnm: trace log the call and the completion event for D-Bus methodsThomas Haller2020-07-151-3/+20
* libnm: support "stdout" flag for LIBNM_CLIENT_DEBUG for logging to stdoutThomas Haller2020-07-152-9/+31
* libnm: add trace logging for D-Bus callsThomas Haller2020-07-151-0/+12
* all: fix minor typosYuri Chornoivan2020-07-073-6/+6
* all: fix typo in man pagesSayed Shah2020-07-033-6/+6
* all: add ap-isolation property to wifi settingBeniamino Galvani2020-07-011-0/+5
* libnm: fix wrong assertion in nm_client_check_connectivity_finish()Beniamino Galvani2020-06-251-1/+1
* libnm: omit nm_device_*_get_hw_address() from introspection outputbg/introspection-get-hw-addrBeniamino Galvani2020-06-2518-18/+18
* all: add "path" property to the match settingBeniamino Galvani2020-06-121-0/+7
* all: add device.path propertyBeniamino Galvani2020-06-123-0/+49
* docs: move generate-docs scripts from "libnm/" to "tools/"Thomas Haller2020-06-114-553/+2
* docs: move "nm-settings-docs-{dbus,nmcli}.xml" from "libnm/" to "man/"Thomas Haller2020-06-111-29/+0
* all: move "shared/nm-libnm-aux" to "libnm/nm-libnm-aux"Thomas Haller2020-06-114-1/+188
* docs: unify "nm-property-infos-*.xml" and "nm-settings-docs-*.xml" (root elem...Thomas Haller2020-06-112-7/+3
* docs: add more nm-settings manpages (dbus,nmcli,keyfile,ifcfg-rh)Thomas Haller2020-06-111-20/+33
* docs: rename "nm-settings-docs.xml" to "nm-settings-docs-dbus.xml"Thomas Haller2020-06-111-10/+12
* docs: rename "nm-property-docs.xml" to "nm-settings-docs-gir.xml"Thomas Haller2020-06-112-7/+10
* docs: rename "nm-property-infos" doc filesThomas Haller2020-06-112-25/+40
* docs: merge settings docs in a separate stepThomas Haller2020-06-113-41/+177
* libnm: remove redundant nm_setting_ethtool_*_coalesce() APIThomas Haller2020-05-221-8/+0