summaryrefslogtreecommitdiff
path: root/src/nm-core-utils.c
Commit message (Expand)AuthorAgeFilesLines
* all: SPDX header conversionLubomir Rintel2019-09-101-14/+1
* shared,all: return boolean success from nm_utils_file_get_contents()Thomas Haller2019-08-081-16/+23
* shared: let nm_utils_file_set_contents() return a errno error codeThomas Haller2019-08-081-5/+5
* core: add and use NM_MATCH_SPEC_*_TAG defines instead of plain stringsThomas Haller2019-07-251-10/+7
* libnm,core: use nm_utils_clock_gettime_*() instead of clock_gettime()Thomas Haller2019-07-231-1/+2
* settings: don't implement settings plugins as singletonsThomas Haller2019-06-261-0/+2
* all: drop emacs file variables from source filesThomas Haller2019-06-111-1/+0
* core: ensure NUL padding interface name in nm_utils_ifname_cpy()Thomas Haller2019-05-161-2/+11
* core: fix file permissions for "/var/lib/NetworkManager/secret_key"Thomas Haller2019-05-141-1/+1
* core: don't log plain pointer values for singletonsThomas Haller2019-05-131-2/+4
* shared: move most of "shared/nm-utils" to "shared/nm-glib-aux"Thomas Haller2019-04-181-3/+3
* shared: split C-only helper "shared/nm-std-aux" utils out of "shared/nm-utils"Thomas Haller2019-04-181-1/+1
* utils: obey modprobe blacklistLubomir Rintel2019-03-071-0/+1
* core: accept %NULL as source argument for nm_utils_ipx_address_clear_host_add...Thomas Haller2019-03-051-3/+7
* all: move nm_utils_hexstr2bin*() to sharedThomas Haller2019-02-221-8/+8
* all: move nm_utils_bin2hexstr_full() to sharedBeniamino Galvani2019-02-211-5/+5
* all: replace strerror() calls with nm_strerror_native()Thomas Haller2019-02-121-14/+14
* all: drop unnecessary includes of <errno.h> and <string.h>Thomas Haller2019-02-121-2/+0
* all: don't use "static inline" in source filesThomas Haller2019-02-061-1/+1
* all: fix misspellingsRafael Fontenelle2019-01-241-6/+6
* libnm,core: accept failure to _nm_setting_get_property() in _log_connection_g...Thomas Haller2019-01-111-1/+1
* dhcp: move nm_utils_dhcp_client_id_mac() to "nm-core-utils.c"Thomas Haller2019-01-071-0/+62
* core/trivial: rename nm_utils_detect_arp_type_from_addrlen() to nm_utils_arp_...Thomas Haller2019-01-071-2/+2
* all: don't use static buffer for nm_utils_inet*_ntop()Thomas Haller2018-12-191-5/+3
* core: add nm_utils_detect_arp_type_from_addrlen() helperThomas Haller2018-12-141-0/+28
* core: never fail reading host-id timestamp and never change itThomas Haller2018-12-121-10/+56
* core: split initializing host-id singleton out of nm_utils_host_id_get()Thomas Haller2018-12-121-20/+27
* core/trivial: rename nm_utils_get_boot_id_*()Thomas Haller2018-12-121-3/+3
* core/trivial: rename secret-key to host-keyThomas Haller2018-12-121-59/+74
* core: fix race creating secret-keyThomas Haller2018-12-121-9/+4
* core: combine secret-key with /etc/machine-idThomas Haller2018-12-121-47/+138
* core: use define for secret_key filenameThomas Haller2018-12-121-6/+8
* core: fix printing error for failure reading secret-keyThomas Haller2018-12-121-1/+1
* core: fix match spec behavior for a list of all "except:"Thomas Haller2018-12-111-27/+69
* core: add nm_utils_create_dhcp_iaid() utilThomas Haller2018-11-291-15/+47
* all: add "${MAC}" substituion for "connection.stable-id"Thomas Haller2018-11-131-0/+3
* dhcp: reimplement node-specific DHCP client-id generation from systemdThomas Haller2018-11-131-0/+97
* core: pass boot-id to nm_utils_stable_id_parse()Thomas Haller2018-11-131-1/+1
* core: don't persist secret-key for testsThomas Haller2018-11-131-0/+6
* core: refactor loading machine-id and cache itThomas Haller2018-11-131-76/+183
* core: minor cleanup of initializing nm_utils_get_testing()Thomas Haller2018-11-131-6/+17
* all: cleanup GChecksum handlingThomas Haller2018-11-131-40/+11
* device: add "dhcp-plugin" match spec for deviceThomas Haller2018-11-011-1/+8
* core: add nm_utils_file_is_in_path() for checking pathsThomas Haller2018-10-231-0/+4
* shared: move nm_utils_get_monotonic_timestamp*() to shared/nm-utils.Thomas Haller2018-10-181-200/+0
* core: move logging of monotonic-timestamp to "nm-logging.c"Thomas Haller2018-10-181-11/+1
* core: add code comment to nm_utils_read_link_absolute() and minor cleanupThomas Haller2018-10-041-5/+9
* docs: misc. typos pt2luz.paz2018-09-171-6/+6
* shared: move file-get-contents and file-set-contents helper to shared/Thomas Haller2018-09-041-400/+1
* core: extend nm_utils_*_get_contents() to zero temporary memoryThomas Haller2018-09-041-18/+59