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