Commits


configure: add a check to detect Libre/OpenSSL mixings Now that we're using also some bits from libcrypto, it's important to not mix different libcrypto/ssl implementation in the same program. This check is taken from OpenSMTPD. May have helped with https://github.com/macports/macports-ports/pull/23007


fold line


-current again


bump version to 0.9


fix CC_ADD_CHECK_FLAGS


add compats for the time-related macros used by ev


configure: add -Wno-format-trucation and -Wno-pointer-sign to the mix


remove the libevent check


re-enable landlock


add compat for reallocarray()


add certs.[ch] adapted from gmid. we'll soon use it to provide client certificates support in telescope.


configure: add --with-Werror flag


use AC_SEARCH_LIBS instead of AC_CHECK_LIB AC_CHECK_LIB is quite awful actually even if it has a nice name


AC_PROG_C_C99 -> AC_PROG_C


add compat for endian.h (now required by imsg)