Age | Commit message (Expand) | Author |
2018-07-11 | Do for most running out of memory err() what was done for most running | Kenneth R Westerback |
2018-07-09 | No need to mention which memory allocation entry point failed (malloc, | Kenneth R Westerback |
2018-06-18 | remove the SECTIONS header, since a one line DESCRIPTION is a bit silly; | Jason McIntyre |
2018-06-11 | Fix an off-by-one line count when using include statements. | denis |
2018-06-10 | When a TLS error occurs, print the tls_error() message as part of the | Sebastian Benoit |
2018-04-26 | Plug leak in error case of the common 'varset' implementations. | Kenneth R Westerback |
2018-04-20 | adjust the example to make it work; | Jason McIntyre |
2018-04-18 | Remove RELAY_MAX_SESSIONS from relayd, there is no reason to limit relays | Claudio Jeker |
2018-04-14 | In case of a tcp read timeout, the destination host state needs to be | Sebastian Benoit |
2018-01-24 | Log some more errors in the ca code, since there seems to be still a bug | Claudio Jeker |
2018-01-01 | RSA_private_{en,de}crypt() can fail and will return -1 in that case. | Claudio Jeker |
2017-12-27 | log specific error when connect() fails. | Sebastian Benoit |
2017-12-18 | always initialize the hce_launch_checks event timer. | Sebastian Benoit |
2017-11-29 | fix double dot; | Jason McIntyre |
2017-11-29 | add options to specify the control socket in relayd and relayctl. | Sebastian Benoit |
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-28 | relay_load_fd() is no longer clobering errno in the error case so use | Claudio Jeker |
2017-11-28 | Add space between to and read like in other DPRINTFs. | Claudio Jeker |
2017-11-27 | Change the ecdhe curve configuration to the same way httpd is doing it. | Claudio Jeker |
2017-11-27 | Make ca_launch error messages unique. | Alexander Bluhm |
2017-11-27 | lseek/read is racy when there is multiple consumers. Use pread instead. | Claudio Jeker |
2017-11-27 | Add a DPRINTF() in relay_error() that helped me out way too many times. | Claudio Jeker |
2017-11-27 | Use file descriptor passing to load certificates into the relays. Especially | Claudio Jeker |
2017-11-27 | Do not rip out the output buffer of the bufferevent. Instead just use an | Claudio Jeker |
2017-11-27 | rfc 7230 mandates that a "204 No Content" http status must not come with a | Sebastian Benoit |
2017-11-27 | relay_tls_connected() is playing with the inner bowels of bufferevents. | Claudio Jeker |
2017-11-27 | Simplify relay_close_http(), make relay_httpdesc_free() accept and ignore | Claudio Jeker |
2017-11-16 | Check that http options are only configured in http protocols. | Alexander Bluhm |
2017-11-15 | make the maximum size of http headers configurable in the protocol. | Sebastian Benoit |
2017-09-23 | The relayd regression tests for chunked HTTP traffic were failing | Alexander Bluhm |
2017-09-14 | Differentiate between a style string not being specified and an empty | Jonathan Gray |
2017-08-28 | Do not close the relay if data is still in the output buffer. | Alexander Bluhm |
2017-08-28 | 65535 is a valid port to listen on. | Florian Obser |
2017-08-09 | Use X509_pubkey_digest() like libtls to hash the keys for the TLS privsep | Claudio Jeker |
2017-08-09 | Call tls_config_skip_private_key_check() to disable the key checking in | Claudio Jeker |
2017-07-30 | Fix a double free of the TLS config in the error path. | Alexander Bluhm |
2017-07-28 | Always calculate the hash value of the x509 cert in ssl_load_pkey(). | Alexander Bluhm |
2017-07-12 | Consistently use the variable "ttl" for get/setsockopt | Jeremie Courreges-Anglas |
2017-07-11 | Correctly set ttl for IPv4 and IPv6. | Florian Obser |
2017-07-11 | The config option is called "no splice", the parser rejects "nosplice". | Alexander Bluhm |
2017-07-04 | if configured, set the ttl (IPV6_UNICAST_HOPS) for ipv6 tcp checks. | Sebastian Benoit |
2017-07-04 | make relayd not crash in relay_udp_server() when using a dns relay. | Sebastian Benoit |
2017-07-03 | no need to generate y.tab.h if nothing uses it, set YFLAGS to nothing | Marc Espie |
2017-05-31 | Fix a memory leak in pkey_add() error path. All current callers fatal | Jonathan Gray |
2017-05-28 | use __func__ in log messages. fix some whitespace while here. | Sebastian Benoit |
2017-05-27 | Migrate relayd to use libtls for TLS. Still does the TLS privsep via the | Claudio Jeker |
2017-05-06 | Convert explicit_bzero() + free() to freezero(). | Frederic Cambus |
2017-04-19 | better example; from hiltjo posthuma | Jason McIntyre |