Commits
- Commit:
6e1b28b643862111cb5b8b916fef8249b1b36c97
- From:
- Omar Polo <op@omarpolo.com>
- Date:
improve the gotd-secrets.conf syntax
don't reuse the username as the label since it makes impossible to have
multiple entries with the same username.
ok stsp@
- Commit:
871cb200f7caefc9aa9b5d748d81302f612147f9
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
allow gotd_secrets_free() to be called with NULL pointer; fixes gotd regress
ok op@
- Commit:
5fb267cb9e3ad437bb94f4fd9ecbf399028c76f7
- From:
- Omar Polo <op@omarpolo.com>
- Date:
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@