Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-02-07 | add new "log (updates|all)" configuration option to log state | Reyk Floeter | |
notifications after completed host checks. either only log the "updates" to new states or log "all" state notifications, even if the state didn't change. the log messages will be reported to syslog or to stderr if the daemon is running in foreground mode. ok claudio@ pyr@ | |||
2007-02-07 | include the host name in log_debug() messages used by check_tcp read | Reyk Floeter | |
callbacks. | |||
2007-02-07 | another log_debug() removal ("nothing to write") | Reyk Floeter | |
2007-02-07 | more log_debug() cleanup | Reyk Floeter | |
2007-02-07 | remove superfluos log_debug() messages | Reyk Floeter | |
ok pyr@ | |||
2007-02-07 | remove unused functions and variables which have been copied from | Reyk Floeter | |
ospfd(8) (can be re-imported later if required). | |||
2007-02-07 | add the -D option to define macros on the command line (as found in | Reyk Floeter | |
bgpd(8), hostapd(8), ipsecctl(8), pfctl(8), ...). | |||
2007-02-07 | remove a log_debug() that is no longer needed. | Claudio Jeker | |
2007-02-07 | sync dhcp.h to krw's correction to not count 14 bytes of ethernet | Kevin Steves | |
overhead. ok krw@ | |||
2007-02-06 | spaces | Kevin Steves | |
2007-02-06 | fix some dodgy displays; | Jason McIntyre | |
2007-02-06 | remove some dangling function prototypes | Kevin Steves | |
2007-02-06 | discuss consistently "the Epoch"; | Jason McIntyre | |
2007-02-06 | fix typo. | Pierre-Yves Ritschard | |
ok reyk@ | |||
2007-02-06 | fix a bug when enabling a service that has no backup table. | Pierre-Yves Ritschard | |
ok reyk@ | |||
2007-02-06 | update some more debug messages and fix typos. also remove some extra | Reyk Floeter | |
debug noise from ssl.c. | |||
2007-02-06 | now that check_http_code, check_http_digest and check_send_expect are | Pierre-Yves Ritschard | |
in check_tcp.c, prototype them in check_tcp.c ok reyk@ | |||
2007-02-06 | declare the function ssl_error() globally | Reyk Floeter | |
2007-02-06 | change fatal message to know where it happened | Reyk Floeter | |
2007-02-06 | remove an unused variable. | Pierre-Yves Ritschard | |
ok reyk@ | |||
2007-02-06 | inform hoststatectl monitor of ruleset changes and table syncs. | Pierre-Yves Ritschard | |
ok reyk@ | |||
2007-02-04 | back-out extra commit | Marc Espie | |
2007-02-04 | protect `normal' installs against archive burps. | Marc Espie | |
2007-02-04 | streamline messages for interactive mode, no need to repeat the same list | Marc Espie | |
twice. | |||
2007-02-03 | merge tcp-based checks into one file, no functional changes | Reyk Floeter | |
ok pyr@ | |||
2007-02-03 | use .Ex; | Jason McIntyre | |
2007-02-03 | document accton(8); ok ajacoutot | Jason McIntyre | |
2007-02-03 | document accounting=; ok ajacoutot | Jason McIntyre | |
2007-02-03 | use .Ex; | Jason McIntyre | |
2007-02-03 | point to weekly(8); | Jason McIntyre | |
ok/help ajacoutot | |||
2007-02-03 | remove varying parts from generated configure info: | Marc Espie | |
- ap_snprintf can grab needed types from stdint.h - expat-lite can grab byte-order from system includes. no breakage in modules in the ports tree. work by me and millert@, ok miod@. | |||
2007-02-03 | wait for hoststated to become available in monitor mode. | Reyk Floeter | |
ok pyr@ | |||
2007-02-03 | remove debug message | Reyk Floeter | |
2007-02-02 | Print neighbor templates with a state of Template. Makes the difference | Claudio Jeker | |
between templates and real sessions more obvious. OK henning@ | |||
2007-02-02 | - cope with recent weekly and newsyslog.conf changes | Antoine Jacoutot | |
some review by jason@, ok mk@ | |||
2007-02-02 | Make -c, -l and -u mutually exclusive, they indicate the mode of operation. | Alexander von Gernler | |
Point out that using -S with anything else than -K is useless. "looks good" pedro@, no objections otto@ | |||
2007-02-01 | Don't count ethernet as overhead for UDP packet constuction. Gives | Kenneth R Westerback | |
14 more bytes of option space! A change ISC made a long time ago. ok stevesk@ (DHCP) canacar@ (bpf) | |||
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 | Correct function name in err() message. | Claudio Jeker | |
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-02-01 | whitespace cleanup, no binary change. | Claudio Jeker | |
2007-02-01 | Enable reload support in ospfctl. This is still a bit experimental so try | Claudio Jeker | |
it out in your test lab before using it on the core infrastructure. | |||
2007-02-01 | If an interface is going down send out an empty OSPF hello packet so that | Claudio Jeker | |
all other routers will drop the session immediatly instead of waiting for the timeout that is normaly 40 sec. This reduces fail-over time massivly and does not hurt anymore since we are now able to reload the configuration on the fly. OK norby@ pyr@ | |||
2007-02-01 | Preliminary configuration reload support. Seems to work reasonably well | Claudio Jeker | |
after fixing many use-after-free errors a couple of days ago. Most cases -- adding/removing of interfaces, adding/removing of areas -- seem to work. Still merge_config() is a behemoth of a function and some edge cases may not be covered correctly (yet). OK norby@ pyr@ | |||
2007-02-01 | kr_reload() -- another helper function for reload support. This one | Claudio Jeker | |
takes care that redistribution is correct after reload. OK norby@ pyr@ | |||
2007-02-01 | There is no need to check if the LSA is matched by an net LSA in | Claudio Jeker | |
rde_asext_put(). Just try to remove the as-ext LSA, if the prefix is announced as stub net LSA lsa_find() will fail later and nothing will happen. OK norby@ pyr@ | |||
2007-02-01 | Implement md_list_send() function to send auth crypt keys to the OSPF engine. | Claudio Jeker | |
Needed for reload support. OK norby@ pyr@ | |||
2007-01-31 | Do not check that the aspath is loopfree for the peer when sending updates. | Claudio Jeker | |
This is an undocumented optimisation that fails with the introduction of AS 23456 as placeholder for 4-byte ASN. OK henning@ | |||
2007-01-31 | Replace another strtol() with strtonum() making the error checking easier | Claudio Jeker | |
to understand. This is modeled after bgpctl's parse_prefix function. OK henning@ |