History log of /src/usr.sbin/mrouted/prune.c |
Revision | | Date | Author | Comments |
1.18 |
| 17-Apr-2009 |
lukem | Fix WARNS=4 (-Wshadow -Wsign-compare -Wcast-qual)
|
1.17 |
| 25-May-2006 |
christos | branches: 1.17.28; Coverity CID 1191, 1192: Don't check for NULL allocation, just to log it and then die dereferencing. Return instead.
|
1.16 |
| 12-May-2006 |
mrg | can't fit "256" in an 8bit value, don't have a switch case for it.
|
1.15 |
| 06-Sep-2003 |
itojun | use arc4random
|
1.14 |
| 16-May-2003 |
dsl | Revert previous change. Remove s parameter from teh function and rotate the result through a fixed set of strings instead. There never was a possibility of a buffer overrun in inet_fmt{s}(). Fix an actual buffer overrun in a scanf() call.
|
1.13 |
| 16-May-2003 |
itojun | avoid possible buffer overruns - strlcpy, snprintf
|
1.12 |
| 05-Mar-2003 |
wiz | ANSIfy one more.
|
1.11 |
| 05-Mar-2003 |
wiz | Move back from gnu/dist/mrouted, now that it's available under a BSD license.
|
1.10 |
| 01-Oct-2002 |
itojun | move mrouted out of basesrc, as it carries non-BSD license. agreed w/ core.
|
1.9 |
| 14-Jul-2002 |
wiz | Unifdef __STDC__. Remove __P(). Remove register. ANSIfy.
|
1.8 |
| 12-Jun-2001 |
wiz | branches: 1.8.2; receive, not recieve
|
1.7 |
| 12-Oct-2000 |
augustss | Make it compile again after format string changes (this change was obviously never tested).
|
1.6 |
| 23-Jan-1999 |
hwr | branches: 1.6.2; 1.6.10; The ioctls have been issued on the wrong socket, so they failed with a EINVAL. This has been confirmed by Bill Fenner. The wrong socket led to masses of syslog entries on hosts connected to the mbone and cache entries deleted to early.
XXX As the socket need to be the one that is ip_mrouter in netinet/ip_mroute.c, XXX the kernel could be modified to always return the data for ip_mrouter.
XXX Bill Fenner suggests to upgrade to 3.9.beta-3 with -DIOCTL_OK_ON_RAW_SOCKET
|
1.5 |
| 27-Aug-1998 |
ross | Add {} pairs to shut up egcs.
|
1.4 |
| 17-Oct-1997 |
lukem | WARNSify
|
1.3 |
| 10-Dec-1995 |
mycroft | Update to mrouted 3.8.
|
1.2 |
| 09-Oct-1995 |
thorpej | New-style RCS ids.
|
1.1 |
| 01-Jun-1995 |
mycroft | Update to multicast 3.5.
|
1.6.10.2 |
| 01-Oct-2002 |
itojun | Move mrouted out of basesrc, as it carries non-BSD license. Agreed w/ core. Update license terms for rsrr.*, via openbsd.
(itojun)
|
1.6.10.1 |
| 17-Oct-2000 |
tv | Pullup usr.sbin string format fixes [is]. See "cvs log" for explicit revision numbers per file, from sommerfeld.
|
1.6.2.1 |
| 19-Oct-2000 |
he | Pull up revision 1.7 (requested by he): Fix format / arg mismatch.
|
1.8.2.1 |
| 07-Dec-2002 |
he | Pull up file removal (requested by itojun in tickets #886, #887, #888): Move mrouted out of basesrc, as it carries a non-BSD license. [itojun, tickets #886, #887, #888]
|
1.17.28.1 |
| 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|