summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* n-dhcp4: fix uninitialized variablebg/gcc10Beniamino Galvani2020-02-031-0/+1
* ifcfg-rh: add missing 'extern' keywordBeniamino Galvani2020-02-031-1/+1
* clients: add missing 'extern' keywordBeniamino Galvani2020-02-031-1/+1
* platform: fix GCC warning about zero-lenght array (2)Beniamino Galvani2020-02-031-15/+16
* platform: fix GCC warning about zero-lenght array (1)Beniamino Galvani2020-02-031-11/+12
* build: remove duplicate definition in MakefileBeniamino Galvani2020-02-031-2/+0
* build: use -fcommon when building libnm-coreBeniamino Galvani2020-02-032-1/+5
* all: remove wrong CURL option initializationBeniamino Galvani2020-02-012-3/+0
* platform: skip VRF test if kernel support is missingBeniamino Galvani2020-01-313-14/+28
* dhcp: merge branch 'bg/dhcp-timeout-rh1791378'Beniamino Galvani2020-01-308-73/+116
|\
| * ndisc: remove upper bound for IPv6 autoconfiguration timeoutBeniamino 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
|/
* po: RHEL 8.2 translations - fr,ja,zh-CNBeniamino Galvani2020-01-303-12254/+9719
* supplicant: fix memory corruption with wrong argument to NM_SUPPLICANT_INTERF...Thomas Haller2020-01-301-1/+1
* 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