Age | Commit message (Expand) | Author |
2021-09-03 | Ensure that iwm(4) and iwx(4) will reload firmware from disk on down/up, | Stefan Sperling |
2021-09-03 | Make traceroute(8) faster by sending probes and doing DNS async. | Florian Obser |
2021-09-03 | Call the callback on success in new verifier in a compatible way | Bob Beck |
2021-09-03 | Update Albuquerque, NM zip codes. | Anthony J. Bentley |
2021-09-03 | sigh -- review one one pointless sys/param.h, and discover all the includes | Theo de Raadt |
2021-09-03 | Mention RFC8050 in bgpd.8 | Claudio Jeker |
2021-09-03 | Add add-path support in MRT dumps (RFC8050). | Claudio Jeker |
2021-09-03 | Use .Cm instead of .Dq in StrictHostKeyChecking list for consistency. | Darren Tucker |
2021-09-03 | Mention using ssh -i for specifying the public key file in the case | Darren Tucker |
2021-09-03 | Refer to KEX "algorithms" instead of "methods" to match other references | Darren Tucker |
2021-09-03 | Remove redundant attrib_clear in upload_dir_internal. The subsequent | Darren Tucker |
2021-09-03 | Add test for client termination status on signal. | Darren Tucker |
2021-09-02 | various improvements to the text/usage, chiefly removing alternative long | Jason McIntyre |
2021-09-02 | Unroll ASN1_ITEM_ref() | Job Snijders |
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 |