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
/
Makefile
Age
Commit message (
Expand
)
Author
2011-05-19
Fix reload support in relayd(8) by reimplementing large parts of the
Reyk Floeter
2011-05-09
Reorganize the relayd code to use the proc.c privsep API/commodity
Reyk Floeter
2010-05-26
Move imsg into libutil and add a man page.
Nicholas Marriott
2009-08-13
add new 'router' functionality to dynamically add or remove routes
Reyk Floeter
2008-07-09
Use OpenBSD's knuth shuffle algorithm of random values from bind to
Reyk Floeter
2008-02-11
Marry relayd with snmpd using new "send trap" option: Request to send
Reyk Floeter
2007-12-07
hoststated gets renamed to relayd. easier to type, and actually says
Reyk Floeter
2007-11-26
allow to add labels to protocol actions, they will be printed in http
Reyk Floeter
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-05-29
add a new check method which allows to run external scripts/programs
Reyk Floeter
2007-02-26
re-enable the -W flags except -Werror which behaves differently with
Reyk Floeter
2007-02-25
delete -W flags that reyk uses to break the tree
Theo de Raadt
2007-02-23
knf
Theo de Raadt
2007-02-22
Add layer 7 functionality to hoststated used for layer 7
Reyk Floeter
2007-02-03
merge tcp-based checks into one file, no functional changes
Reyk Floeter
2007-01-30
this diff changes "-lcrypto -lssl" to "-lssl -lcrypto" to let it
Reyk Floeter
2007-01-29
Add SSL support to hoststated.
Pierre-Yves Ritschard
2007-01-09
unbreak
Reyk Floeter
2007-01-09
adapt to rename
Theo de Raadt
2007-01-08
add a generic send/expect check using regular expression (see
Reyk Floeter
2006-12-16
Import hostated, the host status daemon. This daemon will monitor
Reyk Floeter