Age | Commit message (Expand) | Author |
2010-02-28 | more useful paths (for dpb) | Marc Espie |
2010-02-28 | build for loongson; ok miod@ jasper@ matthieu@ | Otto Moerbeek |
2010-02-26 | Fix some minor issues. 0 instead of NULL in one comparison. Set the | Claudio Jeker |
2010-02-26 | - fix netmask matching for AF_INET, it was broken in many ways, problem | Gilles Chehade |
2010-02-26 | Swap order of RB tree sorting from type, ls_id, adv_rtr to type, adv_rtr, | Claudio Jeker |
2010-02-25 | One more substitution of label 0 with NO_LABEL. | Michele Marchetto |
2010-02-25 | Whitespaces cleanup. | Michele Marchetto |
2010-02-25 | NO_LABEL (instead of zero) must be used to mean that no labels are associated | Michele Marchetto |
2010-02-25 | Do not use bufferevent for something that's already covered in the imsg | Claudio Jeker |
2010-02-25 | fix the usage message | Theo de Raadt |
2010-02-25 | Fix AS-ext LSA detailed output. While there rework the way we print | Claudio Jeker |
2010-02-25 | fix incorrect reference; ok jmc@ gilles@ jacekm@ | Kevin Steves |
2010-02-25 | a little cleanup; | Jason McIntyre |
2010-02-25 | make 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 proxy | Jasper Lievisse Adriaanse |
2010-02-25 | fix some fallout from the >2G commit. namely allow for all byte counters to | Pierre-Yves Ritschard |
2010-02-24 | Sync the list of initialisation steps done for the default | Jonathan Gray |
2010-02-24 | manual pages should not have blank lines outside literal context, | Ingo Schwarze |
2010-02-24 | revert rev. 1.54 because it doesn't change the rendering with groff | Ingo Schwarze |
2010-02-24 | According to mdoc.samples(7), .Xo is explicitely disallowed after .Op, | Ingo Schwarze |
2010-02-24 | match code and doc; ok claudio | Jason McIntyre |
2010-02-24 | exit if paths are not relative to chroot | Jakob Schlyter |
2010-02-24 | Get rid of overlapping blocks; | Ingo Schwarze |
2010-02-24 | sort SEE ALSO; | Jason McIntyre |
2010-02-24 | regen | Jakob Schlyter |
2010-02-24 | better default chroot | Jakob Schlyter |
2010-02-23 | add remove command; ok jmc@ gilles@ | Kevin Steves |
2010-02-23 | Fix .Oo .Xo .Oc .Xc mis-nesting by just dropping the .Xo and .Xc which, | Ingo Schwarze |
2010-02-23 | Add a description for message-id and message-uid (text from gilles@). | Kevin Steves |
2010-02-23 | Add opendocument mime types, from Lars Nooden. | Stuart Henderson |
2010-02-23 | Unbreak tree. struct lsa_asext changed so we need to adjust the output | Claudio Jeker |
2010-02-23 | This is a total dejavu of bgpd/kroute.c 1.165. Because IPv6 fucked up and | Claudio Jeker |
2010-02-23 | Remove some extra (). | Claudio Jeker |
2010-02-23 | Oups, forgot this file in last commit. Bit definitions for AS-ext LSA needed | Claudio Jeker |
2010-02-23 | Implement lsa_asext_check() to verify that type 5 LSA are correctly encoded. | Claudio Jeker |
2010-02-23 | fetchtable and the kroute dispatch handlers both parse the same messages | David Gwynne |
2010-02-23 | Fix byte range parsing, broken in last revision of http_protocol.c, | Pierre-Yves Ritschard |
2010-02-22 | dedup some code a bit. rather than have the same code in fetchifs and | David Gwynne |
2010-02-22 | remove the original fetchtable code and replace it with the new | David Gwynne |
2010-02-22 | Correctly encode FEC prefixes. This makes my test setup much happyer. | Claudio Jeker |
2010-02-22 | Treat multiple Router-LSAs originated by the same router as an | Stefan Sperling |
2010-02-21 | Kill double declaration of control_imsg_relay(). | Michele Marchetto |
2010-02-21 | Check bufferevent_new() return value. If it is NULL print an error message | Michele Marchetto |
2010-02-20 | Make send_* functions return void (and not int) as they can just succeed | Michele Marchetto |
2010-02-20 | Remove unneeded abstraction in neighbor fsm. | Michele Marchetto |
2010-02-20 | Add line breaks to the source to render an .RS display that got skipped; | Ingo Schwarze |
2010-02-19 | Oups, unbreak build. | Claudio Jeker |
2010-02-19 | Cleanup a bit, remove unneeded dummy neighbor and initialize queue heads | Claudio Jeker |
2010-02-19 | If a neighbor goes down we need to cleanup the LIB from all FEC that point | Claudio Jeker |
2010-02-19 | Do not double free a knode when kroute_insert() fails. kroute_insert() | Claudio Jeker |