Commit Briefs

Omar Polo

please macos

for some reason that's not entirely clear to me, __dead doesn't seem to work on macos, so clang thinks datalen is used un-initialized. meh




Omar Polo

rename ibuf to imsgbuf in crypto

soon we'll be using a struct ibuf and it'll be confusing.



Omar Polo

convert most of gmid to the new imsg APIs

Makes parsing and handling of imsgs simpler / clearer. only crypto.c is left as-is.


Omar Polo

convert to use imsg_get_fd()

since proc_forward_imsg() never forwards a file descriptor (it's never called actually) just use -1 there.


Omar Polo

configure: fix --mandir handling



Omar Polo

typo


Omar Polo

start the 2.1 release cycle


Omar Polo

prepare release 2.0 (tags/2.0)


Omar Polo

add release date



Omar Polo

contrib/Dockerfile: fix the build and improve the usage

Install a sample config, include a self-signed cert and setup a local user and chroot.