summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* nmcli: allow to set dhcp-timeout as "infinity"fg/persistent_dhcp_rh1350830Francesco Giudici2017-09-181-0/+13
* dhcp: consider a timeout equal to MAXINT32 as infinityFrancesco Giudici2017-09-182-3/+14
* src/devices: use macros for property and signal namesBeniamino Galvani2017-09-188-14/+25
* core: fix tracking default-route during device's merge and applyThomas Haller2017-09-181-0/+21
* core: workaround configuring IPv6 routes with "src" (RTA_PREFSRC)Thomas Haller2017-09-159-10/+189
* dhcp: dhclient: remove the --timeout argument from the command lineFrancesco Giudici2017-09-154-39/+57
* man: merge branch 'bg/man-cli-rh1182772'Thomas Haller2017-09-131-11/+26
|\
| * man: nmcli: add missing aliasesBeniamino Galvani2017-09-131-2/+21
| * man: nmcli: improve description of type, ip4, ip6 aliasesBeniamino Galvani2017-09-131-9/+5
* | core: merge branch 'th/ip-config-route-id'Thomas Haller2017-09-1312-267/+210
|\ \ | |/ |/|
| * core: track routes with source RTPROT_KERNEL (rtm_protocol) in NMIP4Config/NM...Thomas Haller2017-09-134-15/+11
| * core: track IPv4 device routes in NMIP4ConfigThomas Haller2017-09-135-95/+131
| * core: fix merging IP addresses in NMIP4Config/NMIP6ConfigThomas Haller2017-09-131-16/+8
| * core: adjust route equality for NMIP4Config/NMIP6Config to what kernel doesThomas Haller2017-09-136-119/+20
| * core/tests: add checks in test for test_add_route_with_source()Thomas Haller2017-09-132-8/+16
| * platform: use distinct hash seed for nmp_object_id_hash() of routesThomas Haller2017-09-131-2/+4
| * core: add nm_utils_ip4_address_same_prefix() functionThomas Haller2017-09-131-10/+18
| * core: fix invalid assertion in nm_ip6_config_get_num_routes().Thomas Haller2017-09-131-1/+1
| * core: fix invalid assertion in nm_ip4_config_get_num_routes()Thomas Haller2017-09-131-1/+1
|/
* libnm: fix uninitialized variable in get_system_encodings()Thomas Haller2017-09-131-1/+1
* libnm-core: also consider LC_ALL and LC_CTYPE to guess SSID charsetBeniamino Galvani2017-09-121-2/+7
* libnm-core: cache the current character encodingBeniamino Galvani2017-09-121-95/+92
* cli: cleanup _get_fcn_gobject_int() and _set_fcn_gobject_int()Thomas Haller2017-09-121-26/+5
* cli: implement dcb priority as plain int propertyThomas Haller2017-09-121-22/+14
* cli: refactor connection.autoconnect-retires to use int-getterThomas Haller2017-09-121-32/+12
* cli: refactor ipv4.dad-timeout to use int-getterThomas Haller2017-09-121-25/+12
* cli: fix _set_fcn_gobject_int_impl() to accept nick for setting int propertyThomas Haller2017-09-121-12/+13
* core/dhcp: use addr-family parameter for instead of booleanThomas Haller2017-09-1111-136/+166
* device: enable support for ipv6.dhcp-timeoutThomas Haller2017-09-1110-62/+81
* dhcp: dhclient: fix daemon start when dhcp-timeout is specifiedFrancesco Giudici2017-09-111-1/+1
* contrib/rpm: allow building RPM without fatal warningsThomas Haller2017-09-111-0/+4
* contrib/NM-log: don't use exec in bash functionsThomas Haller2017-09-081-2/+2
* ppp: rename the interface only when necessaryBeniamino Galvani2017-09-083-15/+28
* core: merge branch 'th/platform-route-pt4' (part 2)Thomas Haller2017-09-0818-2048/+723
|\
| * 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