summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2005-02-04unfuck amd64Peter Valchev
2005-02-04Use log_warn() insteade of log_warnx() after sendto() and if_set_mcast()Claudio Jeker
2005-02-04Add sanity checks for AS-external LSA. Refine some other checks to be asClaudio Jeker
2005-02-03Simplify the ifstated syntax:Marco Pfatschbacher
2005-02-03Implement simple duplicate suppression of peer errors; ok henning@Darren Tucker
2005-02-03add ospfd.conf.5 to SEE ALSO;Jason McIntyre
2005-02-03no need for -compact/.Pp in these lists;Jason McIntyre
2005-02-02various fixes;Jason McIntyre
2005-02-02Add manpage ospfd.conf(5).Esben Norby
2005-02-02Change keyword fibupdate to fib-update, for consistency with bgpd.conf(5).Esben Norby
2005-02-02Typo in constant.Esben Norby
2005-02-02excessive ()Henning Brauer
2005-02-02KNFHenning Brauer
2005-02-02KNFHenning Brauer
2005-02-02KNFHenning Brauer
2005-02-02buffer structs and API ssize_t -> size_t; from bgpdHenning Brauer
2005-02-02usage() is __deadHenning Brauer
2005-02-01switch the buffer size describing vars from ssize_t to size_t and adjustHenning Brauer
2005-02-01Introduce dynmaic buffers. Dynamic buffers are realloced() until max isClaudio Jeker
2005-02-01Free neighbors that have been inactive for 24hrs.Esben Norby
2005-01-31Be a bit more paranoid about leases that are currently acked. There is aClaudio Jeker
2005-01-31Simply use the ethernet source address of the request as new ethernetClaudio Jeker
2005-01-31Don't malloc fds each time, just realloc() as needed.Todd C. Miller
2005-01-31warn(3) + _exit(2) instead of err(3) in the forked childHenning Brauer
2005-01-31-Wsign-compare clean, Andrey Matveev <andrushock@korovino.net>Henning Brauer
2005-01-31add some references to SEE ALSO;Jason McIntyre
2005-01-30Detect editors that move the edited file out from underneath us and warn.Todd C. Miller
2005-01-30bzero s_un before use; Andrey MatveevTodd C. Miller
2005-01-30Proper cleanup on malloc failure; Andrey MatveevTodd C. Miller
2005-01-30fix some whitespaceTodd C. Miller
2005-01-29Fix memory leak when supersede_lease() fails and it is a DHCPACKTodd C. Miller
2005-01-28tweaks;Jason McIntyre
2005-01-28tweaks;Jason McIntyre
2005-01-28Change my email address to the OpenBSD one since Ericsson has nothing toEsben Norby
2005-01-28More spaces.Esben Norby
2005-01-28spacesEsben Norby
2005-01-28Change my email address to the OpenBSD one since Ericsson has nothing toEsben Norby
2005-01-28Control program like bgpctl but this time for ospfd.Claudio Jeker
2005-01-28Welcome ospfdClaudio Jeker
2005-01-28Simplify interval scaling and randomize query intervals; ok henning@Darren Tucker
2005-01-28fatal() if daemon() fails, Alexander von Gernler <grunk@pestilenz.org>Henning Brauer
2005-01-28Make network unreachable errors non-fatal; ok henning@Darren Tucker
2005-01-27Scale query interval by the overall offset not per-peer offset, so weDarren Tucker
2005-01-27Delay before retrying a query on timeout; ok henning@Darren Tucker
2005-01-26fix CERT VU#938617 (vulnerable to denial of service in validator code)Jakob Schlyter
2005-01-25Fixed a typo.Esben Norby
2005-01-25simplify OpenBSD case by using arch(1) and sed to grabBrad Smith
2005-01-22do not clean-up shared items in pretend mode (for now, need extra logicMarc Espie
2005-01-22explicitly shows fragment names that were not found.Marc Espie
2005-01-22although arguments to `ip proto' and `ether proto' are keywords, and doJason McIntyre