summaryrefslogtreecommitdiff
path: root/src/core/nm-policy.c
Commit message (Expand)AuthorAgeFilesLines
* utils: rename NM_SETTINGS_AUTO_CONNECT_* to NM_SETTINGS_AUTOCONNECT_*th/devcon-track-autoconnect-tmpFernando Fernandez Mancera2023-02-211-18/+18
* fixup! policy: track autoconnect retries per Device x ConnectionThomas Haller2023-02-211-1/+1
* policy: track autoconnect retries per Device x ConnectionFernando Fernandez Mancera2023-02-211-38/+82
* Revert "policy: track the autoconnect retries in devices for multi-connect"Thomas Haller2022-12-201-102/+10
* all: fix various "-Wcast-align=strict" warningsThomas Haller2022-12-091-1/+2
* all: use nm_g_array_first()/nm_g_array_first_p() where suitableThomas Haller2022-12-091-1/+1
* device: allow autoconnect on externalWen Liang2022-11-241-4/+17
* policy: skip external devices in build_device_hostname_infos()Thomas Haller2022-11-231-0/+3
* policy: skip external devices in any_devices_active()Thomas Haller2022-11-231-2/+3
* policy: refactor all_devices_not_active() to any_devices_active()Thomas Haller2022-10-261-4/+4
* policy: track the autoconnect retries in devices for multi-connectFernando Fernandez Mancera2022-10-071-10/+102
* core: wait for carrier before resolving hostname via DNSBeniamino Galvani2022-10-061-3/+26
* policy: fix disposal of devices listFernando Fernandez Mancera2022-09-231-1/+1
* all: use nm_g_array_{index,first,last,index_p}() instead of g_array_index()Thomas Haller2022-09-151-8/+8
* all: use nm_g_array_append_new() at various placesThomas Haller2022-09-151-3/+2
* glib-aux: rename IP address related helpers from "nm-inet-utils.h"Thomas Haller2022-08-251-7/+7
* policy: downgrade verbosity of hostname change logging messageThomas Haller2022-07-151-1/+1
* core: update DNS when the device enters IP_CONFIG stateBeniamino Galvani2022-07-111-11/+6
* core: preserve the domain when system hostname is truncatedbg/dhcp-overlong-hostnameBeniamino Galvani2022-03-091-1/+1
* core: shorten hostname when too longBeniamino Galvani2022-03-091-15/+35
* dns: drop nm_dns_manager_set_initial_hostname()Beniamino Galvani2022-03-091-1/+1
* core: fix DNS configuration type for wireguard connectionsBeniamino Galvani2022-02-161-2/+4
* core/trivial: add code comment to _set_hostname()Thomas Haller2022-02-101-1/+4
* core: update hostname once at startupBeniamino Galvani2022-01-261-0/+1
* core: defer DNS updates until the device enters the SECONDARIES stateBeniamino Galvani2022-01-261-1/+21
* core: rename related things explicitly to "static-hostname"Thomas Haller2022-01-101-4/+6
* format: reformat source tree with clang-format 13.0Thomas Haller2021-11-291-163/+163
* core: avoid stale entries in the DNS managerBeniamino Galvani2021-11-181-1/+1
* core: update hostname when addresses on platform changeBeniamino Galvani2021-11-181-0/+19
* core: rework IP configuration in NetworkManager using layer 3 configurationThomas Haller2021-11-181-199/+120
* policy: send ip configs to the DNS manager earlierLubomir Rintel2021-11-021-1/+3
* core: rename to_str() methods to to_string()Thomas Haller2021-08-111-1/+1
* firewalld: listen to Reloaded signal and reconfigure firewall zonesThomas Haller2021-08-061-6/+7
* core: cleanup arguments for GObject signal of NMDhcpClientThomas Haller2021-08-051-1/+3
* all: use G_CALLBACK() macro instead of plain castThomas Haller2021-08-051-19/+19
* policy: prefer IPv4 to determine the hostnamebg/hostname-prefer-ipv4-rh1970335Beniamino Galvani2021-06-211-0/+1
* firewall: rename NMFirewallManager to NMFirewalldManagerThomas Haller2021-05-061-12/+12
* firewall: rename "nm-firewall-manager.[ch]" to "nm-firewalld-manager.[ch]"Thomas Haller2021-05-061-1/+1
* settings: Drop nm_settings_connection_clear_secretsAndrew Zaborowski2021-04-231-7/+0
* platform: move more platform code to src/libnm-platform/Thomas Haller2021-03-051-1/+1
* build: move "libnm-core/" to "src/" and split itThomas Haller2021-02-181-1/+1
* all: add "src/core/nm-default-daemon.h" as replacement for "nm-default.h"Thomas Haller2021-02-091-1/+1
* all: move "src/" directory to "src/core/"Thomas Haller2021-02-041-0/+3022