Age | Commit message (Expand) | Author |
2012-05-08 | fix "label string" in http protocol. problem found by giovanni. | Sebastian Benoit |
2012-04-11 | Do rate limiting of accept() when under pressure, like in other recent | Theo de Raadt |
2012-01-21 | Only start the child processes after all of them reported to have loaded | Camiel Dobbelaar |
2011-09-04 | KNF, fix white spaces in relayd. No binary change. | Alexander Bluhm |
2011-05-26 | Add additional check to prevent running scripts when not configured. | Reyk Floeter |
2011-05-26 | fix "check script" by sending all required information to the parent. | Reyk Floeter |
2011-05-20 | Concurrent calls of "relayctl show sessions" could crash relayd. Fix | Reyk Floeter |
2011-05-19 | Fix reload support in relayd(8) by reimplementing large parts of the | Reyk Floeter |
2011-05-09 | Reorganize the relayd code to use the proc.c privsep API/commodity | Reyk Floeter |
2011-05-05 | Allow a user to specify the route priority | Peter Hessler |
2011-04-24 | Get rid of casts to struct rsession in relayd by not declaring a | Alexander Bluhm |
2011-04-12 | update flags and printing of flags in debug mode, handle splicing flag. | Reyk Floeter |
2011-04-12 | Enable socket splicing for relayd. This allows zero-copy data | Alexander Bluhm |
2011-04-07 | Add support for divert-to which provides some benefits over rdr-to. | Reyk Floeter |
2010-12-31 | Add missing #includes instead of assuming that some system header pulls in | Philip Guenthe |
2010-11-30 | The relayd processes did already bump up the socket file descriptor | Reyk Floeter |
2010-10-26 | redirects are loaded as "pass in quick ... rdr-to" pf rules by default. In | Reyk Floeter |
2010-08-01 | Allow fallback tables for relays, not just redirections. | Stuart Henderson |
2010-05-26 | Rename some imsg bits to make namespace collisions less likely buf to | Nicholas Marriott |
2010-05-14 | allocate all struct event's on the heap, it looks cleaner, feels better | Reyk Floeter |
2010-05-14 | spacing | Reyk Floeter |
2010-01-11 | add "log brief" and "log verbose" to change logging verbosity | Jonathan Gray |
2009-11-03 | reorder structure elements for struct netroute & router: static config | Reyk Floeter |
2009-08-17 | also report routers and their host states in relayctl | Reyk Floeter |
2009-08-13 | add new 'router' functionality to dynamically add or remove routes | Reyk Floeter |
2009-08-07 | rename 'struct session' to 'struct rsession' because it conflicts with | Reyk Floeter |
2009-08-07 | allow to modify the IP TTL value for host checks. this can be used to | Reyk Floeter |
2009-08-05 | prevent configuration of relays listening to a single addr:port tuple twice | Reyk Floeter |
2009-06-06 | Get ready for including imsg.h from a lib, when it comes along. | Pierre-Yves Ritschard |
2009-06-05 | 4 handed diff with eric: | Pierre-Yves Ritschard |
2009-06-05 | Make imsg completely async model agnostic by not requiring an | Pierre-Yves Ritschard |
2009-06-04 | move logging functions out of imsg.h, make imsg.c more library ready | Pierre-Yves Ritschard |
2009-06-04 | - move message types enum back to relayd.h | Eric Faurot |
2009-06-04 | remove unused variable | Reyk Floeter |
2009-06-04 | Make imsg.c and buffer.c more generic by introducing | Eric Faurot |
2009-06-03 | change buf_close return type to void. | Eric Faurot |
2009-06-02 | bring in buf_seek, buf_size and buf_left from bgpd | Eric Faurot |
2009-06-02 | constify argument to buf_add | Eric Faurot |
2009-04-24 | Allow UDP and/or TCP redirections instead of just TCP. | Reyk Floeter |
2009-04-02 | add support to specify a ca file (eg. /etc/ssl/cert.pem) to verify ssl | Reyk Floeter |
2009-04-01 | Add support for client-side SSL connections from relays. relayd can | Reyk Floeter |
2008-12-05 | change the way relayd reports check results: instead of logging an | Reyk Floeter |
2008-09-29 | allow to load expect, filter, log, and remove keys from external files | Reyk Floeter |
2008-09-29 | allow to listen on a port range for redirections. this fixes | Reyk Floeter |
2008-08-11 | better handling of HTTP POSTs or requests with Content-Length. | Reyk Floeter |
2008-07-22 | Add dynamic IPv6-to-IPv4 and IPv4-to-IPv6 translation inspired by | Reyk Floeter |
2008-07-19 | no need for using a TAILQ queue for the host children list, use a | Reyk Floeter |
2008-07-19 | If the new 'parent' keyword is specified for a host in a table, | Reyk Floeter |
2008-07-09 | Use OpenBSD's knuth shuffle algorithm of random values from bind to | Reyk Floeter |
2008-07-09 | also set the protocol, either TCP or UDP, in the NAT lookup. this | Reyk Floeter |