summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* client/test: add test for --offline behaviorlr/nmcli-offlineLubomir Rintel2022-04-193-0/+229
* client/test: add @nm_test_no_dbus decoratorLubomir Rintel2022-04-191-12/+18
* client/test: allow overriding all environment variablesLubomir Rintel2022-04-191-3/+3
* client/test: allow matching and replacing regex-es in nmcli outputLubomir Rintel2022-04-191-2/+19
* nmcli: add --offline option for "add" and "modify"Lubomir Rintel2022-04-197-74/+425
* nmcli/trivial: consistently order the options in process_command_line()Lubomir Rintel2022-04-191-2/+2
* nmcli.h: tidy up boolean struct membersLubomir Rintel2022-04-191-25/+30
* contrib: install nmstate+nispor in "nm-in-container.sh"Thomas Haller2022-04-191-0/+2
* contrib/makerepo.sh: fix name for local cache of git repositoryThomas Haller2022-04-151-3/+12
* contrib/makerepo.sh: don't use unauthenticated github URLThomas Haller2022-04-151-1/+1
* dns: merge branch 'th/dns-update-pending-rh2049421'Thomas Haller2022-04-1520-384/+870
|\
| * device: prevent IP state from reaching ready while DNS update pendingThomas Haller2022-04-151-1/+34
| * core: delay startup complete while we have pending DNS updatesThomas Haller2022-04-151-1/+24
| * core: add nm_manager_get_dns_manager() getterThomas Haller2022-04-152-0/+31
| * dns: prevent update-pending to hang indefinitelyThomas Haller2022-04-151-1/+42
| * dns/dnsmasq: implement update-pending flag in NMDnsDnsmasq pluginThomas Haller2022-04-151-5/+82
| * dns/dnsmasq: use GSource for timeout in NMDnsDnsmasqThomas Haller2022-04-151-18/+18
| * dns/unbound: drop deprecated "unbound" DNS pluginThomas Haller2022-04-1510-158/+11
| * dns/resolved: implement update-pending flag in NMDnsSystemdResolved pluginThomas Haller2022-04-151-6/+77
| * dns/resolved: track pending counter for D-Bus calls in NMDnsSystemdResolvedThomas Haller2022-04-151-44/+115
| * dns/resolved: use GPtrArray to collect ip datas in NMDnsSystemdResolved's upd...Thomas Haller2022-04-151-20/+25
| * dns/resolved: use nm_utils_hash_to_array_with_buffer() in NMDnsSystemdResolve...Thomas Haller2022-04-151-8/+13
| * dns/resolved: sort dirty interfaces to prune in "nm-dns-systemd-resolved.c"Thomas Haller2022-04-151-8/+20
| * dns/resolved: add const to parameters in "nm-dns-systemd-resolved.c"Thomas Haller2022-04-151-7/+8
| * dns/resolved: minor cleanups in "nm-dns-systemd-resolved.c"Thomas Haller2022-04-151-22/+32
| * dns: add update-pending property to NMDnsManagerThomas Haller2022-04-152-4/+92
| * dns: add "update-pending" state to NMDnsPluginThomas Haller2022-04-152-1/+104
| * dns: call nm_dns_plugin_stop() also for NMDnsSystemdResolved instanceThomas Haller2022-04-151-2/+15
| * dns: fix NMDnsPluginPrivate and drop unused fieldsThomas Haller2022-04-152-7/+17
| * dns: obfuscate pointer value for NMDnsPlugin loggingThomas Haller2022-04-151-20/+23
| * dns: avoid printing pointer value for NMDnsManager logging statementsThomas Haller2022-04-151-22/+17
| * dns: register NMDnsPlugin instance as wait-obj for shutdownThomas Haller2022-04-151-1/+3
| * glib-aux: add nm_utils_hash_to_array() helperThomas Haller2022-04-152-53/+91
| * glib-aux: add "name_ptr" union field to NMUtilsNamedValueThomas Haller2022-04-141-0/+1
|/
* dhcp: merge branch 'th/systemd-no-dhcp4'Thomas Haller2022-04-1430-6728/+487
|\
| * dhcp/systemd: drop dhcp4 client (and related files)Thomas Haller2022-04-1418-5931/+0
| * dhcp: drop internal systemd DHCPv4 clientThomas Haller2022-04-149-776/+10
| * dhcp: don't use systemd's dhcp_lease_load() in nettools' n-dhcp4 ip4_start()Thomas Haller2022-04-141-21/+25
| * glib-aux: add nm_parse_env_file() helpers for parsing systemd's env-filesThomas Haller2022-04-143-0/+433
| * glib-aux: add nm_ascii_is_{whitespace,newline}() helperThomas Haller2022-04-141-0/+18
| * tests: improve nmtst_assert_strv() helper macroThomas Haller2022-04-141-1/+2
|/
* release: bump version to 1.39.1 (development)1.39.1-devThomas Haller2022-04-142-2/+2
* contrib/rpm: reorder variable in spec file and set rpm_versionThomas Haller2022-04-141-1/+1
* c-stdaux: re-import git-subtree for 'src/c-stdaux'Thomas Haller2022-04-132-1/+69
|\
| * Squashed 'src/c-stdaux/' changes from 9582a563c25e..f20e1cf2dfb1Thomas Haller2022-04-132-1/+69
* | c-stdaux: re-import git-subtree for 'src/c-stdaux'Thomas Haller2022-04-134-10/+13
|\ \ | |/
| * Squashed 'src/c-stdaux/' changes from 8652c488b8f1..9582a563c25eThomas Haller2022-04-134-10/+13
* | n-dhcp4: re-import git-subtree for 'src/n-dhcp4'Thomas Haller2022-04-133-8/+10
|\ \
| * | Squashed 'src/n-dhcp4/' changes from 281f431756e3..64513e31c01aThomas Haller2022-04-136-20/+58
* | | n-dhcp4/connection: dynamically allocate the receive bufferBeniamino Galvani2022-04-132-15/+11