diff options
author | Omar Polo <op@omarpolo.com> | 2021-01-25 14:31:40 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2021-01-25 14:31:40 +0000 |
commit | a5d04ea066e388b39aa5494574fda7c92f116009 (patch) | |
tree | 0af0773ea550c68fc43f3e825423d519b6517fc7 /ChangeLog | |
parent | f28d96d3997c46c4679963ef5253c829b7221152 (diff) |
sync
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ 2021-01-25 Omar Polo <op@omarpolo.com> + * 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 <op@omarpolo.com> |