connman.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2022-03-08 22:37:59 to 2022-10-18 08:48:09 UTC [more...]

dnsproxy: first round of refactoring, TCP bugfix
 2022-10-18  8:47 UTC  (16+ 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 0/1] Enable Fallback DNS server when server is created
 2022-10-11  9:56 UTC  (2+ 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)

connman HEAD regression
 2022-08-28 18:21 UTC  (16+ 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  (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: 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)

iwd + connman
 2022-08-28 15:38 UTC  (5+ 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  (6+ messages)
` [PATCH 2/6] wispr: Ignore NULL proxy
` [PATCH 3/6] wispr: Add reference counter to portal context
` [PATCH 4/6] wispr: Update portal context references
` [PATCH 5/6] gweb: Fix OOB write in received_data()
` [PATCH 6/6] AUTHORS: Mention Nathan's contributions

(No Subject)
 2022-07-21 20:02 UTC 

not reconnecting despite available network
 2022-07-12 17:59 UTC 

dnsproxy: first round of refactoring, TCP bugfix
 2022-06-10 12:28 UTC  (20+ messages)
` [PATCH 01/12] dnsproxy-simple-test: improve test coverage and test flexibility
` [PATCH 02/12] dnsproxy: first bits of refactoring data types, global variables, simpler functions
` [PATCH 03/12] dnsproxy: refactoring of update_cached_ttl() and append_data()
` [PATCH 04/12] dnsproxy: refactor parse_response()
` [PATCH 05/12] dnsproxy: further refactoring of cache_update()
` [PATCH 06/12] dnsproxy: strip_domains(): fix out of bounds read access
` [PATCH 07/12] dnsproxy: refactor and document strip_domains() to make it less confusing
` [PATCH 08/12] dnsproxy: refactor larger functions ns_resolv() and forwards_dns_reply()
` [PATCH 09/12] dnsproxy: uncompress: replace unnecessary goto with return statements
` [PATCH 10/12] dnsproxy: forward_dns_reply: pull out separate dns_reply_fixup_domains()
` [PATCH 11/12] dnsproxy: finish first pass of refactoring the compilation unit
` [PATCH 12/12] dnsproxy: fix TCP server reply handling if domain name is appended

[PATCH] doc: Add note SingleConnectedTechnology can't be used with VPN
 2022-05-25  7:14 UTC  (2+ messages)

[PATCH] wispr: Prevent use-after-free from __connman_wispr_stop()
 2022-05-25  7:14 UTC  (2+ messages)

Issue with connman.service
 2022-05-25  7:12 UTC  (3+ messages)

[PATCH] service: Add "Ethernet" property for VPN into n.c.Manager GetServices
 2022-05-25  7:05 UTC  (2+ messages)

[PATCH v1] clock: fix time update transition auto->manual
 2022-05-16  6:50 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] timeserver: Add EnableNTPClient option to connman.conf
 2022-05-16  6:47 UTC  (4+ messages)

[PATCH v1 1/2] dhcp: Set proxy properly when applying DHCP lease
 2022-05-16  6:35 UTC  (5+ messages)
` [PATCH v1 2/2] wispr: Fix online check when using WPAD/PAC

[PATCH v1] dnsproxy: fix debug logging
 2022-05-16  6:35 UTC  (4+ messages)

Unable to establish openvpn connection under Debian [rp_filter restored to 0, notifier disconnect underflow]
 2022-05-16  6:31 UTC  (4+ messages)

[PATCH 0/1] Add WPA2-MFP Support
 2022-05-09  7:46 UTC  (7+ messages)
` [PATCH 1/1] gsupplicant: Add MFP support for WPA2

[PATCH] iwd: Fix connection with invalid passphrase format
 2022-04-14 20:15 UTC  (3+ messages)

Request for feature
 2022-04-14 19:03 UTC  (2+ messages)

[PATCH v1] gdhcp: fix server address byte order
 2022-04-14 18:48 UTC  (2+ messages)

Non-persistent IPv6 DUID issue
 2022-04-14 18:36 UTC  (2+ messages)

[PATCH resend 0/3] Fix DHCP renew handling
 2022-04-12 11:51 UTC  (4+ messages)
` [PATCH resend 1/3] gdhcp: Set packet length when receiving L3 packet
` [PATCH resend 2/3] gdhcp: Further check invalid data in dhcp_get_option
` [PATCH resend 3/3] gdhcp: Add unit tests for dhcp_get_option

[PATCH 0/4] Set regdom to follow timezone setting as optional feature
 2022-04-08  7:20 UTC  (7+ messages)
` [PATCH 1/4] main: Add path to localtime to config options
` [PATCH 2/4] main: Add RegdomFollowsTimezone option for regdom changes
` [PATCH 3/4] timezone: Change regdom along timezone, use localtime config
  ` [PATCH v2 "
` [PATCH 4/4] ofono: Do not change regdom when it follows timezone

[PATCH 0/2] Replace hardcoded paths with configurable runstatedir
 2022-04-08  7:20 UTC  (5+ messages)
` [PATCH 1/2] build: Support configurable run dir with RUNSTATEDIR
  ` [PATCH v2 "
` [PATCH 2/2] vpn: Replace hardcoded paths "

Fw: Connman Ofono Huawei MS2372h-153 not working
 2022-03-18 15:49 UTC 

[PATCH] iwd: Add scan support in access point mode
 2022-03-11 13:15 UTC  (5+ 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).