Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-02-06 | fix typo. | Pierre-Yves Ritschard | |
ok reyk@ | |||
2007-02-06 | inform hoststatectl monitor of ruleset changes and table syncs. | Pierre-Yves Ritschard | |
ok reyk@ | |||
2007-02-03 | wait for hoststated to become available in monitor mode. | Reyk Floeter | |
ok pyr@ | |||
2007-02-01 | print id name in the monitor output if available | Reyk Floeter | |
2007-02-01 | modify the imsg monitor to look even nicer and to use a more flexible | Reyk Floeter | |
API (inspired by the ipsec pfkey monitor). ok pyr@ niallo@ | |||
2007-02-01 | add a monitor mode to hoststatectl to continuously report changes in | Pierre-Yves Ritschard | |
hoststated. ok reyk@, "looks nice and clean" niallo@ | |||
2007-01-29 | Add SSL support to hoststated. | Pierre-Yves Ritschard | |
with help and OK reyk@ with help and advice by claudio@ and Srebrenko Sehic | |||
2007-01-29 | Correctly check for missing arguments, as in ospfctl/bgpctl. OK pyr@ | Claudio Jeker | |
2007-01-09 | Finish renaming hostated to hoststated. | Pierre-Yves Ritschard | |
Note to testers: the user the daemon changes its id to is now _hoststated, don't forget to update master.passwd. ok reyk@ | |||
2007-01-09 | adapt to rename | Theo de Raadt | |
2006-12-19 | sort these commands too; | Jason McIntyre | |
2006-12-18 | some initial improvements for the hostated pages; | Jason McIntyre | |
2006-12-16 | - allow to use host/service/table names instead of Ids in hostatectl. | Reyk Floeter | |
- 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 | |||
2006-12-16 | unused variable | Theo de Raadt | |
2006-12-16 | spacing, plus dubious \% in format string | Theo de Raadt | |
2006-12-16 | more spacing | Reyk Floeter | |
2006-12-16 | Fix two comments. ok reyk@ | Bernd Ahlers | |
2006-12-16 | knf, spacing | Reyk Floeter | |
2006-12-16 | new sentence, new line | Reyk Floeter | |
2006-12-16 | Import hostated, the host status daemon. This daemon will monitor | Reyk Floeter | |
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@ |