summaryrefslogtreecommitdiff
path: root/usr.sbin/relayd/relayd.h
AgeCommit message (Expand)Author
2008-12-05change the way relayd reports check results: instead of logging anReyk Floeter
2008-09-29allow to load expect, filter, log, and remove keys from external filesReyk Floeter
2008-09-29allow to listen on a port range for redirections. this fixesReyk Floeter
2008-08-11better handling of HTTP POSTs or requests with Content-Length.Reyk Floeter
2008-07-22Add dynamic IPv6-to-IPv4 and IPv4-to-IPv6 translation inspired byReyk Floeter
2008-07-19no need for using a TAILQ queue for the host children list, use aReyk Floeter
2008-07-19If the new 'parent' keyword is specified for a host in a table,Reyk Floeter
2008-07-09Use OpenBSD's knuth shuffle algorithm of random values from bind toReyk Floeter
2008-07-09also set the protocol, either TCP or UDP, in the NAT lookup. thisReyk Floeter
2008-07-09update the relay dns code to open a new udp socket to send theReyk Floeter
2008-06-11add support for "transparent" forwarding in relays: normally the l7Reyk Floeter
2008-05-08move the session keys used by dns in a protocol-specific private ptr.Reyk Floeter
2008-05-07add an alternative "route to" mode to relayd redirections which mapsReyk Floeter
2008-05-06Do not unconditionnaly load pf. If pf isn't required by the configurationPierre-Yves Ritschard
2008-02-13bump copyrightReyk Floeter
2008-02-13stylistic change: move code to add protonodes from the BNF intoReyk Floeter
2008-02-11Marry relayd with snmpd using new "send trap" option: Request to sendReyk Floeter
2008-02-04Move some prototypes from relay.c to relayd.h and remove there externsThordur I. Bjornsson
2008-02-04Move the declaration of DPRINTF from relay.c too relayd.h so it can beThordur I. Bjornsson
2008-02-04declare se_relay as pointer to a struct relay not as a void pointer;Thordur I. Bjornsson
2008-01-31add prefixes to names of structure elements to make it easier to grepThordur I. Bjornsson
2008-01-31add prefixes to names of structure elements to make it easier to grepReyk Floeter
2008-01-31add prefixes to names of structure elements to make it easier to grepReyk Floeter
2007-12-20implement statistics for redirections, like the existing statisticsReyk Floeter
2007-12-08Rename everything which reffered to services refer to rdr for internalsPierre-Yves Ritschard
2007-12-08some changes to the relayd.conf configuration language and grammar.Reyk Floeter
2007-12-07hoststated gets renamed to relayd. easier to type, and actually saysReyk Floeter
2007-11-26allow to add labels to protocol actions, they will be printed in httpReyk Floeter
2007-11-24extend the url lookup algorithm to match the full URL and differentReyk Floeter
2007-11-23re-implement the "mark" action and document it in the manpage:Reyk Floeter
2007-11-22shuffle some structure elements; avoid using enums in *_config structs.Reyk Floeter
2007-11-22Fix relay roundrobin mode to work correctly when multiple hosts in aReyk Floeter
2007-11-22add (new) "url" protocol action, this can be used to match/filter URLReyk Floeter
2007-11-21spacingReyk Floeter
2007-11-21move digest string handling into an extra function.Reyk Floeter
2007-11-21rename the "url" filter action to "query" to use the correct term.Reyk Floeter
2007-11-21allow the http digest type to be either SHA1 or MD5 determined by theReyk Floeter
2007-11-20it may be desirable to send a HTTP error page with error code and aReyk Floeter
2007-11-20Allow overriding the global interval in a table.Pierre-Yves Ritschard
2007-11-20bump table name size.Pierre-Yves Ritschard
2007-11-19rework the internal handling of protocol actions a little bit:Reyk Floeter
2007-11-14make protos dynamic tooPierre-Yves Ritschard
2007-10-22load certificates text at parse time. then load them in relay processes.Pierre-Yves Ritschard
2007-10-19Move relays from static TAILQs to allocated ones.Pierre-Yves Ritschard
2007-10-19Add the ability to schedule an immediate check through hoststatectl.Pierre-Yves Ritschard
2007-10-12Silence some lint(1) warningsBret Lambert
2007-10-05stylistic changes in the relay/relay_config structure.Reyk Floeter
2007-10-05using an enum in the imsg_hdr is gross, use a fixed u_int16_t insteadReyk Floeter
2007-10-02stop messing with lgetc to please hoststated's check/expect.Pierre-Yves Ritschard
2007-09-28Correct my mail address.Pierre-Yves Ritschard