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
/
config.c
Age
Commit message (
Expand
)
Author
2017-11-27
Use file descriptor passing to load certificates into the relays. Especially
Claudio Jeker
2017-09-14
Differentiate between a style string not being specified and an empty
Jonathan Gray
2017-05-27
Migrate relayd to use libtls for TLS. Still does the TLS privsep via the
Claudio Jeker
2016-11-24
The new fork+exec mode used too many fds in the parent process on
Reyk Floeter
2016-09-02
Split "struct relayd" into two structs: "struct relayd" and "struct
Reyk Floeter
2016-09-02
As done in httpd, (re-)initialize ps_what in all processes. This is
Reyk Floeter
2016-09-01
Switch from the not really working session cache (because of the multiprocess
Claudio Jeker
2015-12-07
Remove NULL-checks before free(). No functional change.
mmcc
2015-12-02
In most cases we don't need all arguments of proc_compose*_imsg(),
Reyk Floeter
2015-05-02
Fix obvious problems with relayd config reload.
Claudio Jeker
2015-01-22
Clean up the relayd headers with help of include-what-you-use and some
Reyk Floeter
2015-01-21
Include <netinet/in.h> before <net/pfvar.h>. In a future change when
Theo de Raadt
2014-12-21
Stop pulling in <arpa/inet.h> or <arpa/nameser.h> when unnecessary.
Philip Guenther
2014-12-12
Change the keyword "ssl" to "tls" to reflect reality since we
Reyk Floeter
2014-11-22
use size_t where appropriate. ok deraadt reyk
Ted Unangst
2014-11-19
Support exporting relayd statistics via AgentX/snmpd
Bret Lambert
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
When copying structures via imsg, the contents should not contain
Reyk Floeter
2014-07-09
Replace the protocol directives for HTTP with a new generic filtering
Reyk Floeter
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-18
Introduce privsep for private keys:
Reyk Floeter
2014-02-24
fix a buffer overflow of an array introduced with the ssl inspection commit
Jonathan Gray
2013-09-09
Add support for ECDHE (Elliptic curve Diffie-Hellman) to enable
Reyk Floeter
2013-05-30
Support SSL inspection, the ability to transparently filter in SSL/TLS
Reyk Floeter
2012-12-18
remove unused variable
Reyk Floeter
2012-11-27
Add format attributes to the proper functions and then fix the warnings
Philip Guenthe
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-05-08
fix "label string" in http protocol. problem found by giovanni.
Sebastian Benoit
2011-05-19
Add a few missing checks of return values of memory allocations.
Reyk Floeter
2011-05-19
Fix reload support in relayd(8) by reimplementing large parts of the
Reyk Floeter