History log of /freebsd-11.0-release/sbin/routed/rdisc.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 303975 11-Aug-2016 gjb

Copy stable/11@r303970 to releng/11.0 as part of the 11.0-RELEASE
cycle.

Prune svn:mergeinfo from the new branch, and rename it to RC1.

Update __FreeBSD_version.

Use the quarterly branch for the default FreeBSD.conf pkg(8) repo and
the dvd1.iso packages population.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 302408 08-Jul-2016 gjb

Copy head@r302406 to stable/11 as part of the 11.0-RELEASE cycle.
Prune svn:mergeinfo from the new branch, as nothing has been merged
here.

Additional commits post-branch will follow.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


# 299822 15-May-2016 pfg

routed(8): Dereference before null check.

CID: 272432
Obtained from: NetBSD (CVS ref. 1.16)
MFC after: 2 weeks.


# 299768 14-May-2016 pfg

routed(8): use NULL instead of zero for pointers.


# 190718 05-Apr-2009 phk

Add some consts, remove some unused stuff and other attempts to calm
FlexeLint down.


# 190716 05-Apr-2009 phk

Some constifications


# 190715 05-Apr-2009 phk

Modernize prototypes (ie: no extern)

Make lots of stuff static.


# 190711 05-Apr-2009 phk

Use <sys/queue.h> to manage the interface list.


# 180993 30-Jul-2008 phk

Update routed to use the RFC 3678 protocol-independent multicast API. Use
IP_MULTICAST_IF with struct ip_mreqn (obtained from Linux) to tell the
stack which interface index to use for sending IPv4 datagrams.

Submitted by: bms
Tested by: phk


# 146838 31-May-2005 stefanf

Remove #ident directives, they don't exist on the vendor branch anymore.


# 128073 09-Apr-2004 markm

Remove advertising clause from University of California Regent's license,
per letter dated July 22, 1999.

Approved by: core, imp


# 126250 25-Feb-2004 bms

Sync HEAD sources to vendor branch import of routed v2.27 from rhyolite.com.
Update <protocols/routed.h> for the MD5 changes requested in bin/35843.
Preserve local changes.

Education by: obrien, markm, pointy-stick
PR: bin/35843 (and doubtless others)


# 64483 10-Aug-2000 sheldonh

Resolve conflicts.


# 64131 02-Aug-2000 sheldonh

Resolve conflicts from vendor merge.


# 50969 05-Sep-1999 peter

$Revision$ -> $FreeBSD$ (more cleanup needed here)


# 50476 28-Aug-1999 peter

$Id$ -> $FreeBSD$


# 46303 02-May-1999 markm

Merge-o-matic and add a bunch of $Id's


# 37908 28-Jul-1998 charnier

Spelling, add rcsid, remove unused #includes.
Convert 1000000 usec to 1 sec 0 usec.
Use provided safe malloc (rtmalloc()) instead of malloc(): exit on allocation
failure.
Correct use of .Nm
Add usage() and use errx().


# 20607 17-Dec-1996 wollman

This commit was generated by cvs2svn to compensate for changes in r20606,
which included commits to RCS files with non-trunk default branches.


# 20606 17-Dec-1996 wollman

Latest routed from Vern Schryver. This is supposed to fix
Andrey's rtquery problem.

Submitted by: Vernon J. Schryver <vjs@mica.denver.sgi.com>


# 20339 11-Dec-1996 wollman

New version of Vern's routed. This includes more byte-order fixes,
some MD5 fixes, better tracing, configurable redirect processing,
and a fix to split-horizon/poisoned-reverse treatment.

Submitted by: Vernon J. Schryver <vjs@mica.denver.sgi.com>


# 19880 19-Nov-1996 wollman

Latest version of SGI routed courtesy of Vern Schryver. This version
adds the capability to use MD5 authentication as defined in the latest
documents.

Submitted by: Vernon J. Schryver <vjs@mica.denver.sgi.com>


# 18316 16-Sep-1996 wollman

Virgin import of new BSD/SGI routed. This update contains a number
of important bug fixes.

Obtained from: Vernon J. Schryver <vjs@mica.denver.sgi.com>