Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-10-27 | Fix a perl warning during package deletion. | Bernd Ahlers | |
Noticed by Jonathan Weiss <jw at innerewut.de>, thanks. ok espie@ | |||
2005-10-26 | better description of -F and FILES; | Jason McIntyre | |
2005-10-26 | document interaction with hostname.if(5); | Jason McIntyre | |
help/ok todd@ | |||
2005-10-26 | add checks in skip for walking off the file. | Marc Espie | |
use cleaner code for reading headers. | |||
2005-10-26 | minor clean-up, unhardcode test for type, use a table instead. | Marc Espie | |
2005-10-26 | some unneeded #includes; ok claudio@ | Kevin Steves | |
2005-10-25 | zap 229 (frantisek holop) | Marc Espie | |
2005-10-25 | 0) ospfctl doesn't use ospfd.conf so remove that from FILES | Kevin Steves | |
1) add /var/run/ospfd.sock to ospfd and ospfctl FILES 2) add .Xr ospfd.conf 5 to ospfctl SEE ALSO ok claudio@ jmc@ | |||
2005-10-25 | some small improvements; | Jason McIntyre | |
2005-10-25 | sort options; | Jason McIntyre | |
2005-10-24 | more robust deletion: rebuild item from file system instead of using | Marc Espie | |
computed state information, for storage in partial package. | |||
2005-10-24 | use a visitor('prepare_for_deletion') to validate plist for removal, | Marc Espie | |
so that we can put more checks earlier... | |||
2005-10-24 | factor out a bit of code, and be more aware of symlinks. | Marc Espie | |
2005-10-24 | filter out .libs-* later, so that compute_closures() packages do not | Marc Espie | |
get involved. | |||
2005-10-24 | do not try to find a match for .libs-* packages. | Marc Espie | |
2005-10-23 | use err() vs. fatal(); ok claudio@ | Kevin Steves | |
2005-10-23 | if resumed from ^Z, display meter without waiting for changes. | Marc Espie | |
idea from deraadt@ | |||
2005-10-22 | add a hint to close that says how the fd got closed (real error, premature, | Marc Espie | |
normal). This will get used by parse_problems() to figure out what to report exactly, e.g., short writes from prematurely closed fd are not real errors... stuff that can't connect IPv6 and retries as v4 is not either, unless there's a genuine `can't connect error'. | |||
2005-10-22 | always display the list of packages we can't update. | Marc Espie | |
2005-10-22 | more non-errors from ftp. | Marc Espie | |
2005-10-22 | I haven't received any feedback at all about this patch, so everyone | Marc Espie | |
gets to test it. | |||
2005-10-22 | be more explicit about what's going on. | Marc Espie | |
2005-10-21 | htons() instead of ntohs() when going from host to network. | Claudio Jeker | |
2005-10-21 | Revert part of rev 1.14. For now queue LSAs to all neighbors if the interface | Claudio Jeker | |
is in state BACKUP or DR -- even to the DR. This causes unneeded retransmission of LSAs but solves a problem with self originated ones. The BDR was no longer capable to reliably flood self originated LSA. Better solution will follow. Reported by stevesk@ | |||
2005-10-20 | talk about choices when describing -y; from chris.kuethe@gmail.com ok fgsch | Theo de Raadt | |
2005-10-19 | small cleanups while reading; ok claudio@ | Kevin Steves | |
2005-10-19 | Add neighbor ID in warning and use correct function names. | Claudio Jeker | |
2005-10-19 | fix some spellings in comments. | Claudio Jeker | |
2005-10-19 | header cleaning; ok claudio@ | Kevin Steves | |
2005-10-19 | use string.h; ok claudio@ | Kevin Steves | |
2005-10-19 | for "bgpctl neighbor foo up/down/clear", make bgpctl not exit after sending | Henning Brauer | |
the request, but wait for the new IMSG_CTL_RESULT message, which contains a status code to indicate wether the request was processed successfully or wether an error occured and if so what kind of error. no more "IMSG_CTL_NEIGHBOR_ with unknown neighbor foobaz" in the log when you mistyped foobar - no bgpctl itself complains claudio ok | |||
2005-10-19 | tsc tsc tsc, tabs are not always holy | Henning Brauer | |
2005-10-19 | new keyword "down" in neighbor spec, when givenm, the session is not | Henning Brauer | |
started on bgpd startup but stays in IDLE. requested by claudio | |||
2005-10-19 | mark links being extracted with `zap', so that they do not get recorded | Marc Espie | |
into partial plists until they've gone through an actual install. Prevents partial replacements from destroying genuine links in packages when they get uninstalled. | |||
2005-10-19 | on "bgpctl neighbor foo clear", we used to send a STOP event immediately | Henning Brauer | |
followed by a START event. Instead of sending START immediately, start the IdleHoldTimer with a very low value (5 seconds) so that we restart the session these seconds later. some other implementations deal poorly with our previously superfast reconnects, namely, that commercial one from san jose, claudio ok | |||
2005-10-19 | only allow connects in IDLE when the ConnectRetryTimer is running, aka | Henning Brauer | |
we intend to reconnect. fallout from fast reconnect. misbehaviour noticed by claudio | |||
2005-10-19 | space between macro args and punctuation; | Jason McIntyre | |
2005-10-18 | 1) indicate optional args | Kevin Steves | |
2) add missing args 3) reword some areas ok claudio@ jmc@ | |||
2005-10-18 | Simplify code a bit. OK norby@ | Claudio Jeker | |
2005-10-18 | Cleanup interface code a minimal bit. There is no need for if_shutdown(), | Claudio Jeker | |
especially it got called in the wrong place. OK norby@ | |||
2005-10-18 | Better warning for non equal MTU in the database phase. Instead of just | Claudio Jeker | |
whining that the MTU differs tell actually what is expected and what was sent. OK norby@ | |||
2005-10-18 | The kroute nexthop stuff was removed long time ago. So remove these | Claudio Jeker | |
function prototypes too. | |||
2005-10-18 | Correct log_debug(). Found while scrolling through that file. | Claudio Jeker | |
2005-10-17 | initial documentation of 'show fib'; ok claudio@ jmc@ | Kevin Steves | |
2005-10-16 | remove duplicate function declaration; ok claudio@ | Kevin Steves | |
2005-10-16 | Simplify some error paths. From Andrey Matveev. ok canacar@ | Otto Moerbeek | |
2005-10-16 | missing break caused erroneous auth-type crypt enabled in 'sh int' | Kevin Steves | |
when simple enabled; ok claudio@ | |||
2005-10-15 | Use queue macros instead of directly accessing fields. ok miod@ pat@ millert@ | Otto Moerbeek | |
2005-10-15 | no need to escape a double dot sequence (..); | Jason McIntyre | |
2005-10-15 | sync the keywords list back into (alphabetical) order; | Jason McIntyre | |