summaryrefslogtreecommitdiffstats
path: root/sbin/routed
Commit message (Collapse)AuthorAgeFilesLines
* Fix memory leak when route addition fails.jlemon2000-06-021-0/+1
| | | | Obtained from: NetBSD
* Add new rtmsg types which already defined in kernel.shin2000-03-301-1/+3
|
* Prevent buffer overflow.shin2000-03-301-2/+3
| | | | | PR: bin/17657 Submitted by: tanimura
* Remove dead xrefs to gated(8) and htable(8)kris1999-11-151-2/+0
| | | | Obtained from: OpenBSD
* $Revision$ -> $FreeBSD$ (more cleanup needed here)peter1999-09-0512-12/+12
|
* $Id$ -> $FreeBSD$peter1999-08-2817-32/+32
|
* Various man page cleanup:mpp1999-08-151-8/+12
| | | | | | | | | | | - Sort xrefs - FreeBSD.ORG -> FreeBSD.org - Properly xref RFCs. - Be consistent with section names as outlined in mdoc(7). - Other misc mdoc cleanup. PR: doc/13144 Submitted by: Alexey M. Zelkin <phantom@cris.net>
* Incomplete. Back out until I can revisit.markm1999-05-051-11/+17
|
* Restore perror --> err changes.markm1999-05-051-17/+11
|
* Merge-o-matic and add a bunch of $Id'smarkm1999-05-0217-1350/+1943
|
* Spelling, add rcsid, remove unused #includes.charnier1998-07-2815-168/+183
| | | | | | | | 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().
* /usr/src/sbin/routed/parms.c and .../routed/rtquery/rtquery.c bothphk1998-07-222-4/+4
| | | | | | | | | | | contain code that compare a char pointer with a char. As this doesn't make much sense, it looks very much as if a '*' has been dropped by mistake. I have made no analysis of the possible consequences of the problem. PR: 7319 Reviewed by: phk Submitted by: Anders Thulin <Anders.X.Thulin@telia.se>
* Remove reference to non-existent htable(8).jkoshy1998-06-171-2/+1
| | | | PR: 6940
* Problem whith "subnet=" statement in /etc/gateways.phk1998-04-191-2/+2
| | | | | | | | | routed discards the first character of the network address. Example: "subnet=10.0.0.0/24,1" The network address is interpreted as 0.0.0.0/24,1. PR: 4825 Reviewed by: phk Submitted by: Mike E. Matsnev <mike@azog.cs.msu.su>
* Use err(3). Change exit(-1). Remove unused #include.charnier1998-01-141-35/+27
|
* Fix typo in comment.danny1997-09-121-1/+1
|
* Check if routed had the same problems that route(1) had.julian1997-07-182-19/+35
| | | | | | | The answer is not really, but almost. it sent data that was ok, though it was a hack, but it was bug-compatible with the kernel on receiving them. This also had been fixed with a hack.. I hacked it better I think.
* Sync man page and usage string. Remove unused -p option from getopt call.charnier1997-06-181-2/+2
|
* Sync man page and usage string.charnier1997-06-181-10/+4
|
* Typo fix.max1997-06-131-2/+2
| | | | | PR: 3854 Submitted by: Takahiro Yugawa <yugawa@orleans.rim.or.jp>
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-292-2/+2
| | | | posix standard on the topic.
* Some minor mdoc cleanup. Partially based on PR# 2959.mpp1997-03-121-10/+7
|
* Revert $FreeBSD$ to $Id$peter1997-02-225-5/+5
|
* Some various mdoc cleanup.mpp1997-01-282-8/+8
| | | | Partially Obtained from: NetBSD-bugs mailing list
* Various minor cleanup.mpp1997-01-191-10/+26
| | | | Partially Obtained from: NetBSD-bugs
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-145-5/+5
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Sort cross references.wosch1997-01-132-4/+6
|
* This commit was generated by cvs2svn to compensate for changes in r21378,wollman1997-01-061-23/+24
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Quoth Vern:wollman1997-01-062-24/+25
| | | | | | | | | | | | | | | | | | 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>
| * Latest version of routed from Vern Schryver. This one reallywollman1997-01-021-1/+1
| | | | | | | | should fix Andrey's problem.
* | Merge to eliminate conflictache1997-01-031-1/+1
| |
* | FIx coredump with rtquery.ache1996-12-211-1/+1
| | | | | | | | | | It is just quick fix taken from new routed sources, full new routed importing I leave to wollman
* | Delete redundant include of <sys/time.h>wollman1996-12-171-2/+1
| |
* | Merge from vendor branch.wollman1996-12-172-7/+4
| |
* | This commit was generated by cvs2svn to compensate for changes in r20606,wollman1996-12-174-56/+60
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Latest routed from Vern Schryver. This is supposed to fixwollman1996-12-178-68/+69
| | | | | | | | | | | | Andrey's rtquery problem. Submitted by: Vernon J. Schryver <vjs@mica.denver.sgi.com>
* | Merge from vendor branch.wollman1996-12-115-76/+132
| |
* | This commit was generated by cvs2svn to compensate for changes in r20339,wollman1996-12-116-417/+530
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * New version of Vern's routed. This includes more byte-order fixes,wollman1996-12-1114-497/+668
| | | | | | | | | | | | | | 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>
* | Fix up programs which expect <net/if.h> to include <sys/time.h> to insteadwollman1996-12-101-1/+2
| | | | | | | | | | | | do it themselves. (Some of these programs actually depended on this beyond compiling the definition of struct ifinfo!) Also fix up some other #include messes while we're at it.
* | For some reason the merge of this file didn't get committed properly.wollman1996-11-201-36/+71
| | | | | | | | | | | | Who has the conical hat? Make things compile again.
* | Merge from vendor branch and use system MD5 library.wollman1996-11-199-922/+203
| |
* | This commit was generated by cvs2svn to compensate for changes in r19882,wollman1996-11-191-0/+325
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Last import was botched. Fix it.wollman1996-11-192-1/+334
| |
* | This commit was generated by cvs2svn to compensate for changes in r19880,wollman1996-11-1910-830/+2295
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Latest version of SGI routed courtesy of Vern Schryver. This versionwollman1996-11-1914-944/+2559
| | | | | | | | | | | | | | adds the capability to use MD5 authentication as defined in the latest documents. Submitted by: Vernon J. Schryver <vjs@mica.denver.sgi.com>
* | Change location of trace files and disable remote trace file changewollman1996-09-161-1/+3
| | | | | | | | feature.
* | Layer on FreeBSD local changes from old routed.wollman1996-09-167-25/+20
| |
* | This commit was generated by cvs2svn to compensate for changes in r18316,wollman1996-09-1615-0/+11151
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Virgin import of new BSD/SGI routed. This update contains a numberwollman1996-09-1615-0/+11151
| | | | | | of important bug fixes. Obtained from: Vernon J. Schryver <vjs@mica.denver.sgi.com>
OpenPOWER on IntegriCloud