Age | Commit message (Expand) | Author |
2009-12-08 | porcesses -> processes | Jonathan Gray |
2009-12-02 | log_warn() consistency. | Michael Knudsen |
2009-11-25 | document the include support | David Gwynne |
2009-11-25 | add support for include | David Gwynne |
2009-11-12 | Add more paranoia in lsa_router_check(). There needs to be at least one | Claudio Jeker |
2009-11-12 | get_rtr_link and get_net_link are not supposed to fail and returning | Claudio Jeker |
2009-11-11 | Fix an obvious use after free. Found by parfait. Reported and OK jsg@ | Claudio Jeker |
2009-11-02 | Implement IMSG_CTL_LOG_VERBOSE to enable or disable debug logging on runtime. | Claudio Jeker |
2009-10-22 | write UNIX-domain in a more consistent way; while here, replace a | Igor Sobrado |
2009-10-22 | use the UNIX-related macros (.At and .Ux) where appropriate. | Igor Sobrado |
2009-10-05 | Until now AS-ext LSA were always announced with the router as nexthop. | Claudio Jeker |
2009-09-30 | Oups, these changes should not have been commited. Revert. | Claudio Jeker |
2009-09-30 | Announce a stub network LSA for backup carp interfaces. This should help | Claudio Jeker |
2009-09-30 | 0xffff -> MAX_METRIC. Idea by sthen@, I like it :) | Claudio Jeker |
2009-09-30 | Bring in sync with the bgpd version of carp.c. This fixes a memory leak | Claudio Jeker |
2009-09-30 | carp_demote_ioctl() can handle more then +/-1 steps so there is no need to | Claudio Jeker |
2009-09-19 | KNF indentation; no binary change | Stuart Henderson |
2009-09-19 | - "stub redistribute default" does not take a "no" option, remove it | Stuart Henderson |
2009-09-15 | Enclose repeated buffer draining code in a new msgbuf_drain() | Jacek Masiulaniec |
2009-08-09 | Scale both receive and send buffer on the raw socket. The default 8192 | Claudio Jeker |
2009-08-08 | Make imsg_clear close and free any fds in the received fd queue as well as | Nicholas Marriott |
2009-07-23 | no need for Xo/Xc when we have very simple list items; | Jason McIntyre |
2009-07-23 | make buf_write() behave like msgbuf_write(): send out only the | Eric Faurot |
2009-07-23 | Document rdomain keyword, again from stsp@ | Claudio Jeker |
2009-07-23 | Spelling and comment fixes by stsp@ | Claudio Jeker |
2009-06-08 | revert this change by eric@: | David Gwynne |
2009-06-07 | Change the way fds passed over a socket are retreived on the receiving side. | Eric Faurot |
2009-06-07 | Make the imsg protocol network-safe. | Eric Faurot |
2009-06-06 | change the imsg header fields a bit to prepare for upcoming changes. | Eric Faurot |
2009-06-06 | Get ready for including imsg.h from a lib, when it comes along. | Pierre-Yves Ritschard |
2009-06-06 | sync ospfctl/ospfd with the common imsg code, making it lib ready as well. | Eric Faurot |
2009-06-06 | remove unnecessary and scary pid check in imsg_init. | Pierre-Yves Ritschard |
2009-06-05 | rtm->rtm_hdrlen conversion | Chris Cappuccio |
2009-06-05 | bring buf_write here as well. | Pierre-Yves Ritschard |
2009-06-05 | Add an unused data field, to allow smtpd and ypldap to work, all lib | Pierre-Yves Ritschard |
2009-06-05 | bump MAX_IMSGSIZE to 16384, this will make smtpd happy later on. | Pierre-Yves Ritschard |
2009-06-05 | make ospfd's imsg lib ready as well. | Pierre-Yves Ritschard |
2009-06-05 | Preliminary rdomain support, all hacked up by reyk@ | Claudio Jeker |
2009-06-05 | treat buf->wpos as the size to send out on the wire, not buf->size, | Pierre-Yves Ritschard |
2009-06-05 | don't mess with buffer internals, | Pierre-Yves Ritschard |
2009-06-02 | Track reject and blackhole routes and allow them to be redistributed even | Claudio Jeker |
2009-05-31 | Remove redundant imsg_event_add calls; ok claudio@ | Jacek Masiulaniec |
2009-05-31 | The libevent callback function may be called with EV_READ and EV_WRITE | Claudio Jeker |
2009-05-15 | Do not ignore the route metric for "redistribute default". | Marco Pfatschbacher |
2009-04-26 | comment typos; no binary change | Stuart Henderson |
2009-04-07 | allow to specify an alternate control socket instead of /var/run/ospfd.sock. | Reyk Floeter |
2009-03-31 | Fixed memory leaks which would occur if the second of two memory | Tobias Stoeckmann |
2009-03-29 | Key-Id 0 is not only not available on Cisco devices but also on other devices. | Claudio Jeker |
2009-03-27 | Allow the announcement of default route also via redistribute 0.0.0.0/0 | Michele Marchetto |
2009-03-24 | Change the behaviour of redistribute default. | Michele Marchetto |