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
2009-08-07
rename 'struct session' to 'struct rsession' because it conflicts with
Reyk Floeter
2009-06-07
Change the way fds passed over a socket are retreived on the receiving side.
Eric Faurot
2009-06-05
4 handed diff with eric:
Pierre-Yves Ritschard
2009-06-05
some KNF cleanup following the last sed.
Pierre-Yves Ritschard
2009-06-05
Make imsg completely async model agnostic by not requiring an
Pierre-Yves Ritschard
2009-06-02
remove extra imsg_event_add() after EV_WRITE checks - this is not
Reyk Floeter
2009-06-02
Libevent may do an upcall with both EV_READ and EV_WRITE set.
Reyk Floeter
2009-04-24
don't truncate http headers when no separator is given between key and
Pierre-Yves Ritschard
2009-04-02
add support to specify a ca file (eg. /etc/ssl/cert.pem) to verify ssl
Reyk Floeter
2009-04-01
Add support for client-side SSL connections from relays. relayd can
Reyk Floeter
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
[next]