summaryrefslogtreecommitdiff
path: root/usr.sbin/relayd/config.c
AgeCommit message (Expand)Author
2017-11-27Use file descriptor passing to load certificates into the relays. EspeciallyClaudio Jeker
2017-09-14Differentiate between a style string not being specified and an emptyJonathan Gray
2017-05-27Migrate relayd to use libtls for TLS. Still does the TLS privsep via theClaudio Jeker
2016-11-24The new fork+exec mode used too many fds in the parent process onReyk Floeter
2016-09-02Split "struct relayd" into two structs: "struct relayd" and "structReyk Floeter
2016-09-02As done in httpd, (re-)initialize ps_what in all processes. This isReyk Floeter
2016-09-01Switch from the not really working session cache (because of the multiprocessClaudio Jeker
2015-12-07Remove NULL-checks before free(). No functional change.mmcc
2015-12-02In most cases we don't need all arguments of proc_compose*_imsg(),Reyk Floeter
2015-05-02Fix obvious problems with relayd config reload.Claudio Jeker
2015-01-22Clean up the relayd headers with help of include-what-you-use and someReyk Floeter
2015-01-21Include <netinet/in.h> before <net/pfvar.h>. In a future change whenTheo de Raadt
2014-12-21Stop pulling in <arpa/inet.h> or <arpa/nameser.h> when unnecessary.Philip Guenther
2014-12-12Change the keyword "ssl" to "tls" to reflect reality since weReyk Floeter
2014-11-22use size_t where appropriate. ok deraadt reykTed Unangst
2014-11-19Support exporting relayd statistics via AgentX/snmpdBret Lambert
2014-07-11Add support for EDH to provide perfect forward secrecy for older SSLReyk Floeter
2014-07-11Simplify the code that handles the HTTP headers by using an RB treeReyk Floeter
2014-07-09When copying structures via imsg, the contents should not containReyk Floeter
2014-07-09Replace the protocol directives for HTTP with a new generic filteringReyk Floeter
2014-05-04Create a new default RSA engine instead of patching the existing oneReyk Floeter
2014-04-22Support the CA key for SSL inspection in the ca process. Instead ofReyk Floeter
2014-04-18Introduce privsep for private keys:Reyk Floeter
2014-02-24fix a buffer overflow of an array introduced with the ssl inspection commitJonathan Gray
2013-09-09Add support for ECDHE (Elliptic curve Diffie-Hellman) to enableReyk Floeter
2013-05-30Support SSL inspection, the ability to transparently filter in SSL/TLSReyk Floeter
2012-12-18remove unused variableReyk Floeter
2012-11-27Add format attributes to the proper functions and then fix the warningsPhilip Guenthe
2012-10-04spacingReyk Floeter
2012-10-03Inherit and pass the relay table flags correctly.Reyk Floeter
2012-10-03Support more than one relay backup table. Instead of duplicating theReyk Floeter
2012-05-08fix "label string" in http protocol. problem found by giovanni.Sebastian Benoit
2011-05-19Add a few missing checks of return values of memory allocations.Reyk Floeter
2011-05-19Fix reload support in relayd(8) by reimplementing large parts of theReyk Floeter