summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Collapse)Author
2006-03-05avoid running mkfontdir/fc-cache if they don't exist.Marc Espie
2006-03-05SynchMarc Espie
2006-03-05- kill whitespace at eolJason McIntyre
- kill double .Pp
2006-03-04Typos grab bag of the month, eyeballed by jmc@Miod Vallat
2006-03-04cut down the Locator code into maintainable chunks.Marc Espie
2006-03-04accurate description of script execution.Marc Espie
2006-03-04Spell out normal modes of operation for pkg_add more.Marc Espie
Explain about ambiguities, and expand a bit on interactive mode.
2006-03-04reorganize code a little bit: Update.pm becomes Replace.pm (since it matchesMarc Espie
the -r option), and the find_update code moves to Update.pm, so that it doesn't get parsed if -u is not used. Also make the has_new_sig and uses_old_libs local methods of PackingList, as it is their natural API. Reorg a few more routines so that they can be found by pkg_add and by Update.pm. May need to split off more stuff to avoid parsing everything...
2006-03-04zap more success messages. Keep pid of distant location pipe, just in case.Marc Espie
2006-02-26check return value of calloc(3)'; From Alexey Dobriyan; ok deraadt@Otto Moerbeek
2006-02-26spacing; from ray laiJason McIntyre
ok mickey
2006-02-25Document the softreconfig (in|out) switch. With help from jmc@Claudio Jeker
2006-02-25fix 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-24Keep 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-23Prevent ospfd from crashing when LSA Ext's are changed.Esben Norby
ok claudio@
2006-02-23Rework 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-23Use the new rtm_fmask feature to reset blackhole and reject routes onClaudio 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-23Let 'pkg_info -P' work with package distribution files and URLs to aBernd Ahlers
package. ok espie@
2006-02-22Fix typo.Bernd Ahlers
2006-02-22allow 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-21handle -1 return from host_dns(); ok henning@Kevin Steves
2006-02-21detect temporary connection errors, and retry with exponential timeout.Marc Espie
2006-02-21ask 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-21add optional 3rd choice [y/N/a] for always, so that this question typeMarc Espie
will always match.
2006-02-21Better English in comments.Claudio Jeker
2006-02-21Correctly count the number of LSAs in the retransmission list. OK norby@Claudio Jeker
2006-02-19Keep track of the duration of our relationships with neighbors.Esben Norby
Displayed in "ospfctl show neighbor". ok claudio@
2006-02-19Do not kick the adj_timer for neighbors that are in state 2-Way.Esben Norby
ok claudio@
2006-02-19Do not traverse the entire LS retransmission list to figure out how manyEsben Norby
are present on it. ok claudio@
2006-02-19Do 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-19Free 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-16add types for google earth shitzHenning Brauer
From: Alex Holst <a@mongers.org>
2006-02-16validate() can also take sample files into account.Marc Espie
2006-02-15Initialize snaplen also when reading a dump file. Fixes problemsOtto Moerbeek
on 64bit archs when processing files with large snaplens, as seen by Alf Schlichting. ok moritz@ canacar@
2006-02-15Repair call to gethostname(). From adobriyan at gmail.com. Patch submittedAaron Campbell
upstream to the arla-drinkers at stacken.kth.se mailing list. henning@ ok
2006-02-15Do not try to dirty an area when adding LSA ext.Esben Norby
OK henning@
2006-02-15remove "the the" in comment; ok jmc@David Krause
2006-02-13spelling in error message; ok otto@Kevin Steves
2006-02-11Fix a few "discards qualifier" warnings. From A. Farber in PR 5114.Otto Moerbeek
ok kettenis@
2006-02-10imsg API changed so adapt to it.Claudio Jeker
2006-02-10ospfd does not need fd passing via the imsg framework so remove that codeClaudio Jeker
and remove other unneeded functions that are only used in bgpd.
2006-02-10Make it possible to turn suftreconfig in/out on or off. Default is on forClaudio Jeker
both directions. Manpage update follows. OK henning@
2006-02-10If ABR only look in the backbone area 0.0.0.0 for summary LSA. OK norby@Claudio Jeker
2006-02-10reset $state->{dir} to the correct value after deleting the replaced package.Marc Espie
Fixes a problem noticed by steven.
2006-02-10Use the ProgressMeter engine to display the update messages. This makesBernd 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-10If the length of the message in OpenBSD::ProgressMeter::message() is shorterBernd Ahlers
than the length of the playfield, fill up the difference with whitespace. Prevents leftover characters from previous message()s. ok espie@
2006-02-09Implement "set community delete 65001:*" and friends. This will removeClaudio 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-09When comparing community type, cast to u_int16_t. The same is done for theClaudio Jeker
AS. OK henning@
2006-02-09attr_free() should not modify others_len as it does not resize the othersClaudio 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@