summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* core: rework handling of default-routes and drop NMDefaultRouteManagerth/platform-route-pt4Thomas Haller2017-09-0813-1979/+284
* core: support tracking default-route in NMIP4Config/NMIP6ConfigThomas Haller2017-09-087-69/+439
* core: merge branch 'th/platform-route-pt4' (part 1)Thomas Haller2017-09-0823-370/+530
|\
| * core: return new route from _nm_ip_config_add_obj()Thomas Haller2017-09-0811-54/+95
| * core/trivial: rename test functions _nmtst_nm_ip*_config_*() to _nmtst_ip*_co...Thomas Haller2017-09-088-50/+50
| * platform: delete routes after adding in nm_platform_ip_route_sync()Thomas Haller2017-09-081-60/+46
| * core: ignore routes from non-main table in nm_ip4_config_capture()Thomas Haller2017-09-082-2/+8
| * core: don't loop twice over routes in nm_ip4_config_capture()Thomas Haller2017-09-082-17/+8
| * core: add nm_utils_connection_has_default_route()Thomas Haller2017-09-085-67/+56
| * device: expose nm_device_get_ip_route_metric() functionThomas Haller2017-09-082-22/+21
| * core: nm_utils_ip_route_metric_normalize() utilThomas Haller2017-09-082-4/+7
| * platform: add nm_clear_nmp_object() utilThomas Haller2017-09-081-0/+15
| * core: return new object from _nm_ip_config_add_obj()Thomas Haller2017-09-083-15/+33
| * core: use _nm_ip_config_add_obj() in nm_ip4_config_replace() for routesThomas Haller2017-09-081-6/+7
| * core/tests: add test for nm_ip6_config_replace()Thomas Haller2017-09-081-0/+67
| * platform/trivial: add code commentsThomas Haller2017-09-082-1/+8
| * policy: take reference to best_device/activating_deviceThomas Haller2017-09-081-21/+17
| * policy: cleanup setting default_device/activating_deviceThomas Haller2017-09-081-32/+32
| * policy: don't re-lookup the best device during update_system_hostname()Thomas Haller2017-09-081-18/+12
| * policy: always check for hostname from DHCPv6 in update_system_hostname()Thomas Haller2017-09-081-1/+3
| * policy: refactor setting hostname from DHCP in update_system_hostname()Thomas Haller2017-09-081-18/+14
| * shared: add nm_g_object_ref_set() and nm_clear_g_object()Thomas Haller2017-09-081-3/+52
|/
* shared: add nm_g_object_class_find_property_from_gtype() utilThomas Haller2017-09-073-3/+16
* dns: use 127.0.0.53 address in /etc/resolv.conf with systemd-resolvedThomas Haller2017-09-071-2/+9
* ifnet: ensure an error is always returned when add failsBeniamino Galvani2017-09-071-2/+7
* contrib/NM-log: don't run less with --quit-on-intr argumentThomas Haller2017-09-071-1/+1
* contrib/NM-log: colorize warnings and errors in red (fix)Thomas Haller2017-09-071-3/+3
* contrib/NM-log: colorize warnings and errors in redThomas Haller2017-09-071-1/+3
* contrib/NM-log: improve script and make it sourceableThomas Haller2017-09-071-22/+36
* po: mark broken strings in Japanese translation as fuzzy (bgo#787382)Piotr Drąg2017-09-071-3/+3
* po: update Polish (pl) translation (bgo #787380)Piotr Drąg2017-09-071-2919/+935
* vpn: merge branch 'th/vpn-route-bgo787370'Thomas Haller2017-09-076-72/+97
|\
| * vpn: only rely on `ip route get` to resolve route to external VPN gatewayThomas Haller2017-09-071-43/+23
| * vpn: improve resolving route to external VPN gateway by restricting oifThomas Haller2017-09-071-8/+34
| * platform: add oif argument to nm_platform_ip_route_get()Thomas Haller2017-09-075-2/+20
| * vpn: apply parent config in nm_vpn_connection_apply_config() firstThomas Haller2017-09-071-2/+2
| * vpn: fix ifindex of parent IP config in apply_parent_device_config()Thomas Haller2017-09-072-25/+26
|/
* platform: refetch IPv6 address if still present after deletionBeniamino Galvani2017-09-071-2/+13
* platform: fix coding style (missing braces)Beniamino Galvani2017-09-071-1/+2
* tui: extend range of route metric to full uint32Thomas Haller2017-09-052-5/+2
* tui: extend numeric range of NmtNewtEntryNumeric to gint64Thomas Haller2017-09-052-25/+25
* tui: merge branch 'th/tui-route-input-rh1474295'Thomas Haller2017-09-0524-124/+271
|\
| * tui: change default route metric of new routes to -1Thomas Haller2017-09-051-2/+2
| * tui: guess the prefix length (netmask) of private IPv4 addresses and routes b...Thomas Haller2017-09-054-73/+117
| * shared: add nm_utils_ip_is_site_local()Thomas Haller2017-09-052-0/+24
| * tui: avoid integer overflow checking the range in NmtNewtEntryNumericThomas Haller2017-09-051-8/+2
| * tui: allow empty route metric to indicate defaultThomas Haller2017-09-051-1/+1
| * tui: extend NmtNewtEntryNumeric to allow optional empty entryThomas Haller2017-09-052-1/+52
| * all: use _nm_utils_ip4_*() utils functionsThomas Haller2017-09-0515-39/+28
| * shared: add _nm_utils_ip4_*() utils functionsThomas Haller2017-09-052-0/+43