summaryrefslogtreecommitdiff
path: root/libnm-core/nm-utils.c
Commit message (Expand)AuthorAgeFilesLines
* libnm-core: support 'clsact' qdiscBeniamino Galvani2020-07-231-2/+2
* shared: merge nm-glib-aux/nm-json.[hc] into nm-json-aux.[hc]Thomas Haller2020-07-091-1/+1
* libnm: always build libnm with JSON validationThomas Haller2020-07-091-14/+0
* libnm,shared: move nm-json.[hc] to shared/nm-glib-auxThomas Haller2020-07-091-4/+1
* libnm: don't include <jansson.h> in libnm but use own variantsThomas Haller2020-07-091-3/+3
* libnm: don't use any symbols from jansson.h directlyThomas Haller2020-07-091-3/+4
* libnm: introduce NMJsonVt virtual table for accessing libjansson symbolsThomas Haller2020-07-091-1/+1
* libnm-core: pass variant-attribute-spec for tc actionsBeniamino Galvani2020-07-081-2/+12
* libnm-core: pass variant-attribute-spec to format functionBeniamino Galvani2020-07-081-1/+2
* all: fix minor typosYuri Chornoivan2020-07-071-3/+3
* libnm: fix leak in nm_utils_is_json_object()Thomas Haller2020-07-011-2/+1
* libnm: refactor wifi frequency handling in libnmThomas Haller2020-06-261-64/+126
* libnm: don't use assert for validating arguments to nm_utils_wifi_find_next_c...Thomas Haller2020-06-261-4/+2
* libnm: use nm_streq() in "libnm-core/nm-utils.c"Thomas Haller2020-06-261-33/+29
* libnm: use NMStrBuf in nm_utils_file_search_in_paths()Thomas Haller2020-06-261-23/+23
* libnm: use NMStrBuf in _nm_utils_uuid_generate_from_strings()Thomas Haller2020-06-261-17/+17
* nm-supplicant-interface: fix removal of OWE flag from non-transition mode BSSIDsDavid Bauer2020-06-091-1/+1
* tc: add support for tbf qdiscBeniamino Galvani2020-06-081-0/+9
* tc: add support for sfq qdiscBeniamino Galvani2020-06-081-0/+11
* libnm-core: support variant attributes of type int32 and uint64Beniamino Galvani2020-06-081-0/+18
* libnm-core: fix parsing of mirred dev attributeBeniamino Galvani2020-06-081-1/+1
* libnm-core: remove unused str_type from tc attribute specifiersBeniamino Galvani2020-06-081-14/+14
* libnm: add NMUtilsPredicateStr typedefThomas Haller2020-05-221-0/+14
* libnm: use correct free macro for buffer in nm_utils_base64secret_decode()Thomas Haller2020-05-191-1/+1
* shared: move _nm_utils_format_variant_attributes*() API to "shared/nm-glib-aux"Thomas Haller2020-05-141-85/+3
* libnm: don't compare invalid mac addresses as equal in nm_utils_hwaddr_matches()Thomas Haller2020-05-141-3/+12
* shared: support stripping whitespace from nm_utils_buf_utf8safe_unescape()Thomas Haller2020-05-131-1/+1
* libnm-core: replace malloc() with g_malloc()Beniamino Galvani2020-05-071-1/+1
* libnm,dhcp: use nm_clear_g_free() instead of nm_clear_pointer(, g_free)Thomas Haller2020-04-271-1/+1
* libnm: cleanup _nm_utils_dns_option_validate()Thomas Haller2020-04-201-40/+38
* keyfile: cleanup mac_address_parser()Thomas Haller2020-04-151-2/+0
* nm-setting-bridge: add 'group-address' bridge optionAntonio Cardace2020-04-061-0/+35
* libnmm,shared: extract and move nm_utils_strdict_to_variant_ass() to sharedThomas Haller2020-04-041-47/+1
* all: use wrappers for g_ascii_strtoll(), g_ascii_strtoull(), g_ascii_strtod()th/strtoll-workaroundThomas Haller2020-04-011-2/+2
* libnm/doc: fix gtk-doc for deprecated markers in libnmThomas Haller2020-03-231-1/+1
* libnm-core: fix wording for 'nm_sett_info_propert_type_mac_addrees'Antonio Cardace2020-03-191-1/+1
* all: unify spelling of "fall-through" comment for switch statementsThomas Haller2020-02-211-1/+1
* libnm-core: add assertion for valid 'error' argument in nm_utils_is_valid_ifa...Antonio Cardace2020-02-171-0/+2
* all: use nm_utils_ifname_valid_kernel() instead of nm_utils_is_valid_iface_na...Antonio Cardace2020-02-171-1/+1
* nm-shared-utils: add nm_utils_ifname_valid*() to shared utilsAntonio Cardace2020-02-171-40/+1
* shared/trivial: rename time related functions to use "nsec"/"msec" abbreviati...Thomas Haller2020-02-101-2/+2
* libnm: use nm_utils_ipaddr_is_valid() to implement nm_utils_ipaddr_valid()Thomas Haller2020-01-281-9/+1
* shared: move nm_utils_inet* helpers from libnm-core to sharedThomas Haller2020-01-281-21/+2
* libnm: let nm_utils_security_valid() reject TKIP with SAE (WPA3)Thomas Haller2020-01-081-3/+0
* libnm: let nm_utils_security_valid() reject adhoc mode with SAEThomas Haller2020-01-081-8/+2
* libnm: avoid deep nesting in checks of nm_utils_security_valid()Thomas Haller2020-01-081-65/+62
* libnm: cleanup conditions by moving pre-check in nm_utils_security_valid()Thomas Haller2020-01-081-15/+12
* libnm: break lines in conditions of nm_utils_security_valid()Thomas Haller2020-01-081-3/+6
* libnm: add missing braces to multi-line condition in nm_utils_security_valid()Thomas Haller2020-01-081-1/+2
* libnm: return early from nm_utils_security_valid()Thomas Haller2020-01-081-17/+18