0
I Use This!
Inactive

Commits : Listings

Analyzed about 13 hours ago. based on code collected about 21 hours ago.
May 10, 2023 — May 10, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fixed a compilation failure on linux, and stop supporting OSes without routing-socket or netlink. More... about 16 years ago
prevent a NULL pointer access in Linux. (getifaddrs() returns an ifa with ifa->ifa_addr=NULL for pim6reg interface) More... about 16 years ago
assign sin6_scope-id on linux as well as in KAME (contributed by USAGI Project) More... about 16 years ago
removed a compilation warning. More... about 16 years ago
pim6sd supports linux now (experimental). IPv6-multicast-aware linux kernel is available from USAGI Project or the latest 2.6 snapshot. More... about 16 years ago
use "struct in6_ifreq" only when SIOCGIFAFLAG_IN6 is available. (contributed by USAGI Project) More... about 16 years ago
use "fd_set", instead of "struct fd_set", to support OSes without "struct fd_set". (contributed by USAGI Project) More... about 16 years ago
added mld6.h in mtrace6 directory to support OSes without struct mld_hdr {}. More... about 16 years ago
added an knob to choose applications to be build. (contributed by USAGI Project) More... about 16 years ago
pim6sd: fixed a compilation failure on netbsd (with gcc-4.1.2) More... over 17 years ago
Some minor improvements for mfc command More... over 17 years ago
supports GenID option More... over 17 years ago
pmsft: build pmsft regardless of the existence of MLDv2-host functionality (if MLDv2-host functionality is not available, only MLDv1-join/leave would work) More... almost 18 years ago
pim6sd: supports DR-priority option More... about 18 years ago
fixed a pim6sd crash when it receives an (*,G) join for SSM-range prefix (ff3x::/96) More... about 18 years ago
- fixed a compilation failure of yacc/lex files on netbsd - fixed a bug that pim6sd/pim6dd does not start on non-RFC3542 OS More... over 18 years ago
fixed a compilation error on non-RFC3542 OS (without KAME ABI hack) More... over 18 years ago
fixed a lex/yacc compilation error on netbsd More... over 18 years ago
fixed a bug that pim6sd cannot generate an MLD message on non-RFC3542 OS More... over 18 years ago
pim6sd prefers the longest-match entry in static-MRIB search, instead of the first-match one. More... over 18 years ago
say good-bye to sitelocal More... over 18 years ago
good-bye to site-local unicast! More... over 18 years ago
pim6sd skips a hello option 24/65001 with an unknown address family, instead of discarding the whole hello message. More... over 18 years ago
fixed a bug that pim6sd cannot specify static MRIB using link-local nexthop More... over 18 years ago
released mcast-tools-20050926 More... over 18 years ago
fixed a pim6sd crash when it does not have an upstream router for the RP address embedded in MLD report message. More... over 18 years ago
updated the manual regarding the location of configuration file More... over 18 years ago
moved the location of configuration file from /etc to /usr/local/etc More... over 18 years ago
fixed a bug that RFC3542 check fails in freebsd4, due to a existence of the non-existing function declarations in include files More... over 18 years ago
fixed a judgement error on freebsd4 More... over 18 years ago