Age | Commit message (Expand) | Author |
2023-03-03 | In filemode, print the certification path towards the Trust Anchor | Job Snijders |
2023-03-03 | Use EXTRACT_16BITS() in default_print() instead of handrolling it. | Claudio Jeker |
2023-03-03 | Ensure ms_remain is always initialized, similar to what we do in | Darren Tucker |
2023-03-03 | Check for non-NULL before string comparison. From jjelen at redhat.com | Darren Tucker |
2023-03-03 | namservers -> nameservers | Jonathan Gray |
2023-03-03 | guard against getsockname(-1, ...) from Coverity CID 291832 | Damien Miller |
2023-03-03 | some options are not first-match-wins. Mention that there are | Damien Miller |
2023-03-03 | actually print "channeltimeout none" in config dump mode; | Damien Miller |
2023-03-03 | Check return values of dup2. Spotted by Coverity, ok djm@ | Darren Tucker |
2023-03-03 | Use time_t for x11_refuse_time timeout. We need SSH_TIME_T_MAX for | Darren Tucker |
2023-03-03 | Check return value from fctnl and warn on failure. Spotted by Coverity, | Darren Tucker |
2023-03-02 | Simplify the ct Makefile slightly | Theo Buehler |
2023-03-02 | Clean up the x509 regress make file a little | Theo Buehler |
2023-03-02 | Remove a few more unnecessary line continuations | Theo Buehler |
2023-03-02 | Nitpick error checks of BN_get_mem_data() | Theo Buehler |
2023-03-02 | Some more Makefile cosmetics | Theo Buehler |
2023-03-02 | The evp_ecx_test no longer needs static linking | Theo Buehler |
2023-03-02 | Hide the hexdumps behind a verbose flags. Should have been part of | Theo Buehler |
2023-03-02 | Simplify evp test Makefile. | Theo Buehler |
2023-03-02 | evp_pkey_check: make this test silent on success | Theo Buehler |
2023-03-02 | Remove a few unnecessary line continuations | Theo Buehler |
2023-03-02 | restructure the page into one single list for all routing commands; | Jason McIntyre |
2023-03-02 | improve the Nd lines such that the format is consistent for the | Jason McIntyre |
2023-03-02 | sync | Theo de Raadt |
2023-03-02 | No need to protect exports from SIGHUP, the handler just sets a flag. | Todd C. Miller |
2023-03-02 | When parsing %s, the result should be in the local time zone. | Todd C. Miller |
2023-03-02 | rad_recv: verify length field in received auth_hdr_t before using it. | Todd C. Miller |
2023-03-02 | add arch to Dt | Jonathan Gray |
2023-03-02 | mention eephy(4) | Jonathan Gray |
2023-03-02 | Remove SUDO in proxy command wrapper. Anything that needs sudo is | Darren Tucker |
2023-03-02 | mvodog(4) and mvortc(4) | Jonathan Matthew |
2023-03-02 | Enable mvodog(4) and mvortc(4) | Jonathan Matthew |
2023-03-02 | Add mvortc(4), a driver for the RTC on the ARMADA 38x series. | Jonathan Matthew |
2023-03-02 | Add mvodog(4), a driver for the watchdog on the ARMADA 38x series. | Jonathan Matthew |
2023-03-02 | Add eephy(4), found on the Turris Omnia's WAN port | Jonathan Matthew |
2023-03-02 | Fix breakage on dhgex test. | Darren Tucker |
2023-03-02 | Quote grep and log message better. | Darren Tucker |
2023-03-02 | Ensure we always call fclose when writing checkpoints. In the case of | Darren Tucker |
2023-03-01 | Fix potentially uninitialized use of variable fsb on error. | Todd C. Miller |
2023-03-01 | /etc/examples/iked.conf tweaks: | Stuart Henderson |
2023-03-01 | Remove old log symlinks before creating new ones. In -portable some | Darren Tucker |
2023-03-01 | Bogus full stop. | Antoine Jacoutot |
2023-03-01 | Comment out glob for JSON webcrypto tests for now | Theo Buehler |
2023-03-01 | Link evp/cipher_method_lib.c to the build | Theo Buehler |
2023-03-01 | Convert EVP_CIPHER_meth_dup() to using calloc() | Theo Buehler |
2023-03-01 | Make cipher_method_lib.c compile with LibreSSL | Theo Buehler |
2023-03-01 | Add EVP_CIPHER_meth_* prototypes to evp.h | Theo Buehler |
2023-03-01 | Make the cleanup() method return an int again | Theo Buehler |
2023-03-01 | Fix line wrapping of function pointer arguments | Theo Buehler |
2023-03-01 | First KNF approximation as per knfmt(1) | Theo Buehler |