summaryrefslogtreecommitdiff
path: root/src/settings/plugins/ifupdown
Commit message (Expand)AuthorAgeFilesLines
* all: move "src/" directory to "src/core/"Thomas Haller2021-02-0433-2347/+0
* build/meson: fix linking of core plugins to not include static helper librariesThomas Haller2021-01-281-1/+1
* build/meson: cleanup meson files of coreThomas Haller2021-01-282-11/+7
* build/meson: rename "daemon_nm_default_dep" to "core_default_dep"Thomas Haller2021-01-281-2/+2
* build/meson: cleanup "src/meson.build"Thomas Haller2021-01-271-1/+1
* all: update deprecated SPDX license identifiersThomas Haller2021-01-059-9/+9
* all: unify comment style for SPDX-License-Identifier tagThomas Haller2020-09-297-7/+7
* format: replace tabs for indentation in code commentsac/clang-formatThomas Haller2020-09-282-11/+11
* all: reformat all with new clang-format styleAntonio Cardace2020-09-287-1602/+1602
* all: add trailing semicolon to NM_AUTO_DEFINE_FCN_*() usesThomas Haller2020-07-191-1/+1
* all: fix minor typosYuri Chornoivan2020-07-071-1/+1
* ifupdown: use _nm_utils_ascii_str_to_int64() for converting netmask to stringThomas Haller2020-04-011-7/+4
* meson: merge branch 'inigomartinez/meson-license'Thomas Haller2020-03-282-0/+4
|\
| * license: Add license using SPDX identifiers to meson build filesIñigo Martínez2020-02-172-0/+4
* | all: use nm_clear_pointer() instead of g_clear_pointer()Thomas Haller2020-03-231-1/+1
|/
* all: use nm_utils_ipaddr_is_valid() instead of nm_utils_ipaddr_valid()Thomas Haller2020-01-281-2/+2
* all: unify format of our Copyright source code commentsThomas Haller2019-10-026-7/+7
* meson: Remove tests related to check_so_symbolsIñigo Martínez2019-10-011-12/+0
* meson: Avoid the creation of an extra variableIñigo Martínez2019-10-011-5/+1
* meson: Improve the src build fileIñigo Martínez2019-10-011-1/+2
* meson: Improve the libnm-core build fileIñigo Martínez2019-10-011-8/+4
* meson: Use dependency for nm-default headerIñigo Martínez2019-10-011-0/+1
* all: manually drop code comments with file descriptionThomas Haller2019-10-017-19/+6
* all: SPDX header conversionLubomir Rintel2019-09-107-98/+7
* ifupdown: fix crash loading ifupdown settings with empty entries like bridge-...Thomas Haller2019-08-241-0/+2
* ifupdown/tests: add test with duplicate interfacesThomas Haller2019-08-242-0/+33
* ifupdown/tests: cleanup tests by freeing Expected variable with nm_auto()Thomas Haller2019-08-241-45/+21
* ifupdown: fix assertion during logging %NULL storage in load_eni_ifaces()Thomas Haller2019-08-061-1/+1
* settings: no longer honor read-only flag to prevent modifying connection prof...Thomas Haller2019-07-251-1/+0
* core: add and use NM_MATCH_SPEC_*_TAG defines instead of plain stringsThomas Haller2019-07-251-1/+2
* settings: rework tracking settings connections and settings pluginsThomas Haller2019-07-168-352/+276
* settings: don't implement settings plugins as singletonsThomas Haller2019-06-261-6/+1
* settings: remove unused NMSettingsConnection.supports_secrets() functionThomas Haller2019-06-131-14/+0
* settings: drop nm_settings_plugin_initialize() and initialize on demandThomas Haller2019-06-131-4/+17
* all: drop empty first line from sourcesThomas Haller2019-06-115-5/+0
* all: drop emacs file variables from source filesThomas Haller2019-06-119-9/+0
* ifupdown: replace g_strsplit_set() by nm_utils_strsplit_set()Thomas Haller2019-04-122-25/+17
* ifupdown: fix connection iteratorYupeng Chang2019-04-021-1/+1
* settings/ifupdown: fix ifupdown plugin after merging eni_ifaces and connectio...Thomas Haller2019-02-151-2/+4
* all: drop unnecessary includes of <errno.h> and <string.h>Thomas Haller2019-02-125-7/+0
* all: minor coding style fixes (space before parentheses)Thomas Haller2019-02-111-2/+2
* build: meson: Add trailing commasIñigo Martínez2018-12-202-7/+7
* settings/ifupdown: fix block_name typo in initialize()Michael Biebl2018-10-231-1/+1
* all: remove \n endings from log callsLubomir Rintel2018-10-121-10/+10
* settings/ifupdown/tests: avoid asserting on an arrayLubomir Rintel2018-09-191-2/+2
* settings/ifupdown: use _NMLOG() macros for loggingThomas Haller2018-09-063-58/+88
* settings/ifupdown: various cleanup in nms-ifupdown-parser.cThomas Haller2018-09-061-47/+32
* settings/ifupdown: optimize allocating parser dataThomas Haller2018-09-063-18/+24
* settings/ifupdown: use c-list for data structure of ifupdown parserThomas Haller2018-09-065-127/+114
* settings/ifupdown: don't use global variables for /e/n/i parserThomas Haller2018-09-064-185/+163