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
Age
Commit message (
Expand
)
Author
2009-06-02
bring in buf_seek, buf_size and buf_left from bgpd
Eric Faurot
2009-06-02
constify argument to buf_add
Eric Faurot
2009-06-02
- minor tweaks
Jason McIntyre
2009-06-02
make it clear that setting the global timeout late will mess things up.
Pierre-Yves Ritschard
2009-06-02
note that order is important in the file regarding global options at this tim...
Janne Johansson
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
Allow UDP and/or TCP redirections instead of just TCP.
Reyk Floeter
2009-04-24
don't truncate http headers when no separator is given between key and
Pierre-Yves Ritschard
2009-04-17
close filedescriptors with closefrom(STDERR_FILENO + 1) before executing
Reyk Floeter
2009-04-17
keep the parent relations of hosts after reloading the configuration.
Reyk Floeter
2009-04-17
add "Connection: close" to HTTP check headers to deconfuse HTTP/1.1
Reyk Floeter
2009-04-16
fix a few more typos found by spell(1); rectify a double "with" pointed out
Igor Sobrado
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
[next]