Age | Commit message (Expand) | Author |
2009-04-02 | add support to specify a ca file (eg. /etc/ssl/cert.pem) to verify ssl | Reyk Floeter |
2009-04-01 | fix an incorrect flag in route mode. | Reyk Floeter |
2009-04-01 | re-initialize tables after reload to handle new and changed tables. | Reyk Floeter |
2009-04-01 | Add support for client-side SSL connections from relays. relayd can | Reyk Floeter |
2009-04-01 | terminate and cleanup properly by setting the pf anchor names | Reyk Floeter |
2009-03-31 | Fixed memory leaks which would occur if the second of two memory | Tobias Stoeckmann |
2009-02-25 | Fix an invalid pointer dereference in control_close(). If control_connbyfd() | Claudio Jeker |
2009-02-16 | relayd complains about a table called "backup", so change it to | Jason McIntyre |
2008-12-08 | change the handling of redirections with the sticky-address option set: | Reyk Floeter |
2008-12-05 | use HTTP/1.1 instead of HTTP/1.0 if a host header is specified. | Reyk Floeter |
2008-12-05 | change the way relayd reports check results: instead of logging an | Reyk Floeter |
2008-12-04 | cosmetic changes: | Reyk Floeter |
2008-11-09 | typo fixed (overriden -> overridden) | Tobias Stoeckmann |
2008-10-17 | bring in the findeol() fix from pfctl. list of affected parsers by sthen | Henning Brauer |
2008-10-05 | tweak previous; | Jason McIntyre |
2008-10-03 | Unify code between the various flavors of imsg buffer.c. | Eric Faurot |
2008-09-29 | fix log option with filter rules | Reyk Floeter |
2008-09-29 | also log the label if available for the matching rule node (like the | Reyk Floeter |
2008-09-29 | spacing | Reyk Floeter |
2008-09-29 | Change parsing of comments in external rule files. The hash mark may | Reyk Floeter |
2008-09-29 | allow to load expect, filter, log, and remove keys from external files | Reyk Floeter |
2008-09-29 | sort tokens for better readability | Reyk Floeter |
2008-09-29 | allow to listen on a port range for redirections. this fixes | Reyk Floeter |
2008-09-03 | Missing breaks. | Jonathan Gray |
2008-08-11 | more goto fail on gettimeofday error | Reyk Floeter |
2008-08-11 | better handling of HTTP POSTs or requests with Content-Length. | Reyk Floeter |
2008-08-11 | add missing 'break' to read HTTP content correctly | Reyk Floeter |
2008-08-08 | add a variable $SERVER_NAME which is "OpenBSD relayd" by default. | Reyk Floeter |
2008-08-08 | chunked encoding may include empty lines at random places, do not | Reyk Floeter |
2008-08-08 | fix possible memleaks in chunked encoding handler | Reyk Floeter |
2008-08-08 | only dump all protocol nodes with DEBUG > 1. | Reyk Floeter |
2008-08-08 | Support HTTP responses that neither specify a Content-Length header | Reyk Floeter |
2008-08-08 | Check gettimeofday() against -1; Add a missing error check in one place. | Thordur I. Bjornsson |
2008-07-25 | doc fix; from David Higgs | Jason McIntyre |
2008-07-23 | validate packet length in debug dns packet logging before printing the header. | Reyk Floeter |
2008-07-22 | Add dynamic IPv6-to-IPv4 and IPv4-to-IPv6 translation inspired by | Reyk Floeter |
2008-07-19 | minor wording tweaks; | Jason McIntyre |
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-18 | terminate the input buffer on failure in print_host() | Reyk Floeter |
2008-07-17 | final reorder diff to use TAILQ_INSERT_TAIL instead of | Reyk Floeter |
2008-07-17 | add the hosts in order to get host ids that match the order in the config fil... | Reyk Floeter |
2008-07-17 | give sane ids to hosts, tables, redirections, relays, etc. - start | Reyk Floeter |
2008-07-17 | use getaddrinfo/getnameinfo to parse ipv6 addresses instead of | Reyk Floeter |
2008-07-16 | relay_connect() may fail, close the session in the bindany callback | Reyk Floeter |
2008-07-16 | use getsockname() to find out the local address of a connection before | Reyk Floeter |
2008-07-16 | fix nat lookup to use the correct pf_addr offset. now it also works | Reyk Floeter |
2008-07-09 | always verify that the received dns response id matches our request. | 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 |