initial gotd-secrets.conf implementation
commit0fbfa7970372d6314144d0da3641a34299e79981
authorOmar Polo <op@omarpolo.com>
Sun, 8 Sep 2024 14:35:56 +0000 (8 14:35 +0000)
committerThomas Adam <thomas@xteddy.org>
Tue, 10 Sep 2024 14:10:40 +0000 (10 15:10 +0100)
tree0e3aea1417746db4e844161e95bd6ed224d45115
parentce1788e8bd86b58d8138d8c7a5d520713e32a805
initial gotd-secrets.conf implementation

This moves the handling of the secrets outside gotd.conf.  There
will be a few changes to this, committing it as-is to continue
hacking in tree.

ok stsp@
12 files changed:
gitwrapper/gitwrapper.c
gotd/gotd-secrets.conf.5 [new file with mode: 0644]
gotd/gotd.8
gotd/gotd.c
gotd/gotd.conf.5
gotd/gotd.h
gotd/notify.c
gotd/parse.y
gotd/secrets.c [new file with mode: 0644]
gotd/secrets.h [new file with mode: 0644]
regress/gotd/.gitignore
regress/gotd/Makefile