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
/
relayd.h
Age
Commit message (
Expand
)
Author
2019-09-15
Add support for binary protocol health checking. Feedback and guidance from
rob
2019-06-26
Add support for OCSP stapling
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
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-09
During the fork+exec implementation, daemon(3) was moved after
Alexander Bluhm
2018-08-06
replace the current log options
Sebastian Benoit
2018-04-18
Remove RELAY_MAX_SESSIONS from relayd, there is no reason to limit relays
Claudio Jeker
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-27
Change the ecdhe curve configuration to the same way httpd is doing it.
Claudio Jeker
2017-11-27
Use file descriptor passing to load certificates into the relays. Especially
Claudio Jeker
2017-11-15
make the maximum size of http headers configurable in the protocol.
Sebastian Benoit
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-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-24
move the opening of /dev/pf from the parent process to the pfe process
Sebastian Benoit
2017-01-09
Stop accessing verbose and debug variables from log.c directly.
Reyk Floeter
2016-11-24
The new fork+exec mode used too many fds in the parent process on
Reyk Floeter
2016-10-05
sync proc.c with vmd: add p_pw to specify a non-standard user for a process.
Reyk Floeter
2016-09-28
sync proc.c incl. the p_env removal
Reyk Floeter
2016-09-03
Replace [RELAY|SERVER]_MAXPROC with the new PROC_MAX_INSTANCES
Reyk Floeter
2016-09-03
Use the fork+exec privsep model in relayd; based on rzalamena@'s work
Reyk Floeter
2016-09-02
Move snmp options into struct relayd_config and delay start of the
Reyk Floeter
2016-09-02
Split "struct relayd" into two structs: "struct relayd" and "struct
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
2016-09-01
Do not busy loop in the rsa engine callback waiting for the ca. Instead use
Claudio Jeker
2016-07-29
Bump copyright in files that I touched last.
Reyk Floeter
2016-07-27
Improve parsing of the Host by following RFC 7230 Section 5.4 more strictly:
Reyk Floeter
2016-07-22
fix some cases where we relay_abort_http() the connection too soon.
Sebastian Benoit
2016-01-11
This adds the host_error output and the http code (when available) to the
Sebastian Benoit
2015-12-02
relayd (when running relays) can distribute client sessions over hosts
Sebastian Benoit
2015-12-02
In most cases we don't need all arguments of proc_compose*_imsg(),
Reyk Floeter
2015-11-29
Use pledge("pf") in pfe.c.
Sebastian Benoit
2015-11-28
Use SOCK_NONBLOCK in relayd as well.
Reyk Floeter
2015-11-22
Update log.c: change fatal() and fatalx() into variadic functions,
Reyk Floeter
2015-11-21
Move local logging functions from log.c to new file util.c (that is
Reyk Floeter
2015-10-27
change cipher-server-preference to be on by default. It can be disabled with
Sebastian Benoit
2015-08-21
Increase the input side socket buffer size for "check icmp" not to
YASUOKA Masahiko
2015-07-18
Fix unbounded buffer growth. In the case of a slow client reading large files,
Sebastian Benoit
2015-06-12
To match relayd's style, use an explicit enum with prefixed names for
Reyk Floeter
2015-06-11
Use "compliant" header guards by avoiding the reserved '_' namespace.
Reyk Floeter
[next]