summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* clients: bulk removal of g_assert*() statementslr/assertsLubomir Rintel2022-03-285-33/+40
* platform: add log detail for ENODEV at do_delete_object()Daisuke Matsuda2022-03-281-0/+2
* libnm/tests: test that nm_vpn_service_plugin_read_vpn_details() does not cons...Thomas Haller2022-03-281-7/+88
* libnm: handle NUL characters in nm_vpn_service_plugin_read_vpn_details() and ...Thomas Haller2022-03-282-2/+14
* Revert "libnm: buffer reads in nm_vpn_service_plugin_read_vpn_details()"Bryan Jacobs2022-03-281-64/+20
* core: create GMainLoop after daemonizingChristian Eggers2022-03-221-2/+2
* dnsmasq/shared: drop "--dhcp-lease-max=50" optionThomas Haller2022-03-211-2/+0
* libnm/docs: fix documentation for "proxy.pac-script"Thomas Haller2022-03-213-6/+16
* dhcp: simplify nm_dhcp_client_set_effective_client_id()Thomas Haller2022-03-211-18/+9
* dhcp: use nm_g_bytes_equal0() in _set_effective_client_id()Thomas Haller2022-03-211-5/+2
* dhcp: fix memory leakBeniamino Galvani2022-03-201-0/+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
* connectivity: Add debug to curl queriesBastien Nocera2022-03-171-0/+48
* device: drop unused variable and avoid compiler warningThomas Haller2022-03-171-2/+1
* 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
* core/tests: fix tests for nm_utils_shorten_hostname()Beniamino Galvani2022-03-161-51/+41
* 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
* std-aux: cast NM_IN_SET_SET() operands to "int" for "-Wbitwise-instead-of-log...Thomas Haller2022-03-161-2/+2
* 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
* wifi: ignore disabled frequenciesBeniamino Galvani2022-03-141-0/+3
* platform: rework initialization of wifi frequenciesBeniamino Galvani2022-03-141-25/+14
* 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-132-1/+7
* 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: prefer nm wrappers to automatically attach GSource to default contextThomas Haller2022-03-139-55/+25
* all: change scheduling priority for idle actions to G_PRIORITY_DEFAULT_IDLEThomas Haller2022-03-134-8/+19