summaryrefslogtreecommitdiff
path: root/src/settings/plugins
Commit message (Expand)AuthorAgeFilesLines
* all: move "src/" directory to "src/core/"Thomas Haller2021-02-04318-38742/+0
* build/meson: fix linking of core plugins to not include static helper librariesThomas Haller2021-01-282-2/+2
* build/meson: cleanup meson files of coreThomas Haller2021-01-285-45/+29
* build/meson: rename "daemon_nm_default_dep" to "core_default_dep"Thomas Haller2021-01-282-4/+4
* build/meson: cleanup "src/meson.build"Thomas Haller2021-01-273-3/+3
* libnm,shared: move nm-ethtool helper to "libnm-base"Thomas Haller2021-01-154-4/+5
* libnm: split ethtool option names to a new header "libnm-core/nm-ethtool-util...Thomas Haller2021-01-154-4/+4
* all: update deprecated SPDX license identifiersThomas Haller2021-01-0538-38/+38
* wifi: merge branch 'ac/wpa3eap_suiteb192'Antonio Cardace2020-12-224-5/+62
|\
| * wifi: add WPA-EAP-SUITE-B-192 supportac/wpa3eap_suiteb192Antonio Cardace2020-12-224-5/+62
* | all: explicit include <linux/if_{ether,infiniband,vlan}.h> as neededThomas Haller2020-12-223-0/+5
|/
* keyfile: fix error message on failure to generate filename in _internal_write...Thomas Haller2020-12-091-1/+9
* all: add hostname settingBeniamino Galvani2020-11-164-3/+69
* ifcfg: reuse the same variable for different settingsBeniamino Galvani2020-11-161-26/+28
* introspection: avoid compiler warning in generated introspection filesThomas Haller2020-11-031-0/+1
* libnm/bond: remove validation from nm_setting_bond_add_option() and explicitl...Thomas Haller2020-10-191-7/+14
* all: unify comment style for SPDX-License-Identifier tagThomas Haller2020-09-2932-32/+32
* libnm: cleanup handling of "connection.permissions" and improve validationThomas Haller2020-09-291-20/+22
* format: replace tabs for indentation in code commentsac/clang-formatThomas Haller2020-09-2817-488/+488
* all: reformat all with new clang-format styleAntonio Cardace2020-09-2832-27104/+28755
* all/style: remove duplicate semicolon (";;") in sourcesThomas Haller2020-09-231-3/+3
* shared: extend nm_utils_hexstr2bin_full() to require hexdigits in pairsThomas Haller2020-09-221-1/+1
* all: replace cleanup macro "gs_unref_keyfile" by "nm_auto_unref_keyfile"Thomas Haller2020-09-024-11/+11
* core/trivial: replace "XXX" markers with "TODO"Thomas Haller2020-08-272-5/+5
* all: add ipv4.dhcp-reject-servers propertyBeniamino Galvani2020-08-264-8/+30
* ifcfg-rh: add support for the DHCP_VENDOR_CLASS_IDENTIFIER optionAntonio Cardace2020-08-264-1/+12
* all: avoid wrong compiler warning about uninitalized variables with LTOThomas Haller2020-08-171-0/+1
* all: add trailing semicolon to NM_AUTO_DEFINE_FCN_*() usesThomas Haller2020-07-191-1/+1
* shared: merge nm-glib-aux/nm-json.[hc] into nm-json-aux.[hc]Thomas Haller2020-07-091-1/+1
* libnm: always build libnm with JSON validationThomas Haller2020-07-091-1/+2
* all: fix minor typosYuri Chornoivan2020-07-075-6/+6
* all: fix typo in man pagesSayed Shah2020-07-031-1/+1
* all: add ap-isolation property to wifi settingBeniamino Galvani2020-07-016-1/+81
* ifcfg-rh: add generic shvar getter and setter for ternary variablesBeniamino Galvani2020-07-012-0/+26
* ifcfg-rh: hard code the defaults for bridge settings in write_bridge_setting()Thomas Haller2020-06-301-40/+45
* ifcfg-rh: use guint type for handling nm_setting_bridge_get_ageing_time() ret...Thomas Haller2020-06-301-3/+4
* ifcfg-rh: use nm_gstring_add_space_delimiter() in write_bridge_setting()Thomas Haller2020-06-301-44/+22
* ifcfg-rh: use nm_utils_named_values_from_strdict() in write_secrets()Thomas Haller2020-06-191-6/+12
* ifcfg-rh: fix memory leak reading tc filtersBeniamino Galvani2020-06-181-1/+1
* platform: add support for local routesAntonio Cardace2020-06-167-5/+77
* all: add "path" property to the match settingBeniamino Galvani2020-06-124-4/+19
* core: add "external" flag for connections of external devicesThomas Haller2020-06-109-10/+67
* keyfile: add NMKeyfileHandlerFlagsThomas Haller2020-06-052-2/+2
* keyfile: add nm_keyfile_handler_data_warn_get() and construct message lazyThomas Haller2020-06-051-8/+10
* keyfile: add handler context for all parser callbacksThomas Haller2020-06-052-27/+34
* keyfile: rework error reporting from read/write handlerThomas Haller2020-06-052-5/+3
* keyfile: add NMKeyfileHandlerData typedef for arguments of keyfile callbacksThomas Haller2020-06-052-6/+8
* keyfile: merge NMKeyfile{Read,Write}Type as NMKeyfileHandlerTypeThomas Haller2020-06-052-4/+4
* ifcfg-rh: support persisting 802-1x.pin and pin-flags propertyThomas Haller2020-05-287-1/+22
* ifcfg-rh: fix handling "802-1x.{phase2-,}ca-path" in ifcfg-rh settings pluginThomas Haller2020-05-274-1/+16