Age | Commit message (Expand) | Author |
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 |
2008-07-09 | update the relay dns code to open a new udp socket to send the | Reyk Floeter |
2008-06-11 | add support for "transparent" forwarding in relays: normally the l7 | Reyk Floeter |
2008-05-08 | move the session keys used by dns in a protocol-specific private ptr. | Reyk Floeter |
2008-05-07 | add an alternative "route to" mode to relayd redirections which maps | Reyk Floeter |
2008-05-06 | Do not unconditionnaly load pf. If pf isn't required by the configuration | Pierre-Yves Ritschard |
2008-02-13 | bump copyright | Reyk Floeter |
2008-02-13 | stylistic change: move code to add protonodes from the BNF into | Reyk Floeter |
2008-02-11 | Marry relayd with snmpd using new "send trap" option: Request to send | Reyk Floeter |
2008-02-04 | Move some prototypes from relay.c to relayd.h and remove there externs | Thordur I. Bjornsson |
2008-02-04 | Move the declaration of DPRINTF from relay.c too relayd.h so it can be | Thordur I. Bjornsson |
2008-02-04 | declare se_relay as pointer to a struct relay not as a void pointer; | Thordur I. Bjornsson |
2008-01-31 | add prefixes to names of structure elements to make it easier to grep | Thordur I. Bjornsson |
2008-01-31 | add prefixes to names of structure elements to make it easier to grep | Reyk Floeter |
2008-01-31 | add prefixes to names of structure elements to make it easier to grep | Reyk Floeter |
2007-12-20 | implement statistics for redirections, like the existing statistics | Reyk Floeter |
2007-12-08 | Rename everything which reffered to services refer to rdr for internals | Pierre-Yves Ritschard |
2007-12-08 | some changes to the relayd.conf configuration language and grammar. | Reyk Floeter |
2007-12-07 | hoststated gets renamed to relayd. easier to type, and actually says | Reyk Floeter |
2007-11-26 | allow to add labels to protocol actions, they will be printed in http | Reyk Floeter |
2007-11-24 | extend the url lookup algorithm to match the full URL and different | Reyk Floeter |
2007-11-23 | re-implement the "mark" action and document it in the manpage: | Reyk Floeter |
2007-11-22 | shuffle some structure elements; avoid using enums in *_config structs. | Reyk Floeter |
2007-11-22 | Fix relay roundrobin mode to work correctly when multiple hosts in a | Reyk Floeter |