summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Collapse)Author
2007-02-06change fatal message to know where it happenedReyk Floeter
2007-02-06remove an unused variable.Pierre-Yves Ritschard
ok reyk@
2007-02-06inform hoststatectl monitor of ruleset changes and table syncs.Pierre-Yves Ritschard
ok reyk@
2007-02-04back-out extra commitMarc Espie
2007-02-04protect `normal' installs against archive burps.Marc Espie
2007-02-04streamline messages for interactive mode, no need to repeat the same listMarc Espie
twice.
2007-02-03merge tcp-based checks into one file, no functional changesReyk Floeter
ok pyr@
2007-02-03use .Ex;Jason McIntyre
2007-02-03document accton(8); ok ajacoutotJason McIntyre
2007-02-03document accounting=; ok ajacoutotJason McIntyre
2007-02-03use .Ex;Jason McIntyre
2007-02-03point to weekly(8);Jason McIntyre
ok/help ajacoutot
2007-02-03remove 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-03wait for hoststated to become available in monitor mode.Reyk Floeter
ok pyr@
2007-02-03remove debug messageReyk Floeter
2007-02-02Print neighbor templates with a state of Template. Makes the differenceClaudio Jeker
between templates and real sessions more obvious. OK henning@
2007-02-02- cope with recent weekly and newsyslog.conf changesAntoine Jacoutot
some review by jason@, ok mk@
2007-02-02Make -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-01Don't count ethernet as overhead for UDP packet constuction. GivesKenneth R Westerback
14 more bytes of option space! A change ISC made a long time ago. ok stevesk@ (DHCP) canacar@ (bpf)
2007-02-01print id name in the monitor output if availableReyk Floeter
2007-02-01modify the imsg monitor to look even nicer and to use a more flexibleReyk Floeter
API (inspired by the ipsec pfkey monitor). ok pyr@ niallo@
2007-02-01Correct function name in err() message.Claudio Jeker
2007-02-01add a monitor mode to hoststatectl to continuously report changes inPierre-Yves Ritschard
hoststated. ok reyk@, "looks nice and clean" niallo@
2007-02-01whitespace cleanup, no binary change.Claudio Jeker
2007-02-01Enable reload support in ospfctl. This is still a bit experimental so tryClaudio Jeker
it out in your test lab before using it on the core infrastructure.
2007-02-01If an interface is going down send out an empty OSPF hello packet so thatClaudio 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-01Preliminary configuration reload support. Seems to work reasonably wellClaudio 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-01kr_reload() -- another helper function for reload support. This oneClaudio Jeker
takes care that redistribution is correct after reload. OK norby@ pyr@
2007-02-01There is no need to check if the LSA is matched by an net LSA inClaudio 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-01Implement md_list_send() function to send auth crypt keys to the OSPF engine.Claudio Jeker
Needed for reload support. OK norby@ pyr@
2007-01-31Do 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-31Replace another strtol() with strtonum() making the error checking easierClaudio Jeker
to understand. This is modeled after bgpctl's parse_prefix function. OK henning@
2007-01-31Switch from strtoul() to strtonum() making the code easier to read.Claudio Jeker
OK henning@
2007-01-31link hoststated to the builds.Pierre-Yves Ritschard
ok miod@, henning@
2007-01-30apachectl picks up httpd_flags from rc.conf for some time now - and thatHenning 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-30this diff changes "-lcrypto -lssl" to "-lssl -lcrypto" to let itReyk Floeter
compile on vax. on some architectures the order of the libraries matters for the linker. ok pyr@
2007-01-30provide more accurate error messages.Pierre-Yves Ritschard
ok reyk@
2007-01-30small memleak plugged and style changes.Pierre-Yves Ritschard
ok reyk@
2007-01-30style changes.Pierre-Yves Ritschard
ok reyk@
2007-01-29manpage tweaks.Pierre-Yves Ritschard
advised by and ok jmc@
2007-01-29Add SSL support to hoststated.Pierre-Yves Ritschard
with help and OK reyk@ with help and advice by claudio@ and Srebrenko Sehic
2007-01-29Introduce new checks against the received metric to update or delete the route.Michele Marchetto
OK norby@
2007-01-29Remove useless debug message when calculating the SPF tree.Esben Norby
ok claudio@
2007-01-29Do not link from the LS DB to outside structures that may vanish beforeClaudio 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-29Three lines in SYNOPSIS are too much. Use only one line and sync usage.Bernd Ahlers
prodded by & ok jmc@
2007-01-29Correctly check for missing arguments, as in ospfctl/bgpctl. OK pyr@Claudio Jeker
2007-01-27Make 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-27add an option -S for specifying the salt file for -K . If not given, userAlexander von Gernler
is prompted like before. ok tedu@ pedro@ otto@ manpage help and ok jmc@
2007-01-27use \(en for ranges e.g. 10 \(en 12Jason McIntyre
2007-01-26Finally document announce capabilities (yes|no).Claudio Jeker
With help from jmc@