summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* dhcp: support FQDN flags in the nettools backendbg/dhcp-fqdn-flagsBeniamino Galvani2019-11-281-22/+43
* dhcp: support FQDN flags in the dhclient backendBeniamino Galvani2019-11-2812-28/+169
* ifcfg-rh: add support for DHCP hostname flagsBeniamino Galvani2019-11-286-13/+80
* libnm: add ipvx.dhcp-hostname-flags propertiesBeniamino Galvani2019-11-2811-652/+1154
* all: merge branch 'th/scope-for-ipv4-route'Thomas Haller2019-11-2812-115/+265
|\
| * all: add support for "scope" attribute for IPv4 routesThomas Haller2019-11-289-4/+55
| * ifcfg-rh: separately handle static information during parsing ip-route comman...Thomas Haller2019-11-271-84/+110
| * libnm: lookup route attributes attribute spec via binary searchThomas Haller2019-11-275-25/+99
| * ifcfg-rh: fix accepting onlink flag also for IPv6 routesThomas Haller2019-11-271-2/+1
|/
* dispatcher: use free() to free memory allocated with malloc()Thomas Haller2019-11-271-4/+5
* dispatcher: fix detection of no-wait dispatcher scriptsThomas Haller2019-11-271-1/+1
* libnm: add nm_client_get_main_context() functionThomas Haller2019-11-263-0/+30
* libnm: fix assertion for cleaning up nml_dbus_property_o_notify()Thomas Haller2019-11-261-1/+1
* libnm: fix leaking internal GMainContext for synchronously initialized NMClientThomas Haller2019-11-263-44/+218
* libnm: merge branch 'th/libnm-no-dbus-codegen-4'Thomas Haller2019-11-2567-6957/+8072
|\
| * libnm: refactor caching of D-Bus objects in NMClientThomas Haller2019-11-2560-6916/+7451
| * shared: add nm_utils_g_main_context_create_integrate_source() for integrating...Thomas Haller2019-11-253-0/+562
| * shared: make NM_STRUCT_OFFSET_ENSURE_TYPE() work with arraysThomas Haller2019-11-251-2/+2
| * shared: mark _notify() function as "_nm_unused"Thomas Haller2019-11-251-1/+1
| * shared: add nm_auto_unref_gmaincontext macroThomas Haller2019-11-251-0/+3
| * shared: add nm_pint_hash()/nm_pint_equals() utilsThomas Haller2019-11-252-0/+28
| * sd: cleanup integrating systemd's event loop with GMainContextThomas Haller2019-11-251-38/+25
|/
* po: update Brazilian Portuguese (pt_BR) translationRafael Fontenelle2019-11-251-2420/+2672
* manager: don't activate device if the parent is missingBeniamino Galvani2019-11-253-9/+35
* contrib/rpm: avoid warning in specfile about tokens after %endifThomas Haller2019-11-231-2/+2
* dhcp: switch IPv4 "internal" DHCP client to use "nettools" backend instead of...Thomas Haller2019-11-232-1/+3
* iface-helper: accept new DHCP4 leasesBeniamino Galvani2019-11-231-0/+4
* all: merge branch 'th/connectivity-cleanup'Thomas Haller2019-11-2318-334/+444
|\
| * build/meson: cleanup "meson-post-install.sh"Thomas Haller2019-11-222-37/+39
| * build/meson: cleanup configuration_data() for pathsThomas Haller2019-11-228-38/+26
| * build: create base directories for install-data-hook firstThomas Haller2019-11-221-9/+15
| * build: cleanup Makefile.am by moving "data_edit" firstThomas Haller2019-11-221-26/+32
| * core: move _LOG*() macros to "shared/nm-glib-aux/nm-logging-fwd.h"Thomas Haller2019-11-222-108/+110
| * connectivity: fix using curl_multi_strerror() for CURLMcode error codeThomas Haller2019-11-221-2/+2
| * connectivity: don't use the GIOChannel but poll the file descriptor directlyThomas Haller2019-11-221-15/+23
| * connectivity: don't cancel curl timerfunction from timeoutThomas Haller2019-11-221-2/+1
| * shared: move nm_utils_ip._address_clear_host_address() helpers to sharedThomas Haller2019-11-223-96/+101
| * shared: add nm_clear_g_source_inst()Thomas Haller2019-11-221-0/+2
| * shared: add nm_g_*_source_new() and nm_g_source_attach() helpersThomas Haller2019-11-222-0/+76
| * shared/nm-glib: add compat implementation for G_SOURCE_FUNC()Thomas Haller2019-11-221-0/+6
| * contrib/rpm: use proper check for nmtui conditional buildThomas Haller2019-11-221-1/+11
|/
* dhcp/nettools: fix format-nonliteral warning for printf in nettools_log()Thomas Haller2019-11-221-0/+1
* gitlab-ci: run tests on extra distributions only manuallyThomas Haller2019-11-221-0/+8
* gitlab-ci: use Fedora 30 to build documentation and archived tarballThomas Haller2019-11-221-5/+5
* ifcfg: merge branch 'th/ifcfg-8021x-system-ca-certs'Thomas Haller2019-11-224-21/+34
|\
| * ifcfg: various cleanup in ifcfg writerThomas Haller2019-11-221-21/+18
| * ifcfg: add support for "802-1x.system-ca-certs" settingThomas Haller2019-11-222-0/+9
| * ifcfg: add svSetValueBoolean_cond_true() helperThomas Haller2019-11-222-0/+7
|/
* dhcp: merge branch 'bg/nettools-log'Beniamino Galvani2019-11-226-0/+142
|\
| * nettools: enable loggingBeniamino Galvani2019-11-222-0/+35