| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
relayd/relayctl. This is a more suitable place for a daemon that has
grown out of it's initial roots of "monitoring and redirecting services
at various layers", into one that is "a full featured proxy, which
happens to know what is up/down"
|
| |
|
| |
|
|
|
|
|
| |
Especially useful when interval is rather long.
I was supposed to commit this before 4.2.
|
| |
|
|
|
|
| |
sessions.
|
|
|
|
| |
already there. of course this is a dummy for now.
|
|
|
|
|
|
|
|
|
|
| |
loadbalancing, SSL acceleration, general-purpose TCP relaying, and
transparent proxying.
see hoststated.conf(5) and my upcoming article on undeadly.org for
details.
ok to commit deraadt@ pyr@
|
|
|
|
| |
ok reyk@
|
|
|
|
|
| |
hoststated.
ok reyk@, "looks nice and clean" niallo@
|
|
|
|
|
| |
with help and OK reyk@
with help and advice by claudio@ and Srebrenko Sehic
|
| |
|
| |
|
|
|
|
|
|
|
| |
- minor change of the "hostatectl show" command output
- increase the max service and tag names (max pf tag name size is 64 now!)
thanks to pyr who found a bug in my initial diff
|
| |
|
| |
|
|
remote hosts and dynamically alter pf(4) tables and redirection rules
for active server load balancing. The daemon has been written by
Pierre-Yves Ritschard (pyr at spootnik.org) and was formerly known as
"slbd".
The daemon is fully functional but it still needs some work and
cleanup so we don't link it to the build yet. Some TODOs are a
partial rewrite of the check_* routines (use libevent whenever we
can), improvement of the manpages, and general knf and cleanup.
ok deraadt@ claudio@
|