summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-03-18service: don't give CAP_DAC_OVERRIDE capability to NetworkManager (2)th/dac-override-disableThomas Haller1-2/+1
2022-03-18device: allow reapply for changed "connection.autoconnect-slaves" propertyThomas Haller1-0/+1
2022-03-18connectivity: fix constructing hosts list for CURLOPT_RESOLVEThomas Haller1-7/+16
2022-03-18merge: branch 'hadess/NetworkManager-wip/hadess/curl-logging'Beniamino Galvani1-0/+48
2022-03-17connectivity: Add debug to curl queriesBastien Nocera1-0/+48
2022-03-17device: drop unused variable and avoid compiler warningThomas Haller1-2/+1
2022-03-17merge: branch 'lr/supplicant-wep'Lubomir Rintel3-9/+38
2022-03-17wifi: mark WEP connections incompatible if supplicant lacks capabilitylr/supplicant-wepLubomir Rintel1-8/+24
2022-03-17supplicant: check whether WEP is availableLubomir Rintel2-1/+10
2022-03-17supplicant: add a comment about extending NMSupplCapTypeLubomir Rintel1-0/+2
2022-03-17supplicant: log WPA-EAP-SUITE-B-192 capabilityLubomir Rintel1-1/+3
2022-03-17glib-aux: reword code comments for nm_utils_buf_utf8safe_{,un}escape()Thomas Haller1-7/+10
2022-03-17connectivity: use GSource instead of source id for tracking timeout/idle sourceThomas Haller1-8/+8
2022-03-17connectivity: minor cleanup resolve_cb() to use nm_utils_addr_family_to_size()Thomas Haller1-3/+3
2022-03-17connectivity: skip unexpected addr family from resolved responseThomas Haller1-0/+3
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