Commit Briefs

Omar Polo

trailing whitespace; from man -Tlint (main)



Omar Polo

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.


Stefan Sperling

bump version number


Stefan Sperling

CHANGES for 0.103 (tags/0.103)



Stefan Sperling

sync dist file list








Omar Polo

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.


Omar Polo

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@





Stefan Sperling

typo fix



Stefan Sperling

apply realpath() to the gotd -s argument



Omar Polo

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@


Omar Polo

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@


Omar Polo

style