aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/mrouted
Commit message (Collapse)AuthorAgeFilesLines
...
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2832-32/+32
| | | | Notes: svn path=/head/; revision=50479
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-07-121-1/+1
| | | | | | | | | | | | | | | | | | | | track. The Id line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde Notes: svn path=/head/; revision=48791
* Use the proper mdoc macroBill Fumerola1999-03-201-2/+2
| | | | | | | | PR: docs/9892 Submitted by: Kazuo Horikawa <horikawa@jp.freebsd.org> Notes: svn path=/head/; revision=44903
* Patch to make mrouted more friendly with crunchgen.Andrzej Bialecki1999-02-081-4/+2
| | | | | | | | Reviewed by: fenner, wollman Submitted by: luigi Notes: svn path=/head/; revision=43784
* Merge conflicts from 3.9-beta3+IOS12. The conflicts were huge; cvs'sBill Fenner1999-01-2023-1855/+4161
| | | | | | | | merge algorithm failed on several files, and the translation of the mrouted man page to mdoc didn't help... Notes: svn path=/head/; revision=42891
* This commit was generated by cvs2svn to compensate for changes in r42888,Bill Fenner1999-01-204-0/+413
|\ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=42889
| * Import mrouted version 3.9-beta3+IOS12 . This is a version of 3.9-beta3vendor/mroutedBill Fenner1999-01-2026-1847/+4753
| | | | | | | | | | | | | | | | | | with minor changes to work around a bug in Cisco's IOS version 12.0 . 3.9-beta3 is much improved over 3.8, and is only labelled "beta" because of missing features, as opposed to instability or known bugs. Notes: svn path=/cvs2svn/branches/XEROX/; revision=42888
* | Resolve conflicts.Bill Fenner1999-01-202-279/+690
| | | | | | | | Notes: svn path=/head/; revision=42884
* | This commit was generated by cvs2svn to compensate for changes in r42881,Bill Fenner1999-01-201-16/+18
|\| | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=42882
| * Import mtrace release 5.2Bill Fenner1999-01-203-325/+704
| | | | | | | | | | | | | | ftp://ftp.parc.xerox.com/pub/net-research/ipmulti/mtrace-5.2.tar.gz Notes: svn path=/cvs2svn/branches/XEROX/; revision=42881
* | Correct use of nonexistent `.SS' macro.Joseph Koshy1998-09-291-3/+3
| | | | | | | | | | | | | | | | PR: docs/8039 Submitted by: Issei Hirayama <iss@mail.wbs.ne.jp> Notes: svn path=/head/; revision=39740
* | Remove useless `BINOWN=root' now that it is the default.David E. O'Brien1998-09-192-4/+2
| | | | | | | | Notes: svn path=/head/; revision=39496
* | Sort cross references.Wolfram Schneider1998-08-314-7/+7
| | | | | | | | Notes: svn path=/head/; revision=38702
* | Don't assume that time_t is long. Fixed printf format errors (don'tBruce Evans1998-06-291-20/+27
| | | | | | | | | | | | | | assume that ntohl() returns long). Notes: svn path=/head/; revision=37265
* | Don't assume that time_t is long.Bruce Evans1998-06-291-2/+5
| | | | | | | | Notes: svn path=/head/; revision=37264
* | use strncpy correctlyWarner Losh1998-06-097-24/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | use strncat correctly check buffer size in graph_name Change paths from /tmp to /var/run for server sockets This has been building in my tree for ages, but has remained lightly tested. Reviewed by: jkh ages ago Notes: svn path=/head/; revision=36795
* | Don't generate y.tab.h, since it is not used.Bruce Evans1998-05-051-1/+2
| | | | | | | | Notes: svn path=/head/; revision=35746
* | Simplified by using new yacc rules.Bruce Evans1998-05-041-2/+1
| | | | | | | | Notes: svn path=/head/; revision=35706
* | .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.Philippe Charnier1998-03-233-3/+3
| | | | | | | | Notes: svn path=/head/; revision=34809
* | Use `foo/bar.a' instead of `-Lfoo -lbar' for linking to static internalBruce Evans1998-03-075-35/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | libraries so that `ld -f' in can create correct dependencies for yet-to-be-built libraries. Get the default BINDIR correctly (by including ../Makefile.inc recursively. Override the default it it is wrong. Don't override defaults when the defaults are correct. Don't give absolute paths to man page sources. Notes: svn path=/head/; revision=34161
* | Add rcsid. Change exit(-1). Use err() instead of warn()/exit().Philippe Charnier1998-01-1613-46/+54
| | | | | | | | Notes: svn path=/head/; revision=32538
* | Don't use LDDESTDIR. Just put the -L arg in LDADD.Bruce Evans1997-12-173-18/+18
| | | | | | | | Notes: svn path=/head/; revision=31812
* | Use err(3). Add usage(). Rewrote man pages in mdoc format.Philippe Charnier1997-09-309-592/+551
| | | | | | | | Notes: svn path=/head/; revision=29993
* | NOSHARED takes a yes/YES no/NO value, not "true, false, hey mon!".Paul Traina1997-06-291-4/+4
| | | | | | | | | | | | | | | | | | NOPIC is used to not generate a shared library, not NOSHARED. Make NOSHARED advisory where appropriate. Remove bogus NOSHARED (kbdio). Notes: svn path=/head/; revision=27040
* | Revert $FreeBSD$ to $Id$Peter Wemm1997-02-2228-29/+29
| | | | | | | | Notes: svn path=/head/; revision=22997
* | Another fix related to pr#bin/2585 . That'll teach me toBill Fenner1997-02-101-1/+2
| | | | | | | | | | | | | | grep h_length *.c ... Notes: svn path=/head/; revision=22524
* | Fix possible gethostbyname-related overflows as pointed out inBill Fenner1997-02-093-3/+4
| | | | | | | | | | | | | | PR#bin/2585 . Notes: svn path=/head/; revision=22513
* | Update some path references to reflect reality.Mike Pritchard1997-02-021-8/+8
| | | | | | | | | | | | | | Submitted by: max Notes: svn path=/head/; revision=22193
* | Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-1428-29/+29
| | | | | | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=21673
* | Update to match changes in <net/if.h>.Garrett Wollman1997-01-031-1/+4
| | | | | | | | Notes: svn path=/head/; revision=21264
* | Merge from release 5.1.Bill Fenner1996-12-203-193/+960
| | | | | | | | Notes: svn path=/head/; revision=20704
* | This commit was generated by cvs2svn to compensate for changes in r20701,Bill Fenner1996-12-201-0/+87
|\| | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=20702
| * Import the mtrace "5.1" release. The version number jump is becauseBill Fenner1996-12-203-227/+1341
| | | | | | | | | | | | | | mtrace is now distributed seperately from mrouted. Notes: svn path=/cvs2svn/branches/XEROX/; revision=20701
* | Update to the unreleased mrouted 3.8a . This includes a minorBill Fenner1996-11-1116-234/+602
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | endian-ness fix, Router Alert options on IGMP messages, and a new keyword, "advert_metric", for fine-tuning tunnel metrics. This also includes a new mtrace, which is also unreleased but builds significantly on the experiences of users' troubles with using and understanding mtrace in release 3.8 . (unreleased does not, of course, mean untested!) This is a candidate for both 2.2 and 2.1.6 . Notes: svn path=/head/; revision=19620
* | Release setuid immediately after initializing; this minimizes theBill Fenner1996-10-014-19/+21
| | | | | | | | | | | | | | | | | | | | | | possibility of security holes allowing root penetration. Inspired by: Mark Handley <M.Handley@cs.ucl.ac.uk> and Theo de Raadt <deraadt@theos.com> independently Submitted by: Theo de Raadt <deraadt@theos.com> Notes: svn path=/head/; revision=18628
* | Bring in my changes for removing the pestilent obj links (unless youJordan K. Hubbard1996-06-244-16/+16
| | | | | | | | | | | | | | | | really want them) from /usr/src. This is the final version of the patches, incorporating the feedback I've received from -current. Notes: svn path=/head/; revision=16663
* | Change install permissions to 4555 from 4755Paul Traina1996-05-202-4/+4
| | | | | | | | Notes: svn path=/head/; revision=15828
* | Fix a typo.Mike Pritchard1996-04-131-1/+1
| | | | | | | | | | | | | | Submitted by: David Leonard <d@scry.dstc.edu.au> Notes: svn path=/head/; revision=15220
* | Minor tweak to allow the mbone mapper to work again on hosts which arePeter Wemm1996-01-291-2/+2
| | | | | | | | | | | | | | | | | | themselves acting as multicast routers. Reviewed by: Bill Fenner (quite some time ago) Notes: svn path=/head/; revision=13715
* | take the $ out of the $Id$ line - when I imported this I used -ko, butPeter Wemm1996-01-131-1/+1
| | | | | | | | | | | | | | | | that is conflicting with cvs-1.6's "cvs update -A" when run from freefall's update jobs. Notes: svn path=/head/; revision=13412
* | This commit was generated by cvs2svn to compensate for changes in r13282,Peter Wemm1996-01-061-0/+326
|\| | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=13283
| * Pull in the Release notes from release 3.8 - I forgot these last time aftervendor/mrouted/3.8Peter Wemm1996-01-061-0/+326
| | | | | | | | | | | | | | | | I had moved them out of the way. Notes: svn path=/cvs2svn/branches/XEROX/; revision=13282 svn path=/cvs2svn/tags/release_3_8/; revision=13284; tag=vendor/mrouted/3.8
| * This is a 'for reference' import of mrouted release 3.8.Peter Wemm1996-01-0623-611/+1443
| | | | | | | | | | | | | | I'm using these to try to resync our tree with the vendor branch.. Notes: svn path=/cvs2svn/branches/XEROX/; revision=13280
| * This is a 'for reference' import of mrouted release 3.6. It's purevendor/mrouted/3.6Peter Wemm1996-01-0626-2961/+5376
| | | | | | | | | | | | | | | | | | | | | | | | | | conflict markers, but it actually changes nothing. We've been running this code with small changes for some time, this may be useful for checking what those changes. It was unfortunate this module got so far away from the vendor branch (whitespace changes didn't help) Notes: svn path=/cvs2svn/branches/XEROX/; revision=13278 svn path=/cvs2svn/tags/release_3_6/; revision=13279; tag=vendor/mrouted/3.6
| * This commit was manufactured by cvs2svn to create branch 'XEROX'.cvs2svn1995-06-138-0/+1901
| | | | | | | | Notes: svn path=/cvs2svn/branches/XEROX/; revision=9212
* | Resync our mainline to mrouted release 3.8.Peter Wemm1996-01-0623-607/+1435
| | | | | | | | | | | | | | | | | | | | This will make FreeBSD boxes better behaved 'MBONE Citizens', based on a couple of the comments about the severity of fixes.. Agreed to by: wollman, fenner@parc.xerox.com Notes: svn path=/head/; revision=13281
* | - mrouted doesn't allow loopback of group-specific queries, thus if aDavid Greenman1995-10-071-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | host sends a leave message for a group that the router is a member of that membership gets forgotten until the next general query. - the second group-specific query generated looks like a general query sent to a specific group Submitted by: Bill Fenner <fenner@parc.xerox.com> Notes: svn path=/head/; revision=11289
* | - mrouted doesn't allow loopback of group-specific queries, thus if aDavid Greenman1995-10-071-2/+2
| | | | | | | | | | | | | | | | | | | | host sends a leave message for a group that the router is a member of that membership gets forgotten until the next general query. - the second group-specific query generated looks like a general query sent to a specific group Notes: svn path=/head/; revision=11288
* | Patches to correct endianness bugs in mtrace and a few other littleGarrett Wollman1995-07-102-6/+8
| | | | | | | | | | | | | | | | | | problems. Submitted by: bill Fenner <fenner@parc.xerox.com> Notes: svn path=/head/; revision=9471
* | Added a CLEANFILES+= y.tab.h to clean out the temporary file from yacc.Andreas Schulz1995-07-081-1/+2
| | | | | | | | Notes: svn path=/head/; revision=9454