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-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
2007-11-20
spacing
Reyk Floeter
2007-11-20
minor change to some relay log messages
Reyk Floeter
2007-11-19
spacing
Reyk Floeter
2007-11-19
rework the internal handling of protocol actions a little bit:
Reyk Floeter
2007-10-22
we don't need mmap/munmap in relay_load_certificates anymore...
Reyk Floeter
2007-10-22
load certificates text at parse time. then load them in relay processes.
Pierre-Yves Ritschard
2007-10-19
Move relays from static TAILQs to allocated ones.
Pierre-Yves Ritschard
2007-10-05
stylistic changes in the relay/relay_config structure.
Reyk Floeter
2007-10-05
unbreak non-SSL relays by calling the ssl context init only if the SSL
Reyk Floeter
2007-10-01
kill some remaining debug that snuk in.
Pierre-Yves Ritschard
2007-09-28
Change the ssl_privsep code to work on char buffers.
Pierre-Yves Ritschard
2007-09-27
Move SSL context creation after privileges are dropped.
Pierre-Yves Ritschard
2007-09-27
Simplify ssl_privsep.c, since it won't need to remain synced with the
Pierre-Yves Ritschard
2007-09-25
Introduce two new functions to be able to load certificates while
Pierre-Yves Ritschard
2007-09-10
add support for relaying DNS traffic (with a little bit of packet
Reyk Floeter
2007-09-07
add an interface to dump running relay sessions to the control socket
Reyk Floeter
2007-09-06
rename relay_host to print_host in log.c
Reyk Floeter
2007-09-05
be extra careful with pointers in session_cmp
Reyk Floeter
2007-09-05
store relay sessions in SPLAY trees instead of TAILQ lists. this will
Reyk Floeter
2007-09-04
small fix in the error path when accepting new relay sessions
Reyk Floeter
2007-09-04
support chained ssl certificates; a chain can be added to the
Reyk Floeter
2007-07-26
Combine http filter/expect cases to simplify code.
Jonathan Gray
2007-06-19
Do not fatal out with ``pipe closed'' when a short read occurs on one
Pierre-Yves Ritschard
2007-06-12
put the fd passing from bgpd back in to hoststated's version of imsg,
Mathieu Sauve-Frankel
[next]