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
/
relayd.h
Age
Commit message (
Expand
)
Author
2007-03-17
move some elements in the relay imsg ctl structures (just for the style)
Reyk Floeter
2007-03-13
allow to specify the IP_TTL and IP_MINTTL options for the relays to
Reyk Floeter
2007-03-05
do not strip the header for expect, hash, and log actions.
Reyk Floeter
2007-02-27
in addition to actions on request headers, allow to define relay
Reyk Floeter
2007-02-26
handle requests with chunked transfer-encoding.
Reyk Floeter
2007-02-26
improve the relay bufferevent handler if one side closed the connection
Reyk Floeter
2007-02-26
re-use the retry value from table host entries for inbound relay
Reyk Floeter
2007-02-25
remove unused variable
Reyk Floeter
2007-02-24
disable anonymous DH by default (cipher suite HIGH:!ADH instead of HIGH).
Reyk Floeter
2007-02-24
disable SSLv2 and use "HIGH" crypto cipher suites by default.
Reyk Floeter
2007-02-24
- allow to specify the SSL cipher suite and the SSL protocols
Reyk Floeter
2007-02-23
knf
Theo de Raadt
2007-02-22
spacing
Reyk Floeter
2007-02-22
Add layer 7 functionality to hoststated used for layer 7
Reyk Floeter
2007-02-07
add new "log (updates|all)" configuration option to log state
Reyk Floeter
2007-02-07
remove unused functions and variables which have been copied from
Reyk Floeter
2007-02-07
add the -D option to define macros on the command line (as found in
Reyk Floeter
2007-02-06
now that check_http_code, check_http_digest and check_send_expect are
Pierre-Yves Ritschard
2007-02-06
declare the function ssl_error() globally
Reyk Floeter
2007-02-06
inform hoststatectl monitor of ruleset changes and table syncs.
Pierre-Yves Ritschard
2007-02-01
add a monitor mode to hoststatectl to continuously report changes in
Pierre-Yves Ritschard
2007-01-29
Add SSL support to hoststated.
Pierre-Yves Ritschard
2007-01-12
use an u_int16_t for flags, the u_int8_t was getting too small.
Pierre-Yves Ritschard
2007-01-12
eliminate duplicate tcp read/write code.
Pierre-Yves Ritschard
2007-01-11
use real async events for checks and improve the non-blocking socket
Reyk Floeter
2007-01-09
Finish renaming hostated to hoststated.
Pierre-Yves Ritschard
2007-01-09
use the correct buffer sizes.
Reyk Floeter
2007-01-08
do NOT use the regexp interface. it is way to complicated, error-prone
Reyk Floeter
2007-01-08
the timeout values are not allowed to exceed the global interval (i
Reyk Floeter
2007-01-08
add a generic send/expect check using regular expression (see
Reyk Floeter
2007-01-03
spacing
Reyk Floeter
2007-01-03
allow the sticky-address option for round-robin pools.
Reyk Floeter
2006-12-26
Add missing $OpenBSD$
Jonathan Gray
2006-12-25
fix the conversion from milliseconds to struct timeval, which uses
Reyk Floeter
2006-12-25
partial rewrite of the check_* routines to use libevent everywhere
Reyk Floeter
2006-12-16
- allow to use host/service/table names instead of Ids in hostatectl.
Reyk Floeter
2006-12-16
knf, spacing
Reyk Floeter
2006-12-16
Import hostated, the host status daemon. This daemon will monitor
Reyk Floeter