summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
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
2010-02-24sort SEE ALSO;Jason McIntyre
2010-02-24regenJakob Schlyter
2010-02-24better default chrootJakob Schlyter
2010-02-23add remove command; ok jmc@ gilles@Kevin Steves
2010-02-23Fix .Oo .Xo .Oc .Xc mis-nesting by just dropping the .Xo and .Xc which,Ingo Schwarze
2010-02-23Add a description for message-id and message-uid (text from gilles@).Kevin Steves
2010-02-23Add opendocument mime types, from Lars Nooden.Stuart Henderson
2010-02-23Unbreak tree. struct lsa_asext changed so we need to adjust the outputClaudio Jeker
2010-02-23This is a total dejavu of bgpd/kroute.c 1.165. Because IPv6 fucked up andClaudio Jeker
2010-02-23Remove some extra ().Claudio Jeker
2010-02-23Oups, forgot this file in last commit. Bit definitions for AS-ext LSA neededClaudio Jeker
2010-02-23Implement lsa_asext_check() to verify that type 5 LSA are correctly encoded.Claudio Jeker
2010-02-23fetchtable and the kroute dispatch handlers both parse the same messagesDavid Gwynne
2010-02-23Fix byte range parsing, broken in last revision of http_protocol.c,Pierre-Yves Ritschard
2010-02-22dedup some code a bit. rather than have the same code in fetchifs andDavid Gwynne
2010-02-22remove the original fetchtable code and replace it with the newDavid Gwynne