kore/src
Joris Vink a29700f26d Bring back page authentication via config.
Inside of the new route handlers the "authenticate" keyword can
be specified to let the route authenticate via a previously
configured authentication block.

The ability to do this went missing in a previous commit that overhauled
the routing structure of the configuration.
2022-01-31 15:13:34 +01:00
..
accesslog.c HTTP improvements. 2021-09-15 22:16:22 +02:00
acme.c Increase ACME signop timeout. 2022-01-29 08:55:50 +01:00
auth.c Remove another dead assignment. 2021-09-17 19:53:31 +02:00
bsd.c bump copyright year. 2021-01-11 23:46:08 +01:00
buf.c bump copyright year. 2021-01-11 23:46:08 +01:00
cli.c Don't let kore build with openssl 3 again. 2021-12-06 23:58:13 +01:00
config.c Bring back page authentication via config. 2022-01-31 15:13:34 +01:00
connection.c Log if no TLS server was configured 2021-12-11 21:59:41 +01:00
curl.c Handle DELETE maybe having a request body. 2021-12-06 14:44:07 +01:00
domain.c Change how routes are configured in Kore. 2021-09-15 11:09:52 +02:00
filemap.c be verbose about filemap resolving. 2021-09-21 16:17:46 +02:00
fileref.c style nits 2021-07-10 10:03:01 +02:00
http.c make sure we only call rt->on_free if req has route 2021-12-15 12:16:37 +01:00
json.c Add kore_json_item_attach(). 2021-04-08 09:10:58 +02:00
jsonrpc.c Stop hardcoding HTTP error codes in http_response() calls. 2021-05-02 16:03:18 +02:00
keymgr.c Add SYS_newfstatat to keymgr seccomp rules. 2021-12-11 20:34:44 +01:00
kore.c Only enable accesslog vacuum if needed. 2022-01-28 14:29:58 +01:00
linux.c bump copyright year. 2021-01-11 23:46:08 +01:00
log.c Lets make sure milliseconds are formatted nicely. 2021-09-14 09:36:33 +02:00
mem.c bump copyright year. 2021-01-11 23:46:08 +01:00
module.c Change how routes are configured in Kore. 2021-09-15 11:09:52 +02:00
msg.c Improve how the parent handles workers. 2021-11-03 17:23:05 +01:00
net.c Add the on_body_chunk handler for routes. 2021-09-17 19:30:22 +02:00
pgsql.c wrap pipeline in PG_VERSION_NUM >= 140000 2021-10-27 22:39:29 +02:00
pool.c Always align pool element lengths properly. 2021-12-11 22:35:37 +01:00
python.c Worker hook rework. 2021-12-22 09:50:26 +01:00
route.c Change how routes are configured in Kore. 2021-09-15 11:09:52 +02:00
runtime.c Worker hook rework. 2021-12-22 09:50:26 +01:00
seccomp.c Add readlinkat to seccomp whitelist. 2021-05-10 23:05:58 +02:00
tasks.c Allow listening of tls/notls ports at the same time. 2019-09-27 12:27:04 +02:00
timer.c bump copyright year. 2021-01-11 23:46:08 +01:00
utils.c Add a kore_x509_issuer_name() function. 2021-12-11 22:36:31 +01:00
validator.c bump copyright year. 2021-01-11 23:46:08 +01:00
websocket.c bump copyright year. 2021-01-11 23:46:08 +01:00
worker.c Worker hook rework. 2021-12-22 09:50:26 +01:00