Commit Briefs

82fb769c61 Thomas Adam

portable: set next version (portable)


83604bb52f Thomas Adam

portable: release 0.103 (tags/0.103)


851f7c92c7 Thomas Adam

use _POSIX_HOST_NAME_MAX instead of HOST_NAME_MAX

this is to help -portable. Some systems don't define HOST_NAME_MAX at all, and assume instead that code will use sysctl(_SC_HOST_NAME_MAX) with a VLA or a dynamic allocation, which is completely backward and useless. So, use the _POSIX hammer on this one too. it's dirty, but it's better to strive to avoid gratious -portable changes. reported and discussed with Thomas Adam.


c649655b96 Thomas Adam

portable: update for gotd-secrets


d128e1f1bf Thomas Adam

bump version number


43b0094d4f Thomas Adam

CHANGES for 0.103



b0d2a5e995 Thomas Adam

sync dist file list



f256d99d18 Thomas Adam

fix documentation of auth keyword in gotd.conf.5


89ce447646 Thomas Adam

wording improvements for gotd-secrets.conf man page


99e753aa3e Thomas Adam

traverse regress/secrets during 'make regress'



70c5568b7b Thomas Adam

make output of secrets regress tests more like that of other tests we have

ok op@


d89b398755 Thomas Adam

gotwebd: minor tweaks to the HTML for ease of styling

This adds a few more classes and wrapper divs that make easier to customize the look, without changing the appearance.


51b4fd27b0 Thomas Adam

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@





462f16118e Thomas Adam

typo fix


354f155eb1 Thomas Adam

require root-ownership of gotd-secrets.conf


7ded01fb85 Thomas Adam

apply realpath() to the gotd -s argument


858f75292f Thomas Adam

allow gotd_secrets_free() to be called with NULL pointer; fixes gotd regress

ok op@


e9e8c3d7d4 Thomas Adam

gitwrapper: add dummy gotd_secrets_get() to satisfy the linker

This function is the only reason we had to pull in secrets.c in gitwrapper, because it's needed for parse.y (even if it's never called.) ok stsp@


0fbfa79703 Thomas Adam

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@