summaryrefslogtreecommitdiff
path: root/libnm-core
Commit message (Expand)AuthorAgeFilesLines
* libnm: cleanup constructing GVariants for IP addressesThomas Haller2020-10-301-34/+44
* libnm: cleanup signedness and range of intergers in "nm-utils.c"Thomas Haller2020-10-301-17/+18
* keyfile: expose keyfile handling in libnm as public APIThomas Haller2020-10-284-98/+180
* libnm: add "nm-keyfile.h" headerThomas Haller2020-10-285-3/+26
* keyfile: remove "keyfile-history.sh" scriptThomas Haller2020-10-201-97/+0
* keyfile: relicense the code under LGPL-2.1+Thomas Haller2020-10-204-4/+4
* keyfile: add "keyfile-history.sh" script for finding copyright holders of "sh...Thomas Haller2020-10-201-0/+97
* license: relicense "libnm-core/nm-vpn-dbus-interface.h" under LGPL-2.1+Thomas Haller2020-10-201-1/+1
* license: relicense "libnm-core/nm-dbus-interface.h" under LGPL-2.1+Thomas Haller2020-10-201-1/+1
* license: relicense "libnm-core/nm-core-types.h" under LGPL-2.1+Thomas Haller2020-10-201-1/+1
* license: relicense "libnm-core/nm-libnm-core-aux/nm-dispatcher-api.h" under L...Thomas Haller2020-10-201-1/+1
* version: add 1.30 macrosThomas Haller2020-10-201-0/+14
* libnm: fix detecting address family for error message in NMSettingVxlan.verify()Thomas Haller2020-10-201-31/+28
* libnm: canonicalize local/remote IP address in NMSettingVxlanThomas Haller2020-10-201-4/+15
* libnm,core: allow VXLAN connections without an explicit remote VTEPbarinet2020-10-201-21/+17
* libnm/bond: remove validation from nm_setting_bond_add_option() and explicitl...Thomas Haller2020-10-193-35/+51
* libnm: unify implementations for bond-mode to/from string conversionsThomas Haller2020-10-193-35/+56
* libnm: small style update to use nm_streq() in _normalize_bond_mode()Thomas Haller2020-10-191-1/+2
* libnm: add trailing comma after NM_UTILS_FLAGS2STR_DEFINE(nm_bluetooth_capabi...Thomas Haller2020-10-191-1/+1
* all: remove unneessary cases from nm_utils_strv_equal()/nm_utils_strv_cmp_n()Thomas Haller2020-10-121-2/+2
* all/trivial: rename _nm_utils_strv_equal()/_nm_utils_strv_cmp_n() to have no ...Thomas Haller2020-10-122-15/+14
* dns: change default DNS priority of VPNs to -50Beniamino Galvani2020-10-091-1/+1
* all: add trailing semicolon after NM_UTILS_STRING_TABLE_LOOKUP_DEFINE()Thomas Haller2020-10-081-2/+3
* libnm/trivial: fix indentation for NMSettingWirelessWakeOnWLan enumThomas Haller2020-09-291-16/+16
* all: use C-style comments for "clang-format on|off"Thomas Haller2020-09-293-6/+6
* all: unify comment style for SPDX-License-Identifier tagThomas Haller2020-09-29153-153/+153
* libnm: cleanup handling of "connection.permissions" and improve validationThomas Haller2020-09-294-210/+295
* format: manually replace remaining tabs with spaces and reformatThomas Haller2020-09-294-61/+61
* format: replace tabs for indentation in code commentsac/clang-formatThomas Haller2020-09-2870-6138/+6138
* all: reformat all with new clang-format styleAntonio Cardace2020-09-28153-61085/+63545
* libnm-core: turn off clang-format for 'glib-mkenums'Antonio Cardace2020-09-283-25/+31
* shared,libnm: avoid mixing signed and unsigned integers in netmask_to_prefix(...Thomas Haller2020-09-241-3/+3
* libnm: relax asserting argument for nm_utils_hwaddr_len()Thomas Haller2020-09-231-6/+8
* shared: move nm_utils_hwaddr_ntoa_buf() to shared/ as _nm_utils_hwaddr_ntoa()Thomas Haller2020-09-232-14/+0
* shared: move _nm_utils_hwaddr_aton() to shared/Thomas Haller2020-09-232-40/+7
* libnm: cleanup nm_utils_hwaddr_canonical() and nm_utils_hwaddr_valid()Thomas Haller2020-09-231-21/+17
* all/style: remove duplicate semicolon (";;") in sourcesThomas Haller2020-09-233-5/+5
* all: require a semicolon after NM_CACHED_QUARK_FCN()Thomas Haller2020-09-231-8/+8
* libnm: hide nm_setting_ip_config_next_valid_dns_option() function from headersThomas Haller2020-09-223-4/+3
* shared: extend nm_utils_hexstr2bin_full() to require hexdigits in pairsThomas Haller2020-09-221-2/+2
* libnm: mark static buffer for nm_utils_inet[46]_ntop() as thread localThomas Haller2020-09-151-5/+7
* libnm/doc: improve description for ipv[46].dns-priority and ipv[46].dns-searc...Thomas Haller2020-09-141-22/+44
* libnm,core: deprecate "active_slave" and alias it for "primary"Thomas Haller2020-09-101-2/+13
* libnm: allow setting "primary" option with modes "tlb" and "alb"Thomas Haller2020-09-101-1/+3
* all: replace cleanup macro "gs_unref_keyfile" by "nm_auto_unref_keyfile"Thomas Haller2020-09-023-13/+13
* man: explain "/var/lib/NetworkManager/secret-key" in `man NetworkManager`Thomas Haller2020-09-021-0/+1
* libnm: fix order of includes in "libnm-core/nm-libnm-core-intern/nm-libnm-cor...Thomas Haller2020-09-011-3/+2
* core: add 'dhcp-vendor-class-identifier' validation functionAntonio Cardace2020-09-013-45/+60
* all: add ipv4.dhcp-reject-servers propertyBeniamino Galvani2020-08-263-0/+161
* libnm-core: use nm_strvarray_remove_first()Beniamino Galvani2020-08-261-44/+16