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
2023-06-25
remove ssl_init()
Omar Polo
2023-06-21
Simplify and clean up the code. Try to use more ibuf idioms but the
Claudio Jeker
2022-08-31
relayd(8): change agentx_getsock to return void
Dave Voutila
2021-07-25
The output of server_root_strip() is a string. Use the correct format
Sebastian Benoit
2021-04-20
Move TAILQ initialization to files where they are used.
dv
2021-03-23
Timed out RSA key ops, may leave uncalled for responses in the imsg return
Claudio Jeker
2021-01-27
remove bogus key hack now that it's handled by libtls
Eric Faurot
2021-01-27
these programs (with common ancestry) had a -fno-common problem related
Theo de Raadt
2021-01-09
Add 'strip' directive
denis
2020-09-14
Rewrite the agentx code of relayd. This new framework should allow us
Martijn van Duren
2020-05-14
Enable TLSv1.3 support in relayd(8)
pvk
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
[next]