summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* nmcli: do not save/restore terminal attrslr/no-tcsetattrLubomir Rintel2022-02-161-6/+0
* NEWS: update NEWS file for 1.38 developmentThomas Haller2022-02-161-4/+10
* device: fix crash for shared IPv6 method in nm_device_copy_ip6_dns_config()Thomas Haller2022-02-161-5/+5
* platform: merge branch 'th/platform-ip6-multipath-routes'Thomas Haller2022-02-163-106/+132
|\
| * platform: support IPv6 mulitpath routes and fix cache inconsistencyThomas Haller2022-02-163-106/+132
| * platform: fix parsing RTA_MULTIHOP netlink attribute to use no policyThomas Haller2022-02-151-2/+2
|/
* po: remove ar.po translationsJavier Jardón2022-02-152-12839/+0
* gitlab-ci: disable CentOS 8 Linux containersThomas Haller2022-02-142-98/+5
* gitlab-ci: regenerate ci-templates's containersThomas Haller2022-02-142-6/+6
* examples/python: avoid Python2 "print" statementThomas Haller2022-02-143-22/+28
* libnmc: fix typo in passwd-file exampleSigurd Rønningen Jenssen2022-02-141-1/+1
* Merge branch 'ac/wip-empty-properties'Ana Cabral2022-02-114-74/+98
|\
| * keyfile: do not write empty string list propertiesAna Cabral2022-02-112-70/+63
| * keyfile: write ethernet group always on the top of the fileAna Cabral2022-02-113-4/+35
|/
* libnm: merge branch 'th/libnm-direct-strv-property-1'Thomas Haller2022-02-109-225/+353
|\
| * libnm: rework strv properties of NMSetting as "direct" propertiesThomas Haller2022-02-103-160/+115
| * libnm: add direct strv type for NMSetting and use it for "match.interface-name"Thomas Haller2022-02-106-70/+216
| * glib-aux: add nm_strvarray_*() helpers for cmp/equal functionsThomas Haller2022-02-101-0/+27
|/
* core/tests: make test_machine_id_read() more robust against the test systemThomas Haller2022-02-101-4/+25
* core/trivial: add code comment to _set_hostname()Thomas Haller2022-02-101-1/+4
* NEWS: update for 1.36-rc2Lubomir Rintel2022-02-101-2/+9
* nm-l3cfg: fix check on timestamp for assuming probing is goodFernando Fernandez Mancera2022-02-101-3/+3
* libnm,core: merge branch 'th/route-blackhole'Thomas Haller2022-02-1030-1362/+1939
|\
| * libnm/doc: describe routing-rules in `man nm-settings-nmcli`Thomas Haller2022-02-093-0/+36
| * libnm/doc: list route attributes in `man nm-settings-nmcli`Thomas Haller2022-02-092-3/+132
| * tools: fix constructing XML by dropping broken pretty_xml()Thomas Haller2022-02-091-14/+0
| * tools: re-use regular expression in process_data()Thomas Haller2022-02-091-21/+24
| * libnm: allow configuring blackhole/unreachable/prohibit routesThomas Haller2022-02-091-1/+18
| * core/l3cfg: let NML3Cfg handle nodev (blackhole) routesThomas Haller2022-02-092-15/+106
| * core: handle blackhole/unreachable/prohibit route types in coreThomas Haller2022-02-092-2/+17
| * core/l3cfg: rework generating list of routes in _l3_commit_one()Thomas Haller2022-02-091-31/+70
| * platform: improve way to prune dirty route-manager entriesThomas Haller2022-02-093-7/+9
| * platform: return boolean changed value from nmp_route_manager_track()Thomas Haller2022-02-092-42/+61
| * platform: return self from nmp_route_manager_ref()Thomas Haller2022-02-092-4/+5
| * platform: track linked list of objects in NMPRouteManager by typeThomas Haller2022-02-091-12/+39
| * platform: extend NMPRouteManager to work for routesThomas Haller2022-02-094-65/+126
| * platform: use nm_pdirect_{hash,equal}() in "nmp-route-manager.c"Thomas Haller2022-02-091-19/+4
| * platform: use nm_g_slice_free() in "nmp-route-manager.c"Thomas Haller2022-02-091-4/+4
| * platform: use NM_HASH_OBFUSCATE_PTR() in "nmp-route-manager.c"Thomas Haller2022-02-091-4/+2
| * platform: use __NMLOG_DEFAULT() in "nmp-route-manager.c"Thomas Haller2022-02-091-16/+1
| * platform: rename internals in "nmp-route-manager.c"Thomas Haller2022-02-091-147/+149
| * platform: drop lazy initialization _rules_init() of NMPRouteManagerThomas Haller2022-02-091-38/+11
| * platform: rename "nmp-route-manager.h" to "nmp-rules-manager.h"Thomas Haller2022-02-098-8/+8
| * platform: rename NMPRulesManager API to NMPRouteManagerThomas Haller2022-02-096-207/+208
| * platform: add support for blackhole,unreachable,prohibit route typeThomas Haller2022-02-093-8/+108
| * platform: add nm_platform_route_type_is_nodev() helperThomas Haller2022-02-092-0/+32
| * platform: don't treat ifindex zero special in nmp_lookup_init_object()Thomas Haller2022-02-093-8/+19
| * platform: don't check for valid ifindex in _vt_cmd_obj_is_alive_ipx_route()Thomas Haller2022-02-091-2/+1
| * platform: don't print NUL gateway in nm_platform_ip[46]_route_to_string()Thomas Haller2022-02-091-32/+52
| * core: use IS_IPv4 variable in nm_utils_ip_route_attribute_to_platform()Thomas Haller2022-02-091-5/+5