summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mrouted/cfparse.y
Commit message (Collapse)AuthorAgeFilesLines
* Remove mrouted from -CURRENT.bms2006-09-291-927/+0
| | | | Discussed with: fenner, net@
* o SIOCGIFCONF -> getifaddrs(3) conversion. As a side effect fixmaxim2006-05-171-31/+26
| | | | | | | | | bin/95041: subnet mask mismatch. PR: bin/95041 Obtained from: NetBSD Tested by: Hans Lambermont MFC after: 2 months
* Remove spurious semicolons. Outside of functions they are actually errors butstefanf2004-05-161-1/+1
| | | | | | | | GCC doesn't warn about them without -pedantic. Approved by: das (mentor) PR: 56649 Reviewed by: md5
* Mark some functions as __printflike()kris2001-07-051-2/+2
| | | | MFC after: 1 week
* String buffer safety cleanup. I don't think any of these were exploitablekris2000-10-091-4/+4
| | | | | | | | | | | 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
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Merge conflicts from 3.9-beta3+IOS12. The conflicts were huge; cvs'sfenner1999-01-201-83/+358
| | | | | merge algorithm failed on several files, and the translation of the mrouted man page to mdoc didn't help...
* use strncpy correctlyimp1998-06-091-1/+3
| | | | | | | | | | 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
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Another fix related to pr#bin/2585 . That'll teach me tofenner1997-02-101-1/+2
| | | | grep h_length *.c ...
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | 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 the unreleased mrouted 3.8a . This includes a minorfenner1996-11-111-4/+21
| | | | | | | | | | | | | 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 .
* Resync our mainline to mrouted release 3.8.peter1996-01-061-15/+88
| | | | | | | 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
* Upgrade to mrouted version 3.6. This includes a substantial clean-upwollman1995-06-281-14/+67
| | | | | | and ANSIfication of much of the source base. Thanks, Bill! Submitted by: patch from Bill Fenner <fenner@parc.xerox.com>
* This is mrouted version 3.5, with the route-change notification hook fromwollman1995-06-131-0/+511
mrouted-3.5n. This is being splatted onto the head rather than properly imported thanks to the ``delete trailing whitespace'' screw. This code is now actively working in an operational environment (the DARTNET) so I have some confidence that the basic functionality actually works. Obtained from: Bill Fenner, PARC, and ISI
OpenPOWER on IntegriCloud