connman.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2022-08-01 08:07:01 to 2023-04-11 07:40:57 UTC [more...]

[PATCH] rtnl: Ignore adding/removing interface to/from bridge
 2023-04-11  7:40 UTC  (2+ messages)

[PATCH] ntp: Fix timeserver typo in warning when ntp_data is not NULL
 2023-04-11  7:40 UTC  (2+ messages)

[PATCH] gdhcp: Verify and sanitize packet length first
 2023-04-11  7:40 UTC  (2+ messages)

[PATCH] timeserver: Purge timeserver list after reset
 2023-04-11  7:39 UTC  (2+ messages)

[PATCH] Support for compiling against pppd 2.5.0/master
 2023-04-11  7:33 UTC  (2+ messages)

[PATCH] service: Fix hidden service with wrong passphrase
 2023-04-11  7:28 UTC  (3+ messages)

[PATCH] network: Keep failure state after disconnection
 2023-04-11  7:20 UTC  (4+ messages)

No 6GHz networks found if connman does the scan, but connman see them if 'iw DEV scan' used instead
 2023-02-28  7:39 UTC  (6+ messages)

Passing the --nodevice option multiple times appears to replace the previous values
 2023-02-27  7:55 UTC  (2+ messages)

[PATCH] iwd: Add support to Scan in AP mode
 2023-02-27  7:43 UTC  (4+ messages)

[RFC PATCH 0/9] Add association state for VPNs
 2023-02-27  7:34 UTC  (13+ messages)
` [RFC PATCH 1/9] agent: Cancel agent request on NoReply D-Bus error
` [RFC PATCH 2/9] vpn-provider: Use association state for VPN agent input wait
` [RFC PATCH 3/9] vpn: Add association state before connect state
` [RFC PATCH 4/9] vpn-agent: Do connect state transition after input dialog check
` [RFC PATCH 5/9] service: Explicit VPN connect timeout, ignore in VPN agent wait
` [RFC PATCH 6/9] provider: Handle VPN configuration and association states
` [RFC PATCH 7/9] vpn: Add support for association state, add state getter
` [RFC PATCH 8/9] vpn: Check if connecting when setting state or disconnecting
` [RFC PATCH 9/9] doc: Update VPN documentation for association state

Unification to connman configuration? Now it 3 separated places
 2023-02-27  7:09 UTC  (6+ messages)

[PATCH] doc: Update connman(8) manpage on the --nodnsproxy option
 2023-02-21  0:20 UTC 

[PATCH 1/1] Added support for setting preferred IP for WiFi tethering
 2023-01-25 11:06 UTC  (2+ messages)

dhcp-client with fallback IP
 2023-01-16  7:57 UTC  (2+ messages)

Patches for the AutoConnect bug I hit in the iwd plugin
 2023-01-16  7:52 UTC  (7+ messages)
` [PATCH 1/3] plugins/iwd: Rename autoconnect fields to clarify meaning
` [PATCH 2/3] plugins/iwd: Fix typo in create_known_network name
` [PATCH 3/3] plugins/iwd: fix iwd autoconnect being set wrongly on new connections
    ` [PATCH] service: Fix an additional case of autoconnect breakage under iwd

bug: 802.1x configuration is not turned into an iwd KnownNetwork
 2023-01-16  7:31 UTC  (4+ messages)

Connman Request for feature
 2023-01-16  7:33 UTC  (7+ messages)

bug: iwd KnownNetworks AutoConnect setting desynchronizes with connman's, breaking auto connect
 2023-01-06 19:04 UTC  (3+ messages)

[PATCH v1 0/2] Fix a couple of regression
 2023-01-02  8:16 UTC  (4+ messages)
` [PATCH v1 1/2] ipconfig: Do not filter out 0.0.0.0 gateway routes
` [PATCH v1 2/2] main: Add Hamachi interface to ignore list

Connman Request for feature
 2022-12-28 15:25 UTC 

connman HEAD regression
 2022-12-18 19:13 UTC  (18+ messages)

(no subject)
 2022-11-25 15:15 UTC 

autoip address set/reset loop
 2022-11-24 17:30 UTC  (6+ messages)

autoip address set/reset loop
 2022-11-23 16:46 UTC  (3+ messages)

autoip address set/reset loop
 2022-11-23 16:03 UTC 

service: 'ready' Status ProprtyChanged not sent
 2022-11-23 14:13 UTC 

autoip address set/reset loop
 2022-11-22 18:35 UTC  (2+ messages)

service: 'ready' Status ProprtyChanged not sent
 2022-11-17 19:36 UTC 

service: 'ready' Status ProprtyChanged not sent
 2022-11-16 16:22 UTC 

Getting currently configured upstream DNS server
 2022-11-03  9:04 UTC  (3+ messages)

dnsproxy: first round of refactoring, TCP bugfix
 2022-11-03  7:20 UTC  (18+ messages)
` [PATCH 01/16] dnsproxy-simple-test: improve test coverage and test flexibility
` [PATCH 02/16] autoconf: require C99 compiler and set C99 mode
` [PATCH 03/16] dnsproxy: fix compiler warning about zero length printf format string
` [PATCH 04/16] dnsproxy: first bits of refactoring data types, global variables, simpler functions
` [PATCH 05/16] dnsproxy: refactoring of update_cached_ttl() and append_data()
` [PATCH 06/16] dnsproxy: refactor parse_response()
` [PATCH 07/16] dnsproxy: refactoring of cache_update()
` [PATCH 08/16] dnsproxy: strip_domains(): fix out of bounds read access
` [PATCH 09/16] dnsproxy: refactor and document strip_domains() to make it less confusing
` [PATCH 10/16] dnsproxy: refactor ns_resolv() and forwards_dns_reply()
` [PATCH 11/16] dnsproxy: uncompress: replace unnecessary goto with return statements
` [PATCH 12/16] dnsproxy: forward_dns_reply: pull out separate dns_reply_fixup_domains()
` [PATCH 13/16] dnsproxy: finish first full pass of refactoring the compilation unit
` [PATCH 14/16] dnsproxy: fix TCP server reply handling if domain name is appended
` [PATCH 15/16] dnsproxy: harmonize use of sizeof() for message size calculations
` [PATCH 16/16] dnsproxy: add my copyright statement covering the larger refactoring changes

dnsproxy: first round of refactoring, TCP bugfix
 2022-10-24  7:40 UTC  (21+ messages)
` [PATCH 01/16] dnsproxy-simple-test: improve test coverage and test flexibility
` [PATCH 02/16] autoconf: require C99 compiler and set C99 mode
` [PATCH 03/16] dnsproxy: first bits of refactoring data types, global variables, simpler functions
` [PATCH 04/16] dnsproxy: refactoring of update_cached_ttl() and append_data()
` [PATCH 05/16] dnsproxy: refactor parse_response()
` [PATCH 06/16] dnsproxy: refactoring of cache_update()
` [PATCH 07/16] dnsproxy: strip_domains(): fix out of bounds read access
` [PATCH 08/16] dnsproxy: refactor and document strip_domains() to make it less confusing
` [PATCH 09/16] dnsproxy: refactor ns_resolv() and forwards_dns_reply()
` [PATCH 10/16] dnsproxy: uncompress: replace unnecessary goto with return statements
` [PATCH 11/16] dnsproxy: forward_dns_reply: pull out separate dns_reply_fixup_domains()
` [PATCH 12/16] dnsproxy: finish first pass of refactoring the compilation unit
` [PATCH 13/16] dnsproxy: fix TCP server reply handling if domain name is appended
` [PATCH 14/16] dnsproxy: harmonize use of sizeof() for message size calculations
` [PATCH 15/16] dnsproxy: add my copyright statement covering the larger refactoring changes
` [PATCH 16/16] dnsproxy: fix compiler warnings (differing signedness, empty format string)

[PATCH 0/1] Enable Fallback DNS server when server is created
 2022-10-24  6:52 UTC  (3+ messages)
` [PATCH 1/1] dnsproxy: enable Fallback DNS server when created if needed

[PATCH] gresolv: add missing include to fix clang-16 build
 2022-09-27 16:53 UTC  (4+ messages)

ConnMan SplitRouting
 2022-09-26  6:15 UTC  (2+ messages)

[PATCH] wifi: Handle invalid-key case on WPA-SAE authentication failure
 2022-09-20 17:08 UTC  (5+ messages)

No password prompt after wrong entry
 2022-09-08 14:22 UTC  (3+ messages)

[PATCH v2 0/3] Fixes wispr refcount and cleanups
 2022-09-07 18:57 UTC  (5+ messages)
` [PATCH v2 1/3] service: Track online check for IPv4 and IPv6 separately
` [PATCH v2 2/3] wispr: Fix context refcounting in wispr_portal_request_portal()
` [PATCH v2 3/3] wispr: Simplify the IP version check

[PATCH v1 1/2] service: Track online check for IPv4 and IPv6 separately
 2022-09-06 18:15 UTC  (2+ messages)
` [PATCH v1 2/2] wispr: Fix contex refcounting in wispr_portal_request_portal()

[PATCH] resolver: Add path to resolv.conf to config options
 2022-08-30 15:07 UTC  (5+ messages)

Link always ready and don't pass online
 2022-08-30  7:13 UTC  (7+ messages)

[PATCH] ipconfig: Don't add invalid gateway routes
 2022-08-28 18:31 UTC  (2+ messages)

[PATCH] wisrp: Handle wispr_portal_detect failures
 2022-08-28 18:31 UTC  (2+ messages)

Default Routing Issues, And Potential Solution
 2022-08-28 17:49 UTC  (4+ messages)

dnsproxy: first round of refactoring, TCP bugfix
 2022-08-28 16:21 UTC  (3+ messages)
` [PATCH 03/16] dnsproxy: first bits of refactoring data types, global variables, simpler functions

iwd + connman
 2022-08-28 15:38 UTC  (2+ messages)

[PATCH] connman: implement network interface management techniques
 2022-08-28 14:21 UTC  (2+ messages)

Removing credentials for unavailable services
 2022-08-28 14:19 UTC  (2+ messages)

Service state change is not emitted on net.connman.Service
 2022-08-28 14:13 UTC  (4+ messages)

[PATCH 1/6] wispr: Rename wispr_portal_list to wispr_portal_hash
 2022-08-01  8:00 UTC  (2+ messages)
` [PATCH 5/6] gweb: Fix OOB write in received_data()


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).