aboutsummaryrefslogtreecommitdiff
path: root/sbin/routed/input.c
Commit message (Collapse)AuthorAgeFilesLines
* Silence a printf warningPoul-Henning Kamp2009-04-051-1/+1
| | | | Notes: svn path=/head/; revision=190745
* Add some consts, remove some unused stuff and other attempts to calmPoul-Henning Kamp2009-04-051-1/+1
| | | | | | | FlexeLint down. Notes: svn path=/head/; revision=190718
* Convert list of remote interfaces to LIST_* macrosPoul-Henning Kamp2009-04-051-1/+1
| | | | Notes: svn path=/head/; revision=190713
* Use socklen_t where appropriate.Stefan Farfeleder2005-08-051-2/+3
| | | | Notes: svn path=/head/; revision=148726
* Remove #ident directives, they don't exist on the vendor branch anymore.Stefan Farfeleder2005-05-311-1/+0
| | | | Notes: svn path=/head/; revision=146838
* Remove advertising clause from University of California Regent's license,Mark Murray2004-04-091-4/+0
| | | | | | | | | per letter dated July 22, 1999. Approved by: core, imp Notes: svn path=/head/; revision=128073
* Sync HEAD sources to vendor branch import of routed v2.27 from rhyolite.com.Bruce M Simpson2004-02-251-19/+32
|\ | | | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=126250
| * Virgin import of rhyolite.com routed v2.27vendor/SGIBruce M Simpson2004-02-251-19/+32
| | | | | | | | Notes: svn path=/vendor/SGI/dist_v_2_21/; revision=126247
* | o Move NTOHL() and associated macros into <sys/param.h>. These areMike Barcroft2002-02-181-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | deprecated in favor of the POSIX-defined lowercase variants. o Change all occurrences of NTOHL() and associated marcros in the source tree to use the lowercase function variants. o Add missing license bits to sparc64's <machine/endian.h>. Approved by: jake o Clean up <machine/endian.h> files. o Remove unused __uint16_swap_uint32() from i386's <machine/endian.h>. o Remove prototypes for non-existent bswapXX() functions. o Include <machine/endian.h> in <arpa/inet.h> to define the POSIX-required ntohl() family of functions. o Do similar things to expose the ntohl() family in libstand, <netinet/in.h>, and <sys/param.h>. o Prepend underscores to the ntohl() family to help deal with complexities associated with having MD (asm and inline) versions, and having to prevent exposure of these functions in other headers that happen to make use of endian-specific defines. o Create weak aliases to the canonical function name to help deal with third-party software forgetting to include an appropriate header. o Remove some now unneeded pollution from <sys/types.h>. o Add missing <arpa/inet.h> includes in userland. Tested on: alpha, i386 Reviewed by: bde, jake, tmm Notes: svn path=/head/; revision=90868
* | Fix a byteorder problem in a diagnostic message.Poul-Henning Kamp2001-06-061-1/+2
| | | | | | | | | | | | | | | | PR: 16625 Submitted by: Peter Jeremy <peter.jeremy@ALCATEL.COM.AU> Notes: svn path=/head/; revision=77835
* | $Revision$ -> $FreeBSD$ (more cleanup needed here)Peter Wemm1999-09-051-1/+1
| | | | | | | | Notes: svn path=/head/; revision=50969
* | $Id$ -> $FreeBSD$Peter Wemm1999-08-281-2/+2
| | | | | | | | Notes: svn path=/head/; revision=50476
* | Merge-o-matic and add a bunch of $Id'sMark Murray1999-05-021-95/+177
|\| | | | | | | Notes: svn path=/head/; revision=46303
| * Latest-and-greatest routed.vendor/SGI/vjs_990324vendor/SGI/v_2_17Mark Murray1999-05-021-95/+176
| | | | | | | | | | | | | | | | | | | | | | Includes RIPv2 and Router Discovery. Submitted by: Vernon Schryver <vjs@calcite.rhyolite.com> Notes: svn path=/vendor/SGI/dist2/; revision=46286 svn path=/vendor/SGI/tags/v_2_17/; revision=46287; tag=vendor/SGI/v_2_17 svn path=/vendor/SGI/vjs_990324/; revision=46288; tag=vendor/SGI/vjs_990324
| * Quoth Vern:vendor/SGI/vjs_970104Garrett Wollman1997-01-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | ftp.sgi.com:sgi/src/routed.tar.Z has a fix that has been cooking for a week or so and that fixes a problem in the new hash tables for zillions of interface aliases. The bug was that interfaces that come and go, such as for SLIP and PPP, would get permanently lost. Submitted by: Vernon J. Schryver <vjs@mica.denver.sgi.com> Notes: svn path=/vendor/SGI/dist_v_2_21/; revision=21378 svn path=/vendor/SGI/vjs_970104/; revision=21380; tag=vendor/SGI/vjs_970104
| * Latest version of routed from Vern Schryver. This one reallyvendor/SGI/vjs_970102Garrett Wollman1997-01-021-1/+1
| | | | | | | | | | | | | | | | should fix Andrey's problem. Notes: svn path=/vendor/SGI/dist_v_2_21/; revision=21207 svn path=/vendor/SGI/vjs_970102/; revision=21208; tag=vendor/SGI/vjs_970102
* | Spelling, add rcsid, remove unused #includes.Philippe Charnier1998-07-281-6/+7
| | | | | | | | | | | | | | | | | | | | | | 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(). Notes: svn path=/head/; revision=37908
* | Merge to eliminate conflictAndrey A. Chernov1997-01-031-1/+1
| | | | | | | | Notes: svn path=/head/; revision=21253
* | FIx coredump with rtquery.Andrey A. Chernov1996-12-211-1/+1
|/ | | | | | | | It is just quick fix taken from new routed sources, full new routed importing I leave to wollman Notes: svn path=/head/; revision=20735
* Latest routed from Vern Schryver. This is supposed to fixvendor/SGI/vjs_961217Garrett Wollman1996-12-171-20/+14
| | | | | | | | | | Andrey's rtquery problem. Submitted by: Vernon J. Schryver <vjs@mica.denver.sgi.com> Notes: svn path=/vendor/SGI/dist_v_2_21/; revision=20606 svn path=/vendor/SGI/vjs_961217/; revision=20608; tag=vendor/SGI/vjs_961217
* New version of Vern's routed. This includes more byte-order fixes,vendor/SGI/vjs_961211Garrett Wollman1996-12-111-55/+47
| | | | | | | | | | | 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> Notes: svn path=/vendor/SGI/dist_v_2_21/; revision=20339 svn path=/vendor/SGI/vjs_961211/; revision=20341; tag=vendor/SGI/vjs_961211
* Latest version of SGI routed courtesy of Vern Schryver. This versionGarrett Wollman1996-11-191-211/+404
| | | | | | | | | | adds the capability to use MD5 authentication as defined in the latest documents. Submitted by: Vernon J. Schryver <vjs@mica.denver.sgi.com> Notes: svn path=/vendor/SGI/dist2/; revision=19880
* Virgin import of new BSD/SGI routed. This update contains a numbervendor/SGI/vjs_960912Garrett Wollman1996-09-161-0/+741
of important bug fixes. Obtained from: Vernon J. Schryver <vjs@mica.denver.sgi.com> Notes: svn path=/vendor/SGI/dist2/; revision=18316 svn path=/vendor/SGI/vjs_960912/; revision=18318; tag=vendor/SGI/vjs_960912