summaryrefslogtreecommitdiff
path: root/usr.sbin/relayd/relayd.h
AgeCommit message (Expand)Author
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
2007-09-28Change the ssl_privsep code to work on char buffers.Pierre-Yves Ritschard
2007-09-27Simplify ssl_privsep.c, since it won't need to remain synced with thePierre-Yves Ritschard
2007-09-25Introduce two new functions to be able to load certificates whilePierre-Yves Ritschard
2007-09-10add support for relaying DNS traffic (with a little bit of packetReyk Floeter
2007-09-07add an interface to dump running relay sessions to the control socketReyk Floeter
2007-09-07remove unused flags field from the structureReyk Floeter
2007-09-07add a function to print delays in hours, minutes, and secondsReyk Floeter
2007-09-06rename relay_host to print_host in log.cReyk Floeter
2007-09-05store relay sessions in SPLAY trees instead of TAILQ lists. this willReyk Floeter
2007-09-05increase th maximum string size for the sslciphers from 32 to 768.Reyk Floeter
2007-06-18we're going to need more room for flags (again).Pierre-Yves Ritschard
2007-06-12put the fd passing from bgpd back in to hoststated's version of imsg,Mathieu Sauve-Frankel
2007-05-31allocate table lists and service lists instead of using static structs.Pierre-Yves Ritschard
2007-05-29allow the control handling code to send messages back to the parent.Pierre-Yves Ritschard
2007-05-29put the reload imsg types in right now. it makes my life easier.Pierre-Yves Ritschard
2007-05-29add a new check method which allows to run external scripts/programsReyk Floeter
2007-05-29move the ssl cipher suite string to a (small) static charbuf,Pierre-Yves Ritschard
2007-05-29move struct relay to the runtime + config scheme.Pierre-Yves Ritschard
2007-05-28another small step towards hoststated reloading.Pierre-Yves Ritschard
2007-05-28store the configuration file's path, this will be useful when reloading.Pierre-Yves Ritschard
2007-05-27Second step towards hoststated reload:Pierre-Yves Ritschard
2007-05-26first steps for implementing reload:Pierre-Yves Ritschard
2007-04-12add a new relay 'path' action to filter the URL path and arguments.Reyk Floeter