summaryrefslogtreecommitdiff
path: root/src/nm-core-utils.c
Commit message (Expand)AuthorAgeFilesLines
* wifi: drop extra conditions in nm_wifi_utils_parse_ies() and use NM_SET_OUT()Thomas Haller2020-05-121-11/+8
* core: add FIXME(release-blocker) comments for match.kernel-command-line behaviorThomas Haller2020-05-121-1/+1
* core: accept %NULL argument to nm_wildcard_match_check()Thomas Haller2020-05-061-5/+9
* utils: use nm_utils_strsplit_set_full() in nm_utils_proc_cmdline_split()Thomas Haller2020-03-241-5/+13
* nm-core-utils: add nm_utils_proc_cmdlineAdrian Freihofer2020-03-241-0/+45
* core/wifi: always set owe_transition_mode output in nm_wifi_utils_parse_ies()Thomas Haller2020-03-221-3/+4
* nm-supplicant-interface: enable OWE security when transition mode is availableDavid Bauer2020-03-221-1/+9
* core: avoid duplicate lookup in nm_utils_strdict_to_variant()Thomas Haller2020-02-211-6/+6
* all: use nm_utils_ifname_valid_kernel() instead of nm_utils_is_valid_iface_na...Antonio Cardace2020-02-171-4/+4
* wifi: move nm_wifi_utils_parse_ies() to "src/nm-core-utils.h"Thomas Haller2020-02-101-0/+332
* wifi: move nm_wifi_utils_level_to_quality() to "src/nm-core-utils.h"Thomas Haller2020-02-101-0/+21
* shared/trivial: rename time related functions to use "nsec"/"msec" abbreviati...Thomas Haller2020-02-101-1/+1
* shared: use static array indices in function parameter declarations of _nm_ut...Thomas Haller2020-01-281-1/+2
* all: use _nm_utils_inet4_ntop() instead of nm_utils_inet4_ntop()Thomas Haller2020-01-281-1/+2
* all: rename time related function to spell out nsec/usec/msec/secThomas Haller2019-12-131-10/+10
* core: remove 'legacy_unstable_byteorder' argument from client-id helpersBeniamino Galvani2019-12-021-9/+3
* shared: move nm_utils_ip._address_clear_host_address() helpers to sharedThomas Haller2019-11-221-96/+0
* core: support ipvX.dhcp-iaid propertiesBeniamino Galvani2019-11-111-20/+5
* shared: move nm_utils_parse_debug_string() from core to sharedThomas Haller2019-10-181-60/+0
* all: unify format of our Copyright source code commentsThomas Haller2019-10-021-2/+2
* all: manually drop code comments with file descriptionThomas Haller2019-10-011-2/+1
* dns/dnsmasq: refactor tracking of dnsmasq processThomas Haller2019-09-261-1/+1
* 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