Age | Commit message (Expand) | Author |
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 |
2008-07-09 | only use SOCK_STREAM for TCP in bindany(), otherwise SOCK_DGRAM for UDP. | 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-06-11 | tweak the "route to" text; | Jason McIntyre |
2008-06-10 | set the inactivity timeout of redirections to a shorter timeout of 600 | Reyk Floeter |
2008-06-10 | use sloppy pf state keeping for routed sessions (direct server return) | Reyk Floeter |
2008-05-22 | - fix a bug in msgbuf_write() that caused a descriptor to stay in the fd | Gilles Chehade |
2008-05-17 | documentation tweaks. | Igor Sobrado |
2008-05-16 | Clear source nodes on table changes in sticky mode. This has the | Pierre-Yves Ritschard |
2008-05-12 | Error out with usage line if additional arguments are given after the | Pierre-Yves Ritschard |
2008-05-08 | move the session keys used by dns in a protocol-specific private ptr. | Reyk Floeter |
2008-05-08 | missed to set the default for tables to round-robin, so it was | Reyk Floeter |
2008-05-07 | add an alternative "route to" mode to relayd redirections which maps | Reyk Floeter |
2008-05-06 | tweak previous; | Jason McIntyre |
2008-05-06 | the manpage mentioned "timeout" in relay sections, while the grammar | Reyk Floeter |
2008-05-06 | the message digest http check does not work on binary content, add manpage | Reyk Floeter |
2008-05-06 | fix the table stats clr ioctl | Reyk Floeter |
2008-05-06 | do not attempt to reload a configuration if we come from a non pf | Pierre-Yves Ritschard |
2008-05-06 | Do not unconditionnaly load pf. If pf isn't required by the configuration | Pierre-Yves Ritschard |
2008-05-05 | clean up after reyk (tab at EOL) | Henning Brauer |
2008-05-05 | Put relay sockets in non blocking mode too. This got forgotten along the | Pierre-Yves Ritschard |
2008-03-24 | msg_controllen has to be CMSG_SPACE so that the kernel can account for | Theo de Raadt |
2008-03-21 | better handling of chunked encoding, further fixes after extensive testing | Reyk Floeter |