summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* lldp: accept all chassis-id/port-id types and support network-addressth/lldp-rawThomas Haller2020-06-111-44/+63
* lldp: use full chassis-id/port-id as ID for LLDP neighborThomas Haller2020-06-111-78/+115
* lldp: parse destination-address on demandThomas Haller2020-06-111-13/+7
* lldp: use nm_utils_ether_addr_equal() instead of re-implementationThomas Haller2020-06-111-19/+7
* lldp: only have GHashTable instance for LLDP neighbors when runningThomas Haller2020-06-112-13/+14
* lldp: delay change notification for LLDP neighbor eventsThomas Haller2020-06-111-14/+22
* lldp: change order of dictionary fields for LLDP neighbor variantThomas Haller2020-06-112-6/+6
* lldp: use GVariantBuilder instead of GVariantDictThomas Haller2020-06-111-47/+49
* lldp: add LLDP attributes to GVariant builder without intermediate parsing (2)Thomas Haller2020-06-111-465/+192
* lldp: add LLDP attributes to GVariant builder without intermediate parsing (1)Thomas Haller2020-06-111-26/+13
* lldp: use nm_g_variant_builder_add_sv*() helpers in "nm-lldp-listener.c"Thomas Haller2020-06-111-36/+25
* lldp: no longer keep parsed attributes in LldpNeighborThomas Haller2020-06-111-7/+10
* lldp: split parsing of LLDP attributes from lldp_neighbor_new()Thomas Haller2020-06-111-103/+113
* lldp: separate LLDP attribute list from LldpNeighborThomas Haller2020-06-111-67/+89
* lldp: expose raw LLDP message on D-BusThomas Haller2020-06-113-50/+70
* lldp: track LLDP_ATTR_TYPE_ARRAY_OF_VARIANTS as array instead of CListThomas Haller2020-06-111-35/+67
* lldp: rework _lldp_attr_id_to_name() to lookup by IDThomas Haller2020-06-111-40/+58
* lldp: rename LLDP_ATTR_TYPE_VARDICT to LLDP_ATTR_TYPE_VARIANTThomas Haller2020-06-111-25/+25
* lldp: fix lldp_neighbor_equal() to compare variantsThomas Haller2020-06-111-0/+4
* lldp: fix lldp_neighbor_equal() to compare lists of variantsThomas Haller2020-06-111-0/+13
* lldp: backslash escape untrusted chassis-id,port-id stringsThomas Haller2020-06-111-2/+4
* lldp/tests: assert for expected GVariant when parsing LLDP neighborThomas Haller2020-06-111-2/+11
* lldp/tests: add test for parsing LLDP frameThomas Haller2020-06-113-2/+56
* lldp/tests: assert for variant lookup in testsThomas Haller2020-06-111-13/+13
* shared: add nm_utils_buf_utf8safe_escape_cp() helperThomas Haller2020-06-112-0/+12
* shared: add nm_utils_ether_addr_equal(), nm_utils_ether_addr_cmp()Thomas Haller2020-06-112-0/+24
* shared: add nm_g_variant_builder_add_sv_*() helpersThomas Haller2020-06-111-0/+24
* shared/tests: add nmtst_assert_variant_bytestring() helperThomas Haller2020-06-111-0/+37
* supplicant: merge branch 'th/supplicant-config-verify'Thomas Haller2020-06-114-248/+305
|\
| * supplicant: use macros to initialize config optionsThomas Haller2020-06-111-134/+139
| * supplicant: use binary search to lookup option in "nm-supplicant-settings-ver...Thomas Haller2020-06-112-134/+140
| * supplicant: remove unused str_allowed_multiple field from optionsThomas Haller2020-06-111-134/+133
| * supplicant: remove unused, duplicate "pac_file" entry from opt_tableThomas Haller2020-06-111-1/+0
| * supplicant: rename OptType enum to have "NM" prefixThomas Haller2020-06-114-240/+240
| * supplicant: move strv lists into option meta dataThomas Haller2020-06-111-90/+82
| * supplicant: nicer align code in "nm-supplicant-settings-verify.c"Thomas Haller2020-06-111-86/+141
| * supplicant: fix verification of key_mgmt config for FT-FILS-SHA{256,384}Thomas Haller2020-06-111-0/+1
|/
* docs: merge branch 'th/nm-settings-manual'Thomas Haller2020-06-1145-269/+829
|\
| * docs: generate nm-settings-docs-nmcli.xml based on nmcli meta dataThomas Haller2020-06-116-17/+139
| * docs: move generate-docs scripts from "libnm/" to "tools/"Thomas Haller2020-06-116-13/+13
| * docs: move "nm-settings-docs-{dbus,nmcli}.xml" from "libnm/" to "man/"Thomas Haller2020-06-116-37/+45
| * all: move "shared/nm-libnm-aux" to "libnm/nm-libnm-aux"Thomas Haller2020-06-117-16/+35
| * all: move "shared/nm-libnm-core-aux" to "libnm-core/nm-libnm-core-aux"Thomas Haller2020-06-1111-24/+54
| * all: move "shared/nm-libnm-core-intern" to "libnm-core/nm-libnm-core-intern"Thomas Haller2020-06-1113-29/+59
| * all: move "shared/nm-keyfile" to "libnm-core/nm-keyfile"Thomas Haller2020-06-1110-32/+36
| * docs: unify "nm-property-infos-*.xml" and "nm-settings-docs-*.xml" (root elem...Thomas Haller2020-06-114-10/+6
| * docs: update documentation for nm-settings-nmcli manualThomas Haller2020-06-112-50/+34
| * docs: add more nm-settings manpages (dbus,nmcli,keyfile,ifcfg-rh)Thomas Haller2020-06-1110-45/+242
| * docs: rename "nm-settings-docs.xml" to "nm-settings-docs-dbus.xml"Thomas Haller2020-06-116-17/+20
| * docs: rename "nm-property-docs.xml" to "nm-settings-docs-gir.xml"Thomas Haller2020-06-115-18/+20