summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-05-11release: bump version to 1.10.9 (development)1.10.9-devBeniamino Galvani2-2/+3
2018-05-11release: bump version to 1.10.81.10.8Beniamino Galvani2-2/+2
2018-05-11release: update NEWSBeniamino Galvani1-0/+16
2018-05-09device: start IP configuration when master carrier goes upBeniamino Galvani1-6/+6
2018-05-05dhcp: handle expiry by letting the client continue for some timeBeniamino Galvani1-128/+92
2018-04-27po: updated Russian (ru) translation (bgo #794737)Stas Solovey1-1841/+1877
2018-04-23manager: trust the state file more when assuming connectionsBeniamino Galvani1-19/+34
2018-04-12manager: don't coalesce duplicate internal activations with different reasonsThomas Haller1-1/+2
2018-04-12session-monitor: fix a -Wcast-function-type warningLubomir Rintel1-1/+4
2018-04-12all: fix -Wcast-function-type warningsLubomir Rintel3-9/+9
2018-04-12platform/nmp-object: make nmp_object_unref() return voidLubomir Rintel1-2/+1
2018-04-12shared/utils/dedup-multi: make nm_dedup_multi_obj_unref() return voidLubomir Rintel2-4/+2
2018-04-12libnm/vpn-plugin: avoid bad function pointer type castsLubomir Rintel3-3/+27
2018-04-12device: look at 'all' rp_filter value too to determine actual valueBeniamino Galvani1-8/+25
2018-04-09core: merge branch 'bg/autoconnect-slaves-rh1548265'Beniamino Galvani11-10/+83
2018-04-09manager: allow autoconnect-slaves to reconnect the same connectionBeniamino Galvani1-3/+5
2018-04-09core: specify an activation reason for active connectionsBeniamino Galvani11-7/+78
2018-04-06Revert "core: merge branch 'bg/restart-assume-rh1551958'"Thomas Haller4-23/+70
2018-04-04core: merge branch 'bg/restart-assume-rh1551958'Beniamino Galvani4-70/+23
2018-04-04core: remove @indicated argument of nm_utils_match_connection()Beniamino Galvani4-26/+2
2018-04-04manager: relax checks for assuming connections after restartBeniamino Galvani1-44/+21
2018-03-22manager: retry activating devices when the parent becomes managedBeniamino Galvani1-0/+4
2018-03-19connectivity: fix evaluating @what argument of CURLMOPT_SOCKETFUNCTIONThomas Haller1-6/+9
2018-03-19connectivity: fix timeout handling for curlThomas Haller1-1/+1
2018-03-19connectivity: fix integer type for signal-id NMDevicePrivate.concheck_periodi...Thomas Haller1-3/+2
2018-03-15arping/tests: better handle wait timeout for test IPv4 DADThomas Haller1-8/+32
2018-03-12release: bump version to 1.10.7 (development)1.10.7-devThomas Haller2-2/+3
2018-03-12release: bump version to 1.10.61.10.6Thomas Haller2-2/+2
2018-03-12release: update NEWSThomas Haller1-0/+16
2018-03-08Add calls to g_simple_async_result_set_check_cancellableBenjamin Berg14-0/+86
2018-03-08policy: fix blocking autoconnect for no-secretsFabian Vogt1-2/+8
2018-03-05platform: don't require cloned flag for RTM_GETROUTE IPv6 resultBeniamino Galvani2-5/+48
2018-02-28core: fix leaking connection in impl_settings_add_connection_helper()Thomas Haller1-15/+10
2018-02-28core: fix typo for parameter as "paramter"Thomas Haller4-9/+9
2018-02-28dhcp: fix uninitialized pointer in DHCP listener's _method_call_handle()Thomas Haller1-1/+1
2018-02-21ovs: don't consume error in method callbackBeniamino Galvani1-6/+2
2018-02-21ovs: add error code for callbacks to indicate NM is quittingBeniamino Galvani2-15/+17
2018-02-21ovs/trivial: fix indentationThomas Haller1-21/+20
2018-02-21po: update Indonesian (id) translation (bgo #785582)Andika Triwidada1-2547/+4634
2018-02-20dhcp: merge branch 'fg/dhcp_lease-rh1503587'Francesco Giudici1-28/+65
2018-02-20device: enable DHCPv6 retries on lease renewal failureFrancesco Giudici1-1/+3
2018-02-20device: never stop trying renewing the leaseFrancesco Giudici1-4/+32
2018-02-20device: always consider both ip families when deciding to failFrancesco Giudici1-23/+30
2018-02-20core/connection: don't emit Updated on Connection.GetSecretsLubomir Rintel1-11/+3
2018-02-15settings: preserve agent-owned secrets on connection updateBeniamino Galvani1-0/+14
2018-02-13cli/polkit-agent: drop an extra newlineLubomir Rintel1-1/+0
2018-02-13cli/connections: avoid using synchronous get_secrets()Lubomir Rintel1-12/+40
2018-02-13platform/test: drop the /sys/devices danceLubomir Rintel1-36/+1
2018-02-13platform/netns: don't try to overlay ro /sys with a rw oneLubomir Rintel1-1/+5
2018-02-13ppp/plugin: use g_strlcpy()Lubomir Rintel1-15/+4