summaryrefslogtreecommitdiff
path: root/src/NetworkManagerUtils.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* core/trivial: add code comment to nm_utils_get_shared_wifi_permission()Thomas Haller2015-09-181-0/+6
* core: relax logging message about disowning singletonsThomas Haller2015-08-131-1/+1
* utils: add nm_utils_is_valid_path_component()Thomas Haller2015-08-111-8/+15
* core: final gdbus portingDan Winship2015-08-101-45/+4
* core: port IP/DHCP config to gdbusDan Winship2015-08-101-0/+21
* all: drop includes to <glib/gi18n.h> for "nm-default.h"Dan Winship2015-08-051-1/+0
* all: make use of new header file "nm-default.h"Thomas Haller2015-08-051-3/+1
* core: order destruction of singleton instancesThomas Haller2015-08-051-0/+47
* core: move D-Bus export/unexport into NMExportedObjectDan Winship2015-07-241-0/+43
* all: rename nm-glib-compat.h to nm-glib.h, use everywhereDan Winship2015-07-241-2/+1
* core: print connection path in nm_utils_log_connection_diff()Thomas Haller2015-07-121-4/+8
* utils: fix error logging in ASSERT_VALID_PATH_COMPONENT()Jiří Klimeš2015-07-081-5/+4
* core: add nm_match_spec_join() functionThomas Haller2015-07-021-0/+79
* utils: strip whitespace for device spec in nm_match_spec_split()Thomas Haller2015-07-021-9/+47
* core: return parent pid from nm_utils_get_start_time_for_pid()Thomas Haller2015-06-301-3/+10
* core: fix memleak in nm_utils_get_start_time_for_pid() and parsing start-timeThomas Haller2015-06-301-11/+7