summaryrefslogtreecommitdiff
path: root/usr.sbin/relayd
AgeCommit message (Expand)Author
2009-06-02bring in buf_seek, buf_size and buf_left from bgpdEric Faurot
2009-06-02constify argument to buf_addEric Faurot
2009-06-02- minor tweaksJason McIntyre
2009-06-02make it clear that setting the global timeout late will mess things up.Pierre-Yves Ritschard
2009-06-02note that order is important in the file regarding global options at this tim...Janne Johansson
2009-06-02remove extra imsg_event_add() after EV_WRITE checks - this is notReyk Floeter
2009-06-02Libevent may do an upcall with both EV_READ and EV_WRITE set.Reyk Floeter
2009-04-24Allow UDP and/or TCP redirections instead of just TCP.Reyk Floeter
2009-04-24don't truncate http headers when no separator is given between key andPierre-Yves Ritschard
2009-04-17close filedescriptors with closefrom(STDERR_FILENO + 1) before executingReyk Floeter
2009-04-17keep the parent relations of hosts after reloading the configuration.Reyk Floeter
2009-04-17add "Connection: close" to HTTP check headers to deconfuse HTTP/1.1Reyk Floeter
2009-04-16fix a few more typos found by spell(1); rectify a double "with" pointed outIgor Sobrado
2009-04-02add support to specify a ca file (eg. /etc/ssl/cert.pem) to verify sslReyk Floeter
2009-04-01fix an incorrect flag in route mode.Reyk Floeter
2009-04-01re-initialize tables after reload to handle new and changed tables.Reyk Floeter
2009-04-01Add support for client-side SSL connections from relays. relayd canReyk Floeter
2009-04-01terminate and cleanup properly by setting the pf anchor namesReyk Floeter
2009-03-31Fixed memory leaks which would occur if the second of two memoryTobias Stoeckmann
2009-02-25Fix an invalid pointer dereference in control_close(). If control_connbyfd()Claudio Jeker
2009-02-16relayd complains about a table called "backup", so change it toJason McIntyre
2008-12-08change the handling of redirections with the sticky-address option set:Reyk Floeter
2008-12-05use HTTP/1.1 instead of HTTP/1.0 if a host header is specified.Reyk Floeter
2008-12-05change the way relayd reports check results: instead of logging anReyk Floeter
2008-12-04cosmetic changes:Reyk Floeter
2008-11-09typo fixed (overriden -> overridden)Tobias Stoeckmann
2008-10-17bring in the findeol() fix from pfctl. list of affected parsers by sthenHenning Brauer
2008-10-05tweak previous;Jason McIntyre
2008-10-03Unify code between the various flavors of imsg buffer.c.Eric Faurot
2008-09-29fix log option with filter rulesReyk Floeter
2008-09-29also log the label if available for the matching rule node (like theReyk Floeter
2008-09-29spacingReyk Floeter
2008-09-29Change parsing of comments in external rule files. The hash mark mayReyk Floeter
2008-09-29allow to load expect, filter, log, and remove keys from external filesReyk Floeter
2008-09-29sort tokens for better readabilityReyk Floeter
2008-09-29allow to listen on a port range for redirections. this fixesReyk Floeter
2008-09-03Missing breaks.Jonathan Gray
2008-08-11more goto fail on gettimeofday errorReyk Floeter
2008-08-11better handling of HTTP POSTs or requests with Content-Length.Reyk Floeter
2008-08-11add missing 'break' to read HTTP content correctlyReyk Floeter
2008-08-08add a variable $SERVER_NAME which is "OpenBSD relayd" by default.Reyk Floeter
2008-08-08chunked encoding may include empty lines at random places, do notReyk Floeter
2008-08-08fix possible memleaks in chunked encoding handlerReyk Floeter
2008-08-08only dump all protocol nodes with DEBUG > 1.Reyk Floeter
2008-08-08Support HTTP responses that neither specify a Content-Length headerReyk Floeter
2008-08-08Check gettimeofday() against -1; Add a missing error check in one place.Thordur I. Bjornsson
2008-07-25doc fix; from David HiggsJason McIntyre
2008-07-23validate packet length in debug dns packet logging before printing the header.Reyk Floeter
2008-07-22Add dynamic IPv6-to-IPv4 and IPv4-to-IPv6 translation inspired byReyk Floeter
2008-07-19minor wording tweaks;Jason McIntyre