Age | Commit message (Expand) | Author |
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 |
2009-03-13 | When commiting the buf_left() change adding len to the check was dropped and | Claudio Jeker |
2009-03-04 | Introduce and use buf_size(buf) instead of buf->wpos -- at least in the non | Claudio Jeker |
2009-03-01 | Print the correct function name in log_debug(). | Michele Marchetto |
2009-02-25 | Fix an invalid pointer dereference in control_close(). If control_connbyfd() | Claudio Jeker |
2009-01-31 | write point-to-point in a consistent way. | Igor Sobrado |
2009-01-31 | Implement buf_left() to make some some more buffer handling easier. | Claudio Jeker |
2009-01-31 | Pass the buffer to send_packet() instead of spliting it up. This removes | Claudio Jeker |
2009-01-27 | No need to check if neighbor exists before adding it | Michele Marchetto |
2009-01-26 | We acutally use the lowest IP configured as router-id if none is specified. | Claudio Jeker |
2009-01-26 | First convert IP addresses to host-byte-order before checking which one is | Claudio Jeker |
2009-01-16 | fix last update | Joerg Goltermann |
2009-01-08 | Fix use after free of kr. Happend when the first loop removed the head | Claudio Jeker |
2009-01-08 | Include the neighbor ID in a debug output so that it is clear which router | Claudio Jeker |
2009-01-08 | tweak previous; feedback/ok claudio | Jason McIntyre |
2009-01-07 | Full stub area support. This allows ABRs to announce a default network | Claudio Jeker |
2009-01-06 | Remove workaround added in rev 1.63. The real issue has been found and | Claudio Jeker |