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
2014-11-19
Support exporting relayd statistics via AgentX/snmpd
Bret Lambert
2014-11-07
Remove the sslv2 option since LibreSSL has no SSLv2 support (however retain
Joel Sing
2014-11-02
Convert the logic in yyerror(). Instead of creating a temporary
Alexander Bluhm
2014-10-20
Remove the "interface" option from the "transparent forward" directive.
Reyk Floeter
2014-10-15
Disable SSLv3 by default.
Reyk Floeter
2014-09-05
revert previous; was based on a work-in-progress, as well
Bret Lambert
2014-08-29
Implement consistent host hashing for relayd, based on
Bret Lambert
2014-08-18
Sync proc.c with httpd. httpd needs SIGUSR1 but relayd will ignore it
Reyk Floeter
2014-07-14
When a connection was spliced in one direction and in copy mode in
Alexander Bluhm
2014-07-13
improve log output for relays. adjust regress tests
Sebastian Benoit
2014-07-12
Move HTTP error codes into http.h.
Reyk Floeter
2014-07-11
Limit HTTP header length to about 8K (based on the default of 4-8K in
Reyk Floeter
2014-07-11
8 bits is enough for sslflags
Reyk Floeter
2014-07-11
Add support for EDH to provide perfect forward secrecy for older SSL
Reyk Floeter
2014-07-11
Simplify the code that handles the HTTP headers by using an RB tree
Reyk Floeter
2014-07-09
Replace the protocol directives for HTTP with a new generic filtering
Reyk Floeter
2014-06-27
knf, no functional change.
Andre de Oliveira
2014-05-20
Unify the SSL privsep key loading functions.
Reyk Floeter
2014-05-08
match relayd proc.c infrastructure with snmpd
Bret Lambert
2014-05-04
Create a new default RSA engine instead of patching the existing one
Reyk Floeter
2014-04-22
Support the CA key for SSL inspection in the ca process. Instead of
Reyk Floeter
2014-04-20
Reimplement the multi-dimensional arrays that are used to set up the
Reyk Floeter
2014-04-18
Introduce privsep for private keys:
Reyk Floeter
2014-04-18
The proc.c code sets up some socketpair for the communication between
Reyk Floeter
2014-04-14
Adapt relayd to use AgentX protocol to send traps
Bret Lambert
2014-02-14
remove unused function that distracts from cleaning up the imsg_flush() mess
Sebastian Benoit
2013-09-09
Add support for ECDHE (Elliptic curve Diffie-Hellman) to enable
Reyk Floeter
2013-09-07
Change default ciphers to HIGH:!aNULL.
Federico G. Schwindt
2013-05-30
Support SSL inspection, the ability to transparently filter in SSL/TLS
Reyk Floeter
2013-04-27
time_t 64bit fixes for relayd and relayctl:
Sebastian Benoit
2013-03-10
This diff changes relayd to use the monotonic clock instead of
Reyk Floeter
2013-03-09
Enable TCP socket splicing for HTTP persistent connection and chunked
Alexander Bluhm
2013-03-04
sync yyerror() with bgpd; use vlog() to log parser errors so they show in
Stuart Henderson
2013-02-05
Rework http content and chunk handling in relayd. Use special
Alexander Bluhm
2012-11-27
Add format attributes to the proper functions and then fix the warnings
Philip Guenthe
2012-10-19
Support additional scheduling algorithms in the load balancer:
Reyk Floeter
2012-10-04
spacing
Reyk Floeter
2012-10-03
Inherit and pass the relay table flags correctly.
Reyk Floeter
2012-10-03
Support more than one relay backup table. Instead of duplicating the
Reyk Floeter
2012-09-21
file descriptor accounting for relays: track how many connections to
Sebastian Benoit
2012-09-20
Move the HTTP code into an extra file to make future changes easier to
Reyk Floeter
2012-07-09
Allow relayd to handle transactions > 2GB in size
Theo de Raadt
2012-07-09
need a private copy of nitems()
Theo de Raadt
2012-05-08
fix "label string" in http protocol. problem found by giovanni.
Sebastian Benoit
2012-04-11
Do rate limiting of accept() when under pressure, like in other recent
Theo de Raadt
2012-01-21
Only start the child processes after all of them reported to have loaded
Camiel Dobbelaar
2011-09-04
KNF, fix white spaces in relayd. No binary change.
Alexander Bluhm
2011-05-26
Add additional check to prevent running scripts when not configured.
Reyk Floeter
2011-05-26
fix "check script" by sending all required information to the parent.
Reyk Floeter
2011-05-20
Concurrent calls of "relayctl show sessions" could crash relayd. Fix
Reyk Floeter
[next]