messages from 2021-11-30 20:45:22 to 2022-01-06 22:42:16 UTC [more...]
[PATCH 5/5] unit: add checks for improper use of json_iter_parse/next
2022-01-06 22:42 UTC
[PATCH 4/5] json: restrict json_iter_{parse,next} to objects/arrays
2022-01-06 22:42 UTC
[PATCH 3/5] json: add NULL check for container on get_container
2022-01-06 22:42 UTC
[PATCH 2/5] unit: add strings to several json iteration tests
2022-01-06 22:42 UTC
[PATCH 1/5] json: add json_iter_get_string
2022-01-06 22:42 UTC
[PATCH v2 4/9] json: add support for array iteration
2022-01-06 22:12 UTC
[PATCH v2 4/9] json: add support for array iteration
2022-01-06 21:59 UTC
[PATCH v2 4/9] json: add support for array iteration
2022-01-06 21:07 UTC
[PATCH v2 5/9] json: increase default token size to 60
2022-01-06 20:26 UTC
[PATCH v2 4/9] json: add support for array iteration
2022-01-06 20:25 UTC
[PATCH v2 3/9] unit: add primitive json test
2022-01-06 20:08 UTC
[PATCH v2 9/9] unit: add test for nested arrays
2022-01-06 19:50 UTC
[PATCH v2 8/9] unit: add arrays of objects test
2022-01-06 19:50 UTC
[PATCH v2 7/9] json: add json_iter_get_container
2022-01-06 19:50 UTC
[PATCH v2 6/9] unit: add test for json arrays
2022-01-06 19:50 UTC
[PATCH v2 5/9] json: increase default token size to 60
2022-01-06 19:50 UTC
[PATCH v2 4/9] json: add support for array iteration
2022-01-06 19:50 UTC
[PATCH v2 3/9] unit: add primitive json test
2022-01-06 19:50 UTC
[PATCH v2 2/9] json: add support for primitive types
2022-01-06 19:50 UTC
[PATCH v2 1/9] json: fix find_object_tokens
2022-01-06 19:49 UTC
[PATCH] dpp: use %zu for printing size_t
2022-01-05 19:50 UTC
[PATCH 8/8] unit: add test for nested arrays
2022-01-05 18:46 UTC
[PATCH 7/8] unit: add arrays of objects test
2022-01-05 18:46 UTC
[PATCH 6/8] json: support arrays of objects
2022-01-05 18:46 UTC
[PATCH 5/8] unit: add test for json arrays
2022-01-05 18:46 UTC
[PATCH 4/8] json: increase default token size to 60
2022-01-05 18:46 UTC
[PATCH 3/8] json: add support for array iteration
2022-01-05 18:46 UTC
[PATCH 2/8] unit: add primitive json test
2022-01-05 18:46 UTC
[PATCH 1/8] json: add support for primitive types
2022-01-05 18:46 UTC
[PATCH] auto-t: iwd.py: use spaces instead of tabs
2022-01-04 18:34 UTC
[PATCH] auto-t: iwd.py: use spaces instead of tabs
2022-01-04 18:29 UTC
[PATCH 6/6] auto-t: add DPP autotests
2022-01-04 18:18 UTC
[PATCH 5/6] auto-t: wpas.py: add DPP utilities
2022-01-04 18:18 UTC
[PATCH 4/6] auto-t: iwd.py: add DPP utilities
2022-01-04 18:18 UTC
[PATCH 3/6] auto-t: wpas.py: add wait_for_result
2022-01-04 18:18 UTC
[PATCH 2/6] auto-t: iwd.py: remove unused members
2022-01-04 18:18 UTC
[PATCH 1/6] auto-t: wpas.py: don't require strict match on wait_for_event
2022-01-04 18:18 UTC
[PATCH 1/6] auto-t: wpas.py: don't require strict match on wait_for_event
2022-01-04 18:03 UTC
[PATCH 1/3] auto-t: iwd.py: remove StationDebug out of Device init
2022-01-04 17:44 UTC
[PATCH 3/3] test-runner: don't copy __pycache__ in tests
2022-01-04 17:37 UTC
[PATCH 2/3] test-runner: only include comitted tests for full test runs
2022-01-04 17:37 UTC
[PATCH 1/3] auto-t: iwd.py: remove StationDebug out of Device init
2022-01-04 17:37 UTC
Doesn't create global config file or its directory (/etc/iwd/)
2022-01-03 20:34 UTC
iwd doesn't work with openresolv
2022-01-03 19:05 UTC
Doesn't create global config file or its directory (/etc/iwd/)
2021-12-27 18:23 UTC
iwd doesn't work with openresolv
2021-12-27 11:38 UTC
[PATCH 1/2] test-runner: catch exception on test file removal
2021-12-23 1:16 UTC
[PATCH 2/2] auto-t: iwd.py: fix namespaces on StationDebug
2021-12-23 1:12 UTC
[PATCH 1/2] test-runner: catch exception on test file removal
2021-12-23 1:12 UTC
[PATCH] auto-t: add missing config files (testOWE-transition)
2021-12-23 0:23 UTC
[PATCH] auto-t: add missing config files (testOWE-transition)
2021-12-23 0:14 UTC
[PATCH 1/2] dpp: zero nonces/keys on dpp_reset
2021-12-22 23:06 UTC
[PATCH 2/2] dpp: init unwrapped pointer to NULL
2021-12-22 23:00 UTC
[PATCH 1/2] dpp: zero nonces/keys on dpp_reset
2021-12-22 23:00 UTC
[PATCH v2 1/6] dpp: add timeout for auth/config protocols
2021-12-21 0:16 UTC
[PATCH v2 6/6] client: add DPP client commands
2021-12-21 0:07 UTC
[PATCH v2 5/6] client: add DPP interface
2021-12-21 0:07 UTC
[PATCH v2 4/6] doc: document StartConfigurator
2021-12-21 0:07 UTC
[PATCH v2 3/6] dpp: implement configurator role
2021-12-21 0:07 UTC
[PATCH v2 2/6] dpp: add role definitions
2021-12-21 0:07 UTC
[PATCH v2 1/6] dpp: add timeout for auth/config protocols
2021-12-21 0:07 UTC
[PATCH 1/9] dpp: use frame data directly in unwrap for config response
2021-12-20 23:15 UTC
[PATCH 9/9] client: add DPP client commands
2021-12-20 21:49 UTC
[PATCH 8/9] client: add DPP interface
2021-12-20 21:49 UTC
[PATCH 7/9] doc: document StartConfigurator
2021-12-20 21:49 UTC
[PATCH 6/9] dpp: implement configurator role
2021-12-20 21:49 UTC
[PATCH 5/9] dpp: add role definitions
2021-12-20 21:49 UTC
[PATCH 4/9] dpp: add timeout for auth/config protocols
2021-12-20 21:49 UTC
[PATCH 3/9] dpp-util: add dpp_configuration_new/dpp_configuration_to_json
2021-12-20 21:49 UTC
[PATCH 2/9] dpp-util: pass actual ad_size, not hard coded '2'
2021-12-20 21:49 UTC
[PATCH 1/9] dpp: use frame data directly in unwrap for config response
2021-12-20 21:49 UTC
[PATCH v6 1/2] dpp: add support for configuration protocol
2021-12-17 21:34 UTC
[PATCH v6 2/2] dpp: handle protocol errors in ROC timeout
2021-12-17 21:29 UTC
[PATCH v6 1/2] dpp: add support for configuration protocol
2021-12-17 21:29 UTC
[PATCH v5 3/4] dpp: add support for configuration protocol
2021-12-17 21:21 UTC
[PATCH v5 2/4] dpp: add DPP authentication protocol
2021-12-17 21:18 UTC
[PATCH v5 4/4] dpp: handle protocol errors in ROC timeout
2021-12-17 20:23 UTC
[PATCH v5 3/4] dpp: add support for configuration protocol
2021-12-17 20:22 UTC
[PATCH v5 2/4] dpp: add DPP authentication protocol
2021-12-17 20:19 UTC
[PATCH v5 1/4] dpp-util: add DPP attribute building APIs
2021-12-17 20:15 UTC
[PATCH v5 4/4] dpp: handle protocol errors in ROC timeout
2021-12-17 19:14 UTC
[PATCH v5 3/4] dpp: add support for configuration protocol
2021-12-17 19:14 UTC
[PATCH v5 2/4] dpp: add DPP authentication protocol
2021-12-17 19:14 UTC
[PATCH v5 1/4] dpp-util: add DPP attribute building APIs
2021-12-17 19:14 UTC
[PATCH v4 06/10] dpp: add DPP authentication protocol
2021-12-16 20:42 UTC
[PATCH v4 07/10] dpp-util: add dpp_parse_configuration_object
2021-12-16 20:36 UTC
[PATCH v4 02/10] dbus: add DPP interface
2021-12-16 20:20 UTC
[PATCH v4 10/10] doc: document DPP interface
2021-12-16 20:19 UTC
[PATCH v4 01/10] dpp-util: add dpp_point_to_asn1
2021-12-16 20:19 UTC
[PATCH 2/2] offchannel: always use -ECANCELED for cancelation
2021-12-16 18:21 UTC
[PATCH 1/2] crypto: allow NULL 'ad' to aes_siv_decrypt
2021-12-16 18:20 UTC
[PATCH v4 10/10] doc: document DPP interface
2021-12-16 18:08 UTC
[PATCH v4 09/10] dpp: handle protocol errors in ROC timeout
2021-12-16 18:08 UTC
[PATCH v4 08/10] dpp: add support for configuration protocol
2021-12-16 18:08 UTC
[PATCH v4 07/10] dpp-util: add dpp_parse_configuration_object
2021-12-16 18:08 UTC
[PATCH v4 06/10] dpp: add DPP authentication protocol
2021-12-16 18:08 UTC
[PATCH v4 05/10] dpp: send presence announcements on StartEnrollee
2021-12-16 18:08 UTC
[PATCH v4 04/10] dpp: generate URI on StartEnrollee
2021-12-16 18:08 UTC
[PATCH v4 03/10] dpp: initial skeleton DPP module
2021-12-16 18:08 UTC
[PATCH v4 02/10] dbus: add DPP interface
2021-12-16 18:08 UTC
[PATCH v4 01/10] dpp-util: add dpp_point_to_asn1
2021-12-16 18:08 UTC
[PATCH 2/2] offchannel: always use -ECANCELED for cancelation
2021-12-16 18:00 UTC
[PATCH 1/2] crypto: allow NULL 'ad' to aes_siv_decrypt
2021-12-16 18:00 UTC
[PATCH v3 11/11] doc: document DPP interface
2021-12-15 17:58 UTC
[PATCH v3 10/11] dpp: handle protocol errors in ROC timeout
2021-12-15 17:58 UTC
[PATCH v3 09/11] dpp: add support for configuration protocol
2021-12-15 17:58 UTC
[PATCH v3 08/11] dpp-util: add dpp_parse_configuration_object
2021-12-15 17:58 UTC
[PATCH v3 07/11] dpp: add DPP authentication protocol
2021-12-15 17:58 UTC
[PATCH v3 06/11] dpp: send presence announcements on StartEnrollee
2021-12-15 17:58 UTC
[PATCH v3 05/11] dpp-util: add dpp status and attribute types
2021-12-15 17:58 UTC
[PATCH v3 04/11] dpp: generate URI on StartEnrollee
2021-12-15 17:58 UTC
[PATCH v3 03/11] dpp: initial skeleton DPP module
2021-12-15 17:58 UTC
[PATCH v3 02/11] dbus: add DPP interface
2021-12-15 17:58 UTC
[PATCH v3 01/11] dpp-util: add dpp_point_to_asn1
2021-12-15 17:58 UTC
[PATCH 1/2] crypto: allow NULL 'ad' to aes_siv_decrypt
2021-12-15 17:48 UTC
[PATCH 2/2] offchannel: always call destroy right away on cancel
2021-12-15 17:41 UTC
[PATCH 1/2] crypto: allow NULL 'ad' to aes_siv_decrypt
2021-12-15 17:41 UTC
[PATCH v2 05/10] dpp: send presence announcements on StartEnrollee
2021-12-14 23:50 UTC
[PATCH v2 03/10] dpp: generate URI on StartEnrollee
2021-12-14 23:28 UTC
[PATCH v2 10/10] doc: document DPP interface
2021-12-14 21:35 UTC
[PATCH v2 02/10] dpp: initial skeleton DPP module
2021-12-14 21:32 UTC
iwd configure location and files
2021-12-14 20:42 UTC
[PATCH v2 10/10] doc: document DPP interface
2021-12-14 18:12 UTC
[PATCH v2 09/10] dpp: handle protocol errors in ROC timeout
2021-12-14 18:12 UTC
[PATCH v2 08/10] dpp: add support for configuration protocol
2021-12-14 18:12 UTC
[PATCH v2 07/10] dpp-util: add dpp_parse_configuration_object
2021-12-14 18:12 UTC
[PATCH v2 06/10] dpp: add DPP authentication protocol
2021-12-14 18:12 UTC
[PATCH v2 05/10] dpp: send presence announcements on StartEnrollee
2021-12-14 18:12 UTC
[PATCH v2 04/10] dpp-util: add dpp status and attribute types
2021-12-14 18:12 UTC
[PATCH v2 03/10] dpp: generate URI on StartEnrollee
2021-12-14 18:12 UTC
[PATCH v2 02/10] dpp: initial skeleton DPP module
2021-12-14 18:12 UTC
[PATCH v2 01/10] dbus: add DPP interface
2021-12-14 18:12 UTC
[PATCH 9/9] dpp: handle protocol errors in ROC timeout
2021-12-13 20:33 UTC
[PATCH 8/9] dpp: add support for configuration protocol
2021-12-13 20:33 UTC
[PATCH 7/9] dpp-util: add dpp_parse_configuration_object
2021-12-13 20:33 UTC
[PATCH 6/9] dpp: add DPP authentication protocol
2021-12-13 20:33 UTC
[PATCH 5/9] dpp: send presence announcements on StartEnrollee
2021-12-13 20:33 UTC
[PATCH 4/9] dpp-util: add dpp status and attribute types
2021-12-13 20:33 UTC
[PATCH 3/9] dpp: generate URI on StartEnrollee
2021-12-13 20:33 UTC
[PATCH 2/9] dpp: initial skeleton DPP module
2021-12-13 20:33 UTC
[PATCH 1/9] dbus: add DPP interface
2021-12-13 20:33 UTC
[PATCH] doc: Extend the IP configuration agent API
2021-12-13 15:03 UTC
iwd configure location and files
2021-12-13 4:39 UTC
[PATCH] unit: add larger object test
2021-12-11 0:21 UTC
[PATCH] json: fix pointer arithmetic error
2021-12-11 0:13 UTC
[PATCH] unit: add larger object test
2021-12-11 0:07 UTC
[PATCH] json: fix pointer arithmetic error
2021-12-11 0:00 UTC
[PATCH v4 1/3] shared: add JSMN v1.1.0 parser header
2021-12-10 23:59 UTC
[PATCH v4 3/3] unit: add JSON unit test
2021-12-10 22:33 UTC
[PATCH v4 2/3] json: introduce JSON module
2021-12-10 22:33 UTC
[PATCH v4 1/3] shared: add JSMN v1.1.0 parser header
2021-12-10 22:33 UTC
[PATCH v3 3/3] unit: add JSON unit test
2021-12-10 21:41 UTC
[PATCH v3 2/3] json: introduce JSON module
2021-12-10 21:41 UTC
[PATCH v3 1/3] shared: add JSMN v1.1.0 parser header
2021-12-10 21:41 UTC
[PATCH] dpp-util: check return of l_ecc_scalar_get_data
2021-12-10 16:48 UTC
[PATCH] dpp-util: check return of l_ecc_scalar_get_data
2021-12-10 16:43 UTC
[PATCH v2 1/3] shared: add jsmn.h header for JSON parser
2021-12-09 20:05 UTC
[PATCH v2 2/3] json: introduce JSON module
2021-12-09 19:23 UTC
[PATCH v2 2/3] json: introduce JSON module
2021-12-09 19:10 UTC
[PATCH v2 2/3] json: introduce JSON module
2021-12-09 17:52 UTC
[PATCH v2 3/3] unit: add JSON unit test
2021-12-08 21:36 UTC
[PATCH v2 2/3] json: introduce JSON module
2021-12-08 21:36 UTC
[PATCH v2 1/3] shared: add jsmn.h header for JSON parser
2021-12-08 21:36 UTC
[PATCH 3/3] unit: add JSON unit test
2021-12-07 20:55 UTC
[PATCH 2/3] json: introduce JSON module
2021-12-07 20:55 UTC
[PATCH 1/3] shared: add jsmn.h header for JSON parser
2021-12-07 20:55 UTC
[PATCH] unit: fix memory leaks in test-dpp
2021-12-07 0:45 UTC
[PATCH] unit: fix memory leaks in test-dpp
2021-12-06 23:51 UTC
[PATCH 4/4] unit: add unit test for DPP crypto operations
2021-12-06 22:37 UTC
[PATCH 2/4] dpp-util: add URI generation API
2021-12-06 22:33 UTC
[PATCH 4/4] unit: add unit test for DPP crypto operations
2021-12-06 21:03 UTC
[PATCH 3/4] dpp-util: add DPP attribute iteration APIs
2021-12-06 21:03 UTC
[PATCH 2/4] dpp-util: add URI generation API
2021-12-06 21:03 UTC
[PATCH 1/4] dpp-util: Introduce dpp-util, and add crypto operations
2021-12-06 21:03 UTC
[PATCH v4 2/2] offchannel: introduce new offchannel module
2021-12-06 20:17 UTC
[PATCH v4 1/2] wiphy: update wiphy_radio_work_is_running to return int
2021-12-06 20:17 UTC
[PATCH v4 1/2] wiphy: update wiphy_radio_work_is_running to return int
2021-12-06 20:13 UTC
[PATCH v2] offchannel: introduce new offchannel module
2021-12-06 19:01 UTC
[PATCH v2] offchannel: introduce new offchannel module
2021-12-06 18:48 UTC
[PATCH v3 2/2] offchannel: introduce new offchannel module
2021-12-06 18:19 UTC
[PATCH v3 1/2] wiphy: update wiphy_radio_work_is_running to return int
2021-12-06 18:19 UTC
[PATCH v2] offchannel: introduce new offchannel module
2021-12-06 18:03 UTC
iwd configure location and files
2021-12-02 15:47 UTC
[PATCH v2] offchannel: introduce new offchannel module
2021-12-01 18:06 UTC
iwd configure location and files
2021-12-01 9:24 UTC
iwd configure location and files
2021-11-30 23:53 UTC
iwd configure location and files
2021-11-30 23:25 UTC
iwd configure location and files
2021-11-30 22:51 UTC
iwd configure location and files
2021-11-30 22:46 UTC
iwd configure location and files
2021-11-30 22:42 UTC
iwd configure location and files
2021-11-30 22:38 UTC
iwd configure location and files
2021-11-30 22:36 UTC
[PATCH v2] offchannel: introduce new offchannel module
2021-11-30 22:06 UTC
iwd configure location and files
2021-11-30 22:01 UTC
[PATCH v2] offchannel: introduce new offchannel module
2021-11-30 21:49 UTC
[PATCH] autotests: p2p: Make waiting for dhclient more reliable
2021-11-30 21:49 UTC
iwd configure location and files
2021-11-30 21:40 UTC
iwd configure location and files
2021-11-30 21:29 UTC
iwd configure location and files
2021-11-30 20:52 UTC
iwd configure location and files
2021-11-30 20:45 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox