connman.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
[PATCH] wifi: Detect invalid key with auth challenge failed
 2026-02-16 14:58 UTC  (3+ messages)
  ` AW: "

[PATCH v2] systemd-resolved: Use DNS servers of the default service
 2026-02-13 21:20 UTC  (3+ messages)

[PATCH 0/5] connman: Fix issue with const return value from strrchr and memchr
 2026-02-13 21:10 UTC  (3+ messages)

[PATCH 5/5] ofono: Fix issue with const return value from strrchr
 2026-02-12 13:27 UTC 

[PATCH 4/5] dundee: Fix issue with const return value from strrchr
 2026-02-12 13:27 UTC 

[PATCH 3/5] gweb: Fix issue with const return value from memchr
 2026-02-12 13:26 UTC 

[PATCH 2/5] vpn-provider: Fix issue with const return value from strrchr
 2026-02-12 13:26 UTC 

[PATCH 1/5] vpn: Fix issue with const return value from strrchr
 2026-02-12 13:25 UTC 

[PATCH 0/9] L2TP and PPTP fixes: credentials, new options, better l2tp.secret support
 2026-01-26 13:43 UTC  (10+ messages)
` [PATCH 1/9] vpn-provider: Change vpn_provider_password_cb_t to use int error
` [PATCH 2/9] pptp: Add Sync and Nobuffer as new PPTP only bool options
` [PATCH 3/9] pptp: Fix clearing of credentials and use error int in callback
` [PATCH 4/9] pptp: Drop loglevel to 0 to reduce logging
` [PATCH 5/9] pptp: Do not clear credentials on connection error
` [PATCH 6/9] l2tp: Fix clearing of credentials and use error int in callback
` [PATCH 7/9] l2tp: Implement shared secret support using file or VPN agent
` [PATCH 8/9] l2tp: Fix potential TOCTOU cases with the created/removed files
` [PATCH 9/9] doc: Update VPN config options for L2TP and PPTP

[PATCH] systemd-resolved: Use DNS servers of the default service
 2026-01-26 12:47 UTC 

[PATCH v2] network:Keep network->connecting true during wifi association
 2026-01-20 11:33 UTC 

[PATCH] network:Keep network->connecting true during wifi association
 2026-01-20 10:52 UTC 

[PATCH v3] wifi:Remove passive scan on new active scan
 2026-01-14 10:22 UTC  (2+ messages)

[PATCH v2] wifi:Remove passive scan on new active scan
 2026-01-14  9:51 UTC  (2+ messages)

[PATCH] wifi:Fix the crash issue when restarting the wpa_supplicant or wifi driver while BackgroundScanning is enable
 2026-01-14  8:11 UTC  (2+ messages)

Fix the crash issue when restarting the wpa_supplicant or wifi driver while BackgroundScanning is enable
 2026-01-14  5:41 UTC  (7+ messages)
            ` [PATCH] "

[PATCH v2 00/42] VPN association state, dual IP support and WG fixes
 2025-11-21 15:36 UTC  (47+ messages)
` [PATCH v2 01/42] vpn-provider: Use association state for VPN agent input wait
` [PATCH v2 02/42] vpn: Add association state before connect state
` [PATCH v2 03/42] vpn-agent: Do connect state transition after input dialog check
` [PATCH v2 04/42] service: Explicit VPN connect timeout, ignore in VPN agent wait
` [PATCH v2 05/42] provider: Handle VPN configuration and association states
` [PATCH v2 06/42] vpn: Add support for association state, add state getter
` [PATCH v2 07/42] vpn: Check if connecting when setting state or disconnecting
` [PATCH v2 08/42] vpn: Add VPN agent use flag for plugins
` [PATCH v2 09/42] vpn-provider: Transition to CONNECT state with agentless VPNs
` [PATCH v2 10/42] doc: Update VPN documentation for association state + agentless VPN
` [PATCH v2 11/42] wireguard: Add saving of provider properties
` [PATCH v2 12/42] wireguard: Use positive errors for VPN provider connect_cb
` [PATCH v2 13/42] vpn: Fix VPN_FLAG_NO_DAEMON use in error cases
` [PATCH v2 14/42] wireguard: Handle disconnect, error and network errors better
` [PATCH v2 15/42] gresolv: Add GError for hostname lookup
` [PATCH v2 16/42] wireguard: Use GResolv for DNS reresolve to avoid blocking
` [PATCH v2 17/42] vpn: Drop state changes from update_provider_state()
` [PATCH v2 18/42] wireguard: Fix shutdown, ensure one exit and set no agent is used
` [PATCH v2 19/42] vpn: Check if disconnect is implemented before calling in stop_vpn()
` [PATCH v2 20/42] wireguard: Tokenize host for getaddrinfo()
` [PATCH v2 21/42] util: Add address family set/get/reset helpers
  ` [PATCH "
  ` [PATCH v3 "
` [PATCH v2 22/42] vpn-provider: Add support for dual-IP VPNs
` [PATCH v2 23/42] provider: "
` [PATCH v2 24/42] vpn: "
` [PATCH v2 25/42] wireguard: Support both IPv4 and IPv6 address
` [PATCH v2 26/42] inet: Expose __connman_inet_is_any_addr() for plugins to use
` [PATCH v2 27/42] wireguard: Set split routing based on AllowedIPs
` [PATCH v2 28/42] Revert "vpn: Remove unused __vpn_provider_check_routes"
` [PATCH v2 29/42] vpn-provider: Allow to add complete routes and to remove routes
` [PATCH v2 30/42] wireguard: Add routes for other than any addresses
` [PATCH v2 31/42] wireguard: Fix string list parsing and IP tunneling
` [PATCH v2 32/42] wireguard: Treat initial connect failure as unreachable host
` [PATCH v2 33/42] service: handle also EALREADY in service_connect()
` [PATCH v2 34/42] vpn-provider: Make daemonless VPNs to connect when connmand is online
` [PATCH v2 35/42] vpn: Implement getter for the flags set by the VPN
` [PATCH v2 36/42] wireguard: Rework hostname resolve, split code and do not resolve IP
` [PATCH v2 37/42] vpn-provider: Delay connect of daemonless VPNs until connmand is online
` [PATCH v2 38/42] service: Send the DNS servers of VPN's transport when VPN is ready
` [PATCH v2 39/42] vpn-provider: Add support for set/get "TransportNameservers"
` [PATCH v2 40/42] wireguard: Add option for using transport nameservers for DNS reresolve
` [PATCH v2 41/42] wireguard: Fix FQDN by using the resolved IP as the gateway
` [PATCH v2 42/42] provider: Add the VPN nameserver routes when connected

Wifi tethering: Cannot enable NAT -2/No such file or directory or -97/Address family not supported by protocol
 2025-10-23 22:59 UTC 

[PATCH] client: set rl_prompt after saving
 2025-10-21  7:29 UTC  (4+ messages)
  `  "

[PATCH] Connman : Add group api doc
 2025-10-06  8:56 UTC 

[PATCH]Connman : Improve P2P: Update p2p_listen state , default PBC mode, and peer PBC request handling
 2025-09-29  4:06 UTC 

[PATCH] log: Add config option for setting a loglevel in connmand
 2025-09-26 18:37 UTC 

Where should a Loglevel setting be implemented?
 2025-09-24 13:39 UTC 

Demoting IPv4 link-local services in service list sorting
 2025-09-09 18:54 UTC  (4+ messages)

[PATCH] connman, vpn: avoid hiding implementation-reserved symbols
 2025-09-07  8:18 UTC 

v1.45, broken wifi connect
 2025-08-22  9:44 UTC  (9+ messages)
    ` AW: "
        ` AW: "
            ` AW: "
                ` AW: "

[PATCH 00/46] VPN association state, dual IP support and WG fixes
 2025-08-13 11:20 UTC  (68+ messages)
` [PATCH 01/45] agent: Cancel agent request on NoReply D-Bus error
` [PATCH 02/45] vpn-provider: Use association state for VPN agent input wait
` [PATCH 03/45] vpn: Add association state before connect state
` [PATCH 05/45] service: Explicit VPN connect timeout, ignore in VPN agent wait
` [PATCH 06/45] provider: Handle VPN configuration and association states
` [PATCH 07/45] vpn: Add support for association state, add state getter
` [PATCH 08/45] vpn: Check if connecting when setting state or disconnecting
` [PATCH 09/45] vpn: Add VPN agent use callback for plugins
` [PATCH 10/45] vpn-provider: Transition to CONNECT state with agentless VPNs
` [PATCH 11/45] doc: Update VPN documentation for association state
` [PATCH 12/45] wireguard: Add saving of provider properties
` [PATCH 13/45] wireguard: Use positive errors for VPN provider connect_cb
` [PATCH 14/45] vpn: Fix VPN_FLAG_NO_DAEMON use in error cases
` [PATCH 15/45] wireguard: Handle disconnect, error and network errors better
` [PATCH 16/45] gresolv: Add generic error for GResolv struct with getter
` [PATCH 17/45] vpn-util: Add wrappers for GResolv hostname lookup use
` [PATCH 18/45] wireguard: Use GResolv for DNS reresolve to avoid blocking
` [PATCH 19/45] vpn: Drop state changes from update_provider_state()
` [PATCH 20/45] wireguard: Fix shutdown, ensure one exit and set no agent is used
` [PATCH 21/45] vpn: Check if disconnect is implemented before calling in stop_vpn()
` [PATCH 22/45] wireguard: Tokenize host for getaddrinfo()
` [PATCH 23/45] util: Add address family set/get/reset helpers
` [PATCH 24/45] vpn-provider: Add support for dual-IP VPNs
` [PATCH 25/45] provider: "
` [PATCH 26/45] vpn: "
` [PATCH 27/45] wireguard: Support both IPv4 and IPv6 address
` [PATCH 28/45] inet: Expose __connman_inet_is_any_addr() for plugins to use
` [PATCH 29/45] wireguard: Set split routing based on AllowedIPs
` [PATCH 30/45] Revert "vpn: Remove unused __vpn_provider_check_routes"
` [PATCH 31/45] vpn-provider: Allow to add complete routes and to remove routes
` [PATCH 32/45] wireguard: Add routes for other than any addresses
` [PATCH 33/45] wireguard: Fix string list parsing and IP tunneling
` [PATCH 34/45] wireguard: Treat initial connect failure as unreachable host
` [PATCH 35/45] service: handle also EALREADY in service_connect()
` [PATCH 36/45] vpn-provider: Make daemonless VPNs to connect when connmand is online
` [PATCH 37/45] vpn: Implement getter for the flags set by the VPN
` [PATCH 38/45] vpn-provider: Delay connect of daemonless VPNs until connmand is online
` [PATCH 39/45] wireguard: Rework hostname resolve, split code and do not resolve IP
` [PATCH 40/45] vpn-util: Add wrapper for adding a namerver for GResolv
` [PATCH 41/45] service: Send the DNS servers of VPN's transport when VPN is ready
` [PATCH 42/45] vpn-provider: Add support for set/get "TransportNameservers"
` [PATCH 43/45] wireguard: Add option for using transport nameservers for DNS reresolve
` [PATCH 44/45] wireguard: Fix FQDN by using the resolved IP as the gateway
` [PATCH 45/45] provider: Add the VPN nameserver routes when connected

Connman - Issue - AlwaysConnectedTechnologies option not working
 2025-08-07 10:40 UTC 

connman configuration for combined wlan0 + ap0 devices for tethering
 2025-08-07  9:30 UTC  (3+ messages)

[PATCH] Connman : Allow connmanctl to trigger Wi-Fi scan
 2025-08-05 15:39 UTC  (2+ messages)

[PATCH] service: Fix comparison of services of same preferred type
 2025-08-04 19:30 UTC  (4+ messages)
` [PATCH] "

[PATCH] Adjust printf(3) formats for 32-bit platforms
 2025-08-04 18:55 UTC  (4+ messages)

[PATCH 0/3] Generalize Default Enabled Technologies
 2025-08-04 18:54 UTC  (8+ messages)
` [PATCH 1/3] main: Introduce 'DefaultEnabledTechnologies' setting
` [PATCH 2/3] technology: Leverage "
` [PATCH 3/3] doc: Document the "

[PATCH 00/11] Add association state for VPNs
 2025-08-04 15:10 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).