summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
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
2010-02-22Correctly encode FEC prefixes. This makes my test setup much happyer.Claudio Jeker
2010-02-22Treat multiple Router-LSAs originated by the same router as anStefan Sperling
2010-02-21Kill double declaration of control_imsg_relay().Michele Marchetto
2010-02-21Check bufferevent_new() return value. If it is NULL print an error messageMichele Marchetto
2010-02-20Make send_* functions return void (and not int) as they can just succeedMichele Marchetto
2010-02-20Remove unneeded abstraction in neighbor fsm.Michele Marchetto
2010-02-20Add line breaks to the source to render an .RS display that got skipped;Ingo Schwarze
2010-02-19Oups, unbreak build.Claudio Jeker
2010-02-19Cleanup a bit, remove unneeded dummy neighbor and initialize queue headsClaudio Jeker
2010-02-19If a neighbor goes down we need to cleanup the LIB from all FEC that pointClaudio Jeker
2010-02-19Do not double free a knode when kroute_insert() fails. kroute_insert()Claudio Jeker