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
Age
Commit message (
Expand
)
Author
2019-06-01
Make sure that the IMSG_CTL_RESET message is sent immediately.
Reyk Floeter
2019-05-31
Add support for SNI with new "tls keypair" option to load additional certs.
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
Fix the check if a relay has been specified twice
Reyk Floeter
2019-05-29
Move relay_load_*() functions into relayd.c
Reyk Floeter
2019-05-13
Add Connection: close when switching to "unlimited" reading mode.
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-04-24
restrict filesystem access to read only on main process via unveil(2)
Ricardo Mestre
2019-03-13
remove unused keyword "virtual".
Sebastian Benoit
2019-03-04
Support for rfc 6455 Websockets connection upgrade. Add a new protocol
Sebastian Benoit
2019-02-13
(unsigned) means (unsigned int) which on ptrdiff_t or size_t or other
Theo de Raadt
2018-11-01
- odd condition/test in PF lexer
Alexandr Nedvedicky
2018-10-22
Make host_*() AF-agnostic
denis
2018-09-19
Do not abort when the ca privenc runs into a timeout.
Reyk Floeter
2018-09-09
During the fork+exec implementation, daemon(3) was moved after
Alexander Bluhm
2018-09-07
replace malloc()+strlcpy() with strndup() in cmdline_symset().
miko
2018-09-01
Accidentally relayd(8) closed file descriptor 0 in the pfe child
Alexander Bluhm
2018-08-06
space required between macro args and punctuation;
Jason McIntyre
2018-08-06
replace the current log options
Sebastian Benoit
2018-07-11
Do for most running out of memory err() what was done for most running
Kenneth R Westerback
2018-07-09
No need to mention which memory allocation entry point failed (malloc,
Kenneth R Westerback
2018-06-18
remove the SECTIONS header, since a one line DESCRIPTION is a bit silly;
Jason McIntyre
2018-06-11
Fix an off-by-one line count when using include statements.
denis
2018-06-10
When a TLS error occurs, print the tls_error() message as part of the
Sebastian Benoit
2018-04-26
Plug leak in error case of the common 'varset' implementations.
Kenneth R Westerback
2018-04-20
adjust the example to make it work;
Jason McIntyre
2018-04-18
Remove RELAY_MAX_SESSIONS from relayd, there is no reason to limit relays
Claudio Jeker
2018-04-14
In case of a tcp read timeout, the destination host state needs to be
Sebastian Benoit
2018-01-24
Log some more errors in the ca code, since there seems to be still a bug
Claudio Jeker
2018-01-01
RSA_private_{en,de}crypt() can fail and will return -1 in that case.
Claudio Jeker
2017-12-27
log specific error when connect() fails.
Sebastian Benoit
2017-12-18
always initialize the hce_launch_checks event timer.
Sebastian Benoit
2017-11-29
fix double dot;
Jason McIntyre
2017-11-29
add options to specify the control socket in relayd and relayctl.
Sebastian Benoit
2017-11-28
One less lie in comments
Claudio Jeker
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
relay_load_fd() is no longer clobering errno in the error case so use
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
Make ca_launch error messages unique.
Alexander Bluhm
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
rfc 7230 mandates that a "204 No Content" http status must not come with a
Sebastian Benoit
2017-11-27
relay_tls_connected() is playing with the inner bowels of bufferevents.
Claudio Jeker
2017-11-27
Simplify relay_close_http(), make relay_httpdesc_free() accept and ignore
Claudio Jeker
[next]