summaryrefslogtreecommitdiffstats
path: root/usr.sbin/hoststatectl/parser.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* hoststated/hoststatectl get repository copied (and de-tagged) intoderaadt2007-12-071-261/+0
| | | | | | | 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"
* style(9) for includesreyk2007-11-241-2/+4
|
* NULL != NONE (but both equal 0)pyr2007-11-201-2/+2
|
* Add the ability to schedule an immediate check through hoststatectl.pyr2007-10-191-1/+2
| | | | | Especially useful when interval is rather long. I was supposed to commit this before 4.2.
* Correct my mail address.pyr2007-09-281-2/+2
|
* add a "show sessions" command to dump the complete list of running relayreyk2007-09-071-1/+2
| | | | sessions.
* teach hoststatectl's parser about reload. the code to handle it ispyr2007-05-291-1/+2
| | | | already there. of course this is a dummy for now.
* Add layer 7 functionality to hoststated used for layer 7reyk2007-02-221-2/+10
| | | | | | | | | | 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@
* fix typo.pyr2007-02-061-4/+4
| | | | ok reyk@
* add a monitor mode to hoststatectl to continuously report changes inpyr2007-02-011-1/+2
| | | | | hoststated. ok reyk@, "looks nice and clean" niallo@
* Add SSL support to hoststated.pyr2007-01-291-1/+3
| | | | | with help and OK reyk@ with help and advice by claudio@ and Srebrenko Sehic
* Correctly check for missing arguments, as in ospfctl/bgpctl. OK pyr@claudio2007-01-291-4/+12
|
* adapt to renamederaadt2007-01-091-2/+2
|
* - allow to use host/service/table names instead of Ids in hostatectl.reyk2006-12-161-10/+16
| | | | | | | - 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
* unused variablederaadt2006-12-161-2/+1
|
* knf, spacingreyk2006-12-161-5/+5
|
* Import hostated, the host status daemon. This daemon will monitorreyk2006-12-161-0/+232
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@