summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-05-07Recommit -Wshadow now that the warning on BIG_ENDIAN is fixedTheo Buehler
2023-05-07xts128 mode: avoid two -Wshadow warnings in the BIG_ENDIAN code path.Theo Buehler
2023-05-07cron: check for garbage after the '~' in a random range.Todd C. Miller
2023-05-07GPT partitions with the 'Required' attribute are not deleted by -A.Kenneth R Westerback
2023-05-07Backout -Wshadow, it breaks build on powerpc64.Alexander Bluhm
2023-05-07Remove net lock from DIOCOSFP{FLUSH,ADD,GET} aka. OS fingerprintingKlemens Nanni
2023-05-07Remove a misplaced empty lineTheo Buehler
2023-05-06Support random offsets when using ranges with a step value in cron.Todd C. Miller
2023-05-06Regen cert.pemTheo Buehler
2023-05-06Replace pointless %d formatting of 0 values withKenneth R Westerback
2023-05-06Mention RTL8153D.Kevin Lo
2023-05-06Add support for RTL8153D.Kevin Lo
2023-05-05Use -Wshadow with clangTheo Buehler
2023-05-05Reinstate X9.31 padding mode support in rsautlTheo Buehler
2023-05-05Fix error handling in tls_check_common_name()Theo Buehler
2023-05-05crontab: move spool temp file creation to spool_mkstemp()Todd C. Miller
2023-05-05Salt shares the blame of the continued existence of the X9.31 padding modeTheo Buehler
2023-05-05Reinstate documentation of RSA_X931_PADDINGTheo Buehler
2023-05-05Add back support for RSA_X931_PADDINGTheo Buehler
2023-05-05Link rsa_x931.c to buildTheo Buehler
2023-05-05Bring back the X9.31 padding helpersTheo Buehler
2023-05-05Pass ASPA objects in reverse since this is what aspa_add_set() expects.Claudio Jeker
2023-05-05Convert K&R function definition to ansi to make clang 15 happierTheo Buehler
2023-05-05Sync json.c with the one from rpki-client. This adds json_do_string().Claudio Jeker
2023-05-05Limit the socket buffer size to 64k for all sessions. Long time agoClaudio Jeker
2023-05-05The mbuf_queue API allows read access to integer variables whichAlexander Bluhm
2023-05-04symbols.awk: Remove cfb danceTheo Buehler
2023-05-04Straightforward conversion form K&R to ANSI function definitionsTheo Buehler
2023-05-04fix stupid thinko, as noticed while converting to v5.36 (later)Marc Espie
2023-05-04Rewrite ECParameters_dup()Theo Buehler
2023-05-04sigh. typoTheo Buehler
2023-05-04Let ecdsatest exercise ECParameters_dup() a bitTheo Buehler
2023-05-04Remove x9_62_test_internal()Theo Buehler
2023-05-04Be more economical with returning bodys in bounce messagesChristopher Zimmermann
2023-05-04regenVitaliy Makkoveev
2023-05-04Push kernel lock deep down to sys_sysctl(). At least network subset ofVitaliy Makkoveev
2023-05-04Introduce a neighbor discovery mutex like ARP uses it. For now itAlexander Bluhm
2023-05-04Use size_t instead of int in EC_POINT_point2oct()Theo Buehler
2023-05-04Fix line wrappingTheo Buehler
2023-05-04Fix function name in doc commentTheo Buehler
2023-05-04regenKevin Lo
2023-05-04Add another Lenovo NVMe device id found in my ThinkPad X1 Extreme Gen 1.Kevin Lo
2023-05-03add virtio(4); ok (in principal) miodJason McIntyre
2023-05-03add onewire(4); ok miodJason McIntyre
2023-05-03avoid use after freeJonathan Gray
2023-05-03Improve setenv markupKlemens Nanni
2023-05-03Some checks in nd6_resolve() do not require kernel lock. The analogAlexander Bluhm
2023-05-03Remove net lock from DIOCGETRULESET and DIOCGETRULESETSKlemens Nanni
2023-05-03Fix a use-after-free in filemodeTheo Buehler
2023-05-03Convert json_do_printf() with "%s" a fmt string to json_do_string().Claudio Jeker