summaryrefslogtreecommitdiff
path: root/src/NetworkManagerUtils.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-16libnm,core: add support for "suppress_prefixlength" rule attributeThomas Haller1-21/+22
2019-06-26core: add flag to nm_shutdown_wait_obj_register_full() for freeing allcated m...Thomas Haller1-13/+21
2019-06-11ipv6: add 'disabled' methodBeniamino Galvani1-0/+1
2019-06-11all: drop emacs file variables from source filesThomas Haller1-1/+0
2019-05-28utils: add ifname argument to nm_utils_complete_generic()Lubomir Rintel1-4/+8
2019-04-18shared: build helper "libnm-libnm-core-{intern|aux}.la" library for libnm-coreThomas Haller1-1/+1
2019-04-18shared: move most of "shared/nm-utils" to "shared/nm-glib-aux"Thomas Haller1-1/+1
2019-03-27core: add handling of IP routing rules to NMDeviceThomas Haller1-0/+44
2019-03-05core: use nm_connection_get_setting_ip_config() helperThomas Haller1-4/+1
2019-03-05core: accept %NULL as source argument for nm_utils_ipx_address_clear_host_add...Thomas Haller1-2/+2
2019-02-09core: use NM_CMP_*() macro in route_compare()Thomas Haller1-24/+19
2019-02-08shared: avoid "-Wmissing-braces" warning initalizing NMIPAddrThomas Haller1-2/+3
2019-01-02systemd: move basic systemd library to shared/nm-utilsThomas Haller1-1/+1
2018-12-13core: use streq() instead of strcmp() for comparing ip-config methodsThomas Haller1-36/+34
2018-12-13core: use addr-family argument for nm_utils_get_ip_config_method()Thomas Haller1-21/+22
2018-11-01device: add "dhcp-plugin" match spec for deviceThomas Haller1-1/+3
2018-10-23core: add nm_utils_file_is_in_path() for checking pathsThomas Haller1-0/+60
2018-08-28settings: use delegation instead of inheritance for NMSettingsConnection and ...Thomas Haller1-1/+3
2018-05-25core: add nm_shutdown_register_watchdog() for marking object to wait for shut...Thomas Haller1-0/+89
2018-04-30all: remove consecutive empty linesBeniamino Galvani1-1/+0
2018-04-13all: unify spelling of translators hint in source codeThomas Haller1-1/+1
2018-04-04Revert "core: merge branch 'bg/restart-assume-rh1551958'"Thomas Haller1-1/+23
2018-04-04core: remove @indicated argument of nm_utils_match_connection()Beniamino Galvani1-23/+1
2018-03-20core: avoid clone of all-connections list for nm_utils_complete_generic()Thomas Haller1-44/+39
2018-03-20core: cleanup of nm_utils_complete_generic()Thomas Haller1-28/+28
2018-03-12core/dbus: rework D-Bus implementation to use lower layer GDBusConnection APIThomas Haller1-57/+0
2017-12-27core: extend nm_match_spec_device_by_pllink() with the device-typeThomas Haller1-1/+2
2017-12-27core: add nm_match_spec_device_by_pllink()Thomas Haller1-0/+34
2017-11-30device: add "indicated" argument to nm_utils_match_connection()Thomas Haller1-1/+23
2017-10-30utils: don't assume a device with master won't have IP configurationLubomir Rintel1-20/+12
2017-10-18core,clients: use our own string hashing function nm_str_hash()Thomas Haller1-1/+1
2017-09-08core: add nm_utils_connection_has_default_route()Thomas Haller1-0/+49
2017-09-01core: ignore host-routes routes when matching generated connectionThomas Haller1-13/+37
2017-05-05all: fix typo 'entires' -> 'entries'Beniamino Galvani1-1/+1
2017-04-15src: only compare network parts of routes in nm_utils_match_connection()Thomas Haller1-9/+19
2017-03-16manager: simplify searching assumed connectionThomas Haller1-4/+6
2017-03-16core: fix matching routes for assuming connectionsThomas Haller1-4/+9
2017-03-02all: use stack-allocated uuid at various placesThomas Haller1-4/+4
2016-11-21build: don't add subdirectories to include search path but require qualified ...Thomas Haller1-1/+1
2016-10-03all: modify line separator comments to be 80 chars wideThomas Haller1-4/+4
2016-09-22device: fix nm_utils_match_connection() for NMSettingInfiniband:mac-addressThomas Haller1-0/+36
2016-06-30device: extend MAC address handling including randomization for ethernet and ...Thomas Haller1-2/+8
2016-06-01all: move NM_AUTH_PERMISSION_* defines to "nm-common-macros.h" headerThomas Haller1-0/+1
2016-03-15utils: inject platform into nm_utils_complete_generic()Thomas Haller1-4/+6
2016-03-01core: split "nm-core-utils.h" out of "NetworkManagerUtils.h"Thomas Haller1-2914/+11
2016-02-24libnm,core: fix syntax of 'transfer' annotationBeniamino Galvani1-2/+2
2016-02-21utils: add nm_utils_parse_debug_string() to replace g_parse_debug_string()Thomas Haller1-0/+62
2016-02-19all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller1-2/+1
2016-02-15utils: use stack allocated buffer for path in nm_utils_get_start_time_for_pid()Thomas Haller1-2/+2
2016-02-14all/trivial: rename STRLEN() macro to NM_STRLEN()Thomas Haller1-18/+18