summaryrefslogtreecommitdiff
path: root/src/NetworkManagerUtils.c
Commit message (Expand)AuthorAgeFilesLines
* all: remove consecutive empty linesBeniamino Galvani2018-04-301-1/+0
* all: unify spelling of translators hint in source codeThomas Haller2018-04-131-1/+1
* Revert "core: merge branch 'bg/restart-assume-rh1551958'"Thomas Haller2018-04-041-1/+23
* core: remove @indicated argument of nm_utils_match_connection()Beniamino Galvani2018-04-041-23/+1
* core: avoid clone of all-connections list for nm_utils_complete_generic()Thomas Haller2018-03-201-44/+39
* core: cleanup of nm_utils_complete_generic()Thomas Haller2018-03-201-28/+28
* core/dbus: rework D-Bus implementation to use lower layer GDBusConnection APIThomas Haller2018-03-121-57/+0
* core: extend nm_match_spec_device_by_pllink() with the device-typeThomas Haller2017-12-271-1/+2
* core: add nm_match_spec_device_by_pllink()Thomas Haller2017-12-271-0/+34
* device: add "indicated" argument to nm_utils_match_connection()Thomas Haller2017-11-301-1/+23
* utils: don't assume a device with master won't have IP configurationLubomir Rintel2017-10-301-20/+12
* core,clients: use our own string hashing function nm_str_hash()Thomas Haller2017-10-181-1/+1
* core: add nm_utils_connection_has_default_route()Thomas Haller2017-09-081-0/+49
* core: ignore host-routes routes when matching generated connectionThomas Haller2017-09-011-13/+37
* all: fix typo 'entires' -> 'entries'Beniamino Galvani2017-05-051-1/+1
* src: only compare network parts of routes in nm_utils_match_connection()Thomas Haller2017-04-151-9/+19
* manager: simplify searching assumed connectionThomas Haller2017-03-161-4/+6
* core: fix matching routes for assuming connectionsThomas Haller2017-03-161-4/+9
* all: use stack-allocated uuid at various placesThomas Haller2017-03-021-4/+4
* build: don't add subdirectories to include search path but require qualified ...Thomas Haller2016-11-211-1/+1
* all: modify line separator comments to be 80 chars wideThomas Haller2016-10-031-4/+4
* device: fix nm_utils_match_connection() for NMSettingInfiniband:mac-addressThomas Haller2016-09-221-0/+36
* device: extend MAC address handling including randomization for ethernet and ...Thomas Haller2016-06-301-2/+8
* all: move NM_AUTH_PERMISSION_* defines to "nm-common-macros.h" headerThomas Haller2016-06-011-0/+1
* utils: inject platform into nm_utils_complete_generic()Thomas Haller2016-03-151-4/+6
* core: split "nm-core-utils.h" out of "NetworkManagerUtils.h"Thomas Haller2016-03-011-2914/+11
* libnm,core: fix syntax of 'transfer' annotationBeniamino Galvani2016-02-241-2/+2
* utils: add nm_utils_parse_debug_string() to replace g_parse_debug_string()Thomas Haller2016-02-211-0/+62
* all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller2016-02-191-2/+1
* utils: use stack allocated buffer for path in nm_utils_get_start_time_for_pid()Thomas Haller2016-02-151-2/+2
* all/trivial: rename STRLEN() macro to NM_STRLEN()Thomas Haller2016-02-141-18/+18
* core: fix matching of default metric value for static routesBeniamino Galvani2016-02-111-3/+104
* utils: reimplement NM_UTILS_ENUM2STR_DEFINE() without helper functionThomas Haller2016-02-011-39/+0
* libnm-core: fail verify() for NMSettingVlan for invalid vlan idThomas Haller2016-01-221-3/+2
* core: allow VLAN ids between 1 and 4095Beniamino Galvani2016-01-221-1/+1
* core: truncate parent ifname when constructing virtual ifname for VLANThomas Haller2016-01-211-2/+26
* utils: fix error open() handlingLubomir Rintel2016-01-211-1/+1
* core: add nm_utils_enum2str()Thomas Haller2016-01-181-0/+39
* utils: save duplicate lookup of path in nm_utils_g_value_set_object_path_array()Thomas Haller2015-12-041-2/+4
* utils: assert for valid flags description in nm_utils_flags2str()Thomas Haller2015-12-041-0/+13
* utils: construct paths array directly in nm_utils_g_value_set_object_path_arr...Thomas Haller2015-12-041-7/+8
* utils: add @filter_func argument to nm_utils_g_value_set_object_path_array()Dan Williams2015-12-041-1/+8
* build: avoid invalid compiler warningThomas Haller2015-11-101-1/+1
* core: fix assuming a connection without S390 properties (rh #1276343)Jiří Klimeš2015-11-031-0/+52
* core: add support for RFC7217 stable privacy addressingLubomir Rintel2015-11-021-1/+120
* utils: add flags2str utility functionsThomas Haller2015-11-021-0/+115
* core: add nm_utils_to_string_buffer global bufferThomas Haller2015-11-021-0/+26
* config: allow to enable/disable configuration snippetsThomas Haller2015-10-051-0/+118
* core: add nm_utils_ascii_str_to_bool()Thomas Haller2015-10-051-0/+34
* core: add NM_UTILS_ERRORThomas Haller2015-09-251-0/+33