Age | Commit message (Expand) | Author |
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 |
2010-02-19 | oops, remove dead code. | David Gwynne |
2010-02-19 | implement ospfctl fib reload. | David Gwynne |
2010-02-18 | Fix a leak that could happen with multiple requests on the one | Jonathan Gray |
2010-02-18 | Make the output of printconf() look like a real config file. | Claudio Jeker |
2010-02-18 | Set the correct defaults for label advertisement, retention and distribution. | Michele Marchetto |
2010-02-18 | Do an event_del before event_set/event_add in case we double add | Jonathan Gray |
2010-02-18 | Our groff does not handle all cases of nested displays properly, so | Ingo Schwarze |
2010-02-18 | Each .Bk must be closed by .Ek. | Ingo Schwarze |
2010-02-18 | We need to set SO_REUSEADDR before doing the bind() of the tcp socket. | Claudio Jeker |
2010-02-18 | Remove some debug messages that are too verbose and no longer needed. | Claudio Jeker |
2010-02-18 | Close a fd leak when opening the tcp connection to the neighbor. | Claudio Jeker |
2010-02-17 | in map_stdio_get() use strdup on the right buffer, not on a pointer that | Gilles Chehade |
2010-02-17 | erf, previous fix to lka crash was still using the wrong define ... | Gilles Chehade |
2010-02-17 | Always call the shutdown code after returning from event_dispatch(). | Jonathan Gray |
2010-02-17 | the map api becomes backend-agnostic with initial support for db(3) and | Gilles Chehade |
2010-02-17 | localpart of a struct path may legally exceed MAXLOGNAME, causing lka to | Gilles Chehade |
2010-02-16 | Make ldpd less verbose. | Michele Marchetto |
2010-02-16 | Pick up RTM_DELADDR and issue an internal IFADDRDEL message to the ospfe to | Claudio Jeker |
2010-02-16 | When taking an interface down just try to do the cleanup. In cases where | Claudio Jeker |
2010-02-16 | Only merge interfaces that have the same address and netmask. Fixes a bug | Claudio Jeker |
2010-02-16 | Clear the DR and BDR addresses in nbr_act_delete(), makes the election | Claudio Jeker |
2010-02-16 | Lets violate the RFC once more. Change the way we map hello packets to | Claudio Jeker |
2010-02-16 | Don't log the same thing twice. From a much bigger diff. | Claudio Jeker |
2010-02-16 | implement support for fast hello packets. | David Gwynne |
2010-02-16 | the minimal spf-holdtime and spf-delay is 10 msec, not 50. | David Gwynne |