summaryrefslogtreecommitdiff
path: root/shared
Commit message (Expand)AuthorAgeFilesLines
* n-dhcp4: fix uninitialized variablebg/gcc10Beniamino Galvani2020-02-031-0/+1
* n-dhcp4: move back to INIT after lease expiresBeniamino Galvani2020-01-301-4/+3
* shared: add nm_ip_addr_cmp()/nm_ip_addr_equal() helpersThomas Haller2020-01-281-0/+16
* shared: add NM_IP_ADDR_ZERO macro for initializing NMIPAddr to zeroThomas Haller2020-01-281-0/+4
* all: use nm_utils_ipaddr_is_valid() instead of nm_utils_ipaddr_valid()Thomas Haller2020-01-282-5/+5
* shared: add nm_utils_ipaddr_is_valid()/nm_utils_ipaddr_is_normalized() helpersThomas Haller2020-01-282-0/+45
* shared: use static array indices in function parameter declarations of _nm_ut...Thomas Haller2020-01-281-2/+2
* shared: move nm_utils_inet* helpers from libnm-core to sharedThomas Haller2020-01-281-0/+58
* libnm/tests: cleanup add_device_common() test helperThomas Haller2020-01-281-33/+43
* libnm/tests: extend nmtstc_client_new() to create other GObject typesThomas Haller2020-01-282-85/+129
* shared/tests: add nmtst_main_context_iterate_until() helperThomas Haller2020-01-281-3/+12
* shared/tests/trivial: rename nmtst_main_context_iterate_until() to nmtst_main...Thomas Haller2020-01-281-1/+1
* shared/tests: use nmtst_g_source_set_boolean_true() in nmtst_main_context_ite...Thomas Haller2020-01-281-11/+1
* shared/tests: add nmtst_main_context_assert_no_dispatch() helperThomas Haller2020-01-281-0/+20
* shared/tests: add nmtst_g_source_set_boolean_true() helperThomas Haller2020-01-281-9/+20
* shared/tests: add nmtst_context_busy_watcher_wait() helperThomas Haller2020-01-281-0/+68
* shared: add nm_g_main_context_is_thread_default() utilThomas Haller2020-01-281-0/+19
* shared: add NM_UTILS_USEC_PER_SEC macroThomas Haller2020-01-281-1/+2
* shared: add _NM_MACRO_COMMA_IF_ARGS() helper macroThomas Haller2020-01-281-0/+5
* shared: cleanup NM_NARG() and related macrosThomas Haller2020-01-281-40/+48
* n-dhcp4: accept options that are longer than requestedBeniamino Galvani2020-01-251-4/+4
* shared: remove nm_dbus_connection_signal_subscribe_object_manager() helperThomas Haller2020-01-162-111/+7
* shared: add nm_source_func_unref_gobject() helperThomas Haller2020-01-161-0/+8
* shared/tests: add nmtst_file_set_contents_size() helperThomas Haller2020-01-161-2/+14
* license: relicense "shared/nm-std-aux/nm-dbus-compat.h" under LGPL-2.1+Thomas Haller2020-01-141-49/+12
* n-dhcp4: fix integer context in n_dhcp4_client_probe_transition_nak() on 32 bitThomas Haller2020-01-141-3/+3
* libnm-core,cli: add VRF settingBeniamino Galvani2020-01-142-0/+8
* shared/udev: don't use GIOChannel to watch plain file descriptorThomas Haller2020-01-131-11/+9
* shared: add nm_g_unix_fd_source_new() helperThomas Haller2020-01-132-1/+28
* shared: use G_SOURCE_FUNC() macro in "shared/nm-test-utils-impl.c"Thomas Haller2020-01-131-1/+1
* shared: improve nm_free_secret() to clear entire memory bufferThomas Haller2020-01-092-8/+27
* n-dhcp4: use C_CLAMP() macro instead of c_clamp()Beniamino Galvani2020-01-091-1/+1
* n-dhcp4: restart the transaction after a NAKBeniamino Galvani2020-01-092-4/+7
* n-dhcp4: allow calling listen() on already listening connectionBeniamino Galvani2020-01-091-0/+3
* libnm/keyfile: build keyfile code as separate GPL licensed internal libraryThomas Haller2020-01-075-0/+4995
* shared: don't allow NULL arguments with g_hash_table_steal_extended() compat ...Thomas Haller2019-12-311-5/+14
* shared: nm-auth-subject: add unix-session typeAntonio Cardace2019-12-242-45/+102
* shared: move nm-dbus-auth-subject to shared/nm-libnm-core-internAntonio Cardace2019-12-243-0/+447
* shared: add io-util to read data from a fd into a GStringAntonio Cardace2019-12-242-0/+34
* n-dhcp4: handle invalid return codes gracefullyBeniamino Galvani2019-12-231-1/+6
* n-dhcp4: use packet socket in rebinding stateBeniamino Galvani2019-12-232-3/+30
* n-dhcp4: support init-reboot stateBeniamino Galvani2019-12-233-7/+80
* n-dhcp4: fix logging broadcast messagesBeniamino Galvani2019-12-231-0/+7
* shared/glib: add compat implementation for g_hash_table_steal_extended()Thomas Haller2019-12-211-0/+28
* core: add and indicate NM_CAPABILITY_OVS capability on D-BusThomas Haller2019-12-211-0/+4
* shared: add missing va_end() to _nm_dbus_error_is()Beniamino Galvani2019-12-181-1/+3
* shared: implement _LOGx() macros using log levels that are themself definesThomas Haller2019-12-161-63/+69
* shared: add nm_dbus_error_is() helperThomas Haller2019-12-162-0/+36
* all: fix wrong "gs_free GError *" declarationsThomas Haller2019-12-161-1/+1
* systemd: merge branch systemd into masterThomas Haller2019-12-1619-66/+1096
|\