Age | Commit message (Expand) | Author |
2021-09-02 | Change OPENSSL_strdup() to strdup() | Job Snijders |
2021-09-02 | Change OPENSSL_malloc to calloc() | Job Snijders |
2021-09-02 | Repair unrolling of static ASN1_ITEM IPAddrBlocks_it | Job Snijders |
2021-09-02 | Make v3_addr and v3_asid extern const | Job Snijders |
2021-09-02 | Add err.h for X509error() and friends | Job Snijders |
2021-09-02 | Fix OPENSSL_assert() and assert() | Job Snijders |
2021-09-02 | remove sys/param.h that are not needed | Theo de Raadt |
2021-09-02 | annotate that sys/param.h is needed for roundup and roundup2 | Theo de Raadt |
2021-09-02 | rather than using sys/param.h, define a local replacement MINIMUM() instead | Theo de Raadt |
2021-09-02 | remove sys/param.h that snuck in, by replacing MAXPATHLEN with PATH_MAX | Theo de Raadt |
2021-09-02 | Unroll ASN1_EX_TEMPLATE_TYPE IPAddrBlocks | Job Snijders |
2021-09-02 | sys/param.h is not needed for any visible reason | Theo de Raadt |
2021-09-02 | Change the OPENSSL_strdup() to strdup() | Job Snijders |
2021-09-02 | remove sys/param.h use, by replacing MAXLOGNAME -> LOGIN_NAME_MAX | Theo de Raadt |
2021-09-02 | Fix header file includes | Job Snijders |
2021-09-02 | sync | Theo de Raadt |
2021-09-02 | Move the error put functions from X509V3err() to X509V3error() | Job Snijders |
2021-09-02 | Unroll ASN1_SEQUENCE() ASN1_CHOICE() ASN1_ITEM_TEMPLATE() | Job Snijders |
2021-09-02 | Add -f to usage | Theo Buehler |
2021-09-02 | follow-up on previous commit and rename the _sys union to _args | Jasper Lievisse Adriaanse |
2021-09-02 | Do not create loopback interfaces lo1, lo2, ... upfront. They are | Alexander Bluhm |
2021-09-02 | style | Tobias Heider |
2021-09-02 | Initialize the uvm object when we actually need it such that we can | Mark Kettenis |
2021-09-02 | Split part_type into separate types 'mbr_type' and 'gpt_type', | Kenneth R Westerback |
2021-09-02 | rename struct dt_evt fields to make it clear this isn't only used for tracing... | Jasper Lievisse Adriaanse |
2021-09-02 | OPENSSL_assert() is not appropriate in this context | Job Snijders |
2021-09-02 | Replace ossl_assert()/assert() with OPENSSL_assert() | Job Snijders |
2021-09-02 | Enable vfork syscall test. Disable SIGSTOP test as it is masked until | mbuhl |
2021-09-02 | Explain in a comment why two wscons_keydesc structures are needed. | Anton Lindqvist |
2021-09-02 | Update for change of default Ruby version to 3.0. | Jeremy Evans |
2021-09-02 | We need to allow for either a CERTIFICATE or CERTIFICATE_STATUS message | Bob Beck |
2021-09-02 | Replace OPENSSL_free() with free() | Job Snijders |
2021-09-02 | list -v with -d in SYNOPSIS, instead of seperately, | Jason McIntyre |
2021-09-02 | Unroll IMPLEMENT_ASN1_FUNCTIONS() | Job Snijders |
2021-09-02 | Unroll DECLARE_ASN1_FUNCTIONS() | Job Snijders |
2021-09-02 | Fix our iwx(4) xtal latency values to match the values used by Linux iwlwifi. | Stefan Sperling |
2021-09-02 | The PCI_PRODUCT_INTEL_WL_22500_1 device is part of the 22000 | Kevin Lo |
2021-09-02 | Rename DEFINE_STACK_OF() to DECLARE_STACK_OF() | Job Snijders |
2021-09-02 | Stop sending debug logging to syslog (which would then drop it on the | Florian Obser |
2021-09-02 | Lay groundwork to support X.509 v3 extensions for IP Addresses and AS Identif... | Job Snijders |
2021-09-02 | Import more NetBSD system call regression tests. | mbuhl |
2021-09-02 | Refactor how unveil generates EACCES errors. Instead of tracking the | Claudio Jeker |
2021-09-02 | trailing whitespace | Jasper Lievisse Adriaanse |
2021-09-02 | Fix comment spelling. | Patrick Wildt |
2021-09-02 | Call the ocsp callback if present and we get no response, instead of | Bob Beck |
2021-09-02 | Use defined constants | Kinichiro Inoguchi |
2021-09-02 | atactl(8): few printf("%s", NULL) cleanup | Sebastien Marie |
2021-09-02 | Add DB_TYPE_SUSP | Kinichiro Inoguchi |
2021-09-02 | timeout(1): execvp(2) does not return except on error | Sebastien Marie |
2021-09-02 | Make all signal handler functions async-signal-safe | Ingo Schwarze |