Age | Commit message (Expand) | Author |
2014-04-14 | macro fixes for previous; | Jason McIntyre |
2014-04-14 | No need to include ber.h here, probably overlooked while importing. | andre |
2014-04-14 | remove 'restricted' symbol from yacc parser, overlooked in previous | Bret Lambert |
2014-04-14 | Adapt relayd to use AgentX protocol to send traps | Bret Lambert |
2014-04-14 | Fix the following idiom in the following way: | Bret Lambert |
2014-03-16 | lint is dead (long live the lint!), so stop using it as a cpp conditional | Philip Guenther |
2014-02-24 | fix a buffer overflow of an array introduced with the ssl inspection commit | Jonathan Gray |
2014-02-14 | remove unused function that distracts from cleaning up the imsg_flush() mess | Sebastian Benoit |
2014-01-22 | relax the cfg file secrecy check slightly to allow group readability | Henning Brauer |
2014-01-21 | fix a a double free caused by a config with two listen on statements | Sebastian Benoit |
2014-01-18 | Remove -Wbounded: it is now the compiler default. | Martynas Venckus |
2013-11-27 | unsigned char for ctype | Theo de Raadt |
2013-11-26 | don't intentionally cast the argument to isprint() to the wrong type... | Theo de Raadt |
2013-11-25 | use u_char for buffers in yylex, for ctype calls | Sebastian Benoit |
2013-11-13 | handle msgbuf_write() returning EAGAIN | Sebastian Benoit |
2013-09-09 | Add support for ECDHE (Elliptic curve Diffie-Hellman) to enable | Reyk Floeter |
2013-09-07 | update man page with the new default HIGH:!aNULL | Reyk Floeter |
2013-09-07 | Change default ciphers to HIGH:!aNULL. | Federico G. Schwindt |
2013-09-04 | Handling of HTTP requests with a body like POST were broken in | Alexander Bluhm |
2013-07-16 | use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@ | Ingo Schwarze |
2013-07-04 | have FILES format a bit better; | Jason McIntyre |
2013-06-29 | do not use Sx for sections outwith the page; | Jason McIntyre |
2013-06-02 | With HTTP keepalive, relayd only filtered the first request and | Reyk Floeter |
2013-05-31 | unset cte->buf after free, fix double free via tcp_close(). | Sebastian Benoit |
2013-05-30 | Support SSL inspection, the ability to transparently filter in SSL/TLS | Reyk Floeter |
2013-05-30 | Safari doesn't like HTTP/1.x in the generated error messages (return error), | Reyk Floeter |
2013-05-07 | - Add a simple check to prevent that the client-provided hex HTTP chunk size | Reyk Floeter |
2013-04-27 | time_t 64bit fixes for relayd and relayctl: | Sebastian Benoit |
2013-04-20 | SSL_CTX_set_timeout only handles long for the delta timeval, so constrain | Theo de Raadt |
2013-04-20 | print large time_t nicely; ok benno | Theo de Raadt |
2013-03-11 | handle ECONNABORTED errors from accept(). In many code blocks they can be | Theo de Raadt |
2013-03-10 | This diff changes relayd to use the monotonic clock instead of | Reyk Floeter |
2013-03-09 | Enable TCP socket splicing for HTTP persistent connection and chunked | Alexander Bluhm |
2013-03-04 | sync yyerror() with bgpd; use vlog() to log parser errors so they show in | Stuart Henderson |
2013-02-15 | Fix the toread check in the lateconnect case. This allows | Alexander Bluhm |
2013-02-05 | Rework http content and chunk handling in relayd. Use special | Alexander Bluhm |
2013-01-29 | use correct function name in fatal error message | Stuart Henderson |
2013-01-22 | Only send a single CRLF between chunks. A second CRLF seemed to be | Reyk Floeter |
2013-01-17 | Remove unnecessary pointer casts. No binary diff. | Alexander Bluhm |
2012-12-18 | reorder some variables and move large buffers to the top of the stack. | Reyk Floeter |
2012-12-18 | remove unused variable | Reyk Floeter |
2012-12-18 | no nead to touch argv later since we don't support non-getopt arguments. | Reyk Floeter |
2012-12-18 | doin't complain if the child processes exited cleanly. | Reyk Floeter |
2012-12-18 | cnl is only allocated if F_NATLOOK was specified before, so skip the | Reyk Floeter |
2012-12-18 | reorder the variables a bit, no functionaly change. | Reyk Floeter |
2012-11-29 | Fix white spaces in relayd. No binary diff. | Alexander Bluhm |
2012-11-27 | Add format attributes to the proper functions and then fix the warnings | Philip Guenthe |
2012-11-21 | strtonum() can only handle a maximum of LLONG_MAX | Sebastian Benoit |
2012-10-19 | Support additional scheduling algorithms in the load balancer: | Reyk Floeter |
2012-10-10 | Fix the hash http filter action to initialize the hash key correctly after | Reyk Floeter |