Commits
- 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@
- Commit:
ce1788e8bd86b58d8138d8c7a5d520713e32a805
- From:
- Omar Polo <op@omarpolo.com>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
style
- Commit:
92e527be7d790ca2229fae6fb1ee6ae68285a8ce
- From:
- Omar Polo <op@omarpolo.com>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
rename ibuf -> imsgbuf
- Commit:
d45b6132d8d2f72dcac20ac509032b58401e206b
- From:
- Omar Polo <op@omarpolo.com>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
gotd: unset notify user/pass too for symmetry
- Commit:
ac97a5a587fd16da70c2fcec6a2a5a16ea3a83e5
- From:
- Omar Polo <op@omarpolo.com>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
trailing whitespaces
- Commit:
52410d054b6641be7aee09f3a1623ebf3bac106e
- From:
- Omar Polo <op@omarpolo.com>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
gotwebd: unbreak tags rendering
if qs->commit is set got_get_repo_tags interprets it as an index
for the tags, i.e. to skip tags until one with that id is found.
So we can't set qs->commit (intended to unbreak the README links)
before it, we have to do it afterwards.
ok stsp@
- Commit:
44de40ed6ff079f30e36f8a61e403cc2ebca1555
- From:
- Omar Polo <op@omarpolo.com>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
gotwebd: centralize the skip tag logic
No need to do it twice, just make sure the tailq has the correct
entries where it's generated, so in the render code we don't have
to duplicate the logic.
ok stsp@
- Commit:
44a38a5dfe2b7d7f0ca5adbaaf31ab23f08749c1
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
set pointers to NULL after freeing in tog's view_close()
- Commit:
1aef88aef3dae79c702f0d45666b88be0a2cd54f
- From:
- Omar Polo <op@omarpolo.com>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
changing the strategy for casts
ok stsp@
- Commit:
ddaad6fe0ec49db3d63df8453938b8072292d73c
- From:
- Omar Polo <op@omarpolo.com>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
gotd: group the flags for re-exec under -T
ok stsp@
- Commit:
af5018021e44b18ee320ec23efdbf90039d40138
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: check for libcrypto unconditionally
Don't exclude OpenBSD from checking for libcrypto; gotd still needs
this.
- Commit:
7e97fd319197d8a100a5de3f613a02253977b26b
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: add check for libcrypto
This is needed for gotd's got-notify-http libexec helper.
- Commit:
89a8666a0364791b8c6b40f914b1dc919592d1ee
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
restore abort() calls in lib/hash.c
In the spirit of commit b808e01085d775b284878dfeea5c06339a9f2ec2, restore
the abort() call in got_hash_final_object_id() and add additional ones to
cover other functions in this file.
ok op@
- Commit:
0674467428bb864d0bbda6fd3275e0dcc86aad85
- From:
- Mark Jamsek <mark@jamsek.dev>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
insert wait instruction in tog log mark keymap test
On slower machines, the test may fail due to capturing
the screendump before the base commit marker is drawn.
ok op@
- Commit:
cacbd4c795249f08a2d10482cbba7a555c02f6e4
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
quote the hmac secret in test script
- Commit:
f2c85e63e61a6415acf42cab83131414a2023d0e
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
make hmac failures detectable by regression tests