summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* device: avoid touching IPv6 on "external" connections without IPv6 conffg/cannot_assign_ipv6-rh1462260Francesco Giudici2017-09-211-1/+2
* contrib/rpm: update spec file with upstream source URLThomas Haller2017-09-201-0/+3
* cli: wifi: connect with PSK when the AP supports WPA-PSK and WPA-EAPBeniamino Galvani2017-09-201-2/+2
* core: merge branch 'bg/manager-parent-warnings-rh1490157'Beniamino Galvani2017-09-207-16/+27
|\
| * vlan: improve error message on missing parent ifindexBeniamino Galvani2017-09-201-1/+1
| * manager: downgrade error message for missing dependenciesBeniamino Galvani2017-09-207-10/+20
| * manager: try other connections only after the device is realizedBeniamino Galvani2017-09-201-5/+6
|/
* core: fix handling IPv6 device-route and use correct route metricThomas Haller2017-09-197-13/+134
* man: fix docu of AUTOCONNECT_SLAVES variable in nm-settings-ifcfg-rhThomas Haller2017-09-191-1/+1
* ifcfg-rh: merge branch 'th/ifcfg-route-parse'Thomas Haller2017-09-1815-976/+1228
|\
| * ifcfg-rh: refactor parsing of route options to be strictThomas Haller2017-09-183-381/+476
| * ifcfg-rh: write lock route attribute with zero valueThomas Haller2017-09-181-1/+11
| * ifcfg-rh: refactor code to avoid unnecessary copiesThomas Haller2017-09-181-541/+448
| * ifcfg-rh/trivial: rename function that are only for testingThomas Haller2017-09-183-6/+6
| * shared: add nm_utils_strsplit_set() helperThomas Haller2017-09-183-0/+176
| * shared: add nm_utils_parse_inaddr_prefix_bin() helperThomas Haller2017-09-182-20/+55
| * shared: add NMIPAddr structThomas Haller2017-09-185-24/+24
| * shared: add nm-glib.h compat implementation for g_variant_new_printf()Thomas Haller2017-09-182-4/+33
|/
* bluetooth: drop unused function declarationBeniamino Galvani2017-09-181-2/+0
* bluetooth: generate connections only for paired devicesBeniamino Galvani2017-09-181-4/+20
* dhcp: merge branch 'fg/persistent_dhcp_rh1350830'Francesco Giudici2017-09-183-3/+27
|\
| * 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