From a5d04ea066e388b39aa5494574fda7c92f116009 Mon Sep 17 00:00:00 2001 From: Omar Polo Date: Mon, 25 Jan 2021 14:31:40 +0000 Subject: [PATCH] sync --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index 815e5db..4082685 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,13 @@ 2021-01-25 Omar Polo + * gmid.1: manpage improvements (example and usage) + + * gmid.c (main): Dropping -C, -K, -f, changing the meaning of -d: + now it's the certificate directory. Serve the directory given as + positional argument (or the current one) when running in + config-less mode. + (gen_certificate): automatically generate a certificate + * parse.y (option): added chroot and user options 2021-01-24 Omar Polo