Age | Commit message (Collapse) | Author | |
---|---|---|---|
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@ | |||
2007-01-31 | Switch from strtoul() to strtonum() making the code easier to read. | Claudio Jeker | |
OK henning@ | |||
2007-01-31 | link hoststated to the builds. | Pierre-Yves Ritschard | |
ok miod@, henning@ | |||
2007-01-30 | apachectl picks up httpd_flags from rc.conf for some time now - and that | Henning Brauer | |
is good! so let's do it in all cases... missed case: on restart and graceful, when apachectl figures out that no httpd is running, it tries to start one. found out the hard way by yours truly | |||
2007-01-30 | this diff changes "-lcrypto -lssl" to "-lssl -lcrypto" to let it | Reyk Floeter | |
compile on vax. on some architectures the order of the libraries matters for the linker. ok pyr@ | |||
2007-01-30 | provide more accurate error messages. | Pierre-Yves Ritschard | |
ok reyk@ | |||
2007-01-30 | small memleak plugged and style changes. | Pierre-Yves Ritschard | |
ok reyk@ | |||
2007-01-30 | style changes. | Pierre-Yves Ritschard | |
ok reyk@ | |||
2007-01-29 | manpage tweaks. | Pierre-Yves Ritschard | |
advised by and ok jmc@ | |||
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 | Introduce new checks against the received metric to update or delete the route. | Michele Marchetto | |
OK norby@ | |||
2007-01-29 | Remove useless debug message when calculating the SPF tree. | Esben Norby | |
ok claudio@ | |||
2007-01-29 | Do not link from the LS DB to outside structures that may vanish before | Claudio Jeker | |
the actual LS DB entry is removed. In particular a neighbor may be removed at any time -- we were lucky because we kept down neighbors around for another 24h. Reload support unhided this problem again. Just copy the needed info into the vertex. Pointing to the area is save as the vertex is part of the area itself and removed when the area is removed. OK norby@ | |||
2007-01-29 | Three lines in SYNOPSIS are too much. Use only one line and sync usage. | Bernd Ahlers | |
prodded by & ok jmc@ | |||
2007-01-29 | Correctly check for missing arguments, as in ospfctl/bgpctl. OK pyr@ | Claudio Jeker | |
2007-01-27 | Make sure that the graceful restart capability is printed in any case. | Claudio Jeker | |
The printf() was only reachable if one of the other capabilities were set. | |||
2007-01-27 | add an option -S for specifying the salt file for -K . If not given, user | Alexander von Gernler | |
is prompted like before. ok tedu@ pedro@ otto@ manpage help and ok jmc@ | |||
2007-01-27 | use \(en for ranges e.g. 10 \(en 12 | Jason McIntyre | |
2007-01-26 | Finally document announce capabilities (yes|no). | Claudio Jeker | |
With help from jmc@ |