summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2009-12-11More changes to avoid truncating 64 bit pointers to 32 bits and sign-extendingMiod Vallat
2009-12-10Now that the old SysV SHM size limits global variables are gone, removeMark Kettenis
2009-12-10Length of the host address in the FEC TLV must be encoded in numberMichele Marchetto
2009-12-10Fix a case when 2yz status would not override existing 4yz one.Jacek Masiulaniec
2009-12-10Fix few read overruns found by parfait.Jacek Masiulaniec
2009-12-10plug memory leak, spotted by parfait; ok krwTheo de Raadt
2009-12-09parsecommunity() always works on a struct filter_community. So pass aClaudio Jeker
2009-12-09Enable parsing of the optional Transport Address TLV in the helloMichele Marchetto
2009-12-09parsecommunity() does not allow to set unknown well-known communities.Claudio Jeker
2009-12-08Fix overflow bug found by Holger Mikolon, thanks.Dale Rahn
2009-12-08Must byte-swap extended community data before printing since it is inClaudio Jeker
2009-12-08porcesses -> processesJonathan Gray
2009-12-08Split out some code into own function to make the code a bit nicer.Claudio Jeker
2009-12-08Big AID change part 2 bgpctl part. Cope with the changes in bgpd, more toClaudio Jeker
2009-12-08Big AID change part two. This changes the mp capability into an array ofClaudio Jeker
2009-12-07Avoid dereferencing a null pointer when logging a DNS lookup failure.Joel Sing
2009-12-07don't use $set->print, consistent messages.Marc Espie
2009-12-07simplify tracker a bit now we know what we're doing.Marc Espie
2009-12-06Add /var/db/locate.database and /var/games/tetris.scores to IGNORE_FILES.Antoine Jacoutot
2009-12-06During the session's initialization, when playing the passive role, sendMichele Marchetto
2009-12-06Doh, switch src and dst in memcpy calls or the wrong thing gets copied.Claudio Jeker
2009-12-06-U before -u;Jason McIntyre
2009-12-06fix previousJacek Masiulaniec
2009-12-05a bit more documentation, including revisit of OpenBSD::Intro to reflectMarc Espie
2009-12-05fix interface tagging listeners in the ipv6 caseCharles Longeau
2009-12-05use eval {} everywhere around quirks.Marc Espie
2009-12-05since we don't redisplay missing libraries message, tell why we can't installMarc Espie
2009-12-05quirks existsMarc Espie
2009-12-05avoid progressmeter warningMarc Espie
2009-12-05better quirks interface: pass the search object that was built, so we canMarc Espie
2009-12-05change the internal representation of Search::Stem to allow the additionMarc Espie
2009-12-05oopsMarc Espie
2009-12-05cosmeticMarc Espie
2009-12-05fix quirks object construction. Simplify its handling: just install/updateMarc Espie
2009-12-05make quirks silent. Track # of updates found, instead of newer size, sinceMarc Espie
2009-12-05fix off-by-one, noticed by frantisek holopMarc Espie
2009-12-04create new updatesets when neededMarc Espie
2009-12-04Remove a hardcoded AF_INET6 with the correct use of the current AID.Claudio Jeker
2009-12-04fix the case where you look to update one package: the dependencies of theMarc Espie
2009-12-04set-up for quirks, just don't do it yet.Marc Espie
2009-12-04simpler unified lookup for libs inside set/installed packages.Marc Espie
2009-12-04internal API: is_known, for pkgnames that are known by the tracker,Marc Espie
2009-12-04Change crunchgen to mangle names in sequence instead of randomly,Dale Rahn
2009-12-03Stop the IdleHold timer when going to idle state. This makes it a bitClaudio Jeker
2009-12-03A bgpctl nei XY clear should not restart neighbors that are administrativlyClaudio Jeker
2009-12-03Only log if there is a chance that the session may come up if the neighborClaudio Jeker
2009-12-03fix typos and blanksMarc Espie
2009-12-03zap useless debug codeMarc Espie
2009-12-03register plists from newer elements, in case they're useful.Marc Espie
2009-12-03Adjust pflog BPF descriptions, problem pointed out by jmc@Stuart Henderson