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