summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ndisc: remove upper bound for IPv6 autoconfiguration timeoutbg/dhcp-timeout-rh1791378Beniamino Galvani2020-01-301-1/+1
* device: accept new leases in NM_DEVICE_IP_STATE_DONEBeniamino Galvani2020-01-301-2/+13
* dhcp: introduce EXTENDED state for renewalsBeniamino Galvani2020-01-306-22/+31
* n-dhcp4: move back to INIT after lease expiresBeniamino Galvani2020-01-301-4/+3
* dhcp: derive the grace period duration from the timeout propertyBeniamino Galvani2020-01-301-9/+33
* device: change return type of get_dhcp_timeout()Beniamino Galvani2020-01-301-1/+1
* device: move code aroundBeniamino Galvani2020-01-301-35/+35
* man: fix missing tagAntonio Cardace2020-01-291-1/+1
* man: add dnsmasq option documentation on added dns serversAntonio Cardace2020-01-291-0/+4
* git: ignore clangd and ctags generated filesAntonio Cardace2020-01-291-0/+3
* merge: branch 'bg/virt-dev-check-master'Beniamino Galvani2020-01-291-13/+27
|\
| * manager: check for master existence before realizing the deviceBeniamino Galvani2020-01-291-13/+13
| * manager: skip activation of a virtual device if master is missingBeniamino Galvani2020-01-291-0/+14
|/
* build/meson: fix missing slash when detecting resolvconf/netconfig binariesWill Dietz2020-01-281-1/+1
* core: fix device detection due to bug in NM_DEVICE_DEFINE_LINK_TYPES()Thomas Haller2020-01-281-1/+1
* all: merge branch 'th/inet-addr-cleanup'Thomas Haller2020-01-2848-342/+428
|\
| * core: cleanup setting IP address in NMDeviceIPTunnelThomas Haller2020-01-281-58/+59
| * 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-282-0/+9
| * all: use nm_utils_ipaddr_is_valid() instead of nm_utils_ipaddr_valid()Thomas Haller2020-01-2815-47/+47
| * libnm: use nm_utils_ipaddr_is_valid() to implement nm_utils_ipaddr_valid()Thomas Haller2020-01-281-9/+1
| * 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-283-4/+5
| * all: use _nm_utils_inet4_ntop() instead of nm_utils_inet4_ntop()Thomas Haller2020-01-2828-157/+157
| * shared: move nm_utils_inet* helpers from libnm-core to sharedThomas Haller2020-01-283-49/+60
| * platform: use IN6_IS_ADDR_UNSPECIFIED() to check for set IPv6 address in _nl_...Thomas Haller2020-01-281-6/+6
| * libnm/tests: test nm_ip_addr_zero is all-zero and compares to IP addresse as ...Thomas Haller2020-01-281-0/+24
| * libnm: use nm_utils_addr_family_to_size() in "nm-setting-ip-config.c"Thomas Haller2020-01-281-16/+3
|/
* libnm/secret-agent: merge branch 'th/secret-agent-rework'Thomas Haller2020-01-2814-1045/+2036
|\
| * libnm/secret-agent: rework NMSecretAgentOldThomas Haller2020-01-285-721/+1369
| * libnm/secret-agent: add dbus-connection and main-context properties to NMSecr...Thomas Haller2020-01-283-43/+139
| * libnm: expose nml_cleanup_context_busy_watcher_on_idle() helper for reuseThomas Haller2020-01-282-48/+67
| * libnm: factor out nml_init_data_return() for reuseThomas Haller2020-01-282-20/+30
| * libnm: move InitData to nm-libnm-utils.h for sharingThomas Haller2020-01-282-33/+42
| * libnm: expose nm_context_busy_watcher_integrate_source() as internal API for ...Thomas Haller2020-01-282-15/+31
| * libnm/secret-agent/tests: iterate main context during test cleanupThomas Haller2020-01-281-1/+19
| * libnm/secret-agent/tests: test async/sync initialization of NMSecretAgentOldThomas Haller2020-01-281-11/+5
| * libnm/secret-agent/tests: cleanup test codeThomas Haller2020-01-281-60/+52
| * 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-283-8/+8
| * 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
| * libnm: fix logging message about device's state change signalThomas Haller2020-01-281-1/+1
| * libnm: log message when NMClient gets disposedThomas Haller2020-01-281-0/+2
| * libnm: add define for disabling NMClient debug loggingThomas Haller2020-01-281-2/+17
| * shared: add nm_g_main_context_is_thread_default() utilThomas Haller2020-01-281-0/+19