index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
relayd
/
relay.c
Age
Commit message (
Expand
)
Author
2021-03-24
Responses to HEAD requests must not have a message body (even though they have
Sebastian Benoit
2021-01-27
remove bogus key hack now that it's handled by libtls
Eric Faurot
2021-01-09
Add 'strip' directive
denis
2020-05-14
Enable TLSv1.3 support in relayd(8)
pvk
2019-07-13
Don't "forward to <table>" when a "forward to destination" address is set.
Christopher Zimmermann
2019-06-28
When system calls indicate an error they return -1, not some arbitrary
Theo de Raadt
2019-06-26
Add support for OCSP stapling
Reyk Floeter
2019-05-31
Move the relay keys/certs into a separate global list and look them up by id.
Reyk Floeter
2019-05-29
Move relay_load_*() functions into relayd.c
Reyk Floeter
2019-05-13
Fix filter rules with "forward to" statement in persistent connections.
Reyk Floeter
2019-05-10
Add support for from/to in relay filter rules.
Reyk Floeter
2019-05-08
Fix and tweak websocket upgrade handling.
Reyk Floeter
2019-03-04
Support for rfc 6455 Websockets connection upgrade. Add a new protocol
Sebastian Benoit
2018-09-19
Do not abort when the ca privenc runs into a timeout.
Reyk Floeter
2018-08-06
replace the current log options
Sebastian Benoit
2018-06-10
When a TLS error occurs, print the tls_error() message as part of the
Sebastian Benoit
2018-04-18
Remove RELAY_MAX_SESSIONS from relayd, there is no reason to limit relays
Claudio Jeker
2017-12-27
log specific error when connect() fails.
Sebastian Benoit
2017-11-28
Introduce relay_reset_event() which closes and resets a relay connection.
Claudio Jeker
2017-11-28
In TLS inspection mode we also need to keep the server tls object around.
Claudio Jeker
2017-11-28
Add space between to and read like in other DPRINTFs.
Claudio Jeker
2017-11-27
Change the ecdhe curve configuration to the same way httpd is doing it.
Claudio Jeker
2017-11-27
lseek/read is racy when there is multiple consumers. Use pread instead.
Claudio Jeker
2017-11-27
Add a DPRINTF() in relay_error() that helped me out way too many times.
Claudio Jeker
2017-11-27
Use file descriptor passing to load certificates into the relays. Especially
Claudio Jeker
2017-11-27
Do not rip out the output buffer of the bufferevent. Instead just use an
Claudio Jeker
2017-11-27
relay_tls_connected() is playing with the inner bowels of bufferevents.
Claudio Jeker
2017-09-23
The relayd regression tests for chunked HTTP traffic were failing
Alexander Bluhm
2017-08-28
Do not close the relay if data is still in the output buffer.
Alexander Bluhm
2017-08-09
Call tls_config_skip_private_key_check() to disable the key checking in
Claudio Jeker
2017-07-30
Fix a double free of the TLS config in the error path.
Alexander Bluhm
2017-07-28
Always calculate the hash value of the x509 cert in ssl_load_pkey().
Alexander Bluhm
2017-07-04
make relayd not crash in relay_udp_server() when using a dns relay.
Sebastian Benoit
2017-05-28
use __func__ in log messages. fix some whitespace while here.
Sebastian Benoit
2017-05-27
Migrate relayd to use libtls for TLS. Still does the TLS privsep via the
Claudio Jeker
2017-02-02
Disable client-initiated TLS renegotiation by default.
Reyk Floeter
2017-01-09
Stop accessing verbose and debug variables from log.c directly.
Reyk Floeter
2016-11-10
Fix tcp ip ttl / minttl on IPv6 sockets.
Jeremie Courreges-Anglas
2016-09-29
fix DEBUG build after ps->ps_instance change
Sebastian Benoit
2016-09-26
spacing
Reyk Floeter
2016-09-23
use sizeof instead of constant 16 in function calls
Jonathan Gray
2016-09-22
Change function arguments from "unsigned char keyname[16]" to
Jonathan Gray
2016-09-22
correct invalid use of sizeof
Jonathan Gray
2016-09-02
Split "struct relayd" into two structs: "struct relayd" and "struct
Reyk Floeter
2016-09-02
proc_id has been replaced by ps->ps_instance.
Reyk Floeter
2016-09-02
As done in httpd, remove ps_ninstances and p_instance.
Reyk Floeter
2016-09-02
Terminate relayd using the socket status instead of watching SIGCHLD
Reyk Floeter
2016-09-01
Switch from the not really working session cache (because of the multiprocess
Claudio Jeker
2015-12-30
SSL_CTX_free() and SSL_free() check for null so dont do it in relayd
Sebastian Benoit
2015-12-24
completly -> completely
mmcc
[next]