summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-03-17n-dhcp4: discard NAKs from other servers in SELECTINGBeniamino Galvani2-0/+20
2022-03-16gitlab-ci: make "contrib/debian/REQUIRED_PACKAGES" verbose during container i...Thomas Haller2-4/+3
2022-03-16po: add Romanian (ro) translationSergiu Bivol2-0/+13015
2022-03-16core/tests: fix tests for nm_utils_shorten_hostname()Beniamino Galvani1-51/+41
2022-03-16pppoe: merge branch 'bg/pppoe-fix'Beniamino Galvani2-8/+33
2022-03-16ethernet: fix setting ip-ifindex for PPPoE connectionsBeniamino Galvani1-4/+3
2022-03-16ethernet: don't do DHCPv4 on PPPoEBeniamino Galvani1-0/+27
2022-03-16ppp: allow autoconf6 when ipv6.method is 'auto'Beniamino Galvani1-4/+3
2022-03-16libnm/doc: clarify behavior for autoconnect in `man nm-settings`Thomas Haller3-2/+11
2022-03-16gitlab-ci: bump tag to regenerate containersThomas Haller2-6/+6
2022-03-16contrib: install "policykit-1" package on DebianThomas Haller2-2/+3
2022-03-16std-aux: cast NM_IN_SET_SET() operands to "int" for "-Wbitwise-instead-of-log...Thomas Haller1-2/+2
2022-03-14po: update Ukrainian (uk) translationYuri Chornoivan1-432/+527
2022-03-14glib-aux: restrict NM_PRAGMA_WARNING_DISABLE_DANGLING_POINTER workaround to g...Thomas Haller1-4/+3
2022-03-14coding-style: fix formattingThomas Haller1-1/+1
2022-03-14merge: branch 'bg/wifi-disabled-freq'Beniamino Galvani1-23/+15
2022-03-14wifi: ignore disabled frequenciesBeniamino Galvani1-0/+3
2022-03-14platform: rework initialization of wifi frequenciesBeniamino Galvani1-25/+14
2022-03-13merge: branch 'lr/wep-cli'Lubomir Rintel5-51/+140
2022-03-13cli: connection: check for deprecated features on "add"/"modify"lr/wep-cliLubomir Rintel1-0/+5
2022-03-13cli: connection: check for warnings after "modify"Lubomir Rintel1-0/+2
2022-03-13cli: connection: factor out warning from "add" callbackLubomir Rintel1-25/+36
2022-03-13cli: connection: check for deprecated featuresLubomir Rintel1-4/+36
2022-03-13cli: device: color WEP APs differently in "wifi list"Lubomir Rintel1-0/+5
2022-03-13cli: device: factor out checking whether an AP is a WEP oneLubomir Rintel1-21/+35
2022-03-13cli: add color codes for deprecated featuresLubomir Rintel3-1/+21
2022-03-13core: merge branch 'th/ports-cleanup'Thomas Haller10-88/+120
2022-03-13core/device: avoid logging "%p" format and use obfuscated ptrThomas Haller1-6/+6
2022-03-13core/device: rename nm_device_master_release_one_slave()Thomas Haller3-37/+36
2022-03-13core/device: add ReleaseSlaveType argument for nm_device_master_release_one_s...Thomas Haller1-21/+34
2022-03-13core/device: use c_list_for_each_entry() for interating of slaves listThomas Haller1-17/+9
2022-03-13core/trivial: rename parameter to link_changed_cb()Thomas Haller1-2/+2
2022-03-13core: use nm_dbus_manager_lookup_object_with_type()Thomas Haller5-17/+27
2022-03-13core: add nm_dbus_manager_lookup_object_with_type() helperThomas Haller2-0/+18
2022-03-13all: merge branch 'th/gsource-attach'Thomas Haller13-59/+40
2022-03-13all: prefer nm wrappers to automatically attach GSource to default contextThomas Haller9-55/+25
2022-03-13all: change scheduling priority for idle actions to G_PRIORITY_DEFAULT_IDLEThomas Haller4-8/+19
2022-03-13glib-aux: fix priority for nm_g_idle_add_source()Thomas Haller1-1/+1
2022-03-11bond: do not reapply when setting fail_over_macFernando Fernandez Mancera1-11/+11
2022-03-11libnm: fix assertion in NMClient checking for current main contextThomas Haller1-2/+2
2022-03-11glib-aux: add nm_g_main_context_can_acquire() helperThomas Haller2-0/+22
2022-03-11core/trivial: add code comment to nm_utils_stable_id_parse()Thomas Haller1-1/+6
2022-03-11core: use NM_STR_HAS_PREFIX() in nm_utils_stable_id_parse()Thomas Haller1-1/+1
2022-03-11core: rename nm_utils_host_id_get_timestamp_ns() to "nsec"Thomas Haller3-15/+15
2022-03-11core/trivial: reword code comment about fake host-id timestampThomas Haller1-2/+9
2022-03-11libnm/docs: add reference to secret-key in description for stable-idThomas Haller3-3/+4
2022-03-09core/dhcp: use gs_free_error in NMDhcpDhcpcd's ip4_start()Thomas Haller1-2/+1
2022-03-09core/dhcp: fix uninitialized GError in NMDhcpDhcpcd's ip4_start()Thomas Haller1-1/+1
2022-03-09libnm: fix uninitialized GError in NMClient's _init_start_cancel_on_idle_cb()Thomas Haller1-2/+2
2022-03-09core/team: fix leak and uninitialized GError in NMDeviceTeam's constructed()Thomas Haller1-1/+1