Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-02-26 | check return value of calloc(3)'; From Alexey Dobriyan; ok deraadt@ | Otto Moerbeek | |
2006-02-26 | spacing; from ray lai | Jason McIntyre | |
ok mickey | |||
2006-02-25 | Document the softreconfig (in|out) switch. With help from jmc@ | Claudio Jeker | |
2006-02-25 | fix for hostapd_printf() from Andrey Matveev: | Reyk Floeter | |
---snip--- We allocate some memory with va_start() for storage variable arguments in dynamic mode. va_end() takes care about clearing this memory. Therefore we should be sure, that to each va_start() there corresponds va_end() call. And on error path too. ---snap--- | |||
2006-02-24 | Keep track of the uptime of the entries in the RIB. | Esben Norby | |
It is now possible to see the uptime of the individual entries in the RIB. The uptime can be displayed with "ospfctl show rib" ok claudio@ | |||
2006-02-23 | Prevent ospfd from crashing when LSA Ext's are changed. | Esben Norby | |
ok claudio@ | |||
2006-02-23 | Rework the LSA cache and make it behave. Until now we only used the type, | Claudio Jeker | |
id and adv router as hash and that resulted and weird behaviour. Because the age was not used in the compare it was almost impossible to MAXAGE some LSAs in busy networks. The result was a slowly growing retransmission queue and an ospf engine spending way to much time traversing these sometimes huge queues. Now we just hash the full lsa_hdr and so age is included. Additionally correctly age LSAs in the retransmission queues. ok ok ok ok ok ok and a lot of help (plus a busy OSPF network) norby@ | |||
2006-02-23 | Use the new rtm_fmask feature to reset blackhole and reject routes on | Claudio Jeker | |
RTM_CHANGE. Until now it was not possible to get rid of these flags. Until now a fib decouple, fib couple combo was needed to get rid from blackholed routes. OK henning@ | |||
2006-02-23 | Let 'pkg_info -P' work with package distribution files and URLs to a | Bernd Ahlers | |
package. ok espie@ | |||
2006-02-22 | Fix typo. | Bernd Ahlers | |
2006-02-22 | allow ressource limits for child processes to be set. | Henning Brauer | |
from Chris Kuethe <chris.kuethe@gmail.com> running at UofA for months now, ok beck niallo, also tested mbalmer | |||
2006-02-21 | handle -1 return from host_dns(); ok henning@ | Kevin Steves | |
2006-02-21 | detect temporary connection errors, and retry with exponential timeout. | Marc Espie | |
2006-02-21 | ask question corresponding to -F updatedepends too (commonalize code). | Marc Espie | |
Use key 'update', 'updatedepend' to avoid answering the same question again and again. | |||
2006-02-21 | add optional 3rd choice [y/N/a] for always, so that this question type | Marc Espie | |
will always match. | |||
2006-02-21 | Better English in comments. | Claudio Jeker | |
2006-02-21 | Correctly count the number of LSAs in the retransmission list. OK norby@ | Claudio Jeker | |
2006-02-19 | Keep track of the duration of our relationships with neighbors. | Esben Norby | |
Displayed in "ospfctl show neighbor". ok claudio@ | |||
2006-02-19 | Do not kick the adj_timer for neighbors that are in state 2-Way. | Esben Norby | |
ok claudio@ | |||
2006-02-19 | Do not traverse the entire LS retransmission list to figure out how many | Esben Norby | |
are present on it. ok claudio@ | |||
2006-02-19 | Do not allocate a new chunk of memory every time we receive a packet. | Esben Norby | |
This should have been fixed ages ago since it really improves the performance of ospfd. ok claudio@ | |||
2006-02-19 | Free correct pointer on error path if malloc fails. From Alexey Dobriyan. | Todd C. Miller | |
2006-02-18 | - mention ftp facility keyword. | Niall O'Higgins | |
ok jmc@ | |||
2006-02-16 | add types for google earth shitz | Henning Brauer | |
From: Alex Holst <a@mongers.org> | |||
2006-02-16 | validate() can also take sample files into account. | Marc Espie | |
2006-02-15 | Initialize snaplen also when reading a dump file. Fixes problems | Otto Moerbeek | |
on 64bit archs when processing files with large snaplens, as seen by Alf Schlichting. ok moritz@ canacar@ | |||
2006-02-15 | Repair call to gethostname(). From adobriyan at gmail.com. Patch submitted | Aaron Campbell | |
upstream to the arla-drinkers at stacken.kth.se mailing list. henning@ ok | |||
2006-02-15 | Do not try to dirty an area when adding LSA ext. | Esben Norby | |
OK henning@ | |||
2006-02-15 | remove "the the" in comment; ok jmc@ | David Krause | |
2006-02-13 | spelling in error message; ok otto@ | Kevin Steves | |
2006-02-11 | Fix a few "discards qualifier" warnings. From A. Farber in PR 5114. | Otto Moerbeek | |
ok kettenis@ | |||
2006-02-10 | imsg API changed so adapt to it. | Claudio Jeker | |
2006-02-10 | ospfd does not need fd passing via the imsg framework so remove that code | Claudio Jeker | |
and remove other unneeded functions that are only used in bgpd. | |||
2006-02-10 | Make it possible to turn suftreconfig in/out on or off. Default is on for | Claudio Jeker | |
both directions. Manpage update follows. OK henning@ | |||
2006-02-10 | If ABR only look in the backbone area 0.0.0.0 for summary LSA. OK norby@ | Claudio Jeker | |
2006-02-10 | reset $state->{dir} to the correct value after deleting the replaced package. | Marc Espie | |
Fixes a problem noticed by steven. | |||
2006-02-10 | Use the ProgressMeter engine to display the update messages. This makes | Bernd Ahlers | |
'pkg_add -u' less chatty. (turn on verbose output to restore the old behaviour) Advise the user to re-run 'pkg_add -u' in interactive mode if there are ambiguities. Discussed with steven@ and espie@. Testing and some ideas by steven@, thanks. ok espie@ | |||
2006-02-10 | If the length of the message in OpenBSD::ProgressMeter::message() is shorter | Bernd Ahlers | |
than the length of the playfield, fill up the difference with whitespace. Prevents leftover characters from previous message()s. ok espie@ | |||
2006-02-09 | Implement "set community delete 65001:*" and friends. This will remove | Claudio Jeker | |
communities from the path attributes. Useful to make sure that the ones you set later are set by a (evil) peer. OK henning@ | |||
2006-02-09 | When comparing community type, cast to u_int16_t. The same is done for the | Claudio Jeker | |
AS. OK henning@ | |||
2006-02-09 | attr_free() should not modify others_len as it does not resize the others | Claudio Jeker | |
array. It just clears on entry by setting it to NULL and moving that NULL to the end of the array. With this it will be possible to remove attributes without readding them right afterwards. Because of this attr_diff() needs to be more careful because of passed NULL pointers. OK henning@ | |||
2006-02-09 | Don't calculate all areas every time the link state database is updated, | Esben Norby | |
only calculate the dirty ones. ok claudio@ | |||
2006-02-09 | inet_pton() may return 1, 0 or -1. Only 1 is success so check explicitly | Claudio Jeker | |
for it. OK henning@ | |||
2006-02-09 | Prevent the neighbor FSM from getting stuck forever in state EXSTART. | Esben Norby | |
ok claudio@ | |||
2006-02-09 | Turn validate_plist() into a real visitor that calls validate() for each | Marc Espie | |
object in the packing-list. Move some checks earlier, so that update of packages fails before deleting the old package. Add more checks, like verifying that install/deinstall scripts are indeed located on exec'able partitions. | |||
2006-02-09 | use new interface (*close*) | Marc Espie | |
optimization: store dir into state earlier, so that do_script and other stuff can have access to it. | |||
2006-02-09 | Add some nice interfaces instead of the hint() argument to close(). | Marc Espie | |
This allows the cache to finish properly even in some weird cases like fat packages (calling finish_and_close). | |||
2006-02-08 | For now dump only stuff from the local-RIB into mrt table dumps. | Claudio Jeker | |
Issue found by Andre Oppermann. | |||
2006-02-08 | - configuration file can have relative path | Camiel Dobbelaar | |
- do not suppress logging if there is no configuration yet, otherwise we cannot log that configuration parsing failed ok mpf@ mcbride@ | |||
2006-02-08 | fix logic both in the decision when to re-init the capabilities negotiation | Henning Brauer | |
structures |