Age | Commit message (Expand) | Author |
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 | pledge: allow getsockopt IP_IPDEFTTL with promise inet | Sebastian Benoit |
2015-11-28 | Use SOCK_NONBLOCK in relayd as well. | Reyk Floeter |
2015-11-23 | Sync proc.c with iked: the default proc_dispatch_null allows to remove | Reyk Floeter |
2015-11-22 | Update log.c: change fatal() and fatalx() into variadic functions, | Reyk Floeter |
2015-11-21 | Once again, fix the license text. After many years, we just cannot | Reyk Floeter |
2015-11-21 | Move local logging functions from log.c to new file util.c (that is | Reyk Floeter |
2015-11-19 | Simplify all instances of get_string() and get_data() using malloc() and | mmcc |
2015-11-06 | relayd.conf(5) macro cleanup. | Anthony J. Bentley |
2015-10-27 | change cipher-server-preference to be on by default. It can be disabled with | Sebastian Benoit |
2015-10-24 | clarify where "with tls" can be used. | Sebastian Benoit |
2015-10-23 | let the icmp check use getsockopt IP_IPDEFTTL to get the default ttl | Sebastian Benoit |
2015-10-14 | More (unsigned char) casts for ctype functions. | Reyk Floeter |
2015-10-10 | relayd's ca process pledges to only use stdio. | Sebastian Benoit |
2015-10-01 | sync proc.c with httpd. no functional change, only switching to C99 types. | Reyk Floeter |
2015-09-27 | include <unistd.h> unconditionally | Theo de Raadt |
2015-08-21 | Increase the input side socket buffer size for "check icmp" not to | YASUOKA Masahiko |
2015-08-20 | stdlib.h is in scope; do not cast malloc/calloc/realloc* | Theo de Raadt |
2015-08-10 | typo, decl*e*ration; from Larry Hynes | Stuart Henderson |
2015-07-29 | fix bug where other than the last of multiple forward rules in http | Sebastian Benoit |
2015-07-28 | spacing | Reyk Floeter |
2015-07-27 | use file system path (.Pa) semantic markup macros where appropriate. | Igor Sobrado |
2015-07-24 | an TLS -> a TLS; from thanos tsouanas | Jason McIntyre |
2015-07-19 | don't return failure for agentx messages with 0-length payloads | Bret Lambert |
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-06-03 | Do not assume that asprintf() clears the pointer on failure, which | Todd C. Miller |
2015-06-01 | Fix memory leak in error case. OK bluhm@ benno@ | Claudio Jeker |
2015-05-30 | Plug a memory leak by simplifying kv_free(). By checking the type and | Claudio Jeker |
2015-05-30 | Remove fields from struct that are not used. OK benno@ | Claudio Jeker |
2015-05-28 | Do not try to unlink the control socket in an unprivileged child | Florian Obser |
2015-05-22 | fix a non safe use of TAILQ_FOREACH with TAILQ_REMOVE | Jonathan Gray |
2015-05-18 | Fix a crash reported and analyzed by Bertrand PROVOST. When a HTTP | Alexander Bluhm |
2015-05-18 | The first line of a HTTP request is the method-url-version. The | Alexander Bluhm |
2015-05-15 | Fix kill'n'yank error: the port is mandatory in relay listen on statements. | Reyk Floeter |
2015-05-15 | client/server mox ip; | Jason McIntyre |
2015-05-02 | Fix obvious problems with relayd config reload. | Claudio Jeker |
2015-04-29 | When the HTTP client did close the connection while relayd was still | Alexander Bluhm |
2015-04-23 | We cannot log errors with relay_close() before allocating | Florian Obser |
2015-04-21 | fix a memory leak. ok blambert@ | Jonathan Gray |
2015-03-24 | Missing free(3) in error path | Giovanni Bechis |
2015-03-09 | Make relayd TLSv1.2-only by default. | Reyk Floeter |
2015-02-08 | Use AI_ADDRCONFIG when resolv hosts on startup. | Reyk Floeter |
2015-02-08 | move a log_warnx() to a DPRINTF, as it's information intended | Bret Lambert |
2015-02-06 | Rename SSL_CTX_use_certificate_chain() to SSL_CTX_use_certificate_chain_mem(). | Reyk Floeter |
2015-01-22 | Clean up the relayd headers with help of include-what-you-use and some | Reyk Floeter |