summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* shared: drop nm-compatlr/no-nm-compatLubomir Rintel2019-11-293-120/+0
* 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
| * n-dhcp4: log outgoing packetsBeniamino Galvani2019-11-222-0/+26
| * n-dhcp4: log incoming packetsBeniamino Galvani2019-11-222-0/+44
| * n-dhcp4: add logging APIBeniamino Galvani2019-11-223-0/+37
|/
* merge: branch 'bg/carrier-rh1722024'Beniamino Galvani2019-11-2220-417/+1678
|\
| * introspection: deprecate Carrier propertiesBeniamino Galvani2019-11-227-0/+21
| * all: add device carrier flagBeniamino Galvani2019-11-226-593/+851
| * cli: print interface flagsBeniamino Galvani2019-11-225-408/+1271
| * libnm: export interface flagsBeniamino Galvani2019-11-224-0/+61
| * core: export interface flags of devicesBeniamino Galvani2019-11-225-0/+66
| * device: remove useless doc commentBeniamino Galvani2019-11-221-8/+0
|/
* dhcp/nettools: fix assertion failure to calculate lease lifetimesThomas Haller2019-11-211-1/+1
* ethernet: wait for carrier before starting supplicantBeniamino Galvani2019-11-211-2/+43
* device: check for disconnected state before activating NMActRequestBeniamino Galvani2019-11-211-1/+1
* device: allow reapply of all "user" settingsThomas Haller2019-11-201-0/+2
* n-dhcp4: fix state transitions on timer dispatchBeniamino Galvani2019-11-201-3/+4
* dhcp/nettools: merge branch 'th/dhcp-lifetime'Thomas Haller2019-11-204-28/+97
|\
| * dhcp/nettools: exactly calculate lease lifetimesThomas Haller2019-11-201-21/+41
| * dhcp/nettools: don't trim the "expiry" timestamp to 32 bitThomas Haller2019-11-201-9/+8
| * shared: add nm_utils_monotonic_timestamp_from_boottime() utilThomas Haller2019-11-203-0/+50
|/
* n-dhcp4: merge branch 'lease-time'Thomas Haller2019-11-204-13/+23
|\
| * lease: add n_dhcp4_client_lease_get_basetime()Thomas Haller2019-11-202-0/+13
| * incoming: don't handle 0xFFFFFFFF timestamps special in n_dhcp4_incoming_quer...Thomas Haller2019-11-201-4/+1