Commit Briefs


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.


Omar Polo

fix missing listen on warning

printed the wrong value for the hostname


Omar Polo

configure: add --sysconfdir / $SYSCONFDIR handling

so that we don't have to hardcode /etc in gmid.c. Helps on systems like FreeBSD where the non-base programs are expected to look for their config in /usr/local/etc.