summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2010-03-08res.flags is not only used by the irrfilter so initializing them withClaudio Jeker
2010-03-07erase to the end of "previous line". Avoid dangling % after displaying 100%.Marc Espie
2010-03-06ospfd/ospf6d man page cleanup:Stefan Sperling
2010-03-06match_locations doesn't work on invalid specs, so don't go thereMarc Espie
2010-03-06fix very stupid typoMarc Espie
2010-03-06don't go up to column 80, until we ask Term::Cap properly for what's goingMarc Espie
2010-03-06consistent error. exit(1) if something bad happened.Marc Espie
2010-03-05Allow to filter for ext-community attributes. Currently only perfect matchesClaudio Jeker
2010-03-046Bone is dead. Use the literal '3ffe::/16' rather than '6bone testKenneth R Westerback
2010-03-03Compare against correct flag when printing "network inet6 static"Claudio Jeker
2010-03-03Replace enum rib_state with enum reconf_action since their doing the same.Claudio Jeker
2010-03-03tweak mda.c rev. 1.36: eliminate risk of busy waiting for socketJacek Masiulaniec
2010-03-03tweak mda.c rev. 1.36: eliminate risk of busy waiting for socketJacek Masiulaniec
2010-03-03Must check for NO_LABEL here as well or we print strange label numbers.Claudio Jeker
2010-03-03Rework the kroute code by stealing some code from ospfd and massaging itClaudio Jeker
2010-03-03Remove superfluous newlineClaudio Jeker
2010-03-01mda_event() assumed the mbox fp to be a file when it could be a pipe, doGilles Chehade
2010-03-01On amd64 and i386, dump the VGA BIOS found at the canonical address 0xc0000Mark Kettenis
2010-03-01typo in warning logGilles Chehade
2010-03-01slightly terser messages, better use of terminal lineMarc Espie
2010-03-01nitpicking, NULL instead of 0 in lde_imsg_compose_ldpe() call.Claudio Jeker
2010-03-01Support for redistributing AS-ext LSA (redistribute static/connected).Claudio Jeker
2010-03-01Implement lsa_find_lsid(), a function that searches the LSDB for a LSAClaudio Jeker
2010-03-01Add routing calculation code for AS-ext LSA and Inter-Area LSA but theClaudio Jeker
2010-02-28progress-meter -> progress meter, which is at least consistent with ourJason McIntyre
2010-02-28the netmask fix I commited a couple days ago lacked the AF_INET6 bits,Gilles Chehade
2010-02-28ProgressMeter support.Marc Espie
2010-02-28more useful paths (for dpb)Marc Espie
2010-02-28build for loongson; ok miod@ jasper@ matthieu@Otto Moerbeek
2010-02-26Fix some minor issues. 0 instead of NULL in one comparison. Set theClaudio Jeker
2010-02-26- fix netmask matching for AF_INET, it was broken in many ways, problemGilles Chehade
2010-02-26Swap order of RB tree sorting from type, ls_id, adv_rtr to type, adv_rtr,Claudio Jeker
2010-02-25One more substitution of label 0 with NO_LABEL.Michele Marchetto
2010-02-25Whitespaces cleanup.Michele Marchetto
2010-02-25NO_LABEL (instead of zero) must be used to mean that no labels are associatedMichele Marchetto
2010-02-25Do not use bufferevent for something that's already covered in the imsgClaudio Jeker
2010-02-25fix the usage messageTheo de Raadt
2010-02-25Fix AS-ext LSA detailed output. While there rework the way we printClaudio Jeker
2010-02-25fix incorrect reference; ok jmc@ gilles@ jacekm@Kevin Steves
2010-02-25a little cleanup;Jason McIntyre
2010-02-25make nsd compile on gcc2 platforms; from miod@Jakob Schlyter
2010-02-25- apache would send the wrong Host-Header back when setup as a reverse proxyJasper Lievisse Adriaanse
2010-02-25fix some fallout from the >2G commit. namely allow for all byte counters toPierre-Yves Ritschard
2010-02-24Sync the list of initialisation steps done for the defaultJonathan Gray
2010-02-24manual pages should not have blank lines outside literal context,Ingo Schwarze
2010-02-24revert rev. 1.54 because it doesn't change the rendering with groffIngo Schwarze
2010-02-24According to mdoc.samples(7), .Xo is explicitely disallowed after .Op,Ingo Schwarze
2010-02-24match code and doc; ok claudioJason McIntyre
2010-02-24exit if paths are not relative to chrootJakob Schlyter
2010-02-24Get rid of overlapping blocks;Ingo Schwarze