Commits
- Commit:
82fb769c61e5d3d84df5fa95cd9998051044edb8
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: set next version
- Commit:
83604bb52f95d07de45d1d41dd5cb41cbf905a08
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: release 0.103
- Commit:
851f7c92c73b922e7e43e38d287351ac3c2bb788
- From:
- Omar Polo <op@omarpolo.com>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
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.
- Commit:
c649655b96196a545730ebcbc6f8c2319e27775f
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: update for gotd-secrets
- Commit:
d128e1f1bff035422955db8ab3003aa3ff69e58e
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
bump version number
- Commit:
43b0094d4f815558db7aed7afad9277ce1734bf6
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
CHANGES for 0.103
- Commit:
099a6bb96cfe5a15bd658be8c31d60ec251f06d1
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
have 'make clean' remove gotd-secrets.conf file created by gotd regress
- Commit:
b0d2a5e9954ddfe2df1fbd23e380729f83118653
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
sync dist file list
- Commit:
e695c161edf506f9fd91683738e412330c7d8c01
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
have 'make clean' delete files generated by secrets regress
- Commit:
f256d99d186ab3bc1cebc3d34f3c1e29666532d8
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
fix documentation of auth keyword in gotd.conf.5
- Commit:
89ce4476468695fce7134a5b43a426112ebc34ae
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
wording improvements for gotd-secrets.conf man page
- Commit:
99e753aa3e4563cf1da22c72e5162aca59cdcd60
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
traverse regress/secrets during 'make regress'
- Commit:
8b2d36c664fe957a33672d2163db2d295ce7a3d6
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
add stderr files generated by secrets regress to ignores list
- Commit:
70c5568b7ba8924ff8d0c8713a378c9fc17264a1
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
make output of secrets regress tests more like that of other tests we have
ok op@
- Commit:
d89b39875598f924873fd58a154df51e5b501eb5
- From:
- Omar Polo <op@omarpolo.com>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
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.
- Commit:
51b4fd27b0649d6573dbb0fc138470f29936bdce
- From:
- Omar Polo <op@omarpolo.com>
- Via:
- Thomas Adam <thomas@xteddy.org>
- 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:
0585ddfda1b9020371ee6b5bb3ac62739806d031
- From:
- Omar Polo <op@omarpolo.com>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
fix some typos with codespell(1); ok/tweaks tb@ and stsp@
- Commit:
4763b4d4b196601437e37e5ccc71c0190334e55d
- From:
- Omar Polo <op@omarpolo.com>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
sync files from diff.git edc37d001aae9784c6d575f08850d49139adf02f
- Commit:
38b2f36751671284d30e77bfde33813354caaf48
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
in gotd.8, mention the need for gotd-secrets.conf more clearly
- Commit:
462f16118e8719ceef7aee8d275f859f9d0e84a8
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
typo fix
- Commit:
354f155eb1e594c0bc8af652e88ba554503bfb95
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
require root-ownership of gotd-secrets.conf
- Commit:
7ded01fb85d5ba062fe73c3232cd7add0603adda
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
apply realpath() to the gotd -s argument
- Commit:
858f75292f23a7397a21146ecafa6c96c3379a02
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
allow gotd_secrets_free() to be called with NULL pointer; fixes gotd regress
ok op@
- Commit:
e9e8c3d7d469c7ad9a89b73431f91ae3e2a0a7c6
- From:
- Omar Polo <op@omarpolo.com>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
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@
- Commit:
0fbfa7970372d6314144d0da3641a34299e79981
- From:
- Omar Polo <op@omarpolo.com>
- Via:
- Thomas Adam <thomas@xteddy.org>
- 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@