History log of /netbsd/include/protocols/routed.h (Results 1 – 15 of 15)
Revision Date Author Comments
# 49eaa490 22-Jan-2016 dholland <dholland@NetBSD.org>

These all need stdint.h.

Also, dumprestore.h needs ufs/ufs/dinode.h; in talkd.h use unsigned
char instead of u_char; and in timed.h include limits.h and use
_POSIX_HOST_NAME_MAX instead of MAXHOSTNA

These all need stdint.h.

Also, dumprestore.h needs ufs/ufs/dinode.h; in talkd.h use unsigned
char instead of u_char; and in timed.h include limits.h and use
_POSIX_HOST_NAME_MAX instead of MAXHOSTNAMELEN as the latter would
require sys/param.h.

show more ...


# 5f65228b 26-Dec-2005 perry <perry@NetBSD.org>

u_intN_t -> uintN_t


# 039cc956 07-Aug-2003 agc <agc@NetBSD.org>

Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22270, verified by myself.


# d8c7cd31 30-Nov-2002 christos <christos@NetBSD.org>

New auth length defines. We don't play with sockaddr for now. Also make
the list of commands const.


# 3b3774fc 10-Feb-1998 perry <perry@NetBSD.org>

add/cleanup multiple inclusion protection.


# fb80ce77 03-Feb-1997 christos <christos@NetBSD.org>

Apply the necessary fixes from: routed-970113


# bd7bec20 04-Nov-1996 christos <christos@NetBSD.org>

Fix RIP-V1 netinfo structure to be sizeof(sockaddr) + sizeof(u_int32_t) by
adding the missing RIP-V2 fields. This structure *must* always be the correct
size, otherwise programs that parse rip packet

Fix RIP-V1 netinfo structure to be sizeof(sockaddr) + sizeof(u_int32_t) by
adding the missing RIP-V2 fields. This structure *must* always be the correct
size, otherwise programs that parse rip packets will break! (e.g.
tcpdump -s 1024 -vv broadcast would not parse rip packets correctly and
would fail after the first entry).

show more ...


# e9936220 20-Oct-1996 thorpej <thorpej@NetBSD.org>

Add missing a_family member to struct netauth.
From David Carrel <carrel@ipsec.com>, PR #2872.


# 5057242c 24-Sep-1996 christos <christos@NetBSD.org>

put back the explicit ripv1 field enumeration; lots of userland has changed
to use this.


# 41751ebe 24-Sep-1996 christos <christos@NetBSD.org>

- Revert to the traditional struct sockaddr description of the rip v1 packets.
- Fix a bad bug where:
u_int16_t n_dst;
should be:
u_int32_t n_dst;

If this bug is in the 1.2 release it sh

- Revert to the traditional struct sockaddr description of the rip v1 packets.
- Fix a bad bug where:
u_int16_t n_dst;
should be:
u_int32_t n_dst;

If this bug is in the 1.2 release it should be part of the first patch.

show more ...


# 92c712a0 10-Aug-1996 thorpej <thorpej@NetBSD.org>

Update from the new routed(8) source.


# fce59c47 20-Jun-1995 christos <christos@NetBSD.org>

Update for rip version 2.


# 4d2cbfce 26-Oct-1994 cgd <cgd@NetBSD.org>

new RCS ID format.


# e9d867ef 01-Aug-1993 mycroft <mycroft@NetBSD.org>

Add RCS identifiers.


# 61f28255 21-Mar-1993 cgd <cgd@NetBSD.org>

initial import of 386bsd-0.1 sources