summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mrouted
Commit message (Collapse)AuthorAgeFilesLines
* Prepare for mdoc(7)NG.ru2000-12-272-6/+9
|
* mdoc(7) police: added missing .Os call.ru2000-12-141-1/+1
|
* Add `_PATH_DEVZERO'.obrien2000-12-091-1/+2
| | | | Use _PATH_* where where possible.
* mdoc(7) police: do not split author names in the AUTHORS section.ru2000-11-221-0/+1
|
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-204-12/+12
|
* mdoc(7) police: use certified section headers wherever possible.ru2000-11-171-1/+1
|
* Avoid use of direct troff requests in mdoc(7) manual pages.ru2000-11-103-36/+21
|
* String buffer safety cleanup. I don't think any of these were exploitablekris2000-10-094-12/+8
| | | | | | | | | | | remotely, but they would be if e.g. it happened to call the logging function using a DNS hostname. Also replace random() by arc4random() - only one of these is arguably required since it's directly used in the protocol, but we might as well replace both to avoid using two different PRNGs. Reviewed by: green, alex
* 1000000 usec -> 1 sec 0 usec; fix.charnier2000-03-262-3/+3
|
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-013-31/+62
| | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc.
* Add $FreeBSD$ lines to man pages that are missing them to make itmpp1999-08-283-1/+7
| | | | | | | easier for translation teams. PR: docs/13418 Submitted by: Alexey Zelkin <phantom@cris.net>
* $Id$ -> $FreeBSD$peter1999-08-2832-32/+32
|
* Add $Id$, to make it simpler for members of the translation teams tonik1999-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
* Use the proper mdoc macrobillf1999-03-201-2/+2
| | | | | PR: docs/9892 Submitted by: Kazuo Horikawa <horikawa@jp.freebsd.org>
* Patch to make mrouted more friendly with crunchgen.abial1999-02-081-4/+2
| | | | | Reviewed by: fenner, wollman Submitted by: luigi
* Merge conflicts from 3.9-beta3+IOS12. The conflicts were huge; cvs'sfenner1999-01-2023-1861/+4167
| | | | | merge algorithm failed on several files, and the translation of the mrouted man page to mdoc didn't help...
* This commit was generated by cvs2svn to compensate for changes in r42888,fenner1999-01-204-0/+413
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import mrouted version 3.9-beta3+IOS12 . This is a version of 3.9-beta3fenner1999-01-2026-1853/+4759
| | | | | | | | | | | | 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.
* | Resolve conflicts.fenner1999-01-202-280/+691
| |
* | This commit was generated by cvs2svn to compensate for changes in r42881,fenner1999-01-201-16/+18
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Import mtrace release 5.2fenner1999-01-203-326/+705
| | | | | | | | ftp://ftp.parc.xerox.com/pub/net-research/ipmulti/mtrace-5.2.tar.gz
* | Correct use of nonexistent `.SS' macro.jkoshy1998-09-291-3/+3
| | | | | | | | | | PR: docs/8039 Submitted by: Issei Hirayama <iss@mail.wbs.ne.jp>
* | Remove useless `BINOWN=root' now that it is the default.obrien1998-09-192-4/+2
| |
* | Sort cross references.wosch1998-08-314-7/+7
| |
* | Don't assume that time_t is long. Fixed printf format errors (don'tbde1998-06-291-20/+27
| | | | | | | | assume that ntohl() returns long).
* | Don't assume that time_t is long.bde1998-06-291-2/+5
| |
* | use strncpy correctlyimp1998-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
* | Don't generate y.tab.h, since it is not used.bde1998-05-051-1/+2
| |
* | Simplified by using new yacc rules.bde1998-05-041-2/+1
| |
* | .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.charnier1998-03-233-3/+3
| |
* | Use `foo/bar.a' instead of `-Lfoo -lbar' for linking to static internalbde1998-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.
* | Add rcsid. Change exit(-1). Use err() instead of warn()/exit().charnier1998-01-1613-46/+54
| |
* | Don't use LDDESTDIR. Just put the -L arg in LDADD.bde1997-12-173-18/+18
| |
* | Use err(3). Add usage(). Rewrote man pages in mdoc format.charnier1997-09-309-592/+551
| |
* | NOSHARED takes a yes/YES no/NO value, not "true, false, hey mon!".pst1997-06-291-4/+4
| | | | | | | | | | | | NOPIC is used to not generate a shared library, not NOSHARED. Make NOSHARED advisory where appropriate. Remove bogus NOSHARED (kbdio).
* | Revert $FreeBSD$ to $Id$peter1997-02-2228-29/+29
| |
* | Another fix related to pr#bin/2585 . That'll teach me tofenner1997-02-101-1/+2
| | | | | | | | grep h_length *.c ...
* | Fix possible gethostbyname-related overflows as pointed out infenner1997-02-093-3/+4
| | | | | | | | PR#bin/2585 .
* | Update some path references to reflect reality.mpp1997-02-021-8/+8
| | | | | | | | Submitted by: max
* | Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-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.
* | Update to match changes in <net/if.h>.wollman1997-01-031-1/+4
| |
* | Merge from release 5.1.fenner1996-12-203-193/+960
| |
* | This commit was generated by cvs2svn to compensate for changes in r20701,fenner1996-12-201-0/+87
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Import the mtrace "5.1" release. The version number jump is becausefenner1996-12-203-227/+1341
| | | | | | | | mtrace is now distributed seperately from mrouted.
* | Update to the unreleased mrouted 3.8a . This includes a minorfenner1996-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 .
* | Release setuid immediately after initializing; this minimizes thefenner1996-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>
* | Bring in my changes for removing the pestilent obj links (unless youjkh1996-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.
* | Change install permissions to 4555 from 4755pst1996-05-202-4/+4
| |
* | Fix a typo.mpp1996-04-131-1/+1
| | | | | | | | Submitted by: David Leonard <d@scry.dstc.edu.au>
* | Minor tweak to allow the mbone mapper to work again on hosts which arepeter1996-01-291-2/+2
| | | | | | | | | | | | themselves acting as multicast routers. Reviewed by: Bill Fenner (quite some time ago)
OpenPOWER on IntegriCloud