Commits
- Commit:
61723c50d314838155b5a161801dd6546e34fe4c
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
CHANGES for 0.103
- Commit:
f0d5b68f22c1200f25b888f85a07d2db0a6079c7
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
have 'make clean' remove gotd-secrets.conf file created by gotd regress
- Commit:
68b594d74025261ff22a39e787a7acec640a3a66
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
sync dist file list
- Commit:
036f5313d0b784cd9859d97b17b21a59b998fc04
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
have 'make clean' delete files generated by secrets regress
- Commit:
9f79d84a27e2e2d2b69ee8457616257ffbabaca2
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix documentation of auth keyword in gotd.conf.5
- Commit:
cebd4beed2990ad47383df6f9a11f2df0204fc6a
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
wording improvements for gotd-secrets.conf man page
- Commit:
a839c406a7d2d882a0b2e068f71054688beadf39
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
traverse regress/secrets during 'make regress'
- Commit:
c40a42cef14391ad803a5cbfc3188ac0aea2b885
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add stderr files generated by secrets regress to ignores list
- Commit:
65b27e578bc20301a764fd2cd673dd3e66b68c95
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
make output of secrets regress tests more like that of other tests we have
ok op@
- Commit:
1d47f68bf9b6f33efff83db74a63cbd0e53c5ff6
- From:
- Omar Polo <op@omarpolo.com>
- 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:
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:
4d982e99055cf01430da8b639924c8b13726090e
- From:
- Omar Polo <op@omarpolo.com>
- Date:
fix some typos with codespell(1); ok/tweaks tb@ and stsp@
- Commit:
3a8e4bcba34d9b9ff67cb6f4457a7a43188584fc
- From:
- Omar Polo <op@omarpolo.com>
- Date:
sync files from diff.git edc37d001aae9784c6d575f08850d49139adf02f
- Commit:
3a832b52c3b15cb85a1ffa9c1b889ec2cac88b54
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
in gotd.8, mention the need for gotd-secrets.conf more clearly
- Commit:
ae0afea04d6a3be933880828cf2a4eb2b4c2b18e
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
typo fix
- Commit:
b4358cd08e510b24eaf6a190b1dba1c975ddb8e1
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
require root-ownership of gotd-secrets.conf
- Commit:
f7520f7a437fe99ad7db71964be0162efa23ff3d
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
apply realpath() to the gotd -s argument
- 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:
3ecc530e68863c0a20d235ebfe07b23454294863
- From:
- Omar Polo <op@omarpolo.com>
- 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:
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@
- Commit:
477e0bbd518b16f53d572bd7e09c0392655c73e8
- From:
- Omar Polo <op@omarpolo.com>
- Date:
style
- Commit:
730c805cb1db6162f9a896258aada12de07ccd59
- From:
- Omar Polo <op@omarpolo.com>
- Date:
rename ibuf -> imsgbuf
- Commit:
d50b6001c5f5f106e0e5b148bb72fe06f2c9bc78
- From:
- Omar Polo <op@omarpolo.com>
- Date:
gotd: unset notify user/pass too for symmetry
- Commit:
e7e510b6031184c82b94ee99efad5637ab7ad76a
- From:
- Omar Polo <op@omarpolo.com>
- Date:
trailing whitespaces
- Commit:
d4982225ffedbeafcf28f1cb9363f4f1c9798512
- From:
- Omar Polo <op@omarpolo.com>
- 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@