summaryrefslogtreecommitdiff
path: root/src/nm-core-utils.c
AgeCommit message (Expand)AuthorFilesLines
2018-10-04core: add code comment to nm_utils_read_link_absolute() and minor cleanupThomas Haller1-5/+9
2018-09-17docs: misc. typos pt2luz.paz1-6/+6
2018-09-04shared: move file-get-contents and file-set-contents helper to shared/Thomas Haller1-400/+1
2018-09-04core: extend nm_utils_*_get_contents() to zero temporary memoryThomas Haller1-18/+59
2018-08-11device: support match.interface-nameBeniamino Galvani1-0/+28
2018-07-11all: don't use gchar/gshort/gint/glong but C typesThomas Haller1-12/+12
2018-07-02core: fix wrong check of gretap hardware lengthBeniamino Galvani1-1/+0
2018-06-26core-utils: use 64-bit WPAN address for a 6LoWPAN IIDLubomir Rintel1-1/+6
2018-06-18all: remove CLOCK_BOOTTIME defintionsLubomir Rintel1-9/+0
2018-06-12device: handle failure in generate_duid_from_machine_id() in dhcp6_get_duid()Thomas Haller1-3/+3
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/+16
2018-05-28all: add stable-id specifier "${DEVICE}"Thomas Haller1-1/+4
2018-05-28core: let nm_utils_secret_key_read() handle failures internallyThomas Haller1-49/+91
2018-05-28core: ensure NUL terminated secret_key bufferThomas Haller1-1/+5
2018-05-16core: minor cleanup using helpers NM_IN_STRSET() and nm_utils_strdict_get_keys()Thomas Haller1-5/+2
2018-05-10all: use the elvis operator wherever possibleLubomir Rintel1-5/+5
2018-05-09core-utils: don't load modules not ending with ".so"Lubomir Rintel1-1/+1
2018-04-30all: remove consecutive empty linesBeniamino Galvani1-2/+0
2018-04-23core: add nm_utils_strdict_to_variant() helperThomas Haller1-0/+26
2018-04-18all: replace "it's" with "its" where neededBeniamino Galvani1-1/+1
2018-04-16shared: move nm_utils_get_start_time_for_pid() to shared/nm-utilsThomas Haller1-77/+0
2018-04-13core: minor cleanup of nm_utils_g_value_set_strv()Thomas Haller1-3/+6
2018-04-13core: explicitly pass D-Bus path to nm_utils_log_connection_diff()Thomas Haller1-4/+9
2018-03-20dhcp: remove unused nm_utils_resolve_conf_parse() functionThomas Haller1-104/+0
2018-02-09core: return remaining lifetime from nm_utils_lifetime_get()Thomas Haller1-26/+26
2018-02-07platform: allow omitting output arguments for nm_utils_lifetime_get()Thomas Haller1-6/+6
2018-01-12dns: introduce routing domainsBeniamino Galvani1-0/+15
2017-12-15core: don't use const integers where const expression is neededThomas Haller1-2/+2
2017-12-12core: avoid dereferencing NULL in nm_utils_resolve_conf_parse()Thomas Haller1-2/+1
2017-11-27core: replace "dup()" by "fcntl(fd, F_DUPFD_CLOEXEC, 0)"Thomas Haller1-1/+1
2017-11-14all: use nm_close() instead of close()Thomas Haller1-4/+4
2017-10-30all: avoid coverity warnings about "Missing Initialization"Thomas Haller1-1/+1
2017-10-30all: avoid coverity warnings about "Wrong Check of Return Value"Thomas Haller1-1/+1
2017-10-24core: add nm_utils_sysctl_ip_conf_is_path() utilThomas Haller1-1/+50
2017-10-24core: merge IPv4 and IPv6 implementation of nm_utils_ip4_property_path()Thomas Haller1-43/+19
2017-10-24core: don't use static buffer for nm_utils_ip4_property_path()Thomas Haller1-15/+23
2017-10-19core: add option to pass ownership of file descriptor to nm_utils_fd_get_cont...Thomas Haller1-4/+13
2017-10-19core: don't close input fd in nm_utils_fd_get_contents()Beniamino Galvani1-1/+8
2017-10-18all: add helper functions for nm_hash_update*()Thomas Haller1-12/+0
2017-10-18all: refactor hashing by introducing NMHashStateThomas Haller1-5/+4
2017-10-17shared: split random and hash utilsThomas Haller1-0/+1
2017-10-13core: introduce NM_HASH_INIT() to initialize hash seedThomas Haller1-1/+1
2017-10-13core: add nm_utils_random_bytes() and use getrandom()Thomas Haller1-32/+4
2017-10-13shared: move nm_utils_fd_*() from src/ to shared/nm-utils/Thomas Haller1-94/+0
2017-10-12ndisc: rename NMNDiscPreference to NMIcmpv6RouterPrefThomas Haller1-0/+7
2017-10-09core: refactor parsing resolve.confThomas Haller1-84/+92
2017-10-05shared: move utils NM_UTILS_ENUM2STR*, NM_UTILS_FLAGS2STR*, and nm_utils_to_s...Thomas Haller1-81/+0
2017-10-05core/utils: extend nm_utils_flags2str() for multi-value flags and name for zeroThomas Haller1-3/+9
2017-09-18shared: add NMIPAddr structThomas Haller1-4/+0