summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2007-02-03merge tcp-based checks into one file, no functional changesReyk Floeter
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
2007-02-03remove varying parts from generated configure info:Marc Espie
2007-02-03wait for hoststated to become available in monitor mode.Reyk Floeter
2007-02-03remove debug messageReyk Floeter
2007-02-02Print neighbor templates with a state of Template. Makes the differenceClaudio Jeker
2007-02-02- cope with recent weekly and newsyslog.conf changesAntoine Jacoutot
2007-02-02Make -c, -l and -u mutually exclusive, they indicate the mode of operation.Alexander von Gernler
2007-02-01Don't count ethernet as overhead for UDP packet constuction. GivesKenneth R Westerback
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
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
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
2007-02-01If an interface is going down send out an empty OSPF hello packet so thatClaudio Jeker
2007-02-01Preliminary configuration reload support. Seems to work reasonably wellClaudio Jeker
2007-02-01kr_reload() -- another helper function for reload support. This oneClaudio Jeker
2007-02-01There is no need to check if the LSA is matched by an net LSA inClaudio Jeker
2007-02-01Implement md_list_send() function to send auth crypt keys to the OSPF engine.Claudio Jeker
2007-01-31Do not check that the aspath is loopfree for the peer when sending updates.Claudio Jeker
2007-01-31Replace another strtol() with strtonum() making the error checking easierClaudio Jeker
2007-01-31Switch from strtoul() to strtonum() making the code easier to read.Claudio Jeker
2007-01-31link hoststated to the builds.Pierre-Yves Ritschard
2007-01-30apachectl picks up httpd_flags from rc.conf for some time now - and thatHenning Brauer
2007-01-30this diff changes "-lcrypto -lssl" to "-lssl -lcrypto" to let itReyk Floeter
2007-01-30provide more accurate error messages.Pierre-Yves Ritschard
2007-01-30small memleak plugged and style changes.Pierre-Yves Ritschard
2007-01-30style changes.Pierre-Yves Ritschard
2007-01-29manpage tweaks.Pierre-Yves Ritschard
2007-01-29Add SSL support to hoststated.Pierre-Yves Ritschard
2007-01-29Introduce new checks against the received metric to update or delete the route.Michele Marchetto
2007-01-29Remove useless debug message when calculating the SPF tree.Esben Norby
2007-01-29Do not link from the LS DB to outside structures that may vanish beforeClaudio Jeker
2007-01-29Three lines in SYNOPSIS are too much. Use only one line and sync usage.Bernd Ahlers
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
2007-01-27add an option -S for specifying the salt file for -K . If not given, userAlexander von Gernler
2007-01-27use \(en for ranges e.g. 10 \(en 12Jason McIntyre
2007-01-26Finally document announce capabilities (yes|no).Claudio Jeker
2007-01-26Document which AS are designated for private use and which are reservedClaudio Jeker
2007-01-26AS 65535 aka USHRT_MAX is reserved and may not be used so adapt theClaudio Jeker
2007-01-26Massiv rework of the control imsg flow. Main changes:Claudio Jeker
2007-01-26Sync with ospfctl/bgpctl: detect missing arguments. OK michele@Claudio Jeker
2007-01-26Sync with ospfctl/bgpctl: correctly detect missing arguments. OK norby@Claudio Jeker
2007-01-25return 0, not NULL in a function returning int.Niall O'Higgins