summaryrefslogtreecommitdiff
path: root/src/nm-core-utils.h
AgeCommit message (Expand)AuthorFilesLines
2018-09-04shared: move file-get-contents and file-set-contents helper to shared/Thomas Haller1-34/+0
2018-09-04core: extend nm_utils_*_get_contents() to zero temporary memoryThomas Haller1-0/+14
2018-08-11device: support match.interface-nameBeniamino Galvani1-0/+4
2018-07-11all: don't use gchar/gshort/gint/glong but C typesThomas Haller1-2/+2
2018-07-06device: fix order of params in nm_match_spec_device prototypeOlivier Gayot1-1/+1
2018-06-08libnm-core: add ipv6.dhcp-duid propertyFrancesco Giudici1-1/+1
2018-06-07core: add function to retrieve secret_key generation timeFrancesco Giudici1-0/+1
2018-05-28all: add stable-id specifier "${DEVICE}"Thomas Haller1-1/+2
2018-05-28core: let nm_utils_secret_key_read() handle failures internallyThomas Haller1-1/+2
2018-05-10all: use the elvis operator wherever possibleLubomir Rintel1-1/+1
2018-04-23core: add nm_utils_strdict_to_variant() helperThomas Haller1-0/+2
2018-04-16shared: move nm_utils_get_start_time_for_pid() to shared/nm-utilsThomas Haller1-2/+0
2018-04-13core: explicitly pass D-Bus path to nm_utils_log_connection_diff()Thomas Haller1-1/+6
2018-04-10core: add nm_utils_get_monotonic_timestamp_ns_cached() helperThomas Haller1-0/+7
2018-03-20dhcp: remove unused nm_utils_resolve_conf_parse() functionThomas Haller1-5/+0
2018-02-09core: return remaining lifetime from nm_utils_lifetime_get()Thomas Haller1-6/+5
2018-01-12dns: introduce routing domainsBeniamino Galvani1-0/+2
2017-11-16all: include "nm-utils/nm-hash-utils.h" by defaultThomas Haller1-2/+0
2017-10-24core: add nm_utils_sysctl_ip_conf_is_path() utilThomas Haller1-0/+2
2017-10-24core: merge IPv4 and IPv6 implementation of nm_utils_ip4_property_path()Thomas Haller1-3/+2
2017-10-24core: don't use static buffer for nm_utils_ip4_property_path()Thomas Haller1-2/+5
2017-10-19core: add option to pass ownership of file descriptor to nm_utils_fd_get_cont...Thomas Haller1-0/+1
2017-10-18all: add helper functions for nm_hash_update*()Thomas Haller1-5/+4
2017-10-18all: refactor hashing by introducing NMHashStateThomas Haller1-9/+8
2017-10-17shared: split random and hash utilsThomas Haller1-0/+2
2017-10-13core: add nm_utils_random_bytes() and use getrandom()Thomas Haller1-2/+0
2017-10-13shared: move nm_utils_fd_*() from src/ to shared/nm-utils/Thomas Haller1-8/+0
2017-10-12ndisc: rename NMNDiscPreference to NMIcmpv6RouterPrefThomas Haller1-0/+13
2017-10-10core: rework tracking of gateway/default-route in ip-configThomas Haller1-0/+9
2017-10-09all: rework configuring route table support by adding "route-table" settingThomas Haller1-2/+0
2017-10-09core: refactor parsing resolve.confThomas Haller1-2/+4
2017-10-05shared: move utils NM_UTILS_ENUM2STR*, NM_UTILS_FLAGS2STR*, and nm_utils_to_s...Thomas Haller1-66/+0
2017-09-26libnm,core: add TABLE attribute for routes settingsThomas Haller1-0/+2
2017-09-18shared: add NMIPAddr structThomas Haller1-19/+0
2017-09-13core: add nm_utils_ip4_address_same_prefix() functionThomas Haller1-10/+18
2017-09-08core: add nm_utils_connection_has_default_route()Thomas Haller1-0/+4
2017-09-08core: nm_utils_ip_route_metric_normalize() utilThomas Haller1-0/+6
2017-08-03platform: add compare functions for routes with different compare semanticsThomas Haller1-6/+20
2017-07-31core: add nm_utils_ip6_address_same_prefix_cmp() helperThomas Haller1-1/+20
2017-07-05platform: implement hash function for NMPlatformLnk typesThomas Haller1-0/+6
2017-07-05platform: let NMPObject implement NMDedupIndexObjThomas Haller1-0/+2
2017-05-28all: fix typos in documentation, translated strings and commentsYuri Chornoivan1-1/+1
2017-04-27core: make dad_counter argument guint32 typeThomas Haller1-2/+2
2017-04-27core: move NMIPAddr to nm-core-utils.hThomas Haller1-0/+19
2017-04-05shared: move NM_UTILS_LOOKUP() macro shared utilsThomas Haller1-44/+0
2017-03-24core/trivial: rename nm_utils_10pow() to nm_utils_exp10()Thomas Haller1-1/+1
2017-03-23core: add nm_utils_10pow() utilsThomas Haller1-0/+2
2017-03-17device: add spec "driver:" to match devicesThomas Haller1-0/+2
2017-03-16core: add activation-type property to active-connectionThomas Haller1-0/+6
2017-03-06core: split nm_utils_format_con_diff_for_audit()Beniamino Galvani1-0/+2