History log of /src/usr.sbin/mrouted/snmp.c |
Revision | | Date | Author | Comments |
1.11 |
| 16-May-2003 |
itojun | avoid possible buffer overruns - strlcpy, snprintf
|
1.10 |
| 05-Mar-2003 |
wiz | Add license (from Xerox), from OpenBSD.
|
1.9 |
| 05-Mar-2003 |
wiz | Move back from gnu/dist/mrouted, now that it's available under a BSD license.
|
1.8 |
| 01-Oct-2002 |
itojun | move mrouted out of basesrc, as it carries non-BSD license. agreed w/ core.
|
1.7 |
| 01-Aug-2002 |
itojun | u_short cleansing (should be u_int16_t)
|
1.6 |
| 14-Jul-2002 |
wiz | Unifdef __STDC__. Remove __P(). Remove register. ANSIfy.
|
1.5 |
| 02-Jun-2002 |
itojun | missing memset() for sockaddr. from deraadt
|
1.4 |
| 23-Jan-1999 |
hwr | branches: 1.4.10; 1.4.12; 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.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.4.12.2 |
| 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.4.12.1 |
| 04-Jun-2002 |
lukem | Pull up revision 1.5 (requested by itojun in ticket #140): missing memset() for sockaddr. from deraadt
|
1.4.10.1 |
| 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)
|