summaryrefslogtreecommitdiff
path: root/usr.sbin/relayd
AgeCommit message (Expand)Author
2014-08-10There was a race in relayd that caused connections to hang. ItAlexander Bluhm
2014-08-08No events were added for DNS UDP so it stopped working after the firstReyk Floeter
2014-07-17Move comment about strcasecmp() to a more suitable spot.Stefan Sperling
2014-07-14When a connection was spliced in one direction and in copy mode inAlexander Bluhm
2014-07-13Remove a debug messageReyk Floeter
2014-07-13Sync file to be identical in relayd(8) and httpd(8).Reyk Floeter
2014-07-13improve log output for relays. adjust regress testsSebastian Benoit
2014-07-13repair matching of headers, add regress test for this errorSebastian Benoit
2014-07-12fix relay "append header" action, add regression test for appendSebastian Benoit
2014-07-12Move HTTP error codes into http.h.Reyk Floeter
2014-07-11optimize a FALLTHROUGHSebastian Benoit
2014-07-11Limit HTTP header length to about 8K (based on the default of 4-8K inReyk Floeter
2014-07-118 bits is enough for sslflagsReyk Floeter
2014-07-11Sometimes I just sort the tokens in parse.yReyk Floeter
2014-07-11Add support for EDH to provide perfect forward secrecy for older SSLReyk Floeter
2014-07-11Tweak error checking for msgbuf_write() as recommended by the imsgKenneth R Westerback
2014-07-11Simplify the code that handles the HTTP headers by using an RB treeReyk Floeter
2014-07-10Print "%s (removed)" into relayd log and test for that string.Alexander Bluhm
2014-07-10add additional includes required to build with -DOPENSSL_NO_DEPRECATEDJonathan Gray
2014-07-10Fix another free error.Reyk Floeter
2014-07-09When copying structures via imsg, the contents should not containReyk Floeter
2014-07-09Don't assign garbage in kv_extend().Reyk Floeter
2014-07-09tweak previous;Jason McIntyre
2014-07-09The "tag" keyword in redirections has been renamed to "pftag".Reyk Floeter
2014-07-09Replace the protocol directives for HTTP with a new generic filteringReyk Floeter
2014-06-27knf, no functional change.Andre de Oliveira
2014-06-25sync copyright to reality according to my last changesReyk Floeter
2014-05-20Unify the SSL privsep key loading functions.Reyk Floeter
2014-05-15Use log_warn() to include errno if write() fails.Reyk Floeter
2014-05-12Fix a leak from a recent added mark/marked keywords check.Andre de Oliveira
2014-05-08fail for unsupported node action/type combinations. Also fail for theReyk Floeter
2014-05-08remove debug prints that snuck in; found by reyk@Bret Lambert
2014-05-08match relayd proc.c infrastructure with snmpdBret Lambert
2014-05-06Fix two memory leaks: EVP_PKEY_get1_RSA() returns a referenced keyReyk Floeter
2014-05-06no need to include rand.h now the RAND_seed() calls are gone.Jonathan Gray
2014-05-05Replacing test files from previous commit to the right directory. There is noAndre de Oliveira
2014-05-05Add two more regression tests to relayd, these cover "digest" and "file"Andre de Oliveira
2014-05-04Create a new default RSA engine instead of patching the existing oneReyk Floeter
2014-05-04With the recent change by deraadt@ to introduce kern.nosuidcoredump=3,Reyk Floeter
2014-04-23Fix format string in DEBUG message (not compiled by default).Reyk Floeter
2014-04-22Support the CA key for SSL inspection in the ca process. Instead ofReyk Floeter
2014-04-21Add a few missing free's in the grammar.Reyk Floeter
2014-04-21Use RSA_set_ex_data()/RSA_get_ex_data() directly instead ofReyk Floeter
2014-04-21The OpenSSL engine passes a "const u_char *" to the callback butReyk Floeter
2014-04-21The OpenSSL engine passes a "const u_char *" to the callback butReyk Floeter
2014-04-20Add a few more overflow checks for strlc* functions in parse.yReyk Floeter
2014-04-20Check another strlcpy overflow that is very unlikely to happen.Reyk Floeter
2014-04-20Check for strlcpy overflow when expanding the HTTP input value.Reyk Floeter
2014-04-20Check strlcpy of the script path names for overflow and use the size of theReyk Floeter
2014-04-20Just to be pedantic, fail if strlcpy managed to overflow the socket path.Reyk Floeter