summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* service: don't give CAP_DAC_OVERRIDE capability to NetworkManager (2)th/dac-override-disableThomas Haller2022-03-181-2/+1
* device: allow reapply for changed "connection.autoconnect-slaves" propertyThomas Haller2022-03-181-0/+1
* connectivity: fix constructing hosts list for CURLOPT_RESOLVEThomas Haller2022-03-181-7/+16
* merge: branch 'hadess/NetworkManager-wip/hadess/curl-logging'Beniamino Galvani2022-03-181-0/+48
|\
| * connectivity: Add debug to curl queriesBastien Nocera2022-03-171-0/+48
|/
* device: drop unused variable and avoid compiler warningThomas Haller2022-03-171-2/+1
* merge: branch 'lr/supplicant-wep'Lubomir Rintel2022-03-173-9/+38
|\
| * wifi: mark WEP connections incompatible if supplicant lacks capabilitylr/supplicant-wepLubomir Rintel2022-03-171-8/+24
| * supplicant: check whether WEP is availableLubomir Rintel2022-03-172-1/+10
| * supplicant: add a comment about extending NMSupplCapTypeLubomir Rintel2022-03-171-0/+2
| * supplicant: log WPA-EAP-SUITE-B-192 capabilityLubomir Rintel2022-03-171-1/+3
|/
* glib-aux: reword code comments for nm_utils_buf_utf8safe_{,un}escape()Thomas Haller2022-03-171-7/+10
* connectivity: use GSource instead of source id for tracking timeout/idle sourceThomas Haller2022-03-171-8/+8
* connectivity: minor cleanup resolve_cb() to use nm_utils_addr_family_to_size()Thomas Haller2022-03-171-3/+3
* connectivity: skip unexpected addr family from resolved responseThomas Haller2022-03-171-0/+3
* n-dhcp4: discard NAKs from other servers in SELECTINGbg/dhcp-nakBeniamino Galvani2022-03-172-0/+20
* gitlab-ci: make "contrib/debian/REQUIRED_PACKAGES" verbose during container i...Thomas Haller2022-03-162-4/+3
* po: add Romanian (ro) translationSergiu Bivol2022-03-162-0/+13015
* core/tests: fix tests for nm_utils_shorten_hostname()Beniamino Galvani2022-03-161-51/+41
* pppoe: merge branch 'bg/pppoe-fix'Beniamino Galvani2022-03-162-8/+33
|\
| * ethernet: fix setting ip-ifindex for PPPoE connectionsBeniamino Galvani2022-03-161-4/+3
| * ethernet: don't do DHCPv4 on PPPoEBeniamino Galvani2022-03-161-0/+27
| * ppp: allow autoconf6 when ipv6.method is 'auto'Beniamino Galvani2022-03-161-4/+3
|/
* libnm/doc: clarify behavior for autoconnect in `man nm-settings`Thomas Haller2022-03-163-2/+11
* gitlab-ci: bump tag to regenerate containersThomas Haller2022-03-162-6/+6
* contrib: install "policykit-1" package on DebianThomas Haller2022-03-162-2/+3
* std-aux: cast NM_IN_SET_SET() operands to "int" for "-Wbitwise-instead-of-log...Thomas Haller2022-03-161-2/+2
* po: update Ukrainian (uk) translationYuri Chornoivan2022-03-141-432/+527
* glib-aux: restrict NM_PRAGMA_WARNING_DISABLE_DANGLING_POINTER workaround to g...Thomas Haller2022-03-141-4/+3
* coding-style: fix formattingThomas Haller2022-03-141-1/+1
* merge: branch 'bg/wifi-disabled-freq'Beniamino Galvani2022-03-141-23/+15
|\
| * wifi: ignore disabled frequenciesBeniamino Galvani2022-03-141-0/+3
| * platform: rework initialization of wifi frequenciesBeniamino Galvani2022-03-141-25/+14
|/
* merge: branch 'lr/wep-cli'Lubomir Rintel2022-03-135-51/+140
|\
| * cli: connection: check for deprecated features on "add"/"modify"lr/wep-cliLubomir Rintel2022-03-131-0/+5
| * cli: connection: check for warnings after "modify"Lubomir Rintel2022-03-131-0/+2
| * cli: connection: factor out warning from "add" callbackLubomir Rintel2022-03-131-25/+36
| * cli: connection: check for deprecated featuresLubomir Rintel2022-03-131-4/+36
| * cli: device: color WEP APs differently in "wifi list"Lubomir Rintel2022-03-131-0/+5
| * cli: device: factor out checking whether an AP is a WEP oneLubomir Rintel2022-03-131-21/+35
| * cli: add color codes for deprecated featuresLubomir Rintel2022-03-133-1/+21
|/
* core: merge branch 'th/ports-cleanup'Thomas Haller2022-03-1310-88/+120
|\
| * core/device: avoid logging "%p" format and use obfuscated ptrThomas Haller2022-03-131-6/+6
| * core/device: rename nm_device_master_release_one_slave()Thomas Haller2022-03-133-37/+36
| * core/device: add ReleaseSlaveType argument for nm_device_master_release_one_s...Thomas Haller2022-03-131-21/+34
| * core/device: use c_list_for_each_entry() for interating of slaves listThomas Haller2022-03-131-17/+9
| * core/trivial: rename parameter to link_changed_cb()Thomas Haller2022-03-131-2/+2
| * core: use nm_dbus_manager_lookup_object_with_type()Thomas Haller2022-03-135-17/+27
| * core: add nm_dbus_manager_lookup_object_with_type() helperThomas Haller2022-03-132-0/+18
|/
* all: merge branch 'th/gsource-attach'Thomas Haller2022-03-1313-59/+40
|\