Show patches with: none      |   233 patches
« 1 2 3 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[3/5] gvariant-util: remove unneeded initializer [1/5] cert: remove usused elem_data variable - - - 1-- 2024-03-05 James Prestwood Accepted
[2/5] dbus: remove unused 'type' variable [1/5] cert: remove usused elem_data variable - - - 1-- 2024-03-05 James Prestwood Accepted
[1/5] cert: remove usused elem_data variable [1/5] cert: remove usused elem_data variable - - - 7-- 2024-03-05 James Prestwood Accepted
queue: Fix names of l_queue_match_func_t parameters queue: Fix names of l_queue_match_func_t parameters - - - 7-- 2024-02-22 Steve Schrock Accepted
pem: fix typo in a conditional in pem_next() pem: fix typo in a conditional in pem_next() - - - 7-- 2024-02-22 Ram Subramanian Accepted
log: add l_notice log: add l_notice - - - 7-- 2024-02-13 James Prestwood Accepted
[RFC] build: Move autodestruct macro definition [RFC] build: Move autodestruct macro definition - - - 2-3 2024-02-01 Denis Kenzior New
[2/2] cleanup: Use _l_ preffix for all cleanup functions [1/2] useful: Move close cleanup into ell/util.h - - - 1-- 2024-02-01 Denis Kenzior New
[1/2] useful: Move close cleanup into ell/util.h [1/2] useful: Move close cleanup into ell/util.h - - - 7-- 2024-02-01 Denis Kenzior New
cleanup: Promote _auto_ to public API cleanup: Promote _auto_ to public API - - - 7-- 2024-01-30 Denis Kenzior New
[2/2] file: Add l_file_set_contents [1/2] dir: Add l_dir_create - - - 1-- 2024-01-29 Denis Kenzior New
[1/2] dir: Add l_dir_create [1/2] dir: Add l_dir_create - - - 7-- 2024-01-29 Denis Kenzior New
[v3] dhcp: add settable max attempts, fix timeout overflow to zero [v3] dhcp: add settable max attempts, fix timeout overflow to zero - - - 7-- 2024-01-18 James Prestwood Accepted
[v2] dhcp: fix overflow causing retries to stop [v2] dhcp: fix overflow causing retries to stop - - - 7-- 2024-01-11 James Prestwood New
dhcp: fix overflow causing retries to stop dhcp: fix overflow causing retries to stop - - - 7-- 2024-01-09 James Prestwood New
[RFC,v4] edit: Add basic support for input line editing [RFC,v4] edit: Add basic support for input line editing - - - 1-- 2023-12-22 Marcel Holtmann New
[RFC,v3] edit: Add basic support for input line editing [RFC,v3] edit: Add basic support for input line editing - - - 1-- 2023-12-14 Marcel Holtmann New
[RFC,v2] edit: Add basic support for input line editing [RFC,v2] edit: Add basic support for input line editing - - - 7-- 2023-12-14 Marcel Holtmann New
[RFC] edit: Add basic support for input line editing [RFC] edit: Add basic support for input line editing - - - 7-- 2023-12-13 Marcel Holtmann New
netconfig: Always set DHCP MAC address on start netconfig: Always set DHCP MAC address on start - - - 7-- 2023-11-24 Denis Kenzior New
netlink: Add workaround for missing NLM_F_ACK_TLVS and NLM_F_CAPPED netlink: Add workaround for missing NLM_F_ACK_TLVS and NLM_F_CAPPED - - - 7-- 2023-11-21 Marcel Holtmann New
[RFC,2/2] rtnl: Check if RTA_EXPIRES enum value is available [RFC,1/2] netlink: Workaround missing NETLINK_EXT_ACK define - - - 1-- 2023-11-11 Marcel Holtmann New
[RFC,1/2] netlink: Workaround missing NETLINK_EXT_ACK define [RFC,1/2] netlink: Workaround missing NETLINK_EXT_ACK define - - - 6-1 2023-11-11 Marcel Holtmann New
[3/3] ecc: Add helper for creating a scalar modulo curve order [1/3] ecc: Make product variable of _vli_mmod_fast const - - - 1-- 2023-11-09 Marcel Holtmann New
[2/3] ecc: Introduce _vli_mmod_slow that works with curve_p and curve_n [1/3] ecc: Make product variable of _vli_mmod_fast const - - - 1-- 2023-11-09 Marcel Holtmann New
[1/3] ecc: Make product variable of _vli_mmod_fast const [1/3] ecc: Make product variable of _vli_mmod_fast const - - - 7-- 2023-11-09 Marcel Holtmann New
[4/4] examples: Fix compilation on old systems [1/4] rtnl: Fixup rtnetlink includes - - - 1-- 2023-11-08 Denis Kenzior New
[3/4] rtnl: Fix compilation on really old platforms [1/4] rtnl: Fixup rtnetlink includes - - - 1-- 2023-11-08 Denis Kenzior New
[2/4] netlink: Fix compilation on really old platforms [1/4] rtnl: Fixup rtnetlink includes - - - 1-- 2023-11-08 Denis Kenzior New
[1/4] rtnl: Fixup rtnetlink includes [1/4] rtnl: Fixup rtnetlink includes - - - 2-3 2023-11-08 Denis Kenzior New
ecc: Add helper for multiplying a scalar with a curve generator ecc: Add helper for multiplying a scalar with a curve generator - - - 7-- 2023-11-06 Marcel Holtmann New
genl: fix ‘attr_grp.next_len’ may be used uninitialized genl: fix ‘attr_grp.next_len’ may be used uninitialized - - - --1 2023-10-16 Maxim Lyubimov New
ecc: add l_ecc_point_is_infinity ecc: add l_ecc_point_is_infinity - - - 6-1 2023-10-12 James Prestwood New
[v2,2/2] unit: update test-ecc with compressed point bug fix [v2,1/2] ecc: fix incorrect derivation of compressed points - - - 1-- 2023-10-10 James Prestwood New
[v2,1/2] ecc: fix incorrect derivation of compressed points [v2,1/2] ecc: fix incorrect derivation of compressed points - - - 7-- 2023-10-10 James Prestwood New
ecc: fix incorrect derivation of compressed points ecc: fix incorrect derivation of compressed points - - - 7-- 2023-10-10 James Prestwood New
unit: skip sysctl test if sysfs is not available unit: skip sysctl test if sysfs is not available - - - --1 2023-09-04 Fiona Behrens New
Y2038 bug on uClibc: Warn if sizeof(time_t) < 8 during configuration Y2038 bug on uClibc: Warn if sizeof(time_t) < 8 during configuration - - - --1 2023-05-21 Ackermann, Eric New
genl: fix l_genl_family_cancel to wait for NLMSG_DONE genl: fix l_genl_family_cancel to wait for NLMSG_DONE - - - --- 2023-05-18 James Prestwood Accepted
ell: Make public headers compilable with C++ ell: Make public headers compilable with C++ - - - 1-- 2023-04-28 Brandon Cheo Fusi New
[3/3] tls: Add support l_tls_set_alpn_list() and ALPN extension [1/3] tls: Make mask parameter in l_tls_set_domain_mask() const - - - 1-- 2023-01-03 Marcel Holtmann New
[2/3] tls: Add support for l_tls_set_server_name and SNI extension [1/3] tls: Make mask parameter in l_tls_set_domain_mask() const - - - 1-- 2023-01-03 Marcel Holtmann New
[1/3] tls: Make mask parameter in l_tls_set_domain_mask() const [1/3] tls: Make mask parameter in l_tls_set_domain_mask() const - - - 3-2 2023-01-03 Marcel Holtmann New
[3/3] tls: Ensure callbacks are available before using them [1/3] tls: Use l_put_be64 for IV creation in case of AEAD ciphers - - - 1-- 2023-01-03 Marcel Holtmann New
[2/3] tls: Replace tls->ready_handle with tls->ready_handler [1/3] tls: Use l_put_be64 for IV creation in case of AEAD ciphers - - - 1-- 2023-01-03 Marcel Holtmann New
[1/3] tls: Use l_put_be64 for IV creation in case of AEAD ciphers [1/3] tls: Use l_put_be64 for IV creation in case of AEAD ciphers - - - 7-- 2023-01-03 Marcel Holtmann New
tls: Add l_tls_get_session_resumed tls: Add l_tls_get_session_resumed - - - --- 2022-12-30 Andrew Zaborowski Accepted
[RFC,8/8] unit: update test-pbkdf2 with API change Crypto operations by key ID - - - 1-- 2022-11-18 James Prestwood New
[RFC,7/8] cert: add explicit length to l_cert_pkcs5_pbkdf2 Crypto operations by key ID - - - 1-- 2022-11-18 James Prestwood New
[RFC,6/8] cert: add l_cert_pkcs5_pbkdf2_from_key_id Crypto operations by key ID - - - 1-- 2022-11-18 James Prestwood New
[RFC,5/8] cert-crypto: refactor l_cert_pkcs5_pbkdf2 Crypto operations by key ID - - - 1-- 2022-11-18 James Prestwood New
[RFC,4/8] checksum: add l_checksum_new_hmac_from_key_id Crypto operations by key ID - - - 1-- 2022-11-18 James Prestwood New
[RFC,3/8] checksum: commonize checksum creation Crypto operations by key ID - - - 1-- 2022-11-18 James Prestwood Accepted
[RFC,2/8] unit: add key search test Crypto operations by key ID - - - 1-- 2022-11-18 James Prestwood New
[RFC,1/8] key: add l_key_search Crypto operations by key ID - - - 2-3 2022-11-18 James Prestwood New
[4/4] tls: Add missing continue in tls_load_cached_server_session [1/4] tls: Allow ServerHello extensions when resuming session - - - 1-- 2022-11-09 Andrew Zaborowski Accepted
[3/4] tls: Implement RFC 5746 Secure Renegotiation [1/4] tls: Allow ServerHello extensions when resuming session - - - 1-- 2022-11-09 Andrew Zaborowski Accepted
[2/4] tls: Improve renegotiation [1/4] tls: Allow ServerHello extensions when resuming session - - - 1-- 2022-11-09 Andrew Zaborowski Accepted
[1/4] tls: Allow ServerHello extensions when resuming session [1/4] tls: Allow ServerHello extensions when resuming session - - - 7-- 2022-11-09 Andrew Zaborowski Accepted
[3/3] examples: Update https example code [1/3] tls: Refactor session storage for server mode - - - 1-- 2022-11-07 Andrew Zaborowski Accepted
[2/3] tls: Server mode session caching [1/3] tls: Refactor session storage for server mode - - - 1-- 2022-11-07 Andrew Zaborowski Accepted
[1/3] tls: Refactor session storage for server mode [1/3] tls: Refactor session storage for server mode - - - 7-- 2022-11-07 Andrew Zaborowski Accepted
[4/4] unit: Minimal l_certchain_verify validity dates test [1/4] cert: Fix logic in cert_parse_asn1_time check - - - 1-- 2022-10-31 Andrew Zaborowski Accepted
[3/4] build: Generate an expired test certificate [1/4] cert: Fix logic in cert_parse_asn1_time check - - - 1-- 2022-10-31 Andrew Zaborowski Accepted
[2/4] cert: Check validity dates in l_certchain_verify [1/4] cert: Fix logic in cert_parse_asn1_time check - - - 1-- 2022-10-31 Andrew Zaborowski New
[1/4] cert: Fix logic in cert_parse_asn1_time check [1/4] cert: Fix logic in cert_parse_asn1_time check - - - 7-- 2022-10-31 Andrew Zaborowski Accepted
[6/6] examples: Cache sessions in https-client-test [1/6] time: Add time_realtime_now - - - 1-- 2022-10-26 Andrew Zaborowski Accepted
[5/6] tls: Client session resumption [1/6] time: Add time_realtime_now - - - 1-- 2022-10-26 Andrew Zaborowski Accepted
[4/6] tls: Add support for caching client session states [1/6] time: Add time_realtime_now - - - 1-- 2022-10-26 Andrew Zaborowski Accepted
[3/6] tls: Fix an RFC reference [1/6] time: Add time_realtime_now - - - 1-- 2022-10-26 Andrew Zaborowski Accepted
[2/6] cert: Add l_cert_get_valid_times [1/6] time: Add time_realtime_now - - - 1-- 2022-10-26 Andrew Zaborowski Accepted
[1/6] time: Add time_realtime_now [1/6] time: Add time_realtime_now - - - 7-- 2022-10-26 Andrew Zaborowski Accepted
[2/2] dhcp: Simplify check in BPF filter [1/2] netconfig: Set preferred lifetimes on DHCP addresses - - - --- 2022-10-07 Andrew Zaborowski Accepted
[1/2] netconfig: Set preferred lifetimes on DHCP addresses [1/2] netconfig: Set preferred lifetimes on DHCP addresses - - - --- 2022-10-07 Andrew Zaborowski Accepted
[5/5] dhcp6: Don't require Client ID in Information-request reply [1/5] dhcp6: Fix emitting LEASE_OBTAINED in stateless mode - - - 1-- 2022-10-03 Andrew Zaborowski Accepted
[4/5] netconfig: Stop ongoing work on failure [1/5] dhcp6: Fix emitting LEASE_OBTAINED in stateless mode - - - 1-- 2022-10-03 Andrew Zaborowski Accepted
[3/5] netconfig: Return SLAAC+DHCP6 DNS info from getters [1/5] dhcp6: Fix emitting LEASE_OBTAINED in stateless mode - - - 1-- 2022-10-03 Andrew Zaborowski Accepted
[2/5] netconfig: Enable stateless DHCP mode [1/5] dhcp6: Fix emitting LEASE_OBTAINED in stateless mode - - - 1-- 2022-10-03 Andrew Zaborowski Accepted
[1/5] dhcp6: Fix emitting LEASE_OBTAINED in stateless mode [1/5] dhcp6: Fix emitting LEASE_OBTAINED in stateless mode - - - 7-- 2022-10-03 Andrew Zaborowski Accepted
[5/5] netconfig: Stop ongoing work on failure [1/5] dhcp6: Include Client ID in Information-Request - - - 1-- 2022-09-30 Andrew Zaborowski Accepted
[4/5] netconfig: Return SLAAC+DHCP6 DNS info from getters [1/5] dhcp6: Include Client ID in Information-Request - - - 1-- 2022-09-30 Andrew Zaborowski Accepted
[3/5] netconfig: Enable stateless DHCP mode [1/5] dhcp6: Include Client ID in Information-Request - - - 1-- 2022-09-30 Andrew Zaborowski Accepted
[2/5] dhcp6: Fix emitting LEASE_OBTAINED in stateless mode [1/5] dhcp6: Include Client ID in Information-Request - - - 1-- 2022-09-30 Andrew Zaborowski New
[1/5] dhcp6: Include Client ID in Information-Request [1/5] dhcp6: Include Client ID in Information-Request - - - 6-1 2022-09-30 Andrew Zaborowski New
[6/6] netconfig: Handle missing optimistic_dad /proc file [1/6] net: Allow padding in net_domain_list_parse - - - 1-- 2022-09-20 Andrew Zaborowski Accepted
[5/6] icmp6,netconfig: Skip SLLAO if RS sent from optimistic address [1/6] net: Allow padding in net_domain_list_parse - - - 1-- 2022-09-20 Andrew Zaborowski Accepted
[4/6] netconfig: Handle DNS data from l_icmp6_router [1/6] net: Allow padding in net_domain_list_parse - - - 1-- 2022-09-20 Andrew Zaborowski Accepted
[3/6] netconfig: Set .v6_configured when we set an address [1/6] net: Allow padding in net_domain_list_parse - - - 1-- 2022-09-20 Andrew Zaborowski Accepted
[2/6] unit: Update net_domain_list_parse test [1/6] net: Allow padding in net_domain_list_parse - - - 1-- 2022-09-20 Andrew Zaborowski Accepted
[1/6] net: Allow padding in net_domain_list_parse [1/6] net: Allow padding in net_domain_list_parse - - - 6-1 2022-09-20 Andrew Zaborowski Accepted
[7/7] netconfig: Control optimistic DAD [1/7] icmp6: Save SLAAC prefixes from RAs - - - 1-- 2022-09-19 Andrew Zaborowski Accepted
[6/7] netconfig: Create SLAAC address [1/7] icmp6: Save SLAAC prefixes from RAs - - - 1-- 2022-09-19 Andrew Zaborowski Accepted
[5/7] netconfig: Decouple icmp6 start from dhcp6 start [1/7] icmp6: Save SLAAC prefixes from RAs - - - 1-- 2022-09-19 Andrew Zaborowski Accepted
[4/7] rtnl: Add l_rtnl_address_get_in_addr [1/7] icmp6: Save SLAAC prefixes from RAs - - - 1-- 2022-09-19 Andrew Zaborowski Accepted
[3/7] icmp6: Switch socket from AF_INET6 to AF_PACKET [1/7] icmp6: Save SLAAC prefixes from RAs - - - 1-- 2022-09-19 Andrew Zaborowski Accepted
[2/7] icmp6: Parse RDNSS and DNSSL options [1/7] icmp6: Save SLAAC prefixes from RAs - - - 1-- 2022-09-19 Andrew Zaborowski Accepted
[1/7] icmp6: Save SLAAC prefixes from RAs [1/7] icmp6: Save SLAAC prefixes from RAs - - - 6-1 2022-09-19 Andrew Zaborowski Accepted
[2/2] netconfig: Add l_netconfig_unconfigure [1/2] netconfig: API to disable/enable ACD - - - 1-- 2022-08-15 Andrew Zaborowski New
[1/2] netconfig: API to disable/enable ACD [1/2] netconfig: API to disable/enable ACD - - - 6-1 2022-08-15 Andrew Zaborowski New
[2/2] genl: remove 'msg' from l_genl_attr [1/2] genl: make l_genl_attr_recurse take a const pointer - - - 1-- 2022-07-26 James Prestwood Accepted
« 1 2 3 »