Age | Commit message (Expand) | Author |
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 |
2015-06-08 | Introduce a state on the ctl_relay_event struct. This makes it possible | Claudio Jeker |
2015-05-02 | Fix obvious problems with relayd config reload. | Claudio Jeker |
2015-03-09 | Make relayd TLSv1.2-only by default. | Reyk Floeter |
2015-01-22 | Clean up the relayd headers with help of include-what-you-use and some | Reyk Floeter |
2015-01-22 | LibreSSL now supports loading of CA certificates from memory, replace | Reyk Floeter |
2015-01-16 | SSL_CTX_use_certificate_chain() has been added to LibreSSL and there | Reyk Floeter |
2015-01-16 | Adapt to <limits.h> universe. | Theo de Raadt |
2015-01-13 | bump copyright year | Reyk Floeter |
2015-01-01 | Merge error page changes from httpd: send Content-Length:, change | Reyk Floeter |
2014-12-21 | Stop pulling in <arpa/inet.h> or <arpa/nameser.h> when unnecessary. | Philip Guenther |
2014-12-18 | Update relayd to use siphash instead of sys/hash. The source-hash, | Reyk Floeter |
2014-12-17 | Add missing flag in the description field. | Reyk Floeter |
2014-12-12 | Change the keyword "ssl" to "tls" to reflect reality since we | Reyk Floeter |
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 |