summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* test/cloud-meta-mock: mock GCP metadata APIlr/more-cloud-setup-testsLubomir Rintel2023-05-101-0/+11
* test/cloud-meta-mock: mock azure metadata APILubomir Rintel2023-05-101-0/+16
* test/cloud-meta-mock: mock aliyun metadata APILubomir Rintel2023-05-101-0/+15
* test/client: test cloud-setup GCP supportLubomir Rintel2023-05-101-0/+61
* cloud-setup/gcp: add ability to redirect metadata API requestsLubomir Rintel2023-05-101-7/+31
* test/client: test cloud-setup azure supportLubomir Rintel2023-05-101-0/+82
* cloud-setup/azure: add ability to redirect metadata API requestsLubomir Rintel2023-05-101-1/+23
* test/client: test cloud-setup aliyun supportLubomir Rintel2023-05-101-0/+90
* test-client: use a test fixture from the testLubomir Rintel2023-05-101-2/+41
* test/cloud-meta-mock: allow putting the resourcesLubomir Rintel2023-05-101-16/+58
* test-client: factor out the test device setupLubomir Rintel2023-05-101-3/+1
* test-client: hardcode the cloud-setup mac addressesLubomir Rintel2023-05-101-2/+2
* test: fix file description passing to cloud-setup mock serviceLubomir Rintel2023-05-101-1/+1
* Revert "client/tests: don't do dup2() dance to pass file descriptor to "tools...Lubomir Rintel2023-05-102-3/+9
* cloud-init: fix leaking iproutes for GCP providerThomas Haller2023-05-104-13/+14
* libnm-core: add internal _nm_ip_route_ref() helperThomas Haller2023-05-101-0/+7
* device: don't reset "net.ipv6.conf.$IFACE.forwarding"Thomas Haller2023-05-091-3/+12
* gitlab-ci: remove container cleanup stagesThomas Haller2023-05-092-362/+11
* n-dhcp4: re-import git-subtree for 'src/n-dhcp4'Thomas Haller2023-05-093-2/+2
|\
| * Squashed 'src/n-dhcp4/' changes from f8fc48dc014d..b2a382ac4500Thomas Haller2023-05-093-2/+2
* | glib-aux: merge branch 'th/no-inet-aton'Thomas Haller2023-05-094-40/+243
|\ \
| * | glib-aux: avoid using inet_aton()Thomas Haller2023-05-084-40/+127
| * | glib-aux/tests: add unit test for nm_inet_parse_bin_full()Thomas Haller2023-05-081-0/+116
|/ /
* | triage: only make stale issues/merge-requests with a label instead of autoclo...Thomas Haller2023-05-081-41/+11
* | man: qualify properties in `man nm-settings-nmcli` with setting nameThomas Haller2023-05-081-2/+2
* | libnm: merge branch 'th/connection-get-setting-cleanup'Thomas Haller2023-05-055-85/+113
|\ \
| * | core: add nm_settings_connection_get_setting() helperThomas Haller2023-05-042-0/+18
| * | libnm: expose _nm_connection_get_setting_by_metatype() in internal headerThomas Haller2023-05-042-2/+19
| * | libnm: cleanup redundant nm_connection_get_setting functionsThomas Haller2023-05-042-43/+37
| * | libnm/trivial: rename internal connection-get-setting methodsThomas Haller2023-05-041-41/+40
|/ /
* | core: merge branch 'th/autoconnect-cleanups'Thomas Haller2023-05-044-94/+163
|\ \
| * | core: only trigger recheck when something changes in activate_slave_connectio...Thomas Haller2023-05-041-3/+2
| * | core: return whether anything changed from nm_manager_devcon_autoconnect_retr...Thomas Haller2023-05-042-12/+18
| * | core: use switch statement in device_state_changed()Thomas Haller2023-05-041-3/+7
| * | core: avoid creating devcon data that we don't needThomas Haller2023-05-042-6/+15
| * | core: improve handling for blocking autoconnectThomas Haller2023-05-043-62/+110
| * | core: assert for valid blocked reasons in autoconnect codeThomas Haller2023-05-043-15/+18
|/ /
* | release: bump version to 1.43.7 (development)1.43.7-devThomas Haller2023-05-032-2/+2
* | merge: branch 'ff/bond_port_options'Fernando Fernandez Mancera2023-05-0321-56/+440
|\ \
| * | bonding: add support to prio property in bond portsff/bond_port_optionsFernando Fernandez Mancera2023-05-0314-16/+145
| * | platform: add support to prio property in bond portsFernando Fernandez Mancera2023-05-035-10/+78
| * | platform: add netlink support for bond port optionsFernando Fernandez Mancera2023-05-038-46/+233
| * | libnm: fix ifcfg variable documentation at queue-id propertyFernando Fernandez Mancera2023-05-031-1/+1
|/ /
* | firewall: create "dynamic" sets for nft rules for slb-bondingThomas Haller2023-05-031-2/+2
* | dns: merge branch 'ts/1281-resolv-conf-non-public-tld'Thomas Haller2023-05-022-11/+53
|\ \
| * | NEWS: updateThomas Haller2023-05-021-0/+2
| * | dns: refactor domain_is_valid() to combine #if blocksThomas Haller2023-05-021-30/+32
| * | dns/trivial: rename check_public_suffix parameter of domain_is_valid()Thomas Haller2023-05-021-3/+5
| * | dns: use NM_STR_HAS_SUFFIX() instead of g_str_has_suffix()Thomas Haller2023-05-021-1/+2
| * | dns: fix logging for resetting the host-domainThomas Haller2023-05-021-3/+3