NetworkManager/shared/nm-utils
Thomas Haller 98e6abb5a0 shared: add nm_ip_addr_set_from_untrusted() helper
Will be used later. The point is to set an IP address from
unvalidated/untrusted input (that is, the data length might
not match the address-family).

Will be used later when parsing netlink attributes.
2019-02-22 09:58:09 +01:00
..
tests shared/tests: add test for unaligned reads 2019-02-22 09:58:09 +01:00
c-list-util.c
c-list-util.h
nm-c-list.h shared: add nm_c_list_move_*() helpers 2019-02-18 15:00:10 +01:00
nm-compat.c
nm-compat.h
nm-dedup-multi.c all: use nm_c_list_move_*() helpers 2019-02-18 15:00:10 +01:00
nm-dedup-multi.h
nm-enum-utils.c
nm-enum-utils.h
nm-errno.c shared: add nm_strerror_native() to replace strerror() and g_strerror() 2019-02-12 08:50:28 +01:00
nm-errno.h shared: fix nm_errno_from_native() for negative input 2019-02-12 09:13:29 +01:00
nm-glib.h shared/nm-glib: add our own g_steal_pointer() macro to shadow the one from glib 2019-02-21 07:22:36 +01:00
nm-hash-utils.c all: fix misspellings 2019-01-24 17:19:44 +01:00
nm-hash-utils.h shared: add nm_hash_update_valp() helper macro 2019-02-22 09:58:09 +01:00
nm-io-utils.c shared: use nm_strerror_native_r() in lower layers 2019-02-12 08:50:28 +01:00
nm-io-utils.h
nm-jansson.h shared: add nm_auto_decref_json 2019-02-17 19:39:07 +01:00
nm-logging-fwd.h logging: make nm-logging thread-safe 2019-02-05 08:18:08 +01:00
nm-macros-internal.h shared: make nm_streq() and nm_streq0() inline functions 2019-02-13 16:03:23 +01:00
nm-obj.h
nm-random-utils.c
nm-random-utils.h
nm-secret-utils.c
nm-secret-utils.h shared: add macros for initializing NMSecretPtr 2019-02-13 16:03:23 +01:00
nm-shared-utils.c shared: add nm_ip_addr_set_from_untrusted() helper 2019-02-22 09:58:09 +01:00
nm-shared-utils.h shared: add nm_ip_addr_set_from_untrusted() helper 2019-02-22 09:58:09 +01:00
nm-test-utils.h all: replace strerror() calls with nm_strerror_native() 2019-02-12 08:50:28 +01:00
nm-time-utils.c
nm-time-utils.h
nm-udev-utils.c udev: remove unneeded NULL checks 2018-12-12 14:18:53 +01:00
nm-udev-utils.h
nm-vpn-editor-plugin-call.h
nm-vpn-plugin-macros.h
nm-vpn-plugin-utils.c
nm-vpn-plugin-utils.h
unaligned.h