index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
relayd
/
relay.c
Age
Commit message (
Expand
)
Author
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-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-22
Add dynamic IPv6-to-IPv4 and IPv4-to-IPv6 translation inspired by
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-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-06-11
add support for "transparent" forwarding in relays: normally the l7
Reyk Floeter
2008-05-08
move the session keys used by dns in a protocol-specific private ptr.
Reyk Floeter
2008-05-05
Put relay sockets in non blocking mode too. This got forgotten along the
Pierre-Yves Ritschard
2008-03-21
better handling of chunked encoding, further fixes after extensive testing
Reyk Floeter
2008-03-20
handle the case that the Content-Length HTTP header may be 0
Reyk Floeter
2008-03-03
improve the compare function of addresses respecting the ports; this will fix
Reyk Floeter
2008-02-13
bump copyright
Reyk Floeter
2008-02-05
Fix a debug printf. After the session members got a se_ prefix this one
Thordur I. Bjornsson
2008-02-04
Move some prototypes from relay.c to relayd.h and remove there externs
Thordur I. Bjornsson
2008-02-04
Move the declaration of DPRINTF from relay.c too relayd.h so it can be
Thordur I. Bjornsson
2008-01-31
add prefixes to names of structure elements to make it easier to grep
Thordur I. Bjornsson
2008-01-31
add prefixes to names of structure elements to make it easier to grep
Reyk Floeter
2008-01-31
add prefixes to names of structure elements to make it easier to grep
Reyk Floeter
2007-12-08
Rename everything which reffered to services refer to rdr for internals
Pierre-Yves Ritschard
2007-12-08
some changes to the relayd.conf configuration language and grammar.
Reyk Floeter
2007-12-07
hoststated gets renamed to relayd. easier to type, and actually says
Reyk Floeter
2007-11-28
bump the current file descriptor resource limit (openfiles-cur) to the
Reyk Floeter
2007-11-28
typos
Reyk Floeter
2007-11-26
allow to add labels to protocol actions, they will be printed in http
Reyk Floeter
2007-11-24
tweak for hostnames without dots (like "localhost")
Reyk Floeter
2007-11-24
sort includes, adjust to style(9)
Reyk Floeter
2007-11-24
extend the url lookup algorithm to match the full URL and different
Reyk Floeter
2007-11-24
fix goto to jump to the right place
Reyk Floeter
2007-11-23
re-implement the "mark" action and document it in the manpage:
Reyk Floeter
2007-11-22
Fix relay roundrobin mode to work correctly when multiple hosts in a
Reyk Floeter
2007-11-22
add (new) "url" protocol action, this can be used to match/filter URL
Reyk Floeter
2007-11-21
move HTTP cookie and query lookup code from the into separate functions
Reyk Floeter
2007-11-21
fix the tree comparison function. it turned out that it could fail
Reyk Floeter
2007-11-21
rename the "url" filter action to "query" to use the correct term.
Reyk Floeter
2007-11-21
more work on the "filter" action: close the connection instantly when
Reyk Floeter
2007-11-20
limit the number of displayed lines per node in relay_protodebug().
Reyk Floeter
2007-11-20
it may be desirable to send a HTTP error page with error code and a
Reyk Floeter
2007-11-20
another fix to handle "expect" and "filter" actions in the new style
Reyk Floeter
[next]