Download List

Descripción del Proyecto

mrouted is an implementation of the DVMRP multicast routing protocol. It turns a UNIX workstation into a DVMRP multicast router with tunnel support, in order to cross non-multicast-aware routers.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-10-24 06:56
3.9.6

Esta versión corrige una grave regresión en route.c, introducido en 3.9.5, causada por el refactor de lista de enlace. Hay algunos problemas FTBFS en GCC 4.6 y limpieza menor.
Tags: Stable
This release fixes a serious regression in route.c, introduced in 3.9.5, caused by the link list refactor. There is some minor cleanup and FTBFS issues on GCC 4.6.

2011-03-06 06:00
3.9.5

Las revisiones de seguridad se hicieron para la creación de archivos inseguros en / var / tmp usando / var / run / mrouted lugar. Además, la implementación de la lista vinculada en route.c fue rediseñado para fijar varias ocurrencias SIGSEGV y un par de pérdidas de memoria. -R, - opción de mostrar las rutas se ha añadido para mostrar la tabla de enrutamiento de multidifusión actual.
Tags: Stable
Security fixes were made for insecure file creation in /var/tmp by using /var/run/mrouted instead. Also, the linked list implementation in route.c was refactored to fix several SIGSEGV occurrences and a couple of memory leaks. The -r,--show-routes option was added to display the current multicast routing table.

2010-11-20 16:07
3.9.4

Esta versión ha corregido un error en Linux k_del_vif (), llamado a detener la VIF, cuando una interfaz se cae. Antes de esta revisión, mrouted terminó con el error "setsockopt MRT_DEL_VIF en vif 3: Argumento no válido".
Tags: Stable
This release fixed a Linux bug in k_del_vif(), called to stop a VIF when an interface goes down. Prior to this patch, mrouted exited with the error "setsockopt MRT_DEL_VIF on vif 3: Invalid argument".

2010-10-11 20:59
3.9.3

Un problema con la directiva túnel OpenVPN, PPTP, L2TP túneles, así como enlaces PPP fue corregido. A eliminar la referencia puntero NULL se fijó en el analizador de archivos conf, desencadena cuando una interfaz no tiene una dirección. Varios controles falta de malloc () valor de retorno se fijaron. Un potencial problema de desbordamiento de pila era fijo, y los controles se han añadido para evitar sobrepasar los límites de matriz al analizar los mensajes de ruta informe. La página del manual se ha actualizado con las opciones de largo, los tramos pendientes se agregaron, y ayudar a depurar se mejoró. El Makefile fue limpiado para su uso con BSD PMAKE y GNU Make.
Tags: Stable
A problem with the tunnel directive on OpenVPN, PPTP, L2TP tunnels as well as PPP links was fixed. A NULL pointer dereference was fixed in the conf file parser, triggered when an interface does not have an address. Several missing checks of malloc() return value were fixed. A potential stack overflow issue was fixed, and checks were added to prevent overstepping array boundaries when parsing route report messages. The man page was updated with long-options, missing sections were added, and debug help was improved. The Makefile was cleaned up for use with BSD PMake as well as GNU Make.

2010-10-09 20:39
3.9.2

la duplicación de código en plataformas de transporte strlcpy () y strtonum () se ha reducido. Archivo caminos se fijaron para GNU / Linux, que utiliza / var / tmp en lugar de / usr / tmp. El código RSRR (deshabilitado por defecto) se fijó. Un posible error de generación en strtonum.c en plataformas que no soportan LLONG_MIN / MAX fue corregido.
Tags: Stable
Code duplication on platforms carrying strlcpy() and strtonum() was reduced. File paths were fixed for GNU/Linux, which uses /var/tmp rather than /usr/tmp. The RSRR code (disabled by default) was fixed. A possible build error in strtonum.c on platforms not supporting LLONG_MIN/MAX was fixed.

Project Resources